Revision 1, 3.4 kB
(checked in by falcon, 17 years ago)
|
Version one -> initial work from the laptop.
|
Rev | Line | |
---|
[1] | 1 | /*Color List*/ |
---|
| 2 | /* dark-dark green: 09171a*/ |
---|
| 3 | /* orange: ef7d41*/ |
---|
| 4 | /* blue: 4582ed*/ |
---|
| 5 | /* dark-grey: 191f1f*/ |
---|
| 6 | /* mid-dark green: 364646*/ |
---|
| 7 | /* light green: 435758*/ |
---|
| 8 | /* bright border edge: 616f6f*/ |
---|
| 9 | /* shade border edge: 010302*/ |
---|
| 10 | |
---|
| 11 | body { |
---|
| 12 | margin: 0; |
---|
| 13 | margin-bottom: 25px; |
---|
| 14 | padding: 0; |
---|
| 15 | background-color: #222; |
---|
| 16 | font-family: "Lucida Grande", "Bitstream Vera Sans", "Verdana"; |
---|
| 17 | font-size: 13px; |
---|
| 18 | color: #09171a; |
---|
| 19 | height: 100%; |
---|
| 20 | } |
---|
| 21 | |
---|
| 22 | h1 { |
---|
| 23 | font-size: 28px; |
---|
| 24 | color: white; |
---|
| 25 | margin-top: 4px; |
---|
| 26 | margin-bottom: 6px; |
---|
| 27 | } |
---|
| 28 | |
---|
| 29 | h2 { |
---|
| 30 | font-size: 20px; |
---|
| 31 | color: #ef7d41; |
---|
| 32 | } |
---|
| 33 | |
---|
| 34 | h3 { |
---|
| 35 | color: #aaa; |
---|
| 36 | } |
---|
| 37 | |
---|
| 38 | a { |
---|
| 39 | color: #4582ed; |
---|
| 40 | text-decoration: none; |
---|
| 41 | font-weight: 600; |
---|
| 42 | } |
---|
| 43 | |
---|
| 44 | a:visited { |
---|
| 45 | color: #236099; |
---|
| 46 | } |
---|
| 47 | |
---|
| 48 | a:hover { |
---|
| 49 | background-color:#222; |
---|
| 50 | } |
---|
| 51 | |
---|
| 52 | p { |
---|
| 53 | color: white; |
---|
| 54 | font-weight: 600; |
---|
| 55 | } |
---|
| 56 | |
---|
| 57 | img { |
---|
| 58 | border: none; |
---|
| 59 | } |
---|
| 60 | |
---|
| 61 | #Content { |
---|
| 62 | float: right; |
---|
| 63 | width: 540px; |
---|
| 64 | margin-right: 20px; |
---|
| 65 | margin-top: 20px; |
---|
| 66 | padding: 10px; |
---|
| 67 | text-align: left; |
---|
| 68 | background-color: #364646; |
---|
| 69 | } |
---|
| 70 | |
---|
| 71 | #Footer { |
---|
| 72 | margin-top: 15px; |
---|
| 73 | background-color: #324647; /* TEMPORARY*/ |
---|
| 74 | height: 20px; |
---|
| 75 | text-align: right; |
---|
| 76 | } |
---|
| 77 | |
---|
| 78 | #Footer span{ |
---|
| 79 | color: white; |
---|
| 80 | padding-right: 10px; |
---|
| 81 | padding-top: 3px; |
---|
| 82 | padding-bottom: 3px; |
---|
| 83 | font-weight: 600; |
---|
| 84 | font-size: 13px; |
---|
| 85 | } |
---|
| 86 | |
---|
| 87 | #Footer a{ |
---|
| 88 | font-size: 11px; |
---|
| 89 | } |
---|
| 90 | |
---|
| 91 | #InnerMain { |
---|
| 92 | margin: 0 auto; |
---|
| 93 | width: 800px; |
---|
| 94 | background-color: #435758; |
---|
| 95 | padding: 0px; |
---|
| 96 | border-left: 1px solid #616f6f ; |
---|
| 97 | border-right: 1px solid #616f6f ; |
---|
| 98 | } |
---|
| 99 | |
---|
| 100 | #Main { |
---|
| 101 | margin: 0 auto; |
---|
| 102 | width: 840px; |
---|
| 103 | background-color: black; |
---|
| 104 | padding: 0px; |
---|
| 105 | height: 100%; |
---|
| 106 | } |
---|
| 107 | |
---|
| 108 | #Sidebar { |
---|
| 109 | float: left; |
---|
| 110 | width: 185px; |
---|
| 111 | margin-left: 20px; |
---|
| 112 | margin-top: 150px; |
---|
| 113 | background-color: #324647; /* TEMPORARY*/ |
---|
| 114 | } |
---|
| 115 | |
---|
| 116 | #Sidebar h3 { |
---|
| 117 | color: white; |
---|
| 118 | background-color: #191f1f; |
---|
| 119 | border-top: 1px solid #ef7d41; |
---|
| 120 | border-bottom: 1px solid #ef7d41; |
---|
| 121 | margin-top: 0px; |
---|
| 122 | margin-bottom: 3px; |
---|
| 123 | padding: 1px; |
---|
| 124 | } |
---|
| 125 | |
---|
| 126 | #Sidebar span { |
---|
| 127 | margin-top: 2px; |
---|
| 128 | margin-bottom: 2px; |
---|
| 129 | padding: 0px; |
---|
| 130 | padding-left: 10px; |
---|
| 131 | color: #ef7d41; |
---|
| 132 | font-size: 12px; |
---|
| 133 | } |
---|
| 134 | |
---|
| 135 | #Sidebar a { |
---|
| 136 | color: white; |
---|
| 137 | border: none; |
---|
| 138 | text-decoration: none; |
---|
| 139 | font-weight: 600; |
---|
| 140 | } |
---|
| 141 | |
---|
| 142 | #Title { |
---|
| 143 | float: right; |
---|
| 144 | margin-top: 200px; |
---|
| 145 | } |
---|
| 146 | |
---|
| 147 | #Title a { |
---|
| 148 | font-size: 28px; |
---|
| 149 | margin: 0px; |
---|
| 150 | padding: 0px; |
---|
| 151 | color: white; |
---|
| 152 | text-decoration: none; |
---|
| 153 | border: none; |
---|
| 154 | } |
---|
| 155 | |
---|
| 156 | #Title a:hover { |
---|
| 157 | background-color: transparent; |
---|
| 158 | } |
---|
| 159 | |
---|
| 160 | #Title h1 { |
---|
| 161 | font-size: 28px; |
---|
| 162 | margin: 0px; |
---|
| 163 | color: white; |
---|
| 164 | } |
---|
| 165 | |
---|
| 166 | #Title h3 { |
---|
| 167 | margin: 0px; |
---|
| 168 | color: #ef7d41; |
---|
| 169 | } |
---|
| 170 | |
---|
| 171 | .divclear { |
---|
| 172 | clear: both; |
---|
| 173 | } |
---|
| 174 | |
---|
| 175 | |
---|
| 176 | /* |
---|
| 177 | // Style Information for Scriptaculous ComboBox |
---|
| 178 | */ |
---|
| 179 | |
---|
| 180 | .results { |
---|
| 181 | z-index: 100; |
---|
| 182 | } |
---|
| 183 | |
---|
| 184 | .results ul { |
---|
| 185 | margin: 0; |
---|
| 186 | padding: 0; |
---|
| 187 | list-style-type: none; |
---|
| 188 | border: 1px solid #666; |
---|
| 189 | } |
---|
| 190 | |
---|
| 191 | .results li { |
---|
| 192 | list-style-type: none; |
---|
| 193 | margin: 0; |
---|
| 194 | padding: 0 4px; |
---|
| 195 | background-color: white; |
---|
| 196 | z-index: 1000; |
---|
| 197 | } |
---|
| 198 | |
---|
| 199 | * html .results ul { |
---|
| 200 | position: relative; |
---|
| 201 | height: 1%; |
---|
| 202 | } |
---|
| 203 | |
---|
| 204 | .results li.selected { |
---|
| 205 | color: #fff; |
---|
| 206 | background: #004376; |
---|
| 207 | } |
---|
| 208 | |
---|
| 209 | .textbox { |
---|
| 210 | border: 1px solid #666; |
---|
| 211 | z-index: 0; |
---|
| 212 | } |
---|
| 213 | |
---|
| 214 | .textbox input { |
---|
| 215 | border: 0; |
---|
| 216 | padding: 0 2px; |
---|
| 217 | z-index: 0; |
---|
| 218 | } |
---|