First commit
This commit is contained in:
164
cms/templates/wave_mobile_400/stylesheet.css
Normal file
164
cms/templates/wave_mobile_400/stylesheet.css
Normal file
@ -0,0 +1,164 @@
|
||||
/* RESET BROWSERSTYLE */
|
||||
* {padding: 0; margin: 0;}
|
||||
|
||||
|
||||
/* GLOBAL STYLES */
|
||||
h1, h2, h3 {font-family: verdana, sans-serif; color: #245; font-size: 20px; line-height: 1.6em; font-weight: 300; letter-spacing: 1px; border-bottom: 1px solid #999; margin: 8px 0 16px 0;}
|
||||
h4 {font-family: verdana, sans-serif; color: #245; 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: #245; 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: #245; 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 {height: 1px; color: #767369; background-color: #969389; border: 0; margin: 5px 0 3px 0;}
|
||||
|
||||
|
||||
/* CONTENT CLASSES */
|
||||
.tplge_left_border {float: left; border: 5px solid #aa9; 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 #aa9; margin: 0 0 10px 20px;}
|
||||
.tplge_right_noborder {float: right; border: 0; margin: 0 0 10px 20px;}
|
||||
.tplge_border {border: 5px solid #aa9;}
|
||||
.tplge_noborder {border: 0;}
|
||||
|
||||
.tplge_code {background: #e6e9e3; font-family: 'courier new', monospace; border: 1px solid #997; padding: 20px;}
|
||||
.tplge_box01 {background: #e6e9e3; border: 3px solid #ccb; padding: 16px;}
|
||||
.tplge_legal {padding: 0 0 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: #c0c9cc;}
|
||||
#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 url(images/bgcontent.jpg) left top no-repeat; border: 1px solid #665; margin: 0 0 16px 0;}
|
||||
#tplge_contentin {min-height: 360px; padding: 8px 16px; margin: 0 0 6px 0;}
|
||||
|
||||
|
||||
/* header */
|
||||
.tplge_header {min-height: 130px; color: #ccc; font-size: 15px; padding: 6px 16px;}
|
||||
.tplge_header h1 {font-family: 'century gothic', sans-serif; color: #ccc; font-size: 20px; line-height: 1.0em; font-weight: 100; letter-spacing: 1px; border: 0;}
|
||||
|
||||
|
||||
span.tplge_menu {background: #356; font-family: verdana, arial, sans-serif; color: #fff; border: 1px solid #eee; padding: 3px 6px 24px 6px;}
|
||||
span.tplge_menu_current {background: #c60; color: #fff; font-family: verdana, arial, sans-serif; border: 1px solid #eee; padding: 3px 6px 24px 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 url(images/bgcontent.jpg) left top no-repeat; 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 url(images/bgcontent.jpg) left top no-repeat; border: 1px solid #665; margin: 0 0 16px 0;}
|
||||
#tplge_newsareain {min-height: 360px; margin: 0 16px;}
|
||||
|
||||
#tplge_newsareain h4 {background: #356; color: #fff; font-size: 16px; font-weight: 300; line-height: 1.4em; text-align: center; border: 0px solid #fff; padding: 4px 10px 6px 10px; margin: 16px 0 0 0;}
|
||||
|
||||
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_news {font-size: 15px;}
|
||||
div.tplge_news div.tplge_inner {background: #333; color: #ccc; padding: 16px 16px 6px 16px;}
|
||||
|
||||
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: 90px; background: #fff url(images/bgcontent.jpg) left top 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: #444; 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: #e6e6e0; font-size: 14px; border: 1px solid #999; padding: 2px 3px;}
|
||||
.retrieve {background: #ffffff; background-image:none; border: 0;}
|
||||
table.edit {background: #e6e6e0; 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: #e6e6e0; border: 1px solid #999; padding: 10px; margin: 0 0 10px 0;}
|
Reference in New Issue
Block a user