Browse Source

git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/web/trunk@4478 92316355-f0b4-4df1-b90c-862c8a59935f

master
carmie 15 years ago
parent
commit
49769af8d9
1 changed files with 10 additions and 10 deletions
  1. +10
    -10
      trac/htdocs/libcaca.css

+ 10
- 10
trac/htdocs/libcaca.css View File

@@ -258,7 +258,7 @@ input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hove
width:148px; width:148px;
} }
.buttons input[type="button"]:hover, .buttons input[type="submit"]:hover, .buttons input[type="reset"]:hover { .buttons input[type="button"]:hover, .buttons input[type="submit"]:hover, .buttons input[type="reset"]:hover {
background: #2C1F1C url(boutonhover.png) no-repeat center top;
background: #2C1F1C; url(boutonhover.png) no-repeat center top;
border: 0; border: 0;
border-bottom: 1px solid #674e4e; border-bottom: 1px solid #674e4e;
color: #fff; color: #fff;
@@ -371,7 +371,7 @@ margin: 0 auto;


.searchword0 { .searchword0 {
background: #FFBB22; background: #FFBB22;
color: #552701;
color: #2C1F1C
} }


#content.search #results dd { #content.search #results dd {
@@ -407,13 +407,13 @@ margin: 0 auto;
/* roadmap */ /* roadmap */


.milestone .info .date, .milestone .info h2 em { .milestone .info .date, .milestone .info h2 em {
color: #552701;
color: #2C1F1C
} }


#prefs { #prefs {
background: #fff; background: #fff;
border: 1px solid #4E6A91; border: 1px solid #4E6A91;
color: #552701;
color: #2C1F1C
font-size: 11px; font-size: 11px;
} }


@@ -427,20 +427,20 @@ table.listing tbody th {
border: 1px solid #674E4E; border: 1px solid #674E4E;
} }
#dirlist td.age { #dirlist td.age {
border-top: 1px solid #552701;
border-bottom: 1px solid #552701;
border-top: 1px solid #2C1F1C
border-bottom: 1px solid #2C1F1C
} }


/* = WIKI = */ /* = WIKI = */


div.code, pre.wiki, pre.literal-block { div.code, pre.wiki, pre.literal-block {
background: #fff; background: #fff;
border: 1px dotted #552701;
border: 1px dotted #2C1F1C
} }


.wiki-toc, #prefs, #tabs { .wiki-toc, #prefs, #tabs {
background: #fff; background: #fff;
border: 1px solid #552701;
border: 1px solid #4E6A91;
color: #674e4e; color: #674e4e;
font-size: 12px; font-size: 12px;
font-family: verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif; font-family: verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;
@@ -458,12 +458,12 @@ div.code, pre.wiki, pre.literal-block {
background: #E5DCDC; background: #E5DCDC;
} }
.wiki-toc :link, .wiki-toc :visited { .wiki-toc :link, .wiki-toc :visited {
color: #552701;
color: #2C1F1C
} }
a.missing:link, a.missing:visited, a.missing:link, a.missing:visited,
a.missing:link:hover, a.missing:visited:hover { a.missing:link:hover, a.missing:visited:hover {
background: #FFBB22; background: #FFBB22;
color: #552701;
color: #2C1F1C
font-style: italic; font-style: italic;
} }




Loading…
Cancel
Save