Ignore:
Timestamp:
Jan 30, 2007, 10:48:09 PM (17 years ago)
Author:
vdigital
Message:

Small changes on mainpage to obtain W3C conformity

Location:
trunk/template/yoga/theme
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/theme/p0w0/theme.css

    r1769 r1771  
    249249        cursor:pointer
    250250}
    251 
     251input#qsearchInput {
     252  color: #36f; background-color: #cef;
     253}
    252254.zero { display: none }
    253255.one { }
  • trunk/template/yoga/theme/wipi/theme.css

    r1769 r1771  
    1919}
    2020#menubar DT A:hover {
    21   color: #111;
     21  color: #69c;
    2222  font-weight: lighter;
    2323}
     
    186186#content UL.thumbnails SPAN.wrap2:hover {
    187187  border-color: #69c;           /* thumbnails border color when mouse cursor is over it */
     188  background-color: #080808;
    188189}
    189190#menubar .buttonmenu {
     
    239240        cursor:pointer
    240241}
    241 
     242input#qsearchInput {
     243  color: #58c;
     244  background-color: #222; 
     245  border: 1px solid #333;
     246  padding: 1px 3px;
     247}
    242248.zero { display: none }
    243 .one { }
    244 .2nmore { }
     249.one { background: transparent; }
     250.2nmore { background: transparent; }
     251.nb-hits { color: #69c; }
     252.nb-comments { color: #f92; }
     253
     254FORM#quickconnect,
     255FORM#quickconnect FIELDSET,
     256FORM#quickconnect P,
     257FORM#quickconnect UL.actions,
     258FORM#quickconnect FIELDSET>UL.actions,
     259FORM#quickconnect UL.actions,
     260FORM#quickconnect P,
     261FORM#quickconnect LABEL {
     262  color: #69c;   
     263}
     264FORM#quickconnect P INPUT,
     265FORM#quickconnect INPUT[type=text],
     266FORM#quickconnect INPUT[type=password] {
     267  width: 85%;
     268  color: #58c;   
     269  background-color: #222; 
     270  border: 1px solid #333;
     271  padding: 1px 3px;
     272}
    245273
    246274/* nice looking month calendar*/
Note: See TracChangeset for help on using the changeset viewer.