/* -- -- -- -- -- Miscellaneous -- -- -- -- -- */\r
\r
body, html {\r
- background-color: #fff;\r
- background-image: url("../images/WoltLab Blue Sunrise/body-ltr.png");\r
- background-position: left;\r
- background-repeat: repeat-y;\r
- background-attachment: scroll;\r
margin: 0;\r
padding: 0;\r
}\r
margin: 0;\r
padding: 0;\r
width: 100%;\r
- min-width: 100%;\r
- max-width: 100%;\r
}\r
\r
#userNote {\r
margin-left: 20px;\r
}\r
\r
-h1 {\r
- text-shadow: 0 -1px 1px #000;\r
-}\r
-\r
-#logo h1{\r
+#logo h1 {\r
font-family: 'Trebuchet MS', Arial, sans-serif;\r
text-align: right;\r
position: absolute;\r
left: 0;\r
}\r
\r
-#logo h1, #logo h1 a{\r
+#logo h1, #logo h1 a {\r
color: #fff;\r
}\r
\r
-#logo h1 a{\r
+#logo h1 a {\r
padding-top: 35px;\r
padding-right: 23px;\r
}\r
\r
-#logo h1{\r
+#logo h1 {\r
font-size: 1.5em;\r
font-weight: bold;\r
}\r
\r
-h2, h2 a {\r
- text-shadow: 0 2px 3px #bbb;\r
-}\r
-\r
#tplStyleList .styleList .subHeadline {\r
text-shadow: 0 1px 0 #fff;\r
}\r
clear: none;\r
}\r
\r
-/* -- -- -- -- -- Sidebar -- -- -- -- -- */\r
-\r
-#sidebar {\r
- background-color: transparent;\r
- background-image: url("../images/WoltLab Blue Sunrise/sidebar.png");\r
- background-repeat: repeat-x;\r
- background-position: left top;\r
- border-right: 1px solid #8da4b7;\r
- position: absolute;\r
- left: 0;\r
- width: 129px;\r
- min-height: 400px;\r
-}\r
-\r
-#sidebar ul {\r
- list-style: none;\r
- margin: 0 0 0 8px;\r
- padding: 0;\r
-}\r
-\r
-#sidebar li {\r
- text-align: center;\r
- margin: 10px 0 0 0;\r
- float: left;\r
- width: 114px;\r
-}\r
-\r
-#sidebar a {\r
- text-align: center;\r
- text-decoration: none;\r
- float: left;\r
- clear: left;\r
- width: 100%;\r
-}\r
-\r
-#sidebar img {\r
- margin: 14px auto 3px auto;\r
- height: 48px;\r
- width: 48px;\r
- display: block;\r
-}\r
-\r
-#sidebar span {\r
- font-weight: bold;\r
- text-shadow: 0 1px 0 #fff;\r
- padding: 0 0 10px 0;\r
- display: block;\r
-}\r
-\r
-#sidebar li:hover {\r
- background-image: url("../images/WoltLab Blue Sunrise/sidebarHoverTop.png");\r
- background-position: left top;\r
- background-repeat: no-repeat;\r
-}\r
-\r
-#sidebar li:hover span {\r
- background-image: url("../images/WoltLab Blue Sunrise/sidebarHoverBottom.png");\r
- background-position: left bottom;\r
-}\r
-\r
-#sidebar li:active, #sidebar li.active {\r
- background-image: url("../images/WoltLab Blue Sunrise/sidebarActiveTop.png");\r
- background-repeat: no-repeat;\r
-}\r
-\r
-#sidebar li:active span, #sidebar li.active span {\r
- color: #fff;\r
- text-shadow: 0 -1px 0 #000;\r
- background-image: url("../images/WoltLab Blue Sunrise/sidebarActiveBottom.png");\r
- background-position: left bottom;\r
-}\r
-\r
-/* -- -- -- -- -- Menu -- -- -- -- -- */\r
-\r
-/* ToDo: Clean up this mess */\r
-\r
-#menuBar {\r
- min-height: 31px;\r
-}\r
-\r
-#menuBar .mainMenuInner > ul {\r
- padding-left: 129px; \r
-}\r
-\r
-.mainMenu {\r
- border: 0; \r
-}\r
-\r
-.mainMenu a {\r
- padding: 2px 5px 4px 5px;\r
-}\r
-\r
-.mainMenu ul {\r
- margin: 0;\r
-}\r
-\r
-.mainMenu .mainMenuInner > ul > li > a {\r
- min-height: 24px;\r
-}\r
-\r
-.mainMenu .mainMenuInner > ul > li > a > span {\r
- padding: 2px 5px;\r
- display: block;\r
-}\r
-\r
-.mainMenu .popupMenu {\r
- border-top-width: 0; \r
-}\r
-\r
-.mainMenu .popupMenu a {\r
- color: #164369;\r
- text-shadow: none !important;\r
- background-color: #154268;\r
- background-image: none !important;\r
- min-height: 20px;\r
-}\r
-\r
-.mainMenu .popupMenu a:hover {\r
- background-color: #ffe0b8;\r
-}\r
-\r
-#menuBar span {\r
- position: relative;\r
- top: 4px;\r
-}\r
-\r
-#menuBar li div span {\r
- position: relative;\r
- top: 0;\r
-}\r
-\r
/* -- -- -- -- -- Sitemap -- -- -- -- -- */\r
\r
.sitemap {\r
border-bottom-right-radius: 5px;\r
}\r
\r
-.mainMenu .popupMenu, .mainMenu .popupMenu li a {\r
- -webkit-border-top-left-radius: 0;\r
- -webkit-border-top-right-radius: 0;\r
- -moz-border-radius-topleft: 0;\r
- -moz-border-radius-topright: 0;\r
- border-top-left-radius: 0;\r
- border-top-right-radius: 0;\r
-}\r
-\r
.sitemap .border {\r
-webkit-border-radius: 5px;\r
-moz-border-radius: 5px;\r