gadjoize even more

This commit is contained in:
Thomas NOËL 2017-05-22 00:37:49 +02:00
parent bf84ecbe05
commit 5b1eb1b9b1
1 changed files with 20 additions and 14 deletions

View File

@ -32,24 +32,27 @@ body {
font-size: 1em;
height: 40px;
padding: 0px;
background: #c2d1cc url(../images/header-03.jpeg);
background: url(../images/header-03.jpeg) no-repeat;
background-size: 100% 500px;
font-family: sans-serif;
line-height: 40px;
border-bottom: 1px solid #888;
}
#top-menu #loggedas {
color: #fff;
color: #aaa;
margin: 0;
background-color: black;
padding-left: 1em;
padding-left: 2em;
font-size: 10px;
}
#top-menu #account {
margin: 0;
padding-right: 1em;
padding-right: 2em;
padding-left: 1em;
height: 40px;
line-height: 40px;
background-color: black;
font-size: 10px;
}
#top-menu a {
color: #000;
@ -57,27 +60,33 @@ body {
text-shadow: 0 0 2px white;
}
#top-menu #account a, #top-menu #loggedas a {
color: #fff;
font-weight: normal;
text-shadow: none;
font-size: 10px;
color: #aaa;
}
#top-menu > ul {
padding-left: 1em;
}
#top-menu > ul > li:first-child {
background: url(../images/eo-sansnom.png) top left no-repeat;
background-size: auto 40px;
padding-left: 100px;
}
#top-menu a.help { display: none }
#header {
color: white;
height:100px;
background: white url(../images/eo-sansnom.png) no-repeat 2px 2px;
/* border-bottom: 1px solid #E4E4E4; */
height: 80px;
min-height: 80px;
background: white;
}
#header a {
color: #606060;
}
#header h1 {
margin-left: 170px;
margin-top: 18px;
font-size: 28px;
color: #606060;
font-family: MuseoSlab, sans-serif;
@ -91,13 +100,11 @@ body {
}
#quick-search { margin-right: 6px; }
#quick-search input { float: right; }
#quick-search select { display: block; }
#main-menu {
background-color: white; /* #578bb8; */
background-color: white;
text-color: #404041;
left: 0;
/* border-top: 1px solid #636770; */
width: 100%;
}
#main-menu li {
@ -138,7 +145,6 @@ body {
#footer a { color: #fff; font-weight: bold; }
#main { font:Verdana,Tahoma,Arial,sans-serif; background: #e8eaec; }
/* #main a { font-weight: bold; color: #467aa7;} */
#main a { color: #467aa7;}
#main a:hover { color: #2a5a8a; text-decoration: underline; }
#content {