-
-/* ### -- -- -- -- -- Button Styles -- -- -- -- -- ### */
-
-/*
-
-File: buttons.css
-Copyright 2006-2009 by WoltLab GmbH.
-
-*/
-
-/* ### -- -- -- -- -- Large Buttons -- -- -- -- -- ### */
+/**
+ * Button Styles
+ *
+ * @author Arian Glander, Harald Szekely
+ * @copyright 2006-2011 WoltLab GmbH
+ */
+
+/* -- -- -- -- -- Large Buttons -- -- -- -- -- */
.largeButtons:after {
content: "";
font-weight: normal;
}
-/* ### -- -- -- -- -- Small Buttons -- -- -- -- -- ### */
+/* -- -- -- -- -- Small Buttons -- -- -- -- -- */
.smallButtons:after {
content: "";
min-height: 18px !important;
}
-/* ### -- -- -- -- -- Option Buttons -- -- -- -- -- ### */
+/* -- -- -- -- -- Option Buttons -- -- -- -- -- */
.optionButtons ul {
list-style: none;
min-height: 18px !important;
}
-/* ### -- -- -- -- -- Button Bar -- -- -- -- -- ### */
+/* -- -- -- -- -- Button Bar -- -- -- -- -- */
.buttonBar {
border-width: 1px 0 0 0;
float: left;
}
-/* ### -- -- -- -- -- EOF -- -- -- -- -- ### */
+/* -- -- -- -- -- EOF -- -- -- -- -- */
* @copyright 2006-2011 WoltLab GmbH
*/
-/* ### -- -- -- -- -- Color Picker -- -- -- -- -- ### */
+/* -- -- -- -- -- Color Picker -- -- -- -- -- */
input.colorPicker {
font-family: "Courier New", Courier, monospace;
cursor: pointer;
}
-/* ### -- -- -- -- -- Color Picker Full -- -- -- -- -- ### */
+/* -- -- -- -- -- Color Picker Full -- -- -- -- -- */
#colorPickerFull {
border-width: 0 0 1px 1px;
width: 16px;
}
-/* ### -- -- -- -- -- Color Picker Simple -- -- -- -- -- ### */
+/* -- -- -- -- -- Color Picker Simple -- -- -- -- -- */
#colorPickerSimple {
background-color: #000;
height: 13px !important;
}
-/* ### -- -- -- -- -- EOF -- -- -- -- -- ### */
+/* -- -- -- -- -- EOF -- -- -- -- -- */
-\r
-/* ### -- -- -- -- -- Container Styles -- -- -- -- -- ### */\r
-\r
-/* \r
-\r
-File: containers.css \r
-Copyright 2006-2010 by WoltLab GmbH. \r
-\r
-*/\r
-\r
-/* ### -- -- -- -- -- Border -- -- -- -- -- ### */\r
+/**\r
+ * Container Styles\r
+ *\r
+ * @author Arian Glander, Harald Szekely\r
+ * @copyright 2006-2011 WoltLab GmbH\r
+ */\r
+ \r
+/* -- -- -- -- -- Border -- -- -- -- -- */\r
\r
.border {\r
border-width: 1px;\r
margin-top: -8px;\r
}\r
\r
-/* ### -- -- -- -- -- Container Globals -- -- -- -- -- ### */\r
+/* -- -- -- -- -- Container Globals -- -- -- -- -- */\r
\r
.container-1, .container-2, .container-3, .containerHead {\r
margin: 0 1px 1px 0;\r
margin: 5px 0; \r
}\r
\r
-/* ### -- -- -- -- -- Info Box -- -- -- -- -- ### */\r
+/* -- -- -- -- -- Info Box -- -- -- -- -- */\r
\r
.infoBox .container-1, .infoBox .container-2 {\r
padding: 4px;\r
font-weight: bold;\r
}\r
\r
-/* ### -- -- -- -- -- Containers with Icons -- -- -- -- -- ### */\r
+/* -- -- -- -- -- Containers with Icons -- -- -- -- -- */\r
\r
/* Small (16px Icon) */\r
\r
margin-left: 60px;\r
}\r
\r
-/* ### -- -- -- -- -- Main Headline -- -- -- -- -- ### */\r
+/* -- -- -- -- -- Main Headline -- -- -- -- -- */\r
\r
.mainHeadline {\r
margin: 3px 0 7px 0;\r
padding: 0;\r
}\r
\r
-/* ### -- -- -- -- -- Sub Headline -- -- -- -- -- ### */\r
+/* -- -- -- -- -- Sub Headline -- -- -- -- -- */\r
\r
.subHeadline {\r
font-size: 1.5em;\r
width: 95%;\r
}\r
\r
-/* ### -- -- -- -- -- Fieldset -- -- -- -- -- ### */\r
+/* -- -- -- -- -- Fieldset -- -- -- -- -- */\r
\r
fieldset {\r
border-width: 1px;\r
margin-bottom: 5px;\r
}\r
\r
-/* ### -- -- -- -- -- EOF -- -- -- -- -- ### */\r
+/* -- -- -- -- -- EOF -- -- -- -- -- */\r
+/**
+ * Bugfix-Styles for Microsoft Internet Explorer 8 (RTL)
+ *
+ * @author Arian Glander, Harald Szekely
+ * @copyright 2009-2011 WoltLab GmbH
+ */
-/* ### -- -- -- -- -- Bugfix-Styles for Microsoft Internet Explorer 8 -- -- -- -- -- ### */
-
-/*
-
-File: ie8-fix.css
-Copyright 2009-2011 by WoltLab GmbH.
-
-For full XHTML & CSS compatibility be sure to include this file only within the so called "Internet Explorer Comment Hack".
-
-*/
-
-/* ### -- -- -- -- -- Miscellaneous -- -- -- -- -- ### */
+/* -- -- -- -- -- Miscellaneous -- -- -- -- -- */
fieldset {
margin-top: 25px;
visibility: hidden;
}
-/* ### -- -- -- -- -- layout.css -- -- -- -- -- ### */
+/* -- -- -- -- -- layout.css -- -- -- -- -- */
.layout-1, .layout-2, .layout-3, .layout-4 {
box-sizing: border-box;
}
-/* ### -- -- -- -- -- global.css -- -- -- -- -- ### */
+/* -- -- -- -- -- global.css -- -- -- -- -- */
form .disabled, .tabMenu .disabled {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
-/* ### -- -- -- -- -- calendar.css -- -- -- -- -- ### */
+/* -- -- -- -- -- calendar.css -- -- -- -- -- */
.otherMonth {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
-/* ### -- -- -- -- -- gallery.css -- -- -- -- -- ### */
+/* -- -- -- -- -- gallery.css -- -- -- -- -- */
.galleryIndex .thumbnailButtons {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
margin: 1px 2px;
}
-/* ### -- -- -- -- -- wysiwyg.css -- -- -- -- -- ### */
+/* -- -- -- -- -- wysiwyg.css -- -- -- -- -- */
.mceButtonDisabled a img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}
-/* ### -- -- -- -- -- EOF -- -- -- -- -- ### */
+/* -- -- -- -- -- EOF -- -- -- -- -- */
+/**
+ * Bugfix-Styles for Microsoft Internet Explorer 8 (LTR)
+ *
+ * @author Arian Glander, Harald Szekely
+ * @copyright 2009-2011 WoltLab GmbH
+ */
-/* ### -- -- -- -- -- Bugfix-Styles for Microsoft Internet Explorer 8 -- -- -- -- -- ### */
-
-/*
-
-File: ie8-fix.css
-Copyright 2009-2011 by WoltLab GmbH.
-
-For full XHTML & CSS compatibility be sure to include this file only within the so called "Internet Explorer Comment Hack".
-
-*/
-
-/* ### -- -- -- -- -- Miscellaneous -- -- -- -- -- ### */
+/* -- -- -- -- -- Miscellaneous -- -- -- -- -- */
fieldset {
margin-top: 25px;
visibility: hidden;
}
-/* ### -- -- -- -- -- layout.css -- -- -- -- -- ### */
+/* -- -- -- -- -- layout.css -- -- -- -- -- */
.layout-1, .layout-2, .layout-3, .layout-4 {
box-sizing: border-box;
}
-/* ### -- -- -- -- -- global.css -- -- -- -- -- ### */
+/* -- -- -- -- -- global.css -- -- -- -- -- */
form .disabled, .tabMenu .disabled {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
-/* ### -- -- -- -- -- calendar.css -- -- -- -- -- ### */
+/* -- -- -- -- -- calendar.css -- -- -- -- -- */
.otherMonth {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
-/* ### -- -- -- -- -- gallery.css -- -- -- -- -- ### */
+/* -- -- -- -- -- gallery.css -- -- -- -- -- */
.galleryIndex .thumbnailButtons {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
margin: 1px 2px;
}
-/* ### -- -- -- -- -- wysiwyg.css -- -- -- -- -- ### */
+/* -- -- -- -- -- wysiwyg.css -- -- -- -- -- */
.mceButtonDisabled a img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}
-/* ### -- -- -- -- -- EOF -- -- -- -- -- ### */
+/* -- -- -- -- -- EOF -- -- -- -- -- */
+/**\r
+ * Print Styles (RTL)\r
+ *\r
+ * @author Arian Glander, Harald Szekely\r
+ * @copyright 2006-2011 WoltLab GmbH\r
+ */\r
\r
-/* ### -- -- -- -- -- Print Styles -- -- -- -- -- ### */\r
-\r
-/* \r
-\r
-File: print.css \r
-Copyright 2006-2009 by WoltLab GmbH. \r
-\r
-*/\r
-\r
-/* ### -- -- -- -- -- General -- -- -- -- -- ### */\r
+/* -- -- -- -- -- General -- -- -- -- -- */\r
\r
a {\r
color: black;\r
width: auto !important;\r
}\r
\r
-/* ### -- -- -- -- -- Hidden Elements -- -- -- -- -- ### */\r
+/* -- -- -- -- -- Hidden Elements -- -- -- -- -- */\r
\r
.hidden, #header, #userPanel, .tabMenu, .subTabMenu, .signature, .pmView, th img, .messageNumber, .editNote, .pmFolders, .infoBox, .largeButtons, .smallButtons, .optionButtons, .pageNavigation, .pageOptions, .quickJump, .userExtras, .scrollUp, .userMessenger, .mainHeadline img, .userAvatar, .userAvatarFramed, .columnUsername img, .userProfileBox, .containerIcon, .userPosts, .userName img, .boardlistLastPost, .boardlistCounter,.boardlistStats, .boardlistUsersOnline, .moderators, .smallPages, .columnIcon img, .columnMarkTopics, .columnMark, .columnReplies, .columnAvatar, .columnViews, .columnLastPost, .breadCrumbs img, legend img, .columnHomepage a img, .columnEmail a img, .columnPosts, .columnRegistrationDate, .userRank, .userTitle, .messageCount, .footerMenu, .footerOptions, .mainMenu, .quickReply, .userSymbols, .userCredits, .statusDisplay, .info, #userCard, #tplUserGalleryPhoto form, .thumbnailButtons, .quoteHeader img, #tplCalendarEvent form, #tplCalendarEvent #participation img, .monthJump {\r
display: none;\r
}\r
\r
-/* ### -- -- -- -- -- Tables -- -- -- -- -- ### */\r
+/* -- -- -- -- -- Tables -- -- -- -- -- */\r
\r
table {\r
border-collapse: collapse;\r
content: ""attr(href)"";\r
}\r
\r
-/* ### -- -- -- -- -- Breadcrumb Style Navigation -- -- -- -- -- ### */\r
+/* -- -- -- -- -- Breadcrumb Style Navigation -- -- -- -- -- */\r
\r
.breadCrumbs {\r
list-style: none;\r
display: inline;\r
}\r
\r
-/* ### -- -- -- -- -- Message Layout -- -- -- -- -- ### */\r
+/* -- -- -- -- -- Message Layout -- -- -- -- -- */\r
\r
.message {\r
border: 1px solid black;\r
.attachmentFile img {\r
display: none;\r
}\r
+\r
-/* ### -- -- -- -- -- calendar.css -- -- -- -- -- ### */
-
-#tplCalendarEvent #participation .messageHeader {
- text-align: right;
-}
-
-/* ### -- -- -- -- -- Form Element -- -- -- -- -- ### */
-
-.formElement {
- margin: 5px 0 3px 0;
- min-height: 0;
-}
-
-.formElement:after {
- content: "";
- height: 0;
- display: block;
- clear: both;
-}
-
-/* ### -- -- -- -- -- Form Field -- -- -- -- -- ### */
-
-.formField {
- padding: 0;
- min-height: 1em;
- border-bottom: 1px solid black;
-}
-
-.formElement .formField {
- margin-right: 216px;
-}
-
-
-/* ### -- -- -- -- -- Form Field Label -- -- -- -- -- ### */
-
-.formFieldLabel {
- text-align: left;
- float: right;
- width: 200px;
- margin: 0;
-}
-
-fieldset {
- margin: 20px 1px 0 1px !important;
-}
-
-.formSubmit {
- display: none;
-}
+/* -- -- -- -- -- calendar.css -- -- -- -- -- */\r
+\r
+#tplCalendarEvent #participation .messageHeader {\r
+ text-align: right;\r
+}\r
+\r
+/* -- -- -- -- -- Form Element -- -- -- -- -- */\r
+\r
+.formElement {\r
+ margin: 5px 0 3px 0;\r
+ min-height: 0;\r
+}\r
+\r
+.formElement:after {\r
+ content: "";\r
+ height: 0;\r
+ display: block;\r
+ clear: both;\r
+}\r
+\r
+/* -- -- -- -- -- Form Field -- -- -- -- -- */\r
+\r
+.formField {\r
+ padding: 0;\r
+ min-height: 1em;\r
+ border-bottom: 1px solid black;\r
+}\r
+\r
+.formElement .formField {\r
+ margin-right: 216px;\r
+ }\r
+\r
+/* -- -- -- -- -- Form Field Label -- -- -- -- -- */\r
+\r
+.formFieldLabel {\r
+ text-align: left;\r
+ float: right;\r
+ width: 200px;\r
+ margin: 0;\r
+}\r
+\r
+fieldset {\r
+ margin: 20px 1px 0 1px !important;\r
+}\r
+\r
+.formSubmit {\r
+ display: none;\r
+}\r
\r
-/* ### -- -- -- -- -- EOF -- -- -- -- -- ### */\r
+/* -- -- -- -- -- EOF -- -- -- -- -- */\r
+/**\r
+ * Print Styles (LTR)\r
+ *\r
+ * @author Arian Glander, Harald Szekely\r
+ * @copyright 2006-2011 WoltLab GmbH\r
+ */\r
\r
-/* ### -- -- -- -- -- Print Styles -- -- -- -- -- ### */\r
-\r
-/* \r
-\r
-File: print.css \r
-Copyright 2006-2009 by WoltLab GmbH. \r
-\r
-*/\r
-\r
-/* ### -- -- -- -- -- General -- -- -- -- -- ### */\r
+/* -- -- -- -- -- General -- -- -- -- -- */\r
\r
a {\r
color: black;\r
width: auto !important;\r
}\r
\r
-/* ### -- -- -- -- -- Hidden Elements -- -- -- -- -- ### */\r
+/* -- -- -- -- -- Hidden Elements -- -- -- -- -- */\r
\r
.hidden, #header, #userPanel, .tabMenu, .subTabMenu, .signature, .pmView, th img, .messageNumber, .editNote, .pmFolders, .infoBox, .largeButtons, .smallButtons, .optionButtons, .pageNavigation, .pageOptions, .quickJump, .userExtras, .scrollUp, .userMessenger, .mainHeadline img, .userAvatar, .userAvatarFramed, .columnUsername img, .userProfileBox, .containerIcon, .userPosts, .userName img, .boardlistLastPost, .boardlistCounter,.boardlistStats, .boardlistUsersOnline, .moderators, .smallPages, .columnIcon img, .columnMarkTopics, .columnMark, .columnReplies, .columnAvatar, .columnViews, .columnLastPost, .breadCrumbs img, legend img, .columnHomepage a img, .columnEmail a img, .columnPosts, .columnRegistrationDate, .userRank, .userTitle, .messageCount, .footerMenu, .footerOptions, .mainMenu, .quickReply, .userSymbols, .userCredits, .statusDisplay, .info, #userCard, #tplUserGalleryPhoto form, .thumbnailButtons, .quoteHeader img, #tplCalendarEvent form, #tplCalendarEvent #participation img, .monthJump {\r
display: none;\r
}\r
\r
-/* ### -- -- -- -- -- Tables -- -- -- -- -- ### */\r
+/* -- -- -- -- -- Tables -- -- -- -- -- */\r
\r
table {\r
border-collapse: collapse;\r
content: ""attr(href)"";\r
}\r
\r
-/* ### -- -- -- -- -- Breadcrumb Style Navigation -- -- -- -- -- ### */\r
+/* -- -- -- -- -- Breadcrumb Style Navigation -- -- -- -- -- */\r
\r
.breadCrumbs {\r
list-style: none;\r
display: inline;\r
}\r
\r
-/* ### -- -- -- -- -- Message Layout -- -- -- -- -- ### */\r
+/* -- -- -- -- -- Message Layout -- -- -- -- -- */\r
\r
.message {\r
border: 1px solid black;\r
.attachmentFile img {\r
display: none;\r
}\r
+\r
-/* ### -- -- -- -- -- calendar.css -- -- -- -- -- ### */
-
-#tplCalendarEvent #participation .messageHeader {
- text-align: left;
-}
-
-/* ### -- -- -- -- -- Form Element -- -- -- -- -- ### */
-
-.formElement {
- margin: 5px 0 3px 0;
- min-height: 0;
-}
-
-.formElement:after {
- content: "";
- height: 0;
- display: block;
- clear: both;
-}
-
-/* ### -- -- -- -- -- Form Field -- -- -- -- -- ### */
-
-.formField {
- padding: 0;
- min-height: 1em;
- border-bottom: 1px solid black;
-}
-
-.formElement .formField {
- margin-left: 216px;
-}
-
-
-/* ### -- -- -- -- -- Form Field Label -- -- -- -- -- ### */
-
-.formFieldLabel {
- text-align: right;
- float: left;
- width: 200px;
- margin: 0;
-}
-
-fieldset {
- margin: 20px 1px 0 1px !important;
-}
-
-.formSubmit {
- display: none;
-}
+/* -- -- -- -- -- calendar.css -- -- -- -- -- */\r
+\r
+#tplCalendarEvent #participation .messageHeader {\r
+ text-align: left;\r
+}\r
+\r
+/* -- -- -- -- -- Form Element -- -- -- -- -- */\r
+\r
+.formElement {\r
+ margin: 5px 0 3px 0;\r
+ min-height: 0;\r
+}\r
+\r
+.formElement:after {\r
+ content: "";\r
+ height: 0;\r
+ display: block;\r
+ clear: both;\r
+}\r
+\r
+/* -- -- -- -- -- Form Field -- -- -- -- -- */\r
+\r
+.formField {\r
+ padding: 0;\r
+ min-height: 1em;\r
+ border-bottom: 1px solid black;\r
+}\r
+\r
+.formElement .formField {\r
+ margin-left: 216px;\r
+}\r
+\r
+/* -- -- -- -- -- Form Field Label -- -- -- -- -- */\r
+\r
+.formFieldLabel {\r
+ text-align: right;\r
+ float: left;\r
+ width: 200px;\r
+ margin: 0;\r
+}\r
+\r
+fieldset {\r
+ margin: 20px 1px 0 1px !important;\r
+}\r
+\r
+.formSubmit {\r
+ display: none;\r
+}\r
\r
-/* ### -- -- -- -- -- EOF -- -- -- -- -- ### */\r
+/* -- -- -- -- -- EOF -- -- -- -- -- */\r
-\r
-/* ### -- -- -- -- -- Footer Styles -- -- -- -- -- ### */\r
-\r
-/* \r
-\r
-File: footer.css \r
-Copyright 2008-2009 by WoltLab GmbH. \r
-\r
-*/\r
-\r
-/* ### -- -- -- -- -- Footer -- -- -- -- -- ### */\r
+/**\r
+ * Footer Styles\r
+ *\r
+ * @author Arian Glander, Harald Szekely\r
+ * @copyright 2008-2011 WoltLab GmbH\r
+ */\r
+ \r
+/* -- -- -- -- -- Footer -- -- -- -- -- */\r
\r
#footer {\r
border-width: 1px 0 0 0;\r
border-top-width: 0;\r
}\r
\r
-/* ### -- -- -- -- -- Footer Menu -- -- -- -- -- ### */\r
+/* -- -- -- -- -- Footer Menu -- -- -- -- -- */\r
\r
.footerMenu {\r
margin-bottom: 10px;\r
font-size: 1em;\r
}\r
\r
-/* ### -- -- -- -- -- Footer Options -- -- -- -- -- ### */\r
+/* -- -- -- -- -- Footer Options -- -- -- -- -- */\r
\r
.footerOptions {\r
margin-bottom: 10px;\r
font-size: 1em;\r
}\r
\r
-/* ### -- -- -- -- -- Extra Button -- -- -- -- -- ### */\r
+/* -- -- -- -- -- Extra Button -- -- -- -- -- */\r
\r
.footerOptions li.extraButton {\r
border-width: 1px;\r
padding: 1px 2px 0 2px;\r
}\r
\r
-/* ### -- -- -- -- -- Copyright -- -- -- -- -- ### */\r
+/* -- -- -- -- -- Copyright -- -- -- -- -- */\r
\r
.copyright {\r
text-align: center;\r
text-decoration: none;\r
}\r
\r
-/* ### -- -- -- -- -- EOF -- -- -- -- -- ### */\r
+/* -- -- -- -- -- EOF -- -- -- -- -- */\r
+/**\r
+ * Form Styles\r
+ *\r
+ * @author Arian Glander, Harald Szekely\r
+ * @copyright 2006-2011 WoltLab GmbH\r
+ */\r
\r
-/* ### -- -- -- -- -- Form Styles -- -- -- -- -- ### */\r
-\r
-/* \r
-\r
-File: forms.css \r
-Copyright 2006-2010 by WoltLab GmbH. \r
-\r
-*/\r
-\r
-/* ### -- -- -- -- -- Miscellaneous -- -- -- -- -- ### */\r
+/* -- -- -- -- -- Miscellaneous -- -- -- -- -- */\r
\r
form {\r
margin: 0;\r
line-height: 2;\r
}\r
\r
-/* ### -- -- -- -- -- Form Element -- -- -- -- -- ### */\r
+/* -- -- -- -- -- Form Element -- -- -- -- -- */\r
\r
.formElement {\r
margin: 5px 0 3px 0;\r
clear: both;\r
}\r
\r
-/* ### -- -- -- -- -- Form Field -- -- -- -- -- ### */\r
+/* -- -- -- -- -- Form Field -- -- -- -- -- */\r
\r
.formField {\r
padding: 0;\r
margin-top: -5px;\r
}\r
\r
-/* ### -- -- -- -- -- Form Field Label -- -- -- -- -- ### */\r
+/* -- -- -- -- -- Form Field Label -- -- -- -- -- */\r
\r
.formFieldLabel {\r
text-align: right;\r
width: 187px;\r
}\r
\r
-/* ### -- -- -- -- -- Form Field Description -- -- -- -- -- ### */\r
+/* -- -- -- -- -- Form Field Description -- -- -- -- -- */\r
\r
.formFieldDesc {\r
padding: 0 0 2px 0;\r
clear: both;\r
}\r
\r
-/* ### -- -- -- -- -- Form Group -- -- -- -- -- ### */\r
+/* -- -- -- -- -- Form Group -- -- -- -- -- */\r
\r
-/* A form group is an element containing serveral sub form elements within a fieldset */\r
+/* A form group contains serveral sub form elements within a fieldset */\r
\r
.formGroup {\r
min-height: 0;\r
width: auto !important;\r
}\r
\r
-/* ### -- -- -- -- -- Form Prefix -- -- -- -- -- ### */\r
+/* -- -- -- -- -- Form Prefix -- -- -- -- -- */\r
\r
.formPrefix select {\r
float: left;\r
min-height: 0;\r
}\r
\r
-/* ### -- -- -- -- -- Form Options -- -- -- -- -- ### */\r
+/* -- -- -- -- -- Form Options -- -- -- -- -- */\r
\r
.formOptions {\r
list-style: none;\r
padding-left: 12px;\r
}\r
\r
-/* ### -- -- -- -- -- Form Options Long -- -- -- -- -- ### */\r
+/* -- -- -- -- -- Form Options Long -- -- -- -- -- */\r
\r
.formOptionsLong {\r
list-style: none;\r
display: inline;\r
}\r
\r
-/* ### -- -- -- -- -- Form Error -- -- -- -- -- ### */\r
+/* -- -- -- -- -- Form Error -- -- -- -- -- */\r
\r
.formError, .formError a {\r
color: #c00;\r
background-color: #fee;\r
}\r
\r
-.formError .mceToolbar select { /* prevents error with dropdown borders within the editor toolbar */\r
+.formError .mceToolbar select {\r
+ /* prevents error with dropdown borders within the editor toolbar */\r
border-color: transparent !important;\r
}\r
\r
-/* ### -- -- -- -- Long Select -- -- -- -- ### */\r
+/* -- -- -- -- Long Select -- -- -- -- */\r
\r
.longSelect select {\r
width: 100%;\r
}\r
\r
-/* ### -- -- -- -- -- EOF -- -- -- -- -- ### */\r
+/* -- -- -- -- -- EOF -- -- -- -- -- */\r
-
-/* ### -- -- -- -- -- Global Burning Board 3 Styles -- -- -- -- -- ### */
-
-/*
-
-File: global.css
-Copyright 2006-2011 by WoltLab GmbH.
-
-*/
-
-/* ### -- -- -- -- -- Miscellaneous -- -- -- -- -- ### */
+/**
+ * Global Styles
+ *
+ * @author Arian Glander, Harald Szekely
+ * @copyright 2006-2011 WoltLab GmbH
+ */
+
+/* -- -- -- -- -- Miscellaneous -- -- -- -- -- */
* {
- /* remove the following comment marks for RTL-text support - note: this line leads to incorrect forum display in Internet Explorer browsers! */
+ /* remove the following comment marks for RTL-text support -
+ note: this line leads to incorrect forum display in
+ Internet Explorer browsers! */
/*unicode-bidi: embed;*/
text-overflow: ellipsis;
}
display: none;
}
-.hidden { /* Moves elements out of the viewport in an accessible way and preserves no space for them. Use this class rather than "display: none"! */
+.hidden {
+ /* Moves elements out of the viewport in an accessible way
+ and preserves no space for them. Use this class rather than
+ "display: none"! */
height: 0;
overflow: hidden;
position: absolute;
float: right;
}
-/* ### -- -- -- -- -- Headings -- -- -- -- -- ### */
+/* -- -- -- -- -- Headings -- -- -- -- -- */
h1 {
margin: 0;
cursor: pointer;
}
-/* ### -- -- -- -- -- Links -- -- -- -- -- ### */
+/* -- -- -- -- -- Links -- -- -- -- -- */
a {
cursor: pointer;
text-decoration: none;
}
-/* ### -- -- -- -- -- External Links -- -- -- -- -- ### */
+/* -- -- -- -- -- External Links -- -- -- -- -- */
.externalURL {
background-image: url("../icon/externalURL.png");
background-repeat: no-repeat;
}
-/* ### -- -- -- -- -- Quick Jump -- -- -- -- -- ### */
+/* -- -- -- -- -- Quick Jump -- -- -- -- -- */
.quickJump {
white-space: nowrap;
max-width: 50%;
}
-/* ### -- -- -- -- -- Page Options -- -- -- -- -- ### */
+/* -- -- -- -- -- Page Options -- -- -- -- -- */
.pageOptions {
float: right;
text-decoration: none;
}
-/* ### -- -- -- -- -- Breadcrumbs -- -- -- -- -- ### */
+/* -- -- -- -- -- Breadcrumbs -- -- -- -- -- */
.breadCrumbs {
font-size: .95em;
margin: 0;
}
-/* ### -- -- -- -- -- Content Header & Content Footer -- -- -- -- -- ### */
+/* -- -- -- -- -- Content Header & Content Footer -- -- -- -- -- */
.contentHeader, .contentFooter {
padding-bottom: 7px;
clear: both;
}
-/* ### -- -- -- -- -- Floated Elements -- -- -- -- -- ### */
+/* -- -- -- -- -- Floated Elements -- -- -- -- -- */
.floatContainer:after {
content: "";
width: 49%;
}
-/* ### -- -- -- -- -- ItemList -- -- -- -- -- ### */
+/* -- -- -- -- -- ItemList -- -- -- -- -- */
.itemList, .itemList ol, .itemList ul {
margin: 0 0 0 20px;
list-style-image: url("../icon/userS.png");
}
-/* ### -- -- -- -- -- Social Bookmarks -- -- -- -- -- ### */
+/* -- -- -- -- -- Social Bookmarks -- -- -- -- -- */
.socialBookmarks {
margin: 7px 0 0 0;
list-style: none;
}
-/* ### -- -- -- -- -- Simple Bar -- -- -- -- -- ### */
+/* -- -- -- -- -- Simple Bar -- -- -- -- -- */
.simpleBar ul {
text-align: center;
margin: -5px 0;
}
-/* ### -- -- -- -- -- Slider -- -- -- -- -- ### */
+/* -- -- -- -- -- Slider -- -- -- -- -- */
.slider {
margin: 3px 0 10px 0;
cursor: move;
}
-/* ### -- -- -- -- -- Overlays -- -- -- -- -- ### */
+/* -- -- -- -- -- Overlays -- -- -- -- -- */
/* Note: This declaration will replace ".imageviewerBackground" in an upcoming version! */
display: inline;
}
-/* ### -- -- -- -- -- System Messages (Success, Warning, Error, Info) -- -- -- -- -- ### */
+/* -- -- -- -- -- System Messages (Success, Warning, Error, Info) -- -- -- -- -- */
-/* Note: Change the colors of system messages with care! Consider that people are used to specific colors for special events (e.g. Red stands for warning). Random colors may not work as intended! */
+/* Note:
+ Change the colors of system messages with care!
+ Consider that people are used to specific colors
+ for special events (e.g. Red stands for warning).
+ Random colors may not work as intended!
+*/
.success, .warning, .error, .info {
background-position: 10px center;
float: right;
}
-/* ### -- -- -- -- -- Inner Errors -- -- -- -- -- ### */
+/* -- -- -- -- -- Inner Errors -- -- -- -- -- */
.innerError {
background-image: url("../icon/errorS.png");
padding: 5px 5px 5px 25px;
}
-/* ### -- -- -- -- Disabled -- -- -- -- ### */
+/* -- -- -- -- Disabled -- -- -- -- */
.tableList tr.disabled,
.tableList tr.disabled:hover,
border-style: dashed !important;
}
-form .disabled, .tabMenu .disabled { /* CSS 3 */
+form .disabled, .tabMenu .disabled {
opacity: .5;
}
-/* ### -- -- -- -- Deleted -- -- -- -- ### */
+/* -- -- -- -- Deleted -- -- -- -- */
.tableList tr.deleted,
.tableList tr.deleted:hover,
opacity: .5 !important;
}
-/* ### -- -- -- -- -- Marked -- -- -- -- -- ### */
+/* -- -- -- -- -- Marked -- -- -- -- -- */
.tableList tr.marked,
.tableList tr.marked:hover,
border: none !important;
}
-/* ### -- -- -- -- -- Highlight -- -- -- -- -- ### */
+/* -- -- -- -- -- Highlight -- -- -- -- -- */
.highlight {
color: #00f;
padding: 0 2px;
}
-/* ### -- -- -- -- -- EOF -- -- -- -- -- ### */
+/* -- -- -- -- -- EOF -- -- -- -- -- */
+/**
+ * Header Styles
+ *
+ * @author Arian Glander, Harald Szekely
+ * @copyright 2006-2011 WoltLab GmbH
+ */
-/* ### -- -- -- -- -- Header Styles -- -- -- -- -- ### */
-
-/*
-
-File: header.css
-Copyright 2006-2009 by WoltLab GmbH.
-
-*/
-
-/* ### -- -- -- -- -- User Note -- -- -- -- -- ### */
+/* -- -- -- -- -- User Note -- -- -- -- -- */
#userNote {
white-space: nowrap;
vertical-align: top;
}
-/* ### -- -- -- -- -- Login Popup -- -- -- -- -- ### */
+/* -- -- -- -- -- Login Popup -- -- -- -- -- */
.loginPopup {
white-space: nowrap;
margin-left: 0;
}
-/* ### -- -- -- -- -- User Menu -- -- -- -- -- ### */
+/* -- -- -- -- -- User Menu -- -- -- -- -- */
#userMenu {
padding: 10px 5px 3px 5px;
font-size: 1em;
}
-/* ### -- -- -- -- -- Language Picker -- -- -- -- -- ### */
+/* -- -- -- -- -- Language Picker -- -- -- -- -- */
#changeLanguageMenu img {
margin-left: 0;
margin: 0 0 0 22px !important;
}
-/* ### -- -- -- -- -- Header Container -- -- -- -- -- ### */
+/* -- -- -- -- -- Header Container -- -- -- -- -- */
#header {
border-width: 1px 1px 0 1px;
border-bottom-width: 0;
}
-/* ### -- -- -- -- -- Search -- -- -- -- -- ### */
+/* -- -- -- -- -- Search -- -- -- -- -- */
#search {
- /* Toggle View: Set to "0" for Standard View */
- /* Toggle View: Set to "1px" for Framed View */
+ /* Toggle view: set to "0" for standard view */
+ /* Toggle view: set to "1px" for framed view */
border-width: 0;
border-style: solid;
- /* Toggle View: Set to "transparent" for Standard View */
- /* Toggle View: Set to any Colour Value for Framed View */
+ /* Toggle view: set to "transparent" for standard view */
+ /* Toggle view: set to any colour value for framed view */
background-color: transparent;
position: absolute;
- /* Move Search: Set to any positive Value */
+ /* Move search: set to any positive value */
top: 13px;
right: 13px;
z-index: 100;
}
#search .searchContainer {
- /* Toggle View: Set to "0" for Standard View */
- /* Toggle View: Set to "1px" for Framed View */
+ /* Toggle view: set to "0" for standard view */
+ /* Toggle view: set to "1px" for framed view */
border-width: 0;
margin: 0;
padding: 10px;
position: relative;
}
-/* ### -- -- -- -- -- Page-Logo & -Title -- -- -- -- -- ### */
+/* -- -- -- -- -- Page-Logo & -Title -- -- -- -- -- */
#logo {
border-width: 1px 1px 0 1px;
z-index: 20;
}
-/* ### -- -- -- -- -- Main Menu -- -- -- -- -- ### */
+/* -- -- -- -- -- Main Menu -- -- -- -- -- */
.mainMenu {
border-width: 0 1px 1px 1px;
font-size: 1em;
}
-/* ### -- -- -- -- -- EOF -- -- -- -- -- ### */
+/* -- -- -- -- -- EOF -- -- -- -- -- */
+/**
+ * ImageViewer Styles
+ *
+ * @author Arian Glander, Harald Szekely
+ * @copyright 2009-2011 WoltLab GmbH
+ */
-/* ### -- -- -- -- -- ImageViewer Styles -- -- -- -- -- ### */
-
-/*
-
-File: imageViewer.css
-Copyright 2009-2010 by WoltLab GmbH.
-
-*/
-
-/* #### -- -- -- -- -- ImageViewer -- -- -- -- -- #### */
+/* -- -- -- -- -- ImageViewer -- -- -- -- -- */
.imageViewerBackground, .overlayBackground { /* compatibility mode */
color: #fff;
z-index: 120;
}
-/* ### -- -- -- -- -- EOF -- -- -- -- -- ### */
+/* -- -- -- -- -- EOF -- -- -- -- -- */
+/**\r
+ * Inline Calendar Styles\r
+ *\r
+ * @author Arian Glander, Harald Szekely\r
+ * @copyright 2006-2011 WoltLab GmbH\r
+ */\r
\r
-/* ### -- -- -- -- -- Inline Calendar Styles -- -- -- -- -- ### */\r
-\r
-/* \r
-\r
-File: inlineCalendar.css \r
-Copyright 2006-2009 by WoltLab GmbH. \r
-\r
-*/\r
-\r
-/* #### -- -- -- -- -- Inline Calendar -- -- -- -- -- #### */\r
+/* -- -- -- -- -- Inline Calendar -- -- -- -- -- */\r
\r
.inlineCalendar {\r
position: absolute; \r
text-align: center;\r
}\r
\r
-/* ### -- -- -- -- -- EOF -- -- -- -- -- ### */\r
+/* -- -- -- -- -- EOF -- -- -- -- -- */\r
+/**
+ * Layout Styles
+ *
+ * @author Arian Glander, Harald Szekely
+ * @copyright 2009-2011 WoltLab GmbH
+ */
-/* ### -- -- -- -- -- Layout Styles -- -- -- -- -- ### */
-
-/*
-
-File: layout.css
-Copyright 2009-2010 by WoltLab GmbH.
-
-*/
-
-/* ### -- -- -- -- -- Layout -- -- -- -- -- ### */
+/* -- -- -- -- -- Layout -- -- -- -- -- */
.layout-1, .layout-2, .layout-3, .layout-4 {
border-collapse: collapse;
padding: 0;
}
-/* ### -- -- -- -- -- Layout 1 -- -- -- -- -- ### */
+/* -- -- -- -- -- Layout 1 -- -- -- -- -- */
/* 1 column */
padding: 15px 25px;
}
-/* ### -- -- -- -- -- Layout 2 -- -- -- -- -- ### */
+/* -- -- -- -- -- Layout 2 -- -- -- -- -- */
/* 1 columns flexible - 65% | 35% */
padding: 15px 25px;
}
-/* ### -- -- -- -- -- Layout 3 -- -- -- -- -- ### */
+/* -- -- -- -- -- Layout 3 -- -- -- -- -- */
/* 2 columns fixed - 310px | auto */
padding: 15px 25px;
}
-/* ### -- -- -- -- -- Layout 4 -- -- -- -- -- ### */
+/* -- -- -- -- -- Layout 4 -- -- -- -- -- */
/* 2 columns fixed - 20% | 60% | 20% */
padding: 0 10px;
}
-/* ### -- -- -- -- -- Data List -- -- -- -- -- ### */
+/* -- -- -- -- -- Data List -- -- -- -- -- */
.dataList {
font-size: 100%;
margin-right: 3px;
}
-/* ### -- -- -- -- -- Content Box -- -- -- -- -- ### */
+/* -- -- -- -- -- Content Box -- -- -- -- -- */
.contentBox {
padding-bottom: 10px;
margin-bottom: 7px;
}
-/* ### -- -- -- -- -- EOF -- -- -- -- -- ### */
+/* -- -- -- -- -- EOF -- -- -- -- -- */
+/**
+ * Message Layout Styles
+ *
+ * @author Harald Szekely
+ * @copyright 2006-2011 WoltLab GmbH
+ */
-/* ### -- -- -- -- -- Message Layout Styles -- -- -- -- -- ### */
-
-/*
-
-File: messages.css
-Copyright 2006-2010 by WoltLab GmbH.
-
-*/
-
-/* ### -- -- -- -- -- Message -- -- -- -- -- ### */
+/* -- -- -- -- -- Message -- -- -- -- -- */
.message {
margin-bottom: 7px;
clear: both;
}
-/* ### -- -- -- -- -- Message Inner -- -- -- -- -- ### */
+/* -- -- -- -- -- Message Inner -- -- -- -- -- */
.messageInner {
border-width: 1px;
min-height: 25px !important;
}
-/* ### -- -- -- -- -- Message Sidebar -- -- -- -- -- ### */
+/* -- -- -- -- -- Message Sidebar -- -- -- -- -- */
/* Both Views: Left & Right */
.message .messageLeft .messageSidebar, .message .messageFramedLeft .messageSidebar, .message .messageRight .messageSidebar, .message .messageFramedRight .messageSidebar {
clear: both;
}
-/* + + + Message Sidebar: Message Author + + + */
+/* -- Message Sidebar: Message Author -- */
/* Both Views: Top */
.message .messageTop .messageAuthor, .message .messageFramedTop .messageAuthor {
margin-left: 0 !important;
}
-/* + + + Message Sidebar: User Name + + + */
+/* -- Message Sidebar: User Name -- */
.message .messageSidebar .userName {
margin: 0;
font-weight: bold;
}
-/* + + + Message Sidebar: User Avatar + + + */
+/* -- Message Sidebar: User Avatar -- */
/* All Views: Standard Avatar */
.message .userAvatar {
height: 76px;
}
-/* + + + Message Sidebar: User Symbols + + + */
+/* -- Message Sidebar: User Symbols -- */
+
/* ToDo: The whole declaration block is not yet ready! */
/* Both Views: Top */
display: inline;
}
-/* + + + Message Sidebar: User Credits + + + */
+/* -- Message Sidebar: User Credits -- */
/* Both Views: Top */
.message .messageTop .userCredits, .message .messageFramedTop .userCredits {
padding: 0 15px;
}
-/* + + + Message Sidebar: User Messenger + + + */
+/* -- Message Sidebar: User Messenger -- */
/* Both Views: Top */
.message .messageTop .userMessenger, .message .messageFramedTop .userMessenger {
display: inline;
}
-/* ### -- -- -- -- -- Message Content -- -- -- -- -- ### */
+/* -- -- -- -- -- Message Content -- -- -- -- -- */
/* All Views */
.message .messageContent {
clear: both;
}
-/* ### -- -- -- -- -- Message Content Inner -- -- -- -- -- ### */
+/* -- -- -- -- -- Message Content Inner -- -- -- -- -- */
.message .messageContentInner {
border-width: 0;
clear: both;
}
-/* ### -- -- -- -- -- Message Header -- -- -- -- -- ### */
+/* -- -- -- -- -- Message Header -- -- -- -- -- */
.message .messageHeader {
border-style: solid;
padding: 0 4px;
}
-/* ### -- -- -- -- -- Message Body -- -- -- -- -- ### */
+/* -- -- -- -- -- Message Body -- -- -- -- -- */
.message .messageBody {
margin: 0;
margin-right: 6px;
}
-/* ### -- -- -- -- -- Poll -- -- -- -- -- ### */
+/* -- -- -- -- -- Poll -- -- -- -- -- */
.message .poll {
margin: 0 15px 7px 0;
border-bottom: 6px solid #967e7e;
}
-/* ### -- -- -- -- -- Signature -- -- -- -- -- ### */
+/* -- -- -- -- -- Signature -- -- -- -- -- */
.message .signature {
border-left-width: 0;
position: relative;
}
-/* ### -- -- -- -- -- Edit Note -- -- -- -- -- ### */
+/* -- -- -- -- -- Edit Note -- -- -- -- -- */
.message .editNote, .message .deleteNote {
border-left-width: 0;
position: relative;
}
-/* ### -- -- -- -- -- Message Footer -- -- -- -- -- ### */
+/* -- -- -- -- -- Message Footer -- -- -- -- -- */
/* All Views */
.message .messageFooter, .message .messageFooterLeft, .message .messageFooterRight {
margin-right: 0;
}
-/* ### -- -- -- -- -- Attachment Preview -- -- -- -- -- ### */
+/* -- -- -- -- -- Attachment Preview -- -- -- -- -- */
/* Holds attachments with thumbnail-previews */
visibility: visible;
}
-/* ### -- -- -- -- -- Attachment File -- -- -- -- -- ### */
+/* -- -- -- -- -- Attachment File -- -- -- -- -- */
/* holds attachment file-type-icons and descriptions (no previews) */
float: left;
}
-/* ### -- -- -- -- -- Attachment Inputs -- -- -- -- -- ### */
+/* -- -- -- -- -- Attachment Inputs -- -- -- -- -- */
.attachmentsInput {
padding: 1px 0 3px 0;
float: right;
}
-/* ### -- -- -- -- -- Quote Box -- -- -- -- -- ### */
+/* -- -- -- -- -- Quote Box -- -- -- -- -- */
.quoteBox {
border-width: 1px;
vertical-align: middle;
}
-/* ### -- -- -- -- -- Code Box -- -- -- -- -- ### */
+/* -- -- -- -- -- Code Box -- -- -- -- -- */
.codeBox {
border-width: 1px;
overflow: auto;
}
-/* ### -- -- -- -- -- Smileys -- -- -- -- -- ### */
+/* -- -- -- -- -- Smileys -- -- -- -- -- */
.smileys {
margin: 0;
display: inline;
}
-/* ### -- -- -- -- -- Extra -- -- -- -- -- ### */
+/* -- -- -- -- -- Extra -- -- -- -- -- */
/* Post- & PM-Preview need this to get rid of the standard container-x settings */
.messagePreview .message {
float: left;
}
-/* ### -- -- -- -- -- EOF -- -- -- -- -- ### */
+/* -- -- -- -- -- EOF -- -- -- -- -- */
+/**
+ * Page Menu Styles
+ *
+ * @author Arian Glander, Harald Szekely
+ * @copyright 2006-2011 WoltLab GmbH
+ */
-/* ### -- -- -- -- -- Page Menu Styles -- -- -- -- -- ### */
-
-/*
-
-File: pageMenu.css
-Copyright 2006-2010 by WoltLab GmbH.
-
-*/
-
-/* ### -- -- -- -- -- Page Menu -- -- -- -- -- ### */
+/* -- -- -- -- -- Page Menu -- -- -- -- -- */
div.pageMenu {
margin: 0;
margin: 0 1px 1px 0 !important;
}
-/* ### -- -- -- -- -- Page Menu (2 rows) -- -- -- -- -- ### */
-/*
+/* -- -- -- -- -- Page Menu (2 rows) -- -- -- -- -- */
+/* Note:
- to be used with label and span
- label contains the key
- span the value
text-decoration: none !important;
}
-/* ### -- -- -- -- -- Pop Up Menu -- -- -- -- -- ### */
+/* -- -- -- -- -- Pop Up Menu -- -- -- -- -- */
.popupMenu {
border-width: 1px;
z-index: 30;
}
-/* ### -- -- -- -- -- EOF -- -- -- -- -- ### */
+/* -- -- -- -- -- EOF -- -- -- -- -- */
+/**\r
+ * Page Navigation Styles\r
+ *\r
+ * @author Arian Glander, Harald Szekely\r
+ * @copyright 2006-2011 WoltLab GmbH\r
+ */\r
\r
-/* ### -- -- -- -- -- Page Navigation Styles -- -- -- -- -- ### */\r
-\r
-/* \r
-\r
-File: pageNavigation.css \r
-Copyright 2006-2009 by WoltLab GmbH. \r
-\r
-*/\r
-\r
-/* ### -- -- -- -- -- Page Navigation -- -- -- -- -- ### */\r
+/* -- -- -- -- -- Page Navigation -- -- -- -- -- */\r
\r
.pageNavigation {\r
margin-top: .5em;\r
width: 12em; /* opera fix */\r
z-index: 200;\r
display: none;\r
- opacity: .9; /* css3 */\r
+ opacity: .9;\r
}\r
\r
.pageNavigation li:hover div {\r
padding: 0;\r
}\r
\r
-/* Drop Down Menus (see also pageMenu.css) */\r
+/* Drop Down Menus (also see pageMenu.css) */\r
.pageNavigation a, .pageNavigation li ul, .pageNavigation li {\r
border-width: 1px;\r
}\r
\r
-/* Drop Down Menus (see also pageMenu.css) */\r
+/* Drop Down Menus (also see pageMenu.css) */\r
.pageNavigation a, .pageNavigation li.children span {\r
border-color: #fff;\r
border-style: solid;\r
padding: 0 0 2px 0;\r
}\r
\r
-/* ### -- -- -- -- -- EOF -- -- -- -- -- ### */\r
+/* -- -- -- -- -- EOF -- -- -- -- -- */\r
+/**\r
+ * Tabbed Menu Styles\r
+ *\r
+ * @author Arian Glander, Harald Szekely\r
+ * @copyright 2006-2011 WoltLab GmbH\r
+ */\r
\r
-/* ### -- -- -- -- -- Tabbed Menu Styles -- -- -- -- -- ### */\r
-\r
-/* \r
-\r
-File: tabbedMenus.css \r
-Copyright 2006-2009 by WoltLab GmbH. \r
-\r
-*/\r
-\r
-/* ### -- -- -- -- -- Tabs -- -- -- -- -- ### */\r
+/* -- -- -- -- -- Tabs -- -- -- -- -- */\r
\r
.tabMenu {\r
margin-top: 5px;\r
min-height: 24px;\r
}\r
\r
-/* ### -- -- -- -- -- Sub Tab Menu (Elements inside the Tab-Bar) -- -- -- -- -- ### */\r
-\r
+/* -- -- -- -- -- Sub Tab Menu -- -- -- -- -- */\r
+ \r
+/* Elements inside the bar below the tabs */\r
+ \r
.subTabMenu {\r
border: 1px;\r
margin-bottom: -1px;\r
height: 5px;\r
}\r
\r
-/* ### -- -- -- -- -- Sub Container Menu -- -- -- -- -- ### */\r
+/* -- -- -- -- -- Sub Container Menu -- -- -- -- -- */\r
\r
/* ToDo: Find a more flexible solution */\r
\r
margin: 0 1px 0 0;\r
}\r
\r
-/* ### -- -- -- -- -- Tab Menu Content (Content below the Sub Tab Menu) -- -- -- -- -- ### */\r
+/* -- -- -- -- -- Tab Menu Content -- -- -- -- -- */\r
+\r
+/* Content below the Sub Tab Menu */\r
\r
.tabMenuContent {\r
clear: both;\r
margin-top: 0 !important;\r
}\r
\r
-/* ### -- -- -- -- -- Specials -- -- -- -- -- ### */\r
+/* -- -- -- -- -- Specials -- -- -- -- -- */\r
\r
-.tabNavigation {\r
+.tabNavigation { /* still necessary? */\r
float: right;\r
}\r
\r
-/* ### -- -- -- -- -- EOF -- -- -- -- -- ### */\r
+/* -- -- -- -- -- EOF -- -- -- -- -- */\r
+/**
+ * Table Styles
+ *
+ * @author Arian Glander, Harald Szekely
+ * @copyright 2006-2011 WoltLab GmbH
+ */
-/* ### -- -- -- -- -- Table Styles -- -- -- -- -- ### */
-
-/*
-
-File: tables.css
-Copyright 2006-2009 by WoltLab GmbH.
-
-*/
-
-/* ### -- -- -- -- -- Table List -- -- -- -- -- ### */
+/* -- -- -- -- -- Table List -- -- -- -- -- */
.tableList {
border-spacing: 0;
text-align: left;
}
-/* ### -- -- -- -- -- Table Head -- -- -- -- -- ### */
+/* -- -- -- -- -- Table Head -- -- -- -- -- */
.tableHead a, .tableHead .emptyHead {
border-style: solid;
border-width: 0 0 1px 0;
}
-/* ### -- -- -- -- -- Column Globals -- -- -- -- -- ### */
+/* -- -- -- -- -- Column Globals -- -- -- -- -- */
.tableList td.columnText {
text-align: left;
width: 1%;
}
-/* ### -- -- -- -- -- Table row -- -- -- -- -- ### */
+/* -- -- -- -- -- Table Row -- -- -- -- -- */
.tableList .statusDisplay {
float: right;
margin-left: 5px;
}
-/* ### -- -- -- -- -- Column icon -- -- -- -- -- ### */
+/* -- -- -- -- -- Column Icon -- -- -- -- -- */
.tableList td.columnIcon {
width: 1%;
display: inline !important;
}
-/* ### -- -- -- -- -- Special -- -- -- -- -- ### */
+/* -- -- -- -- -- Special -- -- -- -- -- */
.tableList .deleteNote {
border-width: 0 !important;
padding-top: 3px;
}
-/* ### -- -- -- -- -- EOF -- -- -- -- -- ### */
+/* -- -- -- -- -- EOF -- -- -- -- -- */