euscanwww: update theme

Signed-off-by: Corentin Chary <corentincj@iksaif.net>
This commit is contained in:
Corentin Chary 2011-07-21 15:00:59 +02:00
parent 1a482acde1
commit 91e928371d
4 changed files with 43 additions and 28 deletions

View File

@ -5,7 +5,7 @@ body
font-size: 0.8em; font-size: 0.8em;
font-family: Dejavu, Verdana, "Bitstream Vera Sans", "Lucida Grande", "Trebuchet MS", sans-serif; font-family: Dejavu, Verdana, "Bitstream Vera Sans", "Lucida Grande", "Trebuchet MS", sans-serif;
color: #535353; color: #535353;
background: #E3E3E2; background: #D2D0D4;
} }
img img
@ -35,24 +35,33 @@ a:hover, a:active
} }
#header { #header {
background: #ffffff; /* background: url(http://packages.gentoo.org/media/packages_gentoo_logo.jpg) no-repeat;
background-color: #46347C; */
width: 100%; width: 100%;
height: 30px;
margin: 0; margin: 0;
padding: 0; padding: 0;
background: url(../img/gentoo-header-bar-bg.png) repeat-x;
}
#header #logo
{
float: left;
} }
#content { #content {
background: #ffffff; background: #F0F0F0;
padding: 10px; padding: 10px;
margin-top: 10px; margin-top: 10px;
/* margin-right: auto; /* margin-right: auto;
margin-left: auto; margin-left: auto;
*/ */
margin-left: 20%; margin-left: 20px;
/* margin-left: 20%; */
margin-right: 250px; margin-right: 250px;
max-width: 60em; /* max-width: 60em; */
border: solid 1px #DBDBDA; border: 1px solid #67539B;
background: #FEFEFE; background: #FEFEFE;
-webkit-border-radius: 10px; -webkit-border-radius: 10px;
@ -64,14 +73,14 @@ a:hover, a:active
-webkit-border-radius: 10px; -webkit-border-radius: 10px;
-moz-border-radius: 10px; -moz-border-radius: 10px;
border-radius: 10px; border-radius: 10px;
border: 1px solid #67539B;
} }
#menu, #menu_dl { #menu, #menu_dl {
width:100%; width:100%;
border-bottom: 1px dotted #663300; margin-top: 75px;
margin-top: 5px; background: #8076A1;
background: #252525; color: #FFF;
} }
#menu a { #menu a {
@ -82,6 +91,7 @@ a:hover, a:active
{ {
list-style-type: none; list-style-type: none;
} }
#menus { #menus {
width: 200px; width: 200px;
position:absolute; position:absolute;
@ -139,6 +149,7 @@ dd {
h1 { h1 {
color: #000;
width: 20em; width: 20em;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
@ -179,21 +190,19 @@ th
border-bottom: 3px solid; border-bottom: 3px solid;
} }
#logos, #footer #footer
{ {
margin: 10px; background: #8076A1;
text-align: center;
background: #FFF;
font-size: 0.8em; font-size: 0.8em;
margin-right: auto; width: 100%;
margin-left:auto; margin: 0;
width: 60em; margin-top: 10px;
padding: 10px; color: #FFF;
}
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
#footer p {
text-align: right;
margin: 5px;
} }
.err,.ok,.inf .err,.ok,.inf

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

View File

@ -11,7 +11,10 @@
</head> </head>
<body> <body>
<div id="header"> <div id="header">
{% block header %}<h1>euscan</h1>{% endblock %} <a href="http://www.gentoo.org">
<img id="logo" src="{{ MEDIA_URL }}img/gentoo_org.png" />
</a>
{% block header %}<h1>Ebuild Upstream Scanner (euscan)</h1>{% endblock %}
</div> </div>
<div id="content"> <div id="content">
{% block content %}{% endblock %} {% block content %}{% endblock %}
@ -40,9 +43,12 @@
{% endblock %} {% endblock %}
</div> </div>
<div id="footer"> <div id="footer">
<p>
Questions, Comments, Corrections ? Questions, Comments, Corrections ?
Email: corentin.chary at gmail.com<br /> Email: corentin.chary at gmail.com<br />
Copyright (C) 2011 <strong>Corentin Chary</strong> Copyright (C) 2011 <strong>Corentin Chary</strong><br />
<em>This site is not an official Gentoo website.</em>
</p>
</div> </div>
</body> </body>
</html> </html>