Changeset 2480 for trunk/template/yoga/theme
- Timestamp:
- Aug 21, 2008, 3:14:03 AM (16 years ago)
- Location:
- trunk/template/yoga/theme
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/template/yoga/theme/clear/theme.css
r2352 r2480 21 21 22 22 /* borders */ 23 #menubar DL, .content, #imageToolBar, 24 #comments DIV.comment BLOCKQUOTE { 23 #menubar DL, .content, #imageToolBar { 25 24 border: 1px solid #d3d3d3; 26 25 } 27 26 28 27 #theImage IMG { 29 border -color:#d3d3d3;28 border: 3px solid #d3d3d3; 30 29 } 31 30 … … 38 37 .content DIV.thumbnailCategory { 39 38 border: 1px solid gray; 40 }41 42 #comments DIV.comment BLOCKQUOTE {43 border-left: 2px solid #696969;44 background-color: #eee;45 39 } 46 40 … … 83 77 84 78 .virtual_cat { background: #fff !important; } 85 #mbMenu #quicksearch > p { text-align: left; }86 79 #qsearchInput { color: #d3d3d3; } 87 80 #qsearchInput:focus { color: #005e89; } -
trunk/template/yoga/theme/dark/theme.css
r2352 r2480 39 39 40 40 /* borders */ 41 #menubar DL, .content, 42 #comments DIV.comment BLOCKQUOTE { 41 #menubar DL, .content{ 43 42 border: 1px solid #000000; 44 43 } … … 51 50 } 52 51 53 #theImage IMG {54 border-color: #000000;55 }56 57 52 FIELDSET, INPUT, SELECT, TEXTAREA, 58 53 .content DIV.comment A.illustration IMG, 59 54 .content DIV.thumbnailCategory { 60 55 border: 1px solid gray; 61 }62 63 #comments DIV.comment BLOCKQUOTE {64 border-left: 2px solid #696969;65 56 } 66 57 -
trunk/template/yoga/theme/p0w0/theme.css
r2392 r2480 163 163 border-bottom: 1px solid #369; 164 164 } 165 #comments DIV.comment BLOCKQUOTE {166 border: 1px solid #fff;167 }168 165 H2, #imageToolBar { 169 166 border-bottom: 1px solid #fff; … … 217 214 .zero { display: none } 218 215 219 #the_page {220 text-align:center;221 display:block;222 }223 224 216 input[type="text"], input[type="password"], input.button, 225 217 input.submit, input.reset, input.file, -
trunk/template/yoga/theme/wipi/theme.css
r2392 r2480 156 156 157 157 /* borders */ 158 #comments DIV.comment BLOCKQUOTE {159 border: 1px solid #000;160 }161 158 #imageHeaderBar { 162 159 border-top: 1px solid #000; … … 168 165 169 166 #theImage IMG { 170 border -color:#fff;167 border: 3px solid #fff; 171 168 } 172 169 … … 185 182 border: 1px solid #69c; 186 183 margin: 8px 4px; 187 }188 #comments DIV.comment BLOCKQUOTE {189 border-left: 2px solid #696969;190 184 } 191 185 … … 229 223 padding-top: 5px; 230 224 padding-bottom:30px; 231 text-align:center;232 display:block;233 225 margin: 2px; 234 226 } … … 252 244 FORM#quickconnect, 253 245 FORM#quickconnect FIELDSET, 254 FORM#quickconnect P,246 FORM#quickconnect DIV, 255 247 FORM#quickconnect UL.actions, 256 FORM#quickconnect FIELDSET>UL.actions,257 FORM#quickconnect UL.actions,258 FORM#quickconnect P,259 248 FORM#quickconnect LABEL { 260 249 color: #69c; 261 250 } 262 FORM#quickconnect PINPUT,251 FORM#quickconnect DIV INPUT, 263 252 FORM#quickconnect INPUT[type=text], 264 253 FORM#quickconnect INPUT[type=password] { 265 width: 85%;266 254 color: #58c; 267 255 background-color: #222; 268 256 border: 1px solid #333; 269 padding: 1px 3px;270 257 } 271 258
Note: See TracChangeset
for help on using the changeset viewer.