Template update for new Arch logo

Signed-off-by: Thayer Williams <thayerw@gmail.com>
This commit is contained in:
Thayer Williams 2008-01-16 13:37:56 -08:00 committed by Dan McGee
parent 6683f3ceeb
commit d4faaaf319
5 changed files with 86 additions and 97 deletions

View file

@ -1,109 +1,116 @@
* { margin: 0; padding: 0; } * { margin: 0; padding: 0; }
* ul { padding: 20px; } * ul { padding: 20px; }
body { body {
background: url("/images/title_back.png") repeat-x top left #fbf8f1; min-width: 600px;
background: url("/images/titlebar.png") repeat-x top left #fbf8f1;
padding: 0 30px; padding: 0 30px;
color: #46494d; color: #555;
font-family: Bitstream Vera Sans, Lucida Grande, Arial, sans-serif; font-family: "DejaVu Sans", "Bitstream Vera Sans", "Lucida Grande", Arial, sans-serif;
} }
/* /*
* Divs * Divs
*/ */
#head_container { #head_container {
height: 175px; height: 220px;
} }
#main_nav ul { #main_nav {
position: absolute;
top: 123px;
right: 30px;
width: 600px;
background: #333;
}
#sub_nav {
position: absolute;
top: 149px;
right: 30px;
width: 600px;
background: #1793d1;
}
#main_nav ul, #sub_nav ul {
list-style: none; list-style: none;
padding-right: 10px; margin: 0;
padding-top: 48px; padding: 0;
} }
#main_nav ul li { #main_nav ul li, #sub_nav ul li {
display: block; display: block;
float: right; float: right;
width: 67px; margin: 0 3px;
height: 20px; padding: 0;
padding-top: 2px;
margin-left: 3px;
background: url("/images/tab.png") repeat-x bottom left #fbf8f1;
text-align: center; text-align: center;
font-size: 13px; font-size: 13px;
line-height: 26px;
} }
#main_nav ul li[class~=selected] { #main_nav ul li.selected {
background: #fbf8f1; background: #1793d1;
} }
#main_nav ul li a { #sub_nav ul li.selected {
text-decoration: none; background: #333;
} }
#sub_nav ul { #main_nav ul li a, #sub_nav ul li a {
list-style: none;
padding-right: 10px;
padding-top: 5px;
}
#sub_nav ul li {
display: block; display: block;
float: right; padding: 0 8px;
width: 87px; color: #fff;
height: 20px; font-weight: bold;
padding-top: 2px;
margin-left: 3px;
background: url("/images/tab.png") repeat-x bottom left #fbf8f1;
border: 1px solid #cccccc;
text-align: center;
font-size: 13px;
}
#sub_nav ul li[class~=selected] {
background: #fbf8f1;
}
#sub_nav ul li a {
text-decoration: none; text-decoration: none;
} }
#main_nav ul li a:hover {
background: #1793d1;
}
#lang_sub { #lang_sub {
z-index: 1;
display: block; display: block;
position: absolute; position: absolute;
top: 0; top: 50;
right: 20px; right: 30px;
} }
#lang_sub ul { #lang_sub ul {
list-style: none; list-style: none;
} }
#lang_sub ul a { #lang_sub ul a {
text-decoration: none; text-decoration: none;
color: #000000;
} }
#lang_sub ul a:hover { #lang_sub ul a:hover {
color: #FF0000; text-decoration: underline;
} }
#lang_sub ul li { #lang_sub ul li {
display: block; display: block;
float: right; float: right;
margin-left: 6px; margin-left: 0 3px;
font-size: 10px; font-size: 10px;
text-align: center; text-align: center;
} }
#title {
height: 140px;
float: left;
}
#updates { #updates {
font-size: small; font-size: small;
/*position: relative;*/ /*position: relative;*/
top: 0px; top: 0px;
background: #f6efe0; background: #E7F0F6;
border: 1px solid #eee4cb; border: 1px solid #92CBE8;
padding: 10px; padding: 10px;
} }
#ads { #ads {
float: right; z-index: 0;
position: absolute;
top: 40px;
right: 10px;
} }
#logo { #logo {
float: left; z-index: 1;
width: 140px; position: absolute;
height: 140px; top: 10px;
left: 25px;
width: 350px;
} }
#titleimg { #logo h1#archtitle {
float: left; text-indent: -9999px;
margin: 0;
padding: 0;
}
#logo h1#archtitle a {
display: block;
background: transparent url("/images/titlelogo.png") top left no-repeat;
width: 350px;
height: 103px;
} }
#devlist { #devlist {
width: 80%; width: 80%;
@ -129,22 +136,18 @@ body {
margin: 0 360px 0 0; margin: 0 360px 0 0;
} }
.left p { .left p {
text-align: justify;
padding-bottom: 10px; padding-bottom: 10px;
} }
.box { .box {
padding: 10px; padding: 10px;
background: #e1e3e6;
border: 1px solid #8faecd;
} }
.greybox { .greybox {
padding: 10px; padding: 10px;
background: #f6efe0; background: #f6f3dd;
border: 1px solid #eee4cb; border: 1px solid #d9d6c2;
} }
div.listing { div.listing {
padding-right: 10px; padding-right: 10px;
border-left: 1px solid #387cbf;
} }
.error { .error {
color: #dd0000; color: #dd0000;
@ -153,7 +156,7 @@ div.listing {
.foot { .foot {
clear: both; clear: both;
text-align: center; text-align: center;
font-size: 0.8em; font-size: 0.75em;
} }
#search { #search {
float: right; float: right;
@ -162,8 +165,8 @@ div.listing {
font-size: 0.8em; font-size: 0.8em;
} }
#search input { #search input {
background: #f6efe0; background: #f6f3dd;
border: 1px solid #eee4cb; border: 1px solid #d9d6c2;
} }
.smalltext { .smalltext {
text-align: right; text-align: right;
@ -190,11 +193,13 @@ h4.title {
border-bottom: 1px solid #46494d; border-bottom: 1px solid #46494d;
} }
h4.news { h4.news {
border-bottom: 1px dotted #8faecd; border-bottom: 1px dotted #0771a6;
margin-bottom: .25em;
padding-bottom: .2em;
} }
div.listing h4 { div.listing h4 {
background: #d1d3d6; color: #fff;
border-top: 1px double #387cbf; background: #0771a6;
padding: 3px; padding: 3px;
} }
/* /*
@ -204,27 +209,18 @@ p {
padding-bottom: 20px; padding-bottom: 20px;
} }
p.news { p.news {
text-align: left;
font-size: small; font-size: small;
} }
a { a {
color: #35526f; color: #0771a6;
font-weight: bold;
text-decoration: underline;
} }
.news a { a:hover {
text-decoration: none; color: #333;
} }
#about { #about {
position: relative; position: relative;
top: -9px; top: -9px;
} }
#about a {
text-decoration: none;
}
.community a {
text-decoration: none;
}
ol { ol {
padding-left: 45px; padding-left: 45px;
} }
@ -299,7 +295,6 @@ table.deventry {
white-space: nowrap; white-space: nowrap;
} }
.deventry td { .deventry td {
border-bottom: 1px solid black;
width: 100%; width: 100%;
} }
table.results { table.results {
@ -325,8 +320,6 @@ table.results {
font-size: 0.8em; font-size: 0.8em;
} }
.listing th { .listing th {
background: #d1d3d6;
border-left: 1px solid #387cbf;
font-size: small; font-size: small;
vertical-align: top; vertical-align: top;
text-align: left; text-align: left;
@ -337,13 +330,15 @@ table.results {
padding: 2px; padding: 2px;
} }
blockquote.code { blockquote.code {
background: #c1c3f6; background: #f3f3f3;
border: 1px solid #8faecd; border: 1px solid #ccc;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
white-space: nowrap; white-space: nowrap;
padding: 5px; padding: 5px;
font-family: Courier, Courier New, Monospace; font-family: "DejaVu Sans Mono", "Bitstream Vera Sans Mono", Courier, "Courier New", Monospace;
color: #333;
font-size: .95em;
} }
/* /*
* Wiki Styles * Wiki Styles

View file

@ -1,7 +1,7 @@
/* Standard Fonts */ /* Standard Fonts */
span /* Applicable by default in all fonts */ span /* Applicable by default in all fonts */
{ {
color: #666; color: #555;
font-family: Bitstream Vera Sans, Lucida Grande, Arial, sans-serif; font-family: Bitstream Vera Sans, Lucida Grande, Arial, sans-serif;
} }
span.f1 /* Important */ span.f1 /* Important */
@ -101,20 +101,14 @@
padding-right: 8px; padding-right: 8px;
} }
a:visited { a {
color: rgb(108,131,176); color: #0771a6;
text-decoration: none;
font-weight: bold;
}
a:link {
color: rgb(108,131,176);
text-decoration: none; text-decoration: none;
font-weight: bold; font-weight: bold;
} }
a:hover { a:hover {
color: #990000; color: #333;
text-decoration: none; text-decoration: none;
font-weight: bold; font-weight: bold;
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 984 B

After

Width:  |  Height:  |  Size: 575 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 201 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB