mirror of
http://aero2k.de/repos/dfde-theme.git
synced 2017-09-06 15:25:40 +02:00
Linkfarben und Header angepasst
This commit is contained in:
@@ -5,11 +5,14 @@ Colours and backgrounds for common.css
|
||||
|
||||
html, body {
|
||||
color: #536482;
|
||||
background-color: #F5F7FA;
|
||||
}
|
||||
|
||||
/* TODO: schriftart woandershin schieben */
|
||||
h1 {
|
||||
color: #FFFFFF;
|
||||
color: #606060;
|
||||
font-family: "Bitstream Vera Serif",Georgia,Palatino,serif;
|
||||
font-size: 40px;
|
||||
font-weight: 100;
|
||||
}
|
||||
|
||||
h2 {
|
||||
@@ -31,8 +34,9 @@ hr {
|
||||
Colours and backgrounds for links.css
|
||||
-------------------------------------------------------------- */
|
||||
|
||||
a { color: #105289; }
|
||||
a:hover { color: #D31141; }
|
||||
a { color: #645d5b; }
|
||||
a:hover { color: #d3111a; }
|
||||
|
||||
|
||||
/* Links on gradient backgrounds */
|
||||
.forumbg .header a, .forabg .header a, th a {
|
||||
@@ -81,19 +85,18 @@ a:hover { color: #D31141; }
|
||||
/* Round cornered boxes and backgrounds
|
||||
---------------------------------------- */
|
||||
.wrap {
|
||||
background-color: #FFF;
|
||||
border-color: #E6E9ED;
|
||||
}
|
||||
|
||||
.headerbar {
|
||||
color: #FFFFFF;
|
||||
background-color: #f0f0f0;
|
||||
border-bottom: 1px solid #b0b0b0;
|
||||
color: #707070;
|
||||
margin-bottom: 4px;
|
||||
padding: 0 5px;
|
||||
}
|
||||
|
||||
.headerbar, .forumbg {
|
||||
background-color: #12A3EB;
|
||||
background-image: -webkit-linear-gradient(top, #6ACEFF 0%, #0076B1 2px, #12A3EB 92px, #12A3EB 100%);
|
||||
background-image: linear-gradient(to bottom, #6ACEFF 0%,#0076B1 2px,#12A3EB 92px,#12A3EB 100%);
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
|
||||
.forabg {
|
||||
@@ -104,7 +107,7 @@ a:hover { color: #D31141; }
|
||||
}
|
||||
|
||||
.navbar {
|
||||
background-color: #CADCEB;
|
||||
background-color: #eae9e9;
|
||||
}
|
||||
|
||||
.panel {
|
||||
|
||||
Reference in New Issue
Block a user