homogéinisation des à-plats

This commit is contained in:
Christophe Siraut 2017-10-29 10:50:41 +01:00
parent b309abc8c8
commit 1842f93d8a
1 changed files with 25 additions and 10 deletions

View File

@ -25,7 +25,7 @@
}
body {
color:#303030; font-size: 0.9em; background:#e8eaec;
color:#303030; font-size: 0.9em; background:#f3f3f3;
}
#top-menu {
@ -78,9 +78,8 @@ body {
#top-menu a.help { display: none }
#header {
color: white;
min-height: auto;
background: white;
background: #f3f3f3;
}
#header a {
color: #606060;
@ -101,7 +100,6 @@ body {
#quick-search input { float: right; }
#main-menu {
background-color: white;
text-color: #404041;
left: 0;
width: 100%;
@ -112,7 +110,7 @@ body {
}
#main-menu li a:after {
content: " /";
color: #404041;
color: #999;
}
#main-menu li a {
@ -123,12 +121,11 @@ body {
}
#main-menu li a:hover {
background-color: white;
background: none;
color: #E0007A;
}
#main-menu li a.selected, #main-menu li a.selected:hover {
background-color: white;
color: #E0007A;
background: none;
}
#footer {
@ -143,12 +140,15 @@ body {
}
#footer a { color: #fff; font-weight: bold; }
#main { font:Verdana,Tahoma,Arial,sans-serif; background: #e8eaec; }
#main { font:Verdana,Tahoma,Arial,sans-serif; background: #f3f3f3; }
#main a { color: #467aa7;}
#main a:hover { color: #2a5a8a; text-decoration: underline; }
#content {
width: 80%;
background: #fff;
border-right: 1px solid #eee;
border-top: 1px solid #eee;
border-radius: 8px;
}
#content .tabs ul { bottom:-1px; }
@ -156,6 +156,7 @@ body {
position: absolute;
left: 82%;
width: 17%;
padding-left: 10px;
}
h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 {
@ -253,7 +254,6 @@ tr.priority-1 a { color: #559; }
tr.odd.priority-1 td, tr.even.priority-1 td { border-color: #add7f3; }
p.breadcrumb {
background-color:#EEEEEE;
border-bottom:1px solid white;
font-size:0.9em;
margin:-6px -10px 6px;
@ -294,6 +294,21 @@ div.wiki img {
max-width: 100%;
}
div.issue {
border: 1px solid #ccc;
border-radius: 8px;
padding-left: 8px;
padding-right: 8px;
}
div.issue hr {
height: 0
}
div.issue div.subject h3 {
color: #333
}
pre.format-patch-description {
background: #eee;
padding: 3px 1ex;