First commit
This commit is contained in:
43
cms/templates/__maintenance__/stylesheet.css
Normal file
43
cms/templates/__maintenance__/stylesheet.css
Normal file
@ -0,0 +1,43 @@
|
||||
/* utf-8 marker: äöü */
|
||||
/* RESET BROWSERSTYLE */
|
||||
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,hr,blockquote {padding: 0; margin: 0;}
|
||||
|
||||
|
||||
/* GLOBAL */
|
||||
h1, h2, h3 {font-family: verdana, sans-serif; color: #665; font-size: 160%; line-height: 1.4em; font-weight: 400; letter-spacing: 2px; margin: 10px 0 10px 0;}
|
||||
h4 {font-family: verdana, sans-serif; color: #666655; font-size: 125%; line-height: 1.4em; font-weight: 400; letter-spacing: 1px; margin: 15px 0 10px 0;}
|
||||
h5 {font-family: verdana, sans-serif; color: #666655; font-size: 113%; line-height: 1.4em; font-weight: 400; letter-spacing: 1px; margin: 15px 0 10px 0;}
|
||||
h6 {font-family: verdana, sans-serif; color: #666655; font-size: 107%; line-height: 1.4em; font-weight: 400; letter-spacing: 1px; margin: 15px 0 10px 0;}
|
||||
p {margin: 10px 0;}
|
||||
ol {margin: 6px 0;}
|
||||
ol li {line-height: 1.0em; border: 0; padding: 3px 0; margin: 0 0 0 22px;}
|
||||
ul {list-style-image: url(images/inhlist.gif); margin: 6px 0 12px 0;}
|
||||
ul li {line-height: 1.0em; border: 0; padding: 3px 0; margin: 0 0 0 17px;}
|
||||
hr {height: 1px; color: #ccc; background-color: #ccc; border: 0;}
|
||||
|
||||
|
||||
/* BODY UND SEITE / BODY AND PAGE */
|
||||
body {background: #e6e9e0; font-family: arial, sans-serif; font-size: 94%; color: #455;}
|
||||
#TOP {font-size: 10px; line-height: 10px;}
|
||||
#page {width: 760px; line-height: 1.4em; padding: 0; margin:0 auto;}
|
||||
#pagein {text-align: left; padding: 1px; margin: 0;}
|
||||
|
||||
|
||||
/* INHALT / CONTENT */
|
||||
#content {width: 530px; text-align: center; margin: 36px auto;}
|
||||
#contentin {border: 0px solid #abc; text-align: left; padding: 0 0 20px 10px; margin: 10px;}
|
||||
#content li {background: none;}
|
||||
.left {float: left;}
|
||||
.right {float: right;}
|
||||
.center {text-align: center;}
|
||||
.border {border: 1px solid #333;}
|
||||
.noborder {border: 0;}
|
||||
.languagemenu {text-align: right;}
|
||||
|
||||
|
||||
/* LINKFORMATIERUNG / LINKS */
|
||||
a:link {font-family: arial, sans-serif; color: #36a; text-decoration: none;}
|
||||
a:visited {font-family: arial, sans-serif; color: #36a; text-decoration: none;}
|
||||
a:hover {color: #ffffff; text-decoration: none; background-color: #720;}
|
||||
a:active {color: #ffffff; text-decoration: none; background-color: #720;}
|
||||
a:focus {color: #ffffff; text-decoration: none; background-color: #720;}
|
Reference in New Issue
Block a user