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

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>
<body>
<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 id="content">
{% block content %}{% endblock %}
@ -40,9 +43,12 @@
{% endblock %}
</div>
<div id="footer">
Questions, Comments, Corrections ?
Email: corentin.chary at gmail.com<br />
Copyright (C) 2011 <strong>Corentin Chary</strong>
<p>
Questions, Comments, Corrections ?
Email: corentin.chary at gmail.com<br />
Copyright (C) 2011 <strong>Corentin Chary</strong><br />
<em>This site is not an official Gentoo website.</em>
</p>
</div>
</body>
</html>