Changeset 4539


Ignore:
Timestamp:
08/19/10 01:15:21 (3 years ago)
Author:
carmie
Message:
 
File:
1 edited

Legend:

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

    r4536 r4539  
    11/* 
    2  
     2  TRAC THEME - cacalabs 2010 by Cacacrew 
    33*/ 
    44 
    5 /* = styles généraux = */ 
     5/* = GENERAL STYLES = */ 
    66 
    77body { 
     
    1212    margin: 0; 
    1313} 
    14  
    1514body, td, th, h1, h2, h3, h4, #main { 
    1615    font-family: "URW Gothic L", Helvetica, Verdana; 
    1716} 
    18  
     17h1 :link, h1 :visited { 
     18    color: #674e4e; 
     19} 
    1920.corps { 
    2021    margin: 0 5px; 
     
    2223    position: relative; 
    2324} 
    24  
    2525h1, h2, h3 { 
    2626  border-style: solid; 
     
    3131  color: #674e4e; 
    3232} 
    33  
    3433h1 { 
    3534  font-size: 1.6em; 
     
    6261    margin-left: 0; 
    6362} 
     63 
     64/* links */ 
    6465:link, :visited { 
    6566    color: #4E6A91; 
    6667    border-bottom: none; 
    6768} 
    68  
    6969:link:hover, :visited:hover { 
    7070    color: #2C1F1C; 
    7171    background-color: inherit; 
    7272} 
    73  
     73a.ext-link .icon { 
     74    background-position: right center; 
     75    padding-right: 16px; 
     76    padding-left: 0; 
     77} 
     78a.missing:link,  
     79a.missing:visited, 
     80a.missing:link:hover,  
     81a.missing:visited:hover { 
     82    background: #EEEEAA; 
     83    color: #2C1F1C; 
     84} 
     85a.missing:link:after,  
     86a.missing:visited:after, 
     87a.missing:hover:after { 
     88    content: ' missing!'; 
     89    font-size: 10px; 
     90    color:  #2C1F1C; 
     91    vertical-align: top; 
     92    padding-left: 3px; 
     93} 
    7494dt em { 
    7595    border-bottom:none; 
     
    81101    background-color: #D7E6FF; 
    82102} 
    83 table.listing tbody tr:hover { background: #D7E6FF !important } 
    84 table.listing tbody tr.focus { background: #D7E6FF !important } 
    85 /*   = HEADER = */ 
     103 
     104/* = LAYOUT = */ 
     105/*   == HEADER == */ 
    86106 
    87107.nav ul { 
     
    89109    font-size: 12px; 
    90110} 
    91  
    92111.nav li.last { 
    93112    border-right: none !important; 
    94113} 
    95  
    96114#main { 
    97115    background: #fff; 
     
    109127    z-index: 10; 
    110128} 
    111  
     129#siteheader p { 
     130    margin-top: 0.3em; 
     131} 
    112132#siteheader, #banner, #mainnav, .nav { 
    113133    font-family:"Arial","Geneva",sans-serif; 
    114134} 
    115135 
    116 /* == MENU PRINCIPAL == */ 
     136/* == MAINNAV == */ 
    117137 
    118138#mainnav { 
     
    126146    border: 1px solid #2C1F1C; 
    127147} 
    128  
    129148#mainnav li { 
    130149    border-right-color: #674e4e; 
     
    137156    padding-left: 8px; padding-right: 8px; 
    138157} 
    139  
    140158#mainnav :link,  
    141159#mainnav :visited, 
     
    144162#mainnav .active :link,  
    145163#mainnav .active :visited, 
    146 #mainnav .active :link:hover, #mainnav .active :visited:hover { 
     164#mainnav .active :link:hover,  
     165#mainnav .active :visited:hover { 
    147166    border-right: none; 
    148167    color: #fff; 
    149168} 
    150  
    151169#mainnav li.last, 
    152170#mainnav li.last :link:hover, 
     
    158176    -moz-border-radius-topright: 5px; 
    159177} 
    160  
    161 #mainnav .active :link, #mainnav .active :visited { 
    162     background: #fff; 
    163     color: #2C1F1C; 
    164 } 
    165  
    166 #mainnav :link:hover, #mainnav :visited:hover, #mainnav .active :link:hover, #mainnav .active :visited:hover { 
     178#mainnav .active :link,  
     179#mainnav .active :visited { 
     180    background: #fff; 
     181    color: #2C1F1C; 
     182} 
     183#mainnav :link:hover,  
     184#mainnav :visited:hover,  
     185#mainnav .active :link:hover,  
     186#mainnav .active :visited:hover { 
    167187    background: #2C1F1C; 
    168188    color: #fff; 
    169189} 
    170190 
    171 /* == Subnav == */ 
     191/* == SUBNAVS == */ 
     192 
    172193.nav li { 
    173194 border-right: 1px solid #674E4E; 
     
    179200    font-weight: bold; 
    180201} 
    181  
    182202#metanav :link:hover, #metanav :visited:hover {  
    183203    color: #fff; 
    184204    background: inherit; 
    185205} 
     206#siteheader .nav :link, #siteheader .nav :visited { 
     207    color: #674e4e; 
     208} 
     209#siteheader .nav :visited:hover, #siteheader .nav :link:hover { 
     210    color: #674e4e; 
     211    background: inherit; 
     212    border-bottom: 1px dotted #674e4e; 
     213} 
     214#ctxtnav ul { 
     215    padding: 0.2em 0; 
     216} 
     217 
     218/* == login ==  */ 
    186219 
    187220#loginguest a:hover, #metanav :link, #metanav :visited { 
     
    189222} 
    190223 
    191 #siteheader p { 
    192     margin-top: 0.3em; 
    193 } 
    194  
    195 #siteheader .nav :link, #siteheader .nav :visited { 
    196     color: #674e4e; 
    197 } 
    198  
    199 #siteheader .nav :visited:hover, #siteheader .nav :link:hover { 
    200     color: #674e4e; 
    201     background: inherit; 
    202     border-bottom: 1px dotted #674e4e; 
    203 } 
    204  
    205 #ctxtnav ul { 
    206     padding: 0.2em 0; 
    207 } 
    208  
    209224/* = FOOTER = */ 
    210225 
     
    216231} 
    217232 
    218 /* = PAGES ET MODULES = */ 
    219  
    220 /* == Styles for images in documentation and articles == */ 
    221  
     233/* = PAGES & MODULES = */ 
     234 
     235/* == WIKI CONTENT : Styles for images in documentation and articles == */ 
     236.centertxt { 
     237    text-align: center; 
     238} 
     239.lefttxt { 
     240    text-align: left; 
     241} 
     242.righttxt { 
     243    text-align: right; 
     244} 
     245.floatleft { 
     246    float: left; 
     247} 
     248.floatright { 
     249    float: right; 
     250} 
     251.floatright img, imgfloatright { 
     252    margin-left: 0.2em; 
     253    margin-bottom: 0.2em; 
     254} 
     255.floatleft img, imgfloatleft { 
     256    margin-right: 0.2em; 
     257    margin-bottom: 0.2em; 
     258} 
    222259img.inline, img.inlinetop { 
    223260  border: solid 2px; 
    224261  padding: 2px; 
    225262} 
    226  
    227263img.inlinetop { 
    228264  vertical-align: top; 
    229265} 
    230  
    231266img.math { 
    232267  vertical-align: middle; 
     
    234269  margin-right: 10px; 
    235270} 
    236  
    237271img.matrix { 
    238272  vertical-align: top; 
     
    243277/* == FORMS == */ 
    244278 
    245 input[type="button"], input[type="submit"], input[type="reset"] { 
     279input[type="button"],  
     280input[type="submit"],  
     281input[type="reset"] { 
    246282    background: #674e4e; 
    247283    color: #fff; 
     
    251287    cursor: pointer; 
    252288} 
    253 input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { 
     289input[type="button"]:hover,  
     290input[type="submit"]:hover,  
     291input[type="reset"]:hover { 
    254292    background: #2C1F1C; 
    255293    border: 1px solid #674e4e; 
    256294    color: #fff; 
    257295} 
    258 #attachments input[type="button"], #attachments input[type="submit"], #attachments input[type="reset"], .buttons input[type="button"], .buttons input[type="submit"], .buttons input[type="reset"] { 
     296#attachments input[type="button"],  
     297#attachments input[type="submit"],  
     298#attachments input[type="reset"],  
     299.buttons input[type="button"],  
     300.buttons input[type="submit"],  
     301.buttons input[type="reset"] { 
    259302    -moz-border-radius: 10px; 
    260303    -webkit-border-radius: 10px; 
     
    265308    border-bottom: 1px solid #2C1F1C; 
    266309    padding-top: 90px; 
    267     width:148px; 
    268 } 
    269 #attachments input[type="button"]:hover, #attachments input[type="submit"]:hover, #attachments input[type="reset"]:hover, .buttons input[type="button"]:hover, .buttons input[type="submit"]:hover, .buttons input[type="reset"]:hover,  .buttons input[type="button"]:active, .buttons input[type="submit"]:active, .buttons input[type="reset"]:active { 
     310    width: 148px; 
     311} 
     312#attachments input[type="button"]:hover,  
     313#attachments input[type="submit"]:hover,  
     314#attachments input[type="reset"]:hover,  
     315.buttons input[type="button"]:hover,  
     316.buttons input[type="submit"]:hover,  
     317.buttons input[type="reset"]:hover,   
     318.buttons input[type="button"]:active,  
     319.buttons input[type="submit"]:active,  
     320.buttons input[type="reset"]:active { 
    270321    background: #2C1F1C url(boutonhover.png) no-repeat center top; 
    271322    border: 0; 
     
    328379    border-radius: 5px; 
    329380} 
    330 a.ext-link .icon { 
    331     background-position: right center; 
    332     padding-right: 16px; 
    333     padding-left: 0; 
    334 } 
    335381 
    336382/* === FORM TICKETS === */ 
     
    342388    font-weight: bold; 
    343389} 
    344  
    345390#ticket { 
    346391    background-color: #C1CFE5; 
     
    358403    color: #674e4e; 
    359404} 
    360  
    361405form #comment { 
    362406    width: 692px; 
     
    378422    border: 1px solid #674e4e; 
    379423} 
    380  
    381424.wikitoolbar { 
    382425    width: 252px; 
    383426} 
    384  
    385427.wikitoolbar :link, .wikitoolbar :visited { 
    386428    border: 1px solid #674E4E; 
    387429    margin-left: 2px 
    388430} 
    389  
    390431.wikitoolbar :active, .wikitoolbar :hover { 
    391432    border: 1px solid #2C1F1C; 
    392433} 
    393 /* == search == */ 
     434 
     435/* == SEARCH == */ 
    394436 
    395437#content.search #results dt a { 
    396438    color: #674e4e; 
    397439} 
    398  
    399440#content.search #results .author, #results .date { 
    400441    color: #674e4e; 
    401442    font-style: italic; 
    402443} 
    403  
    404444.searchword0 { 
    405445    background: #FFBB22; 
    406446    color: #2C1F1C 
    407447} 
    408  
    409448#content.search #results dd { 
    410449    font-size: 1em; 
     
    415454    background: #674e4e; 
    416455} 
    417  
    418456#content .paging :link, #content .paging :visited { 
    419457    border: 1px solid  #a3c37a; 
    420458    color: #674e4e; 
    421459} 
    422  
    423460#content .paging :link:hover, #content .paging :visited:hover { 
    424461    background: #FFBB22; 
     
    426463    border: 1px solid  #a3c37a; 
    427464} 
    428  
    429465#content .paging .previous a, 
    430466#content .paging .next a, 
     
    432468    border: none; 
    433469} 
    434  
    435470#content .paging .previous a:hover, #content .paging .next a:hover { 
    436471    color: #FFBB22; 
    437472} 
    438473 
    439 /* roadmap */ 
     474/* == ROADMAP == */ 
    440475 
    441476.milestone .info .date, .milestone .info h2 em { 
    442477    color: #2C1F1C; 
    443478} 
    444  
    445479#prefs { 
    446480    background: #fff; 
     
    450484} 
    451485 
    452 /* browser */ 
     486/* == BROWSER == */ 
     487 
     488#dirlist td.age { 
     489    border-top: 1px solid #2C1F1C 
     490    border-bottom: 1px solid #2C1F1C 
     491} 
     492 
     493/* = WIKI = */ 
     494 
     495div.code, pre.wiki, pre.literal-block { 
     496    background: #fff; 
     497    border: 1px dotted #2C1F1C; 
     498} 
     499.wiki-toc, #prefs, #tabs { 
     500    background: #fff; 
     501    border: 1px solid #4E6A91; 
     502    color: #674e4e; 
     503    font-size: 12px; 
     504    font-family: verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif; 
     505    -moz-border-radius: 5px; 
     506} 
     507#prefs .buttons { 
     508    margin-top: 0; 
     509    text-align: center; 
     510} 
     511#tabs li {  
     512    color: #674e4e; 
     513} 
     514#tabs li li.active { 
     515    border: 1px solid #D7E6FF; 
     516    background: #D7E6FF; 
     517} 
     518.wiki-toc :link,  
     519.wiki-toc :visited { 
     520    color: #2C1F1C 
     521} 
     522.wiki-toc .active { 
     523    font-weight: bold; 
     524} 
     525 
     526/* == TABLE (FORUM, TIMELINE & DIFF) == */ 
    453527table.listing { 
    454528    border: 1px solid #674E4E; 
    455529    border-collapse: collapse; 
     530} 
     531table.listing thead {  
     532    background: #674E4E; 
     533    color: #fff; 
    456534} 
    457535table.listing thead th,  
     
    460538    border: 1px solid #674E4E; 
    461539} 
    462  
    463 #dirlist td.age { 
    464     border-top: 1px solid #2C1F1C 
    465     border-bottom: 1px solid #2C1F1C 
    466 } 
    467  
    468 /* = WIKI = */ 
    469  
    470 div.code, pre.wiki, pre.literal-block { 
    471     background: #fff; 
    472     border: 1px dotted #2C1F1C; 
    473 } 
    474  
    475 .wiki-toc, #prefs, #tabs { 
    476     background: #fff; 
    477     border: 1px solid #4E6A91; 
    478     color: #674e4e; 
    479     font-size: 12px; 
    480     font-family: verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif; 
    481     -moz-border-radius: 5px; 
    482 } 
    483 #prefs .buttons { 
    484     margin-top: 0; 
     540table.listing thead th { 
    485541    text-align: center; 
    486542} 
    487 #tabs li {  
    488     color: #674e4e; 
    489 } 
    490 #tabs li li.active { 
    491     border: 1px solid #D7E6FF; 
    492     background: #D7E6FF; 
    493 } 
    494 .wiki-toc :link, .wiki-toc :visited { 
    495     color: #2C1F1C 
    496 } 
    497 a.missing:link, a.missing:visited, 
    498 a.missing:link:hover, a.missing:visited:hover { 
    499     background: #BFADAD; 
    500     color: #2C1F1C; 
    501     font-style: italic; 
    502 } 
    503  
    504 a.missing:link:after, a.missing:visited:after, 
    505 a.missing:hover:after { 
    506     content: ' missing!'; 
    507     font-size: 9px; 
    508     color:  #2C1F1C; 
    509     vertical-align: top; 
    510     padding-left: 5px; 
    511 } 
    512  
    513 .wiki-toc .active { 
    514     font-weight: bold; 
    515 } 
    516  
    517 h1 :link, h1 :visited { 
    518     color: #674e4e; 
    519 } 
    520  
    521 .floatleft { 
    522     float: left; 
    523 } 
    524  
    525 .floatright { 
    526     float: right; 
    527 } 
    528  
    529 .floatright img, imgfloatright { 
    530     margin-left: 0.2em; 
    531     margin-bottom: 0.2em; 
    532 } 
    533  
    534 .floatleft img, imgfloatleft { 
    535     margin-right: 0.2em; 
    536     margin-bottom: 0.2em; 
    537 } 
    538 /* forum */ 
    539  
    540  
     543table.listing thead th a { 
     544    color: #fff 
     545} 
    541546table.listing thead th.moderators,  
    542547table.listing tbody td.moderators,  
     
    547552    display: none; 
    548553} 
     554table.listing tbody tr:hover { background: #D7E6FF !important } 
     555table.listing tbody tr.focus { background: #D7E6FF !important } 
     556 
    549557table.listing tbody td.lasttopic,  
    550558table.listing tbody td.author, 
     
    552560table.listing tbody td.lastreply { 
    553561    text-align: left; 
    554 }  
    555 table.listing thead th { 
    556     text-align: center; 
    557 } 
    558 table.listing thead {  
    559     background: #674E4E; 
    560     color: #fff; 
    561 } 
    562 table.listing thead th a { 
    563     color: #fff 
    564562} 
    565563table.listing tbody td.topics,  
     
    569567    text-align: right; 
    570568} 
     569 
     570/* === FORUM === */ 
     571 
    571572.forum-list tr > td { 
    572573    padding: 0.2em 0.2em !important 
    573574} 
    574  
    575575.forum-list th.group, .topic-list th { 
    576576    background-color: #4E6A91; 
     
    580580    text-align: left;   
    581581} 
    582 .topic-list th :link, .topic-list th :visited { 
    583     color: #2C1F1C; 
    584 } 
    585 .topic-list th :active, .topic-list th :hover { 
    586     color: #fff; 
     582.forum-list th.group div.name {  
     583    float: left; 
     584    text-align: right; 
     585    width: 40%; 
     586} 
     587.forum-list th.group div.name:after { 
     588    content: ':'; 
    587589} 
    588590.forum-list th.group .description { 
    589591    float: left; 
     592} 
     593.forum-list th.group div.description { 
     594    float: right; 
     595    text-align: left; 
     596    width: 59%; 
     597} 
     598 
     599.topic-list h1 { 
     600    float: left; 
     601    text-align: right; 
     602    width: 49%; 
     603    color: #2C1F1C; 
     604} 
     605.topic-list h1:after { 
     606    content: ':'; 
    590607} 
    591608.topic-list h1, .topic-list h2 { 
     
    596613    padding-top: 0; 
    597614} 
    598 .topic-list h1 { 
    599     float: left; 
    600     text-align: right; 
    601     width: 49%; 
    602     color: #2C1F1C; 
    603 } 
    604615.topic-list h2 { 
    605616    float: right; 
     
    608619    color: #4E6A91; 
    609620} 
    610 .topic-list h1:after { 
    611     content: ':'; 
    612 } 
    613 .forum-list th.group div.name {  
    614     float: left; 
    615     text-align: right; 
    616     width: 49%; 
    617 } 
    618 .forum-list th.group div.name:after { 
    619     content: ':'; 
    620 } 
    621 .forum-list th.group div.description { 
    622     float: right; 
    623     text-align: left; 
    624     width: 49%; 
    625 } 
    626  
    627 /* admin */ 
     621.topic-list th :link, .topic-list th :visited { 
     622    color: #2C1F1C; 
     623} 
     624.topic-list th :active, .topic-list th :hover { 
     625    color: #fff; 
     626} 
     627 
     628/* === DIFF === */ 
     629 
     630.diff h2 { 
     631    color: #fff; 
     632    background: #4e6a91; 
     633} 
     634dt .time { 
     635    color: #2C1F1C; 
     636} 
     637.diff table tbody th { 
     638    background: #D7E6FF; 
     639    color: #674E4E; 
     640} 
     641.diff li.entry, .diff table th { 
     642    border-color: #4e6a91; 
     643} 
     644table#info li { 
     645    background-image: none; 
     646} 
     647/* == admin == */ 
    628648 
    629649.admin #tabs li, .admin fieldset { 
     
    631651} 
    632652 
    633 /* pastebin */ 
     653/* == PASTEBIN == */ 
    634654 
    635655div.sidebar { 
     
    644664    width: 180px; 
    645665} 
    646 /* diff */ 
    647 .diff table tbody th { 
    648     background: #D7E6FF; 
    649     color: #674E4E; 
    650 } 
    651 .diff h2 { 
    652     color: #fff; 
    653     background: #4e6a91; 
    654 } 
    655 .diff li.entry, .diff table th { 
    656     border-color: #4e6a91; 
    657 } 
    658 /*  */ 
    659 table#info li { 
    660     background-image: none; 
    661 } 
    662 .ohloh { 
    663     text-align: center; 
    664 } 
    665 dt .time { 
    666     color: #2C1F1C; 
    667 } 
Note: See TracChangeset for help on using the changeset viewer.