Changeset 7841 for trunk/themes/default
- Timestamp:
- Nov 22, 2010, 8:54:24 PM (14 years ago)
- Location:
- trunk/themes/default
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/themes/default/print.css
r5123 r7841 1 1 #menubar, .content .navigationBar, UL.categoryActions, .content DIV.calendarViews, .calendarBar, 2 2 #imageToolBar, .navThumb, #addComment { 3 3 display: none; 4 4 } 5 5 6 6 BODY { 7 8 color: #000000;9 background: #ffffff;7 margin: 0; 8 color: #000; 9 background: #fff; 10 10 } 11 11 12 12 .content { 13 13 margin: 0; 14 14 } -
trunk/themes/default/theme.css
r7823 r7841 131 131 } 132 132 133 .content DIV.titrePage { 134 padding: 0 0 3px; 135 } 133 136 134 137 /* actions */ … … 143 146 } 144 147 145 .content DIV.titrePage { 146 padding: 0 0 3px; 147 } 148 149 .content UL.categoryActions LI { 148 UL.categoryActions LI { 150 149 display: inline; 151 150 } 152 151 153 .contentUL.categoryActions A IMG, UL.categoryActions A {152 UL.categoryActions A IMG, UL.categoryActions A { 154 153 border: 0; 155 154 margin-bottom: -5px; … … 172 171 173 172 .content DIV.calendarCalBar { 174 margin: 10px 10px;173 margin: 10px; 175 174 text-align: left; 176 175 } … … 186 185 /* nice looking month calendar*/ 187 186 TABLE.calMonth { 188 border: none;187 border: 0; 189 188 border-collapse: collapse; 190 189 margin-bottom: 10px; /*<-IE ignores this */ … … 323 322 .content UL.thumbnails LABEL { 324 323 display: block; 325 border-bottom: none;324 border-bottom: 0; 326 325 } 327 326 .content UL.thumbnails IMG { … … 367 366 #imageToolBar A, #imageToolBar IMG { 368 367 display: block; 369 border: none;368 border: 0; 370 369 margin: 0; padding: 0; 371 370 } … … 383 382 display: block; 384 383 margin: 0 auto; 385 border: none;384 border: 0; 386 385 } 387 386 … … 455 454 H2 { 456 455 margin: 0; 457 padding: 5px 0.5em 5px 0.5em;456 padding: 5px 0.5em; 458 457 text-align: left; 459 458 font-size: 120%; … … 469 468 470 469 IMG { 471 border: none;470 border: 0; 472 471 } 473 472 … … 770 769 INPUT[type="text"], INPUT[type="password"], INPUT[type="button"], 771 770 INPUT[type="submit"], INPUT[type="reset"], INPUT[type="file"] { 772 color: black;771 color: #000; 773 772 background-color: #d3d3d3; /* lightgrey */ 774 773 } … … 777 776 INPUT.submit, INPUT.reset, INPUT.file, 778 777 SELECT, TEXTAREA { 779 color: black;778 color: #000; 780 779 background-color: #d3d3d3; /* lightgrey */ 781 780 }
Note: See TracChangeset
for help on using the changeset viewer.