First commit
This commit is contained in:
160
cms/templates/bluegray_mobile_400/stylesheet.css
Normal file
160
cms/templates/bluegray_mobile_400/stylesheet.css
Normal file
@ -0,0 +1,160 @@
|
||||
/* RESET BROWSERSTYLE */
|
||||
* {padding: 0; margin: 0;}
|
||||
|
||||
|
||||
/* GLOBAL STYLES */
|
||||
h1, h2, h3 {font-family: verdana, sans-serif; background: #356; color: #fff; font-size: 16px; font-weight: 300; line-height: 1.2em; text-align: center; padding: 6px 0 7px 0; margin: 16px 0;}
|
||||
h4 {font-family: verdana, sans-serif; color: #234; font-size: 20px; line-height: 1.4em; font-weight: 300; letter-spacing: 1px; margin: 15px 0 10px 0;}
|
||||
h5 {font-family: verdana, sans-serif; color: #234; font-size: 19px; line-height: 1.4em; font-weight: 300; letter-spacing: 1px; margin: 15px 0 10px 0;}
|
||||
h6 {font-family: verdana, sans-serif; color: #234; font-size: 18px; line-height: 1.4em; font-weight: 300; 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;}
|
||||
ul li {line-height: 1.0em; border: 0; padding: 3px 0; margin: 0 0 0 17px;}
|
||||
hr {clear: both; height: 1px; color: #767369; background-color: #969389; border: 0; margin: 12px 0;}
|
||||
|
||||
|
||||
/* CONTENT CLASSES */
|
||||
.tplge_left_border {float: left; border: 5px solid #b0b9bc; margin: 0 20px 10px 0;}
|
||||
.tplge_left_noborder {float: left; border: 0; margin: 0 20px 10px 0;}
|
||||
.tplge_right_border {float: right; border: 5px solid #b0b9bc; margin: 0 0 10px 20px;}
|
||||
.tplge_right_noborder {float: right; border: 0; margin: 0 0 10px 20px;}
|
||||
.tplge_border {border: 5px solid #b0b9bc;}
|
||||
.tplge_noborder {border: 0;}
|
||||
|
||||
.tplge_code {background: #eed; font-family: 'courier new', monospace; border: 1px solid #997; padding: 20px;}
|
||||
.tplge_box01 {background: #eed; border: 3px solid #b0b9bc; padding: 16px;}
|
||||
.tplge_legal {padding: 6px 0;}
|
||||
|
||||
/* Links global */
|
||||
a:link {color: #258; text-decoration: none;}
|
||||
a:visited {color: #258; text-decoration: none;}
|
||||
a:hover {color: #c60; text-decoration: none;}
|
||||
a:active {color: #258; text-decoration: none;}
|
||||
a:focus {color: #258; text-decoration: none;}
|
||||
|
||||
|
||||
/* BODY */
|
||||
body {font-family: arial, sans-serif; color: #444; font-size: 16px; line-height: 1.3em;}
|
||||
#tplge_body {background: #dce0e3;}
|
||||
#top {}
|
||||
|
||||
|
||||
/* SUCHE / SEARCHBOX */
|
||||
div#searchbox {text-align: left;}
|
||||
|
||||
|
||||
/* CONTAINER / CONTAINER */
|
||||
|
||||
#tplge_main_container {width: 400px; float: left; border: 0px solid #c60;}
|
||||
|
||||
|
||||
/* INHALT / CONTENT */
|
||||
#tplge_content {background: #fff; border: 1px solid #665; margin: 0 0 16px 0;}
|
||||
#tplge_contentin {min-height: 360px; background: #fff; padding: 8px 16px; margin: 0 0 6px 0;}
|
||||
|
||||
|
||||
/* header */
|
||||
.tplge_header {min-height: 120px; background: #dce0e3 url(images/bgheader.jpg) right top no-repeat; color: #ccc; font-size: 15px; padding: 6px 16px;}
|
||||
|
||||
.tplge_header h1 {font-family: 'century gothic', sans-serif; background: transparent; text-align: left; color: #fff; font-size: 20px; line-height: 1.0em; font-weight: 100; letter-spacing: 1px; border: 0;}
|
||||
|
||||
span.tplge_menu {background: #234; font-family: verdana, arial, sans-serif; color: #fff; border: 1px solid #ccc; padding: 3px 6px 4px 6px;}
|
||||
span.tplge_menu_current {background: #c60; color: #fff; font-family: verdana, arial, sans-serif; border: 1px solid #ccc; padding: 3px 6px 4px 6px;}
|
||||
.tplge_submenu {text-align: left;}
|
||||
.tplge_submenu li {font-weight: 700;}
|
||||
|
||||
.tplge_header a:link {color: #fff; text-decoration: none;}
|
||||
.tplge_header a:visited {color: #fff; text-decoration: none;}
|
||||
.tplge_header a:hover {color: #f90; text-decoration: none;}
|
||||
.tplge_header a:active {color: #fff; text-decoration: none;}
|
||||
.tplge_header a:focus {color: #fff; text-decoration: none;}
|
||||
|
||||
|
||||
/* vor-zurueck (oben) / prev-next (top) */
|
||||
.tplge_prevnext_top {font-size: 15px; text-align: center; border-bottom: 1px solid #999; padding: 10px 0; margin: 0 16px;}
|
||||
.tplge_prevnext_top span {padding: 0 6px 0 2px;}
|
||||
|
||||
|
||||
/* vor-hoch-zurueck (unten) / prev-top-next (bottom) */
|
||||
.tplge_prevnext_bottom {font-size: 15px; text-align: center; border-top: 1px solid #999; padding: 10px 0; margin: 0 16px;}
|
||||
.tplge_prevnext_bottom span {padding: 0 6px 0 2px;}
|
||||
|
||||
|
||||
/* NAVIGATIONSMEN<45> / TABLE OF CONTENTS */
|
||||
#tplge_nav {background: #fff; border: 1px solid #665; margin: 0 0 16px 0;}
|
||||
#tplge_navin {min-height: 360px;}
|
||||
|
||||
ul.menulevel1 {color: #c60; margin: 16px;}
|
||||
ul.menulevel1 li {font-size: 18px; font-weight: 700; padding: 8px 0; margin: 0 16px;}
|
||||
|
||||
ul.menulevel2 {list-style: none; margin: 8px 0 0 0;}
|
||||
ul.menulevel2 li {font-size: 16px; font-weight: 700; padding: 6px 0;}
|
||||
|
||||
ul.menulevel3 {list-style: none; margin: 6px 0 0 8px;}
|
||||
ul.menulevel3 li {font-size: 16px; font-weight: 300; padding: 4px 0;}
|
||||
|
||||
|
||||
/* NEWSBEREICH / NEWSAREA */
|
||||
#tplge_newsarea {background: #fff; border: 1px solid #665; margin: 0 0 16px 0;}
|
||||
#tplge_newsareain {min-height: 360px; margin: 0 16px;}
|
||||
|
||||
div.tplge_newsheader a:link, div.tplge_newsfooter a:link {color: #fff; text-decoration: none;}
|
||||
div.tplge_newsheader a:visited, div.tplge_newsfooter a:visited {color: #fff; text-decoration: none;}
|
||||
div.tplge_newsheader a:hover, div.tplge_newsfooter a:hover {color: #f90; text-decoration: none;}
|
||||
div.tplge_newsheader a:active, div.tplge_newsfooter a:active {color: #fff; text-decoration: none;}
|
||||
div.tplge_newsheader a:focus, div.tplge_newsfooter a:focus {color: #fff; text-decoration: none;}
|
||||
|
||||
/* Newsboxen / Newsboxes */
|
||||
div#tplge_newsarea h4 {background: #356; font-size: 16px; color: #fff; font-weight: 300; line-height: 1.2em; text-align: center; padding: 6px 0 9px 0; margin: 0;}
|
||||
|
||||
div.tplge_news a:link {color: #fff; text-decoration: none;}
|
||||
div.tplge_news a:visited {color: #fff; text-decoration: none;}
|
||||
div.tplge_news a:hover {color: #f90; text-decoration: none;}
|
||||
div.tplge_news a:active {color: #fff; text-decoration: none;}
|
||||
div.tplge_news a:focus {color: #fff; text-decoration: none;}
|
||||
|
||||
|
||||
/* FOOTER */
|
||||
.tplge_footer {min-height: 80px; background: #333 url(images/bgheader.jpg) right bottom no-repeat; color: #ccc; font-size: 15px; padding: 6px 16px 26px 16px;}
|
||||
|
||||
.tplge_footer a:link {color: #fff; text-decoration: none;}
|
||||
.tplge_footer a:visited {color: #fff; text-decoration: none;}
|
||||
.tplge_footer a:hover {color: #f90; text-decoration: none;}
|
||||
.tplge_footer a:active {color: #fff; text-decoration: none;}
|
||||
.tplge_footer a:focus {color: #fff; text-decoration: none;}
|
||||
|
||||
|
||||
/* INHALTSVERZEICHNIS / SITEMAP */
|
||||
ul.sitemaplevel1 {}
|
||||
ul.sitemaplevel1 li {font-size: 18px; font-weight: 700; padding: 8px 0; margin: 0 16px;}
|
||||
|
||||
ul.sitemaplevel2 {list-style: none; margin: 8px 0 0 0;}
|
||||
ul.sitemaplevel2 li {font-size: 16px; font-weight: 700; padding: 6px 0;}
|
||||
|
||||
ul.sitemaplevel3 {list-style: none; margin: 6px 0 0 8px;}
|
||||
ul.sitemaplevel3 li {font-size: 16px; font-weight: 300; padding: 4px 0;}
|
||||
|
||||
|
||||
/* FUSSLINKS / FOOTER LINKS */
|
||||
#tplge_notes {font-size: 14px; color: #456; text-align: left; padding: 0; margin: 0 16px 100px 16px;}
|
||||
#tplge_notes span {padding: 0 6px 0 2px;}
|
||||
|
||||
/*
|
||||
#tplge_notes a:link {color: #999; text-decoration: none;}
|
||||
#tplge_notes a:visited {color: #999; text-decoration: none;}
|
||||
#tplge_notes a:hover {color: #f90; text-decoration: none;}
|
||||
#tplge_notes a:active {color: #fff; text-decoration: none;}
|
||||
#tplge_notes a:focus {color: #fff; text-decoration: none;}
|
||||
*/
|
||||
|
||||
/* SONSTIGES / THE REST */
|
||||
#passwd {border: 1px solid #999;}
|
||||
#submit {background: #c60; color: #fff; border: 1px solid #fff; padding: 1px 6px;}
|
||||
.submit {background: #c60; color: #fff; border: 1px solid #fff; padding: 1px 6px;}
|
||||
.text {background: #d0d6dc; font-size: 14px; border: 1px solid #999; padding: 2px 3px;}
|
||||
.retrieve {background: #ffffff; background-image:none; border: 0;}
|
||||
table.edit {background: #eee; font-size: 14px; line-height: 1.2em; border: 1px solid #999; margin: 1px 0;}
|
||||
table.edit td {border: 0; padding: 3px;}
|
||||
textarea {width: 90%; background: #d0d6dc; border: 1px solid #999; padding: 10px; margin: 0 0 10px 0;}
|
Reference in New Issue
Block a user