Spaces:
Sleeping
Sleeping
File size: 1,615 Bytes
07c3cdd | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 | body {
color:#000;
background-color:#fff;
margin:10px;
font-family:arial, helvetica, sans-serif;
color:#000;
font-size:12px;
line-height:18px;
}
p, td {
color:#000;
font-size:12px;
line-height:18px;
margin-top:12px;
margin-bottom:12px;
}
h1 {
font-family:arial, helvetica, sans-serif;
color:#669;
font-size:27px;
letter-spacing:-1px;
margin-top:12px;
margin-bottom:12px;
}
h2 {
font-family:arial, helvetica, sans-serif;
color:#669;
font-size:18px;
letter-spacing:-1px;
margin-top:12px;
margin-bottom:12px;
}
input,textarea,select {
background-color:#eeeeee;
border: 1px solid #045564;
}
img {
border:0px;
}
fieldset {
border: #26a solid 1px;
margin-left:10px;
padding-bottom:0px;
padding-top:0px;
margin-top:10px;
}
legend {
background: #eee;
border: #26a solid 1px;
padding: 1px 10px;
font-weight:bold;
}
.submit {
background-color:#669;
color:#fff;
}
.nulinp {
border:0px;
background-color:#fff;
}
.hand {
cursor: pointer;
}
li ol {
list-style-type: lower-latin;
}
caption {
text-align: left;
font-size: small;
}
tr.odd {
background-color: #f0f0f0;
}
tr.even {
background-color: #ffffff;
}
td, th {
padding: 3px;
}
.description_table {
width: 100%;
}
.description_table td {
vertical-align: top;
}
dt {
font-weight: bold;
margin-top: 2ex;
margin-bottom: 1ex;
}
dd {
margin-top: 1ex;
margin-bottom: 2ex;
}
.added {
margin-left: 1em;
border-top: solid 1px #fcc;
border-bottom: solid 1px #fcc;
}
.when {
background-color: #ddd;
}
td.yesno {
text-align: center;
} |