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:
@@ -85,8 +85,10 @@
|
|||||||
|
|
||||||
<div id="site-description" class="site-description">
|
<div id="site-description" class="site-description">
|
||||||
<a id="logo" class="logo" href="<!-- IF U_SITE_HOME -->{U_SITE_HOME}<!-- ELSE -->{U_INDEX}<!-- ENDIF -->" title="<!-- IF U_SITE_HOME -->{L_SITE_HOME}<!-- ELSE -->{L_INDEX}<!-- ENDIF -->"><span class="site_logo"></span></a>
|
<a id="logo" class="logo" href="<!-- IF U_SITE_HOME -->{U_SITE_HOME}<!-- ELSE -->{U_INDEX}<!-- ENDIF -->" title="<!-- IF U_SITE_HOME -->{L_SITE_HOME}<!-- ELSE -->{L_INDEX}<!-- ENDIF -->"><span class="site_logo"></span></a>
|
||||||
|
<a id="dfdeHeader" class="dfdeHeader" href="<!-- IF U_SITE_HOME -->{U_SITE_HOME}<!-- ELSE -->{U_INDEX}<!-- ENDIF -->" title="<!-- IF U_SITE_HOME -->{L_SITE_HOME}<!-- ELSE -->{L_INDEX}<!-- ENDIF -->">
|
||||||
<h1>{SITENAME}</h1>
|
<h1>{SITENAME}</h1>
|
||||||
<p>{SITE_DESCRIPTION}</p>
|
<p>{SITE_DESCRIPTION}</p>
|
||||||
|
</a>
|
||||||
<p class="skiplink"><a href="#start_here">{L_SKIP}</a></p>
|
<p class="skiplink"><a href="#start_here">{L_SKIP}</a></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -5,11 +5,14 @@ Colours and backgrounds for common.css
|
|||||||
|
|
||||||
html, body {
|
html, body {
|
||||||
color: #536482;
|
color: #536482;
|
||||||
background-color: #F5F7FA;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* TODO: schriftart woandershin schieben */
|
||||||
h1 {
|
h1 {
|
||||||
color: #FFFFFF;
|
color: #606060;
|
||||||
|
font-family: "Bitstream Vera Serif",Georgia,Palatino,serif;
|
||||||
|
font-size: 40px;
|
||||||
|
font-weight: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
@@ -31,8 +34,9 @@ hr {
|
|||||||
Colours and backgrounds for links.css
|
Colours and backgrounds for links.css
|
||||||
-------------------------------------------------------------- */
|
-------------------------------------------------------------- */
|
||||||
|
|
||||||
a { color: #105289; }
|
a { color: #645d5b; }
|
||||||
a:hover { color: #D31141; }
|
a:hover { color: #d3111a; }
|
||||||
|
|
||||||
|
|
||||||
/* Links on gradient backgrounds */
|
/* Links on gradient backgrounds */
|
||||||
.forumbg .header a, .forabg .header a, th a {
|
.forumbg .header a, .forabg .header a, th a {
|
||||||
@@ -81,19 +85,18 @@ a:hover { color: #D31141; }
|
|||||||
/* Round cornered boxes and backgrounds
|
/* Round cornered boxes and backgrounds
|
||||||
---------------------------------------- */
|
---------------------------------------- */
|
||||||
.wrap {
|
.wrap {
|
||||||
background-color: #FFF;
|
|
||||||
border-color: #E6E9ED;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.headerbar {
|
.headerbar {
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
|
background-color: #f0f0f0;
|
||||||
|
border-bottom: 1px solid #b0b0b0;
|
||||||
|
color: #707070;
|
||||||
|
margin-bottom: 4px;
|
||||||
|
padding: 0 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.headerbar, .forumbg {
|
.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 {
|
.forabg {
|
||||||
@@ -104,7 +107,7 @@ a:hover { color: #D31141; }
|
|||||||
}
|
}
|
||||||
|
|
||||||
.navbar {
|
.navbar {
|
||||||
background-color: #CADCEB;
|
background-color: #eae9e9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel {
|
.panel {
|
||||||
|
|||||||
@@ -133,9 +133,9 @@ a:hover { text-decoration: underline; }
|
|||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
max-width: 1152px;
|
max-width: 95%;
|
||||||
min-width: 625px;
|
min-width: 625px;
|
||||||
padding: 15px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 1220px), only screen and (max-device-width: 1220px) {
|
@media only screen and (max-width: 1220px), only screen and (max-device-width: 1220px) {
|
||||||
@@ -150,7 +150,7 @@ a:hover { text-decoration: underline; }
|
|||||||
margin: 4px 0;
|
margin: 4px 0;
|
||||||
clear: both;
|
clear: both;
|
||||||
float:right;
|
float:right;
|
||||||
width:90%;
|
width:85%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.debianforumde-sidebar {
|
.debianforumde-sidebar {
|
||||||
@@ -181,6 +181,22 @@ a:hover { text-decoration: underline; }
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dfdeHeader.h1 {
|
||||||
|
float: left;
|
||||||
|
width: auto;
|
||||||
|
padding: 10px 13px 0 10px;
|
||||||
|
color: #606060;
|
||||||
|
font-family: "Bitstream Vera Serif",Georgia,Palatino,serif;
|
||||||
|
font-size: 40px;
|
||||||
|
font-weight: 100;
|
||||||
|
margin: 14px 0 0 69px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.dfdeHeader:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
.site_logo {
|
.site_logo {
|
||||||
padding-top: 80px;
|
padding-top: 80px;
|
||||||
@@ -189,7 +205,7 @@ a:hover { text-decoration: underline; }
|
|||||||
padding-left: 80px;
|
padding-left: 80px;
|
||||||
display: inline-block !important;
|
display: inline-block !important;
|
||||||
height: 0;
|
height: 0;
|
||||||
margin-left: -20px;
|
margin-left: 2px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -29,7 +29,6 @@ dd label input { vertical-align: text-bottom\9; }
|
|||||||
}
|
}
|
||||||
|
|
||||||
.headerbar, .forumbg {
|
.headerbar, .forumbg {
|
||||||
background-image: url("./images/bg_header.gif");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.forabg {
|
.forabg {
|
||||||
|
|||||||
Reference in New Issue
Block a user