redesign with grouped navigation on top of page
parent
eca8fe9a34
commit
5f0838d1a1
@ -1,293 +0,0 @@
|
||||
body {
|
||||
padding: 2%;
|
||||
font: 120% Verdana, Arial, sans-serif;
|
||||
background-image: url(../images/background.png);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
a[href ^=https] {
|
||||
padding-left: 16px;
|
||||
margin-left: 2px;
|
||||
background: url(../images/secure.png) no-repeat;
|
||||
}
|
||||
|
||||
pre {
|
||||
border: thin dotted #ccc;
|
||||
margin-left: 20px;
|
||||
margin-right: 20px;
|
||||
background-color: #fafafa;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
#page {
|
||||
float: left;
|
||||
max-width: 1200px;
|
||||
min-width: 800px;
|
||||
}
|
||||
|
||||
#body {
|
||||
display: table;
|
||||
float: left;
|
||||
max-width: 100% !important;
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
#logo::before {
|
||||
background: transparent url(../images/top-right.png) scroll no-repeat top right;
|
||||
margin-bottom: -20px;
|
||||
height: 30px;
|
||||
display: block;
|
||||
border: none;
|
||||
content: url(../images/top-left.png);
|
||||
padding: 0;
|
||||
line-height: 0.1;
|
||||
font-size: 1px;
|
||||
}
|
||||
|
||||
#logo {
|
||||
height: 150px;
|
||||
background: url(../images/c3d2_blue.jpg);
|
||||
text-align: left;
|
||||
}
|
||||
#logo h1 {
|
||||
position: relative;
|
||||
top: 23px;
|
||||
left: 23px;
|
||||
padding: 65px 0 0 0;
|
||||
overflow: hidden;
|
||||
background-image: url(../images/logo.png);
|
||||
background-repeat: no-repeat;
|
||||
height: 0px !important;
|
||||
height /**/:65px;
|
||||
}
|
||||
#navigation {
|
||||
text-align: left;
|
||||
display: table-cell;
|
||||
margin-left: 0px;
|
||||
width: 12%;
|
||||
padding: 0.5em;
|
||||
margin-top: 10px;
|
||||
padding-top: 100px;
|
||||
background: url(../images/ck.png) top center no-repeat;
|
||||
}
|
||||
|
||||
#navigation form {
|
||||
padding: 0.2em 0 0.2em 0;
|
||||
margin: 1em 0.3em 0 0.3em;
|
||||
border-top: #ebc63c 1px solid;
|
||||
border-bottom: #ebc63c 1px solid;
|
||||
text-align: center;
|
||||
}
|
||||
#navigation input[type =text] {
|
||||
width: 80%;
|
||||
}
|
||||
#navigation ul {
|
||||
list-style-type: square;
|
||||
list-style-image: url(../images/bullet.png);
|
||||
font-size: small;
|
||||
margin-left: 0;
|
||||
}
|
||||
#navigation li {
|
||||
line-height: 2em;
|
||||
}
|
||||
#navigation a {
|
||||
color: #676767;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
#navigation a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#content {
|
||||
display: table-cell;
|
||||
text-align: left;
|
||||
width: 50%;
|
||||
border-left: #ccc 1.1px dashed;
|
||||
border-right: #ccc 1.1px dashed;
|
||||
font-size: 75%;
|
||||
line-height: 1.3em;
|
||||
padding: 0 2em;
|
||||
}
|
||||
|
||||
#content p {
|
||||
margin: 1.5em 1em;
|
||||
}
|
||||
|
||||
#content a {
|
||||
text-decoration: none;
|
||||
border-bottom: #ebc63c 1px solid;
|
||||
color: #555;
|
||||
}
|
||||
#content a:hover {
|
||||
border-width: 2px;
|
||||
}
|
||||
|
||||
#content h1,
|
||||
#content h2,
|
||||
#content h3,
|
||||
#content h4,
|
||||
#content h5 {
|
||||
letter-spacing: 3px;
|
||||
margin: 0px;
|
||||
background-color: transparent;
|
||||
font-weight: bold;
|
||||
}
|
||||
#content h2 {
|
||||
font-size: 200%;
|
||||
margin-bottom: 1em;
|
||||
margin-top: 0px;
|
||||
color: #333;
|
||||
}
|
||||
#content h3 {
|
||||
font-size: 150%;
|
||||
margin-top: 30px;
|
||||
color: #555;
|
||||
}
|
||||
#content h4 {
|
||||
font-size: 120%;
|
||||
}
|
||||
|
||||
|
||||
#news {
|
||||
text-align: left;
|
||||
display: table-cell;
|
||||
margin-right: 1em;
|
||||
width: 10%;
|
||||
background: url(../images/pesthoernchen.png) top center no-repeat;
|
||||
padding: 1em;
|
||||
padding-top: 90px;
|
||||
margin-top: 10px;
|
||||
|
||||
font-size: small;
|
||||
}
|
||||
#news h2 {
|
||||
font-size: 1.2em;
|
||||
border-top: #ebc63c 1px solid;
|
||||
padding-top: 5%;
|
||||
}
|
||||
#news ul {
|
||||
list-style-type: circle;
|
||||
list-style-image: url(../images/star.png);
|
||||
font-size: small;
|
||||
margin-left: -1em;
|
||||
max-width: 10em !important;
|
||||
}
|
||||
#news ul li {
|
||||
line-height: 1.5em;
|
||||
}
|
||||
#news a {
|
||||
color: #666;
|
||||
text-decoration: none;
|
||||
font-style: italic;
|
||||
}
|
||||
#news a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
||||
#footer {
|
||||
text-align: center;
|
||||
font-size: small;
|
||||
border: #ccc 1px solid;
|
||||
border-top: none;
|
||||
background: #fff url(../images/background_bottom.png) no-repeat left bottom;
|
||||
}
|
||||
#footer ul, #footer li {
|
||||
display: inline;
|
||||
list-style-type: none;
|
||||
}
|
||||
#footer li a {
|
||||
margin: 0 1em;
|
||||
color: #676767;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
#footer li a img {
|
||||
border: none;
|
||||
}
|
||||
.hidden {
|
||||
color: white;
|
||||
font-size: xx-small;
|
||||
clear: both;
|
||||
}
|
||||
#update {
|
||||
font: xx-small sans-serif;
|
||||
letter-spacing: 0.8px;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
|
||||
#content hr.news {
|
||||
visibility: hidden;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#content div.news {
|
||||
padding: 1em;
|
||||
margin: 0;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.news_author {
|
||||
font-size: small;
|
||||
font-style: italic;
|
||||
margin-left: 1em;
|
||||
font-weight: bold;
|
||||
}
|
||||
#content h3.news {
|
||||
border-bottom: #ebc63c 3px solid;
|
||||
padding: 0px;
|
||||
line-height: 1.1em;
|
||||
font-size: 130%;
|
||||
}
|
||||
#content h3.news a {
|
||||
border: none;
|
||||
}
|
||||
|
||||
/* some little helpers */
|
||||
img.left {
|
||||
float: left;
|
||||
margin-right: 1em;
|
||||
}
|
||||
img.right {
|
||||
float: right;
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
dt {
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
margin-left: 2em;
|
||||
margin-top: 0.5em;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
dt:after {
|
||||
content: ":";
|
||||
}
|
||||
|
||||
dl {
|
||||
font-size: 90%;
|
||||
margin-top: 2em;
|
||||
margin-bottom: 3em;
|
||||
}
|
||||
|
||||
dt.main {
|
||||
font-style: normal;
|
||||
font-size: 100%;
|
||||
margin-left: 1em;
|
||||
margin-top: 1em;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
dt.main:after, dt.main:before {
|
||||
content: "";
|
||||
}
|
||||
|
||||
dd, dt {
|
||||
font-size: 95%;
|
||||
}
|
||||
|
||||
dd {
|
||||
margin-left: 4em;
|
||||
}
|
Loading…
Reference in New Issue