First commit
This commit is contained in:
228
cms/templates/win8style_float800_m720/stylesheet.css
Normal file
228
cms/templates/win8style_float800_m720/stylesheet.css
Normal file
@ -0,0 +1,228 @@
|
||||
/* RESET BROWSERSTYLE */
|
||||
* {padding: 0; margin: 0;}
|
||||
|
||||
|
||||
/* GLOBAL STYLES */
|
||||
h1, h2, h3 {font-family: 'century gothic', sans-serif; color: #456; font-size: 24px; line-height: 1.2em; font-weight: 300; letter-spacing: 1px; border-bottom: 0px solid #999; padding: 0 0 12px 0; margin: 0;}
|
||||
h4 {font-family: 'century gothic', sans-serif; color: #456; font-size: 20px; line-height: 1.4em; font-weight: 300; letter-spacing: 1px; margin: 15px 0 10px 0;}
|
||||
h5 {font-family: 'century gothic', sans-serif; color: #456; font-size: 18px; line-height: 1.4em; font-weight: 300; letter-spacing: 1px; margin: 15px 0 10px 0;}
|
||||
h6 {font-family: 'century gothic', sans-serif; color: #456; font-size: 16px; 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: #666; background-color: #666; border: 0; margin: 5px 0 3px 0;}
|
||||
|
||||
|
||||
/*
|
||||
##############################
|
||||
C O N T E N T C L A S S E S
|
||||
##############################
|
||||
*/
|
||||
.tplge_left_border {background: #fff; float: left; border: 3px solid #998; margin: 0 20px 10px 0;}
|
||||
.tplge_left_noborder {float: left; border: 0; margin: 0 20px 10px 0;}
|
||||
.tplge_right_border {background: #fff; float: right; border: 3px solid #998; margin: 0 0 10px 20px;}
|
||||
.tplge_right_noborder {float: right; border: 0; margin: 0 0 10px 20px;}
|
||||
.tplge_border {background: #fff; border: 3px solid #998;}
|
||||
.tplge_noborder {border: 0;}
|
||||
.clear_both {clear: both;}
|
||||
.clear_right {clear: right;}
|
||||
.clear_left {clear: left;}
|
||||
|
||||
.tplge_code {background: #eed; font-family: 'courier new', monospace; border: 1px solid #997; padding: 20px;}
|
||||
.tplge_box01 {clear: both; background: #e6e9ec; border: 3px solid #90969f; padding: 12px 16px; margin: 16px 0;}
|
||||
.tplge_legal {padding: 6px 0;}
|
||||
|
||||
.XXXXXXXXXXXXXXXXXX {} /* Marker for styles menu tinymce */
|
||||
|
||||
|
||||
/*
|
||||
##############################
|
||||
B O D Y
|
||||
##############################
|
||||
*/
|
||||
body {background: #fff; font-family: arial, verdana, sans-serif; color: #444; font-size: 15px; line-height: 1.3em; padding: 0; margin: 0;}
|
||||
body#tplge_body {min-width: 720px; background: #123 url(images/bgheader.jpg) right top no-repeat; color: #234;}
|
||||
#top {}
|
||||
|
||||
|
||||
/*
|
||||
##############################
|
||||
L A Y O U T
|
||||
##############################
|
||||
*/
|
||||
|
||||
div#tplge_header {min-width: 720px;}
|
||||
div#tplge_main {}
|
||||
div#tplge_page {width: 714px; float: left; padding: 0; }
|
||||
div#tplge_sidebarNav {width: 238px; float: left;}
|
||||
div#tplge_content {width: 476px; float: left;}
|
||||
div.tplge_news01 {width: 238px; float: left;}
|
||||
div.tplge_news02 {width: 238px; float: left;}
|
||||
div.tplge_news03 {width: 238px; float: left;}
|
||||
div#tplge_notes {}
|
||||
|
||||
/* GLOBAL */
|
||||
.tplge_inner {min-height: 106px; border: 0px solid #999; margin: 6px 0 0 6px;}
|
||||
|
||||
|
||||
/*
|
||||
##############################
|
||||
D E S I G N
|
||||
##############################
|
||||
*/
|
||||
|
||||
/* GLOBAL */
|
||||
a:link {color: #258; text-decoration: none;}
|
||||
a:visited {color: #258; text-decoration: none;}
|
||||
a:hover {color: #f60; text-decoration: none;}
|
||||
a:active {color: #f60; text-decoration: none;}
|
||||
a:focus {color: #f60; text-decoration: none;}
|
||||
|
||||
|
||||
/* HEADER */
|
||||
div#tplge_header {border-top: 1px solid transparent;}
|
||||
div#tplge_header div.tplge_inner {}
|
||||
|
||||
/* site title */
|
||||
#tplge_header h1 {font-family: century gothic, verdana, serif; color: #ccc; font-size: 24px; line-height: 1.2em; font-weight: 300; font-style: normal; letter-spacing: 1px; padding: 12px 0 6px 0;}
|
||||
|
||||
/* searchbox */
|
||||
div#searchbox {text-align: left; padding: 12px 10px 6px 0;}
|
||||
div#searchbox .text {width: 120px; background: #c0c6cc; color: #333; font-family: arial, sans-serif; font-size: 14px; border: 1px solid #c0c6cc; padding: 2px 3px;}
|
||||
div#searchbox .submit {background: #c40; color: #fff; border: 0px solid #fff; padding: 2px 6px;}
|
||||
|
||||
/* menu first level */
|
||||
#tplge_header li {width: 212px!important; height: 70px; float: left; background: #056 url(images/bgml1.jpg) right top no-repeat; padding: 10px; list-style-type: none; list-style-image: none; overflow: hidden;}
|
||||
#tplge_header ul.menulevel1 {color: #fff; margin: 6px 0 20px 0;}
|
||||
#tplge_header ul.menulevel1 li {font-family: 'century gothic', arial, sans-serif; font-size: 15px; line-height: 1.2em; font-weight: 700; border-bottom: 0px solid #ccc; margin: 6px 6px 0 0;}
|
||||
#tplge_header ul.menulevel1 li:hover {background: #093 url(images/bgml1hover.jpg);}
|
||||
|
||||
/* active menu items */
|
||||
#tplge_header ul.menulevel1 li.sdocs {height: 70px; background: #c40 url(images/bgml1active.jpg);}
|
||||
#tplge_header ul.menulevel1 li.sdoc {height: 70px; background: #c40 url(images/bgml1active.jpg);}
|
||||
|
||||
/* links in header */
|
||||
div#tplge_header ul.menulevel1 a:link {display: block; height: 70px; color: #eed; text-decoration: none;}
|
||||
div#tplge_header ul.menulevel1 a:visited {display: block; height: 70px; color: #eed; text-decoration: none;}
|
||||
div#tplge_header ul.menulevel1 a:hover {height: 70px; color: #eed; text-decoration: none;}
|
||||
div#tplge_header ul.menulevel1 a:active {height: 70px; color: #eed; text-decoration: none;}
|
||||
div#tplge_header ul.menulevel1 a:focus {height: 70px; color: #eed; text-decoration: none;}
|
||||
|
||||
|
||||
/* MAIN CONTAINER*/
|
||||
div#tplge_main {}
|
||||
div#tplge_mainin {}
|
||||
|
||||
|
||||
/* SIDEBAR NAVIGATION */
|
||||
div#tplge_sidebarNav div.tplge_inner {}
|
||||
|
||||
/* toc */
|
||||
#tplge_sidebarNav li {list-style-type: none; list-style-image: none;}
|
||||
|
||||
/* menulevel 2 */
|
||||
#tplge_sidebarNav ul.menulevel2 {min-height: 106px; background: #eed url(images/bgml2.jpg) right top no-repeat; font-family: 'century gothic', arial, sans-serif; padding: 16px 0 14px 12px; margin: 6px 0 6px 0;}
|
||||
#tplge_sidebarNav ul.menulevel2 li {color: #f60; font-size: 15px; line-height: 1.1em; font-weight: 700; font-style: normal; border: 0; padding: 3px 0 9px 2px; margin: 0;}
|
||||
|
||||
/* menulevel 3 */
|
||||
#tplge_sidebarNav ul ul.menulevel3 {border: 0px solid #ccc; padding: 3px 0 4px 0; margin: 4px 0 0 0;}
|
||||
#tplge_sidebarNav ul ul.menulevel3 li {font-weight: 300; line-height: 1.2em; font-size: 14px;; padding: 5px 8px 3px 16px; margin: 0;}
|
||||
|
||||
/* active menu items */
|
||||
#tplge_sidebarNav ul.menulevel1 li.sdocs {}
|
||||
#tplge_sidebarNav ul.menulevel1 li.sdoc {}
|
||||
#tplge_sidebarNav ul.menulevel2 li.docs {}
|
||||
#tplge_sidebarNav ul.menulevel2 li.doc {}
|
||||
|
||||
/* subnav box */
|
||||
div#tplge_subnav {background: #090 url(images/bgsubnav.jpg) right top no-repeat; color: #fc6;}
|
||||
div#tplge_subnav ul {padding: 12px 0 12px 10px;}
|
||||
div#tplge_subnav ul li {font-size: 14px; font-weight: 300; padding: 3px 0 9px 0; margin: 0;}
|
||||
|
||||
#tplge_subnav a:link {color: #fff; text-decoration: none;}
|
||||
#tplge_subnav a:visited {color: #fff; text-decoration: none;}
|
||||
#tplge_subnav a:hover {color: #fc6; text-decoration: none;}
|
||||
#tplge_subnav a:active {color: #fc6; text-decoration: none;}
|
||||
#tplge_subnav a:focus {color: #fc6; text-decoration: none;}
|
||||
|
||||
/* legal box */
|
||||
#tplge_legal {background: #07a;}
|
||||
div#tplge_legal ul {padding: 12px 0 24px 10px;}
|
||||
div#tplge_legal ul li {font-size: 14px; font-weight: 300; padding: 3px 0 9px 0; margin: 0;}
|
||||
|
||||
#tplge_legal a:link {color: #fff; text-decoration: none;}
|
||||
#tplge_legal a:visited {color: #fff; text-decoration: none;}
|
||||
#tplge_legal a:hover {color: #fc6; text-decoration: none;}
|
||||
#tplge_legal a:active {color: #fc6; text-decoration: none;}
|
||||
#tplge_legal a:focus {color: #fc6; text-decoration: none;}
|
||||
|
||||
/* subnav image box */
|
||||
div#tplge_navimage {background: #fff url(images/navimage.jpg); margin-bottom: 6px;}
|
||||
|
||||
/* lastupdate box */
|
||||
#tplge_sidebarNav p.tplge_lastupdate {height: 90px; background: #939; font-size: 12px; color: #fcf; text-align: left; padding: 10px 16px 6px 16px; margin: 0 0 6px 0;}
|
||||
|
||||
|
||||
/* INHALT / CONTENT */
|
||||
#tplge_content div.tplge_inner {min-height: 0; background: #fff; border: 0px solid #998; padding: 16px 20px 24px 20px;}
|
||||
div.tplge_langmenu {text-align: right; padding: 0 0 4px 0;}
|
||||
|
||||
/* vor-hoch-zurueck / prev-top-next */
|
||||
#tplge_prevnext {clear: both; float: left; width: 100%; border: 0;}
|
||||
#tplge_prevnext div.tplge_inner {text-align: center; border: 0; border-top: 1px solid #666; padding: 8px 0 0 0; margin: 12px 0 0 0;}
|
||||
#tplge_prevnext div.tplge_inner span {padding: 0 6px 0 2px;}
|
||||
|
||||
|
||||
/* NEWSBOXEN / NEWSBOXES */
|
||||
div.tplge_news01 {line-height: 1.2em;}
|
||||
div.tplge_news01 div.tplge_inner {background: #ddc; font-size: 14px; padding: 0 12px 12px 12px;}
|
||||
div.tplge_news01 h4 {height: 80px; background: #939; font-size: 15px; color: #fcf; font-weight: 700; line-height: 1.4em; letter-spacing: 0; border-bottom: 6px solid #123; padding: 4px 9px 6px 10px; margin: 0 -12px 0 -12px;}
|
||||
div.tplge_news01 h5 {font-size: 16px; font-weight: 300; letter-spacing: 1px; margin: 10px 0 0 0;}
|
||||
div.tplge_news01 h6 {font-size: 15px; font-weight: 300; letter-spacing: 1px; margin: 10px 0 0 0;}
|
||||
|
||||
div.tplge_news02 {line-height: 1.2em;}
|
||||
div.tplge_news02 div.tplge_inner {background: #ddc; font-size: 14px; padding: 0 12px 12px 12px;}
|
||||
div.tplge_news02 h4 {height: 80px; background: #07a; font-size: 15px; color: #cef; font-weight: 700; line-height: 1.4em; letter-spacing: 0; border-bottom: 6px solid #123; padding: 4px 9px 6px 10px; margin: 0 -12px 0 -12px;}
|
||||
div.tplge_news02 h5 {font-size: 16px; font-weight: 300; letter-spacing: 1px; margin: 10px 0 0 0;}
|
||||
div.tplge_news02 h6 {font-size: 15px; font-weight: 300; letter-spacing: 1px; margin: 10px 0 0 0;}
|
||||
|
||||
div.tplge_news03 {line-height: 1.2em;}
|
||||
div.tplge_news03 div.tplge_inner {background: #ddc; font-size: 14px; padding: 0 12px 12px 12px;}
|
||||
div.tplge_news03 h4 {height: 80px; background: #090; font-size: 15px; color: #cfc; font-weight: 700; line-height: 1.4em; letter-spacing: 0; border-bottom: 6px solid #123; padding: 4px 9px 6px 10px; margin: 0 -12px 0 -12px;}
|
||||
div.tplge_news03 h5 {font-size: 16px; font-weight: 300; letter-spacing: 1px; margin: 10px 0 0 0;}
|
||||
div.tplge_news03 h6 {font-size: 15px; font-weight: 300; letter-spacing: 1px; margin: 10px 0 0 0;}
|
||||
|
||||
|
||||
/* FUSSLINKS / FOOTER LINKS */
|
||||
#tplge_notes {background: #123; font-family: arial, sans-serif; font-size: 12px; color: #888; text-align: right; padding: 48px 30px 40px 30px; margin: 0;}
|
||||
#tplge_notes span {padding: 0 6px 0 2px;}
|
||||
|
||||
div#tplge_notes a:link {color: #aaa; text-decoration: none;}
|
||||
div#tplge_notes a:visited {color: #aaa; text-decoration: none;}
|
||||
div#tplge_notes a:hover {color: #f60; text-decoration: none;}
|
||||
div#tplge_notes a:active {color: #f60; text-decoration: none;}
|
||||
div#tplge_notes a:focus {color: #f60; text-decoration: none;}
|
||||
|
||||
|
||||
/*
|
||||
##############################
|
||||
S O N S T I G E S / R E S T
|
||||
##############################
|
||||
*/
|
||||
|
||||
#passwd {border: 1px solid #999;}
|
||||
.text {background: #dcdcd9; color: #333; font-family: arial, sans-serif; border: 1px solid #999; padding: 2px 3px;}
|
||||
.file {border: 1px solid #999;}
|
||||
.scroll {background: #eec; border: 1px solid #997; padding: 10px; overflow: scroll;}
|
||||
.retrieve {background: #ffffff; background-image:none; border: 0;}
|
||||
table.edit {background: #222; font-size: 14px; line-height: 1.2em; border: 1px solid #999; margin: 1px 0;}
|
||||
table.edit td {border: 0; padding: 3px;}
|
||||
table.edit a:link {color: #ccc;}
|
||||
table.edit a:visited {color: #ccc;}
|
||||
#tplge_content textarea {width: 90%; background: #fff; color: #333; border: 1px solid #999; padding: 4px 8px!important; margin: 0 0 10px 0;}
|
||||
#tplge_content input {background: #fff; border: 1px solid #90969f;}
|
||||
#cmsimple_mailform textarea {width: 90%; background: #fff; color: #333; font-family: arial, sans-serif; border: 1px solid #90969f; padding: 10px; margin: 0 0 10px 0;}
|
||||
#tplge_content input.submit {background: #c40; color: #fff; border: 0px solid #fff; padding: 2px 6px;}
|
||||
#tplge_content input#submit {background: #c40; color: #fff; border: 0px solid #fff; padding: 2px 6px;}
|
Reference in New Issue
Block a user