Changeset 3648


Ignore:
Timestamp:
Oct 26, 2009, 10:14:13 PM (14 years ago)
Author:
carmie
Message:

je repars du style actuel du site,
on travaillera que dans libcaca.css

Location:
web/branches/test/trac
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • web/branches/test/trac/htdocs/main.css

    r3395 r3648  
    1 body {
    2    background: #290c00;
    3 }
    4 #banner, #main, #footer {
    5    background: #fff;
    6    color: #290c00;
    7 }
    8 #banner, #mainnav, #main {
    9    margin-top: 0;
    10    margin-bottom: 0;
    11    border-left: 2px solid #88AA77;
    12    border-right: 2px solid #945973;
    13    border-bottom: 2px solid #945973;
    14 }
    15 #main {
    16     -moz-border-radius-bottomleft: 5px;
    17     -moz-border-radius-bottomright: 5px;
    18 }
    19 #mainnav li {
    20    border-right: 1px solid #290c00;
    21 }
    22 #mainnav :link, #mainnav :visited, #mainnav :link:hover, #mainnav :visited:hover {
    23    color: #290c00;
    24    background-image: none;
    25    border-bottom: none;
    26 }
    27 #mainnav :link:hover, #mainnav :visited:hover {
    28    background: #88AA77;
    29 }
    30 #mainnav .active :link, #mainnav .active :visited {
    31    color: #290c00;
    32 }
    33 #mainnav .active :link, #mainnav .active :visited {main.css (ligne 18)
    34    color: #290c00;
    35    background: #88AA77;
    36 }
    37 #mainnav .active :link:hover, #mainnav .active :visited:hover {
    38    color: #290c00;
    39    background: none;
     1:link, :visited { color: #3a5; }
     2:link:hover, :visited:hover { color: #a2d; }
     3
     4body, th, td {
     5 font-family: 'Bitstream Vera Serif',times,serif;
    406}
    417
    42 #siteheader {
    43    overflow: hidden;
    44    width: 500px;
    45    float: right;
     8h1, h2, h3, h4 {
     9 font-family: 'Bitstream Vera Serif',times,serif;
    4610}
    47 dt em {
    48     color: #88AA77;
     11
     12#mainnav {
     13 font-family: 'Bitstream Vera Serif',times,serif;
    4914}
    50 .buttons {
    51     margin: 0.5em 0;
    52     text-align: center;
    53    
     15
     16#mainnav :link, #mainnav :visited {
     17 padding-left: 8px; padding-right: 8px;
    5418}
    55 #jumprev, #jumploc {
    56     margin: 0.2em 0 0.6em;
     19
     20h1, h2, h3 {
     21  text-indent: 0.5em;
     22  border-style: solid;
     23  border-color: #88aa77;
     24  background-color: inherit;
    5725}
    58 #prefs {
    59     background: #88AA77;
    60     border: 2px solid;
    61     border-color: #945973 #290C00 #290C00 #945973;
    62     -moz-border-radius: 5px;
    63     -webkit-border-radius: 5px;
     26
     27h1 {
     28  font-size: 1.6em;
     29  font-variant: small-caps;
     30  color: #002200;
     31  border-width: 0 0 2px 0;
    6432}
    65 table, table.listing {
    66     -moz-border-radius: 5px;
    67     -webkit-border-radius: 5px;
     33
     34h2 {
     35  font-size: 1.3em;
     36  font-variant: small-caps;
     37  color: #224422;
     38  border-width: 0 0 2px 0;
    6839}
    69 fieldset {
    70     background: #88AA77;
    71     border-color: #290c00;
    72     -moz-border-radius: 5px;
    73     -webkit-border-radius: 5px;
     40
     41h3 {
     42  font-size: 1.1em;
     43  color: #335533;
     44  border-width: 0 0 1px 0;
    7445}
    75 legend {
    76     color: #290c00;
    77     border-bottom: 1px solid #290c00;
    78     background: #fff;
    79     opacity: 0.7;
     46
     47p {
     48  text-indent: 1em;
     49  text-align: inherit;
    8050}
    81 th {
    82     background: #88AA77;
    83     color: #fff;
    84     font-weight: bold;
     51
     52#footer {
     53  display: none;
    8554}
    86 th a {
    87     color: #290c00;
    88 }
    89 input[type="checkbox"], input[type="button"], input[type="submit"], input[type="reset"] {
    90     background: #945973;
    91     border: 1px solid #945973;
    92     color: #290c00;
    93     font-weight: bold;
    94     -moz-border-radius: 5px;
    95     -webkit-border-radius: 5px;
    96 }
    97 input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
    98     background: #EEEEEE;
    99     border: 1px solid #290c00;
    100     color: #290c00;
    101     font-weight: bold;
    102     -moz-border-radius: 5px;
    103     -webkit-border-radius: 5px;
    104 }
    105 select, input[type="text"], input.textwidget, textarea {
    106     background: white;
    107     border: 1px solid #945973;
    108     -moz-border-radius: 5px;
    109     -webkit-border-radius: 5px;
    110 }
    111 #loginguest {
    112     float: right;
    113     font-size: 0.9em;
    114     color: #945973;
    115 }
    116 #loginguest a {
    117     color: #945973;
    118     border-bottom: 1px dotted #88AA77;
    119     font-size: 0.9em;
    120 }
    121 .milestone .info h2 em {
    122     color: #945973;
    123 }
    124 #tabs {
    125     -moz-border-radius: 5px;
    126     -webkit-border-radius: 5px;
    127 }
  • web/branches/test/trac/templates/site.html

    r3010 r3648  
    22      xmlns:py="http://genshi.edgewall.org/"
    33      py:strip="">
    4 
     4    <link rel="stylesheet" type="text/css"
     5          href="${href.chrome('site/libcaca.css')}" />
    56  <!--! Add site-specific style sheet -->
    67  <head py:match="head" py:attrs="select('@*')">
Note: See TracChangeset for help on using the changeset viewer.