Changeset 3828


Ignore:
Timestamp:
11/01/09 04:05:17 (4 years ago)
Author:
carmie
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • web/trunk/trac/htdocs/libcaca.css

    r3827 r3828  
    373373 
    374374/* = WIKI = */ 
     375 
    375376div.code, pre.wiki, pre.literal-block { 
    376377    background: #fff; 
     
    381382    background: #FFBB22; 
    382383    border: 1px solid #552701; 
    383     color: #000; 
     384    color: #552701; 
    384385    font-size: 12px; 
    385386    font-family: verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif; 
    386387} 
    387 .wiki-toc  
     388 
     389a.missing:link, a.missing:visited, 
     390a.missing:link:hover, a.missing:visited:hover { 
     391    background: #FFBB22; 
     392    color: #552701; 
     393    font-style: italic; 
     394} 
     395 
     396a.missing:link:after, a.missing:visited:after, 
     397a.missing:hover:after { 
     398    content: 'missing'; 
     399    font-size: 9px; 
     400} 
     401 
     402.wiki-toc .active { 
     403    font-weight: bold; 
     404} 
Note: See TracChangeset for help on using the changeset viewer.