From: Luzifr Date: Sun, 17 Jul 2011 22:30:24 +0000 (+0200) Subject: Some CSS changes X-Git-Tag: 2.0.0_Beta_1~2008 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4187ea9c00240a21fec8cdf1c18094a05b071fb6;p=GitHub%2FWoltLab%2FWCF.git Some CSS changes - Changed header info and comment formatting - Some minor corrections - IE 6-7 files not touched - those will be removed soon --- diff --git a/wcfsetup/install/files/style/buttons.css b/wcfsetup/install/files/style/buttons.css index 59dd38b55e..267b3be795 100644 --- a/wcfsetup/install/files/style/buttons.css +++ b/wcfsetup/install/files/style/buttons.css @@ -1,14 +1,11 @@ - -/* ### -- -- -- -- -- 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: ""; @@ -42,7 +39,7 @@ Copyright 2006-2009 by WoltLab GmbH. font-weight: normal; } -/* ### -- -- -- -- -- Small Buttons -- -- -- -- -- ### */ +/* -- -- -- -- -- Small Buttons -- -- -- -- -- */ .smallButtons:after { content: ""; @@ -97,7 +94,7 @@ Copyright 2006-2009 by WoltLab GmbH. min-height: 18px !important; } -/* ### -- -- -- -- -- Option Buttons -- -- -- -- -- ### */ +/* -- -- -- -- -- Option Buttons -- -- -- -- -- */ .optionButtons ul { list-style: none; @@ -136,7 +133,7 @@ Copyright 2006-2009 by WoltLab GmbH. min-height: 18px !important; } -/* ### -- -- -- -- -- Button Bar -- -- -- -- -- ### */ +/* -- -- -- -- -- Button Bar -- -- -- -- -- */ .buttonBar { border-width: 1px 0 0 0; @@ -157,4 +154,4 @@ Copyright 2006-2009 by WoltLab GmbH. float: left; } -/* ### -- -- -- -- -- EOF -- -- -- -- -- ### */ +/* -- -- -- -- -- EOF -- -- -- -- -- */ diff --git a/wcfsetup/install/files/style/colorPicker.css b/wcfsetup/install/files/style/colorPicker.css index 9c164dc63f..af2598277f 100644 --- a/wcfsetup/install/files/style/colorPicker.css +++ b/wcfsetup/install/files/style/colorPicker.css @@ -5,7 +5,7 @@ * @copyright 2006-2011 WoltLab GmbH */ -/* ### -- -- -- -- -- Color Picker -- -- -- -- -- ### */ +/* -- -- -- -- -- Color Picker -- -- -- -- -- */ input.colorPicker { font-family: "Courier New", Courier, monospace; @@ -21,7 +21,7 @@ img.colorPicker:hover { cursor: pointer; } -/* ### -- -- -- -- -- Color Picker Full -- -- -- -- -- ### */ +/* -- -- -- -- -- Color Picker Full -- -- -- -- -- */ #colorPickerFull { border-width: 0 0 1px 1px; @@ -79,7 +79,7 @@ img.colorPicker:hover { width: 16px; } -/* ### -- -- -- -- -- Color Picker Simple -- -- -- -- -- ### */ +/* -- -- -- -- -- Color Picker Simple -- -- -- -- -- */ #colorPickerSimple { background-color: #000; @@ -125,4 +125,4 @@ img.colorPicker:hover { height: 13px !important; } -/* ### -- -- -- -- -- EOF -- -- -- -- -- ### */ +/* -- -- -- -- -- EOF -- -- -- -- -- */ diff --git a/wcfsetup/install/files/style/containers.css b/wcfsetup/install/files/style/containers.css index 96e05104bc..b73b1576c5 100644 --- a/wcfsetup/install/files/style/containers.css +++ b/wcfsetup/install/files/style/containers.css @@ -1,14 +1,11 @@ - -/* ### -- -- -- -- -- Container Styles -- -- -- -- -- ### */ - -/* - -File: containers.css -Copyright 2006-2010 by WoltLab GmbH. - -*/ - -/* ### -- -- -- -- -- Border -- -- -- -- -- ### */ +/** + * Container Styles + * + * @author Arian Glander, Harald Szekely + * @copyright 2006-2011 WoltLab GmbH + */ + +/* -- -- -- -- -- Border -- -- -- -- -- */ .border { border-width: 1px; @@ -22,7 +19,7 @@ Copyright 2006-2010 by WoltLab GmbH. margin-top: -8px; } -/* ### -- -- -- -- -- Container Globals -- -- -- -- -- ### */ +/* -- -- -- -- -- Container Globals -- -- -- -- -- */ .container-1, .container-2, .container-3, .containerHead { margin: 0 1px 1px 0; @@ -40,7 +37,7 @@ Copyright 2006-2010 by WoltLab GmbH. margin: 5px 0; } -/* ### -- -- -- -- -- Info Box -- -- -- -- -- ### */ +/* -- -- -- -- -- Info Box -- -- -- -- -- */ .infoBox .container-1, .infoBox .container-2 { padding: 4px; @@ -52,7 +49,7 @@ Copyright 2006-2010 by WoltLab GmbH. font-weight: bold; } -/* ### -- -- -- -- -- Containers with Icons -- -- -- -- -- ### */ +/* -- -- -- -- -- Containers with Icons -- -- -- -- -- */ /* Small (16px Icon) */ @@ -90,7 +87,7 @@ Copyright 2006-2010 by WoltLab GmbH. margin-left: 60px; } -/* ### -- -- -- -- -- Main Headline -- -- -- -- -- ### */ +/* -- -- -- -- -- Main Headline -- -- -- -- -- */ .mainHeadline { margin: 3px 0 7px 0; @@ -129,7 +126,7 @@ Copyright 2006-2010 by WoltLab GmbH. padding: 0; } -/* ### -- -- -- -- -- Sub Headline -- -- -- -- -- ### */ +/* -- -- -- -- -- Sub Headline -- -- -- -- -- */ .subHeadline { font-size: 1.5em; @@ -154,7 +151,7 @@ Copyright 2006-2010 by WoltLab GmbH. width: 95%; } -/* ### -- -- -- -- -- Fieldset -- -- -- -- -- ### */ +/* -- -- -- -- -- Fieldset -- -- -- -- -- */ fieldset { border-width: 1px; @@ -179,4 +176,4 @@ fieldset fieldset { margin-bottom: 5px; } -/* ### -- -- -- -- -- EOF -- -- -- -- -- ### */ +/* -- -- -- -- -- EOF -- -- -- -- -- */ diff --git a/wcfsetup/install/files/style/extra/ie8-fix-rtl.css b/wcfsetup/install/files/style/extra/ie8-fix-rtl.css index 2013a64ba3..0531174406 100644 --- a/wcfsetup/install/files/style/extra/ie8-fix-rtl.css +++ b/wcfsetup/install/files/style/extra/ie8-fix-rtl.css @@ -1,16 +1,11 @@ +/** + * 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; @@ -29,25 +24,25 @@ fieldset legend { 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); @@ -57,10 +52,10 @@ form .disabled, .tabMenu .disabled { margin: 1px 2px; } -/* ### -- -- -- -- -- wysiwyg.css -- -- -- -- -- ### */ +/* -- -- -- -- -- wysiwyg.css -- -- -- -- -- */ .mceButtonDisabled a img { filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30); } -/* ### -- -- -- -- -- EOF -- -- -- -- -- ### */ +/* -- -- -- -- -- EOF -- -- -- -- -- */ diff --git a/wcfsetup/install/files/style/extra/ie8-fix.css b/wcfsetup/install/files/style/extra/ie8-fix.css index 2013a64ba3..ef1d35ed2c 100644 --- a/wcfsetup/install/files/style/extra/ie8-fix.css +++ b/wcfsetup/install/files/style/extra/ie8-fix.css @@ -1,16 +1,11 @@ +/** + * 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; @@ -29,25 +24,25 @@ fieldset legend { 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); @@ -57,10 +52,10 @@ form .disabled, .tabMenu .disabled { margin: 1px 2px; } -/* ### -- -- -- -- -- wysiwyg.css -- -- -- -- -- ### */ +/* -- -- -- -- -- wysiwyg.css -- -- -- -- -- */ .mceButtonDisabled a img { filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30); } -/* ### -- -- -- -- -- EOF -- -- -- -- -- ### */ +/* -- -- -- -- -- EOF -- -- -- -- -- */ diff --git a/wcfsetup/install/files/style/extra/print-rtl.css b/wcfsetup/install/files/style/extra/print-rtl.css index 5e4d9a74fd..ea5722a75c 100644 --- a/wcfsetup/install/files/style/extra/print-rtl.css +++ b/wcfsetup/install/files/style/extra/print-rtl.css @@ -1,14 +1,11 @@ +/** + * Print Styles (RTL) + * + * @author Arian Glander, Harald Szekely + * @copyright 2006-2011 WoltLab GmbH + */ -/* ### -- -- -- -- -- Print Styles -- -- -- -- -- ### */ - -/* - -File: print.css -Copyright 2006-2009 by WoltLab GmbH. - -*/ - -/* ### -- -- -- -- -- General -- -- -- -- -- ### */ +/* -- -- -- -- -- General -- -- -- -- -- */ a { color: black; @@ -26,13 +23,13 @@ a { width: auto !important; } -/* ### -- -- -- -- -- Hidden Elements -- -- -- -- -- ### */ +/* -- -- -- -- -- Hidden Elements -- -- -- -- -- */ .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 { display: none; } -/* ### -- -- -- -- -- Tables -- -- -- -- -- ### */ +/* -- -- -- -- -- Tables -- -- -- -- -- */ table { border-collapse: collapse; @@ -92,7 +89,7 @@ td.columnEmail a[href^="mailto:"]:after { content: ""attr(href)""; } -/* ### -- -- -- -- -- Breadcrumb Style Navigation -- -- -- -- -- ### */ +/* -- -- -- -- -- Breadcrumb Style Navigation -- -- -- -- -- */ .breadCrumbs { list-style: none; @@ -106,7 +103,7 @@ td.columnEmail a[href^="mailto:"]:after { display: inline; } -/* ### -- -- -- -- -- Message Layout -- -- -- -- -- ### */ +/* -- -- -- -- -- Message Layout -- -- -- -- -- */ .message { border: 1px solid black; @@ -218,55 +215,55 @@ blockquote { .attachmentFile img { display: none; } + -/* ### -- -- -- -- -- 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 -- -- -- -- -- */ + +#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; +} -/* ### -- -- -- -- -- EOF -- -- -- -- -- ### */ +/* -- -- -- -- -- EOF -- -- -- -- -- */ diff --git a/wcfsetup/install/files/style/extra/print.css b/wcfsetup/install/files/style/extra/print.css index f2750f2258..54ad99ab77 100644 --- a/wcfsetup/install/files/style/extra/print.css +++ b/wcfsetup/install/files/style/extra/print.css @@ -1,14 +1,11 @@ +/** + * Print Styles (LTR) + * + * @author Arian Glander, Harald Szekely + * @copyright 2006-2011 WoltLab GmbH + */ -/* ### -- -- -- -- -- Print Styles -- -- -- -- -- ### */ - -/* - -File: print.css -Copyright 2006-2009 by WoltLab GmbH. - -*/ - -/* ### -- -- -- -- -- General -- -- -- -- -- ### */ +/* -- -- -- -- -- General -- -- -- -- -- */ a { color: black; @@ -26,13 +23,13 @@ a { width: auto !important; } -/* ### -- -- -- -- -- Hidden Elements -- -- -- -- -- ### */ +/* -- -- -- -- -- Hidden Elements -- -- -- -- -- */ .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 { display: none; } -/* ### -- -- -- -- -- Tables -- -- -- -- -- ### */ +/* -- -- -- -- -- Tables -- -- -- -- -- */ table { border-collapse: collapse; @@ -92,7 +89,7 @@ td.columnEmail a[href^="mailto:"]:after { content: ""attr(href)""; } -/* ### -- -- -- -- -- Breadcrumb Style Navigation -- -- -- -- -- ### */ +/* -- -- -- -- -- Breadcrumb Style Navigation -- -- -- -- -- */ .breadCrumbs { list-style: none; @@ -106,7 +103,7 @@ td.columnEmail a[href^="mailto:"]:after { display: inline; } -/* ### -- -- -- -- -- Message Layout -- -- -- -- -- ### */ +/* -- -- -- -- -- Message Layout -- -- -- -- -- */ .message { border: 1px solid black; @@ -218,55 +215,55 @@ blockquote { .attachmentFile img { display: none; } + -/* ### -- -- -- -- -- 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 -- -- -- -- -- */ + +#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; +} -/* ### -- -- -- -- -- EOF -- -- -- -- -- ### */ +/* -- -- -- -- -- EOF -- -- -- -- -- */ diff --git a/wcfsetup/install/files/style/footer.css b/wcfsetup/install/files/style/footer.css index de2627a337..f3cb00c0e8 100644 --- a/wcfsetup/install/files/style/footer.css +++ b/wcfsetup/install/files/style/footer.css @@ -1,14 +1,11 @@ - -/* ### -- -- -- -- -- Footer Styles -- -- -- -- -- ### */ - -/* - -File: footer.css -Copyright 2008-2009 by WoltLab GmbH. - -*/ - -/* ### -- -- -- -- -- Footer -- -- -- -- -- ### */ +/** + * Footer Styles + * + * @author Arian Glander, Harald Szekely + * @copyright 2008-2011 WoltLab GmbH + */ + +/* -- -- -- -- -- Footer -- -- -- -- -- */ #footer { border-width: 1px 0 0 0; @@ -20,7 +17,7 @@ Copyright 2008-2009 by WoltLab GmbH. border-top-width: 0; } -/* ### -- -- -- -- -- Footer Menu -- -- -- -- -- ### */ +/* -- -- -- -- -- Footer Menu -- -- -- -- -- */ .footerMenu { margin-bottom: 10px; @@ -68,7 +65,7 @@ Copyright 2008-2009 by WoltLab GmbH. font-size: 1em; } -/* ### -- -- -- -- -- Footer Options -- -- -- -- -- ### */ +/* -- -- -- -- -- Footer Options -- -- -- -- -- */ .footerOptions { margin-bottom: 10px; @@ -122,7 +119,7 @@ Copyright 2008-2009 by WoltLab GmbH. font-size: 1em; } -/* ### -- -- -- -- -- Extra Button -- -- -- -- -- ### */ +/* -- -- -- -- -- Extra Button -- -- -- -- -- */ .footerOptions li.extraButton { border-width: 1px; @@ -135,7 +132,7 @@ Copyright 2008-2009 by WoltLab GmbH. padding: 1px 2px 0 2px; } -/* ### -- -- -- -- -- Copyright -- -- -- -- -- ### */ +/* -- -- -- -- -- Copyright -- -- -- -- -- */ .copyright { text-align: center; @@ -148,4 +145,4 @@ Copyright 2008-2009 by WoltLab GmbH. text-decoration: none; } -/* ### -- -- -- -- -- EOF -- -- -- -- -- ### */ +/* -- -- -- -- -- EOF -- -- -- -- -- */ diff --git a/wcfsetup/install/files/style/forms.css b/wcfsetup/install/files/style/forms.css index bede331df9..d4adb5c28b 100644 --- a/wcfsetup/install/files/style/forms.css +++ b/wcfsetup/install/files/style/forms.css @@ -1,14 +1,11 @@ +/** + * Form Styles + * + * @author Arian Glander, Harald Szekely + * @copyright 2006-2011 WoltLab GmbH + */ -/* ### -- -- -- -- -- Form Styles -- -- -- -- -- ### */ - -/* - -File: forms.css -Copyright 2006-2010 by WoltLab GmbH. - -*/ - -/* ### -- -- -- -- -- Miscellaneous -- -- -- -- -- ### */ +/* -- -- -- -- -- Miscellaneous -- -- -- -- -- */ form { margin: 0; @@ -80,7 +77,7 @@ input[type="image"] { line-height: 2; } -/* ### -- -- -- -- -- Form Element -- -- -- -- -- ### */ +/* -- -- -- -- -- Form Element -- -- -- -- -- */ .formElement { margin: 5px 0 3px 0; @@ -94,7 +91,7 @@ input[type="image"] { clear: both; } -/* ### -- -- -- -- -- Form Field -- -- -- -- -- ### */ +/* -- -- -- -- -- Form Field -- -- -- -- -- */ .formField { padding: 0; @@ -121,7 +118,7 @@ fieldset .formElement .formField { margin-top: -5px; } -/* ### -- -- -- -- -- Form Field Label -- -- -- -- -- ### */ +/* -- -- -- -- -- Form Field Label -- -- -- -- -- */ .formFieldLabel { text-align: right; @@ -133,7 +130,7 @@ fieldset .formFieldLabel { width: 187px; } -/* ### -- -- -- -- -- Form Field Description -- -- -- -- -- ### */ +/* -- -- -- -- -- Form Field Description -- -- -- -- -- */ .formFieldDesc { padding: 0 0 2px 0; @@ -159,9 +156,9 @@ fieldset .formElement .formFieldDesc { clear: both; } -/* ### -- -- -- -- -- Form Group -- -- -- -- -- ### */ +/* -- -- -- -- -- Form Group -- -- -- -- -- */ -/* A form group is an element containing serveral sub form elements within a fieldset */ +/* A form group contains serveral sub form elements within a fieldset */ .formGroup { min-height: 0; @@ -195,7 +192,7 @@ fieldset .formGroup .formGroupField { width: auto !important; } -/* ### -- -- -- -- -- Form Prefix -- -- -- -- -- ### */ +/* -- -- -- -- -- Form Prefix -- -- -- -- -- */ .formPrefix select { float: left; @@ -210,7 +207,7 @@ fieldset .formGroup .formGroupField { min-height: 0; } -/* ### -- -- -- -- -- Form Options -- -- -- -- -- ### */ +/* -- -- -- -- -- Form Options -- -- -- -- -- */ .formOptions { list-style: none; @@ -230,7 +227,7 @@ fieldset .formGroup .formGroupField { padding-left: 12px; } -/* ### -- -- -- -- -- Form Options Long -- -- -- -- -- ### */ +/* -- -- -- -- -- Form Options Long -- -- -- -- -- */ .formOptionsLong { list-style: none; @@ -247,7 +244,7 @@ fieldset .formGroup .formGroupField { display: inline; } -/* ### -- -- -- -- -- Form Error -- -- -- -- -- ### */ +/* -- -- -- -- -- Form Error -- -- -- -- -- */ .formError, .formError a { color: #c00; @@ -258,14 +255,15 @@ fieldset .formGroup .formGroupField { background-color: #fee; } -.formError .mceToolbar select { /* prevents error with dropdown borders within the editor toolbar */ +.formError .mceToolbar select { + /* prevents error with dropdown borders within the editor toolbar */ border-color: transparent !important; } -/* ### -- -- -- -- Long Select -- -- -- -- ### */ +/* -- -- -- -- Long Select -- -- -- -- */ .longSelect select { width: 100%; } -/* ### -- -- -- -- -- EOF -- -- -- -- -- ### */ +/* -- -- -- -- -- EOF -- -- -- -- -- */ diff --git a/wcfsetup/install/files/style/global.css b/wcfsetup/install/files/style/global.css index 6de776de0e..f4ed20546d 100644 --- a/wcfsetup/install/files/style/global.css +++ b/wcfsetup/install/files/style/global.css @@ -1,17 +1,16 @@ - -/* ### -- -- -- -- -- 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; } @@ -50,7 +49,10 @@ hr { 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; @@ -83,7 +85,7 @@ hr { float: right; } -/* ### -- -- -- -- -- Headings -- -- -- -- -- ### */ +/* -- -- -- -- -- Headings -- -- -- -- -- */ h1 { margin: 0; @@ -114,7 +116,7 @@ h2, h3, h4, h5, h6 { cursor: pointer; } -/* ### -- -- -- -- -- Links -- -- -- -- -- ### */ +/* -- -- -- -- -- Links -- -- -- -- -- */ a { cursor: pointer; @@ -124,7 +126,7 @@ a:hover { text-decoration: none; } -/* ### -- -- -- -- -- External Links -- -- -- -- -- ### */ +/* -- -- -- -- -- External Links -- -- -- -- -- */ .externalURL { background-image: url("../icon/externalURL.png"); @@ -139,7 +141,7 @@ a:hover { background-repeat: no-repeat; } -/* ### -- -- -- -- -- Quick Jump -- -- -- -- -- ### */ +/* -- -- -- -- -- Quick Jump -- -- -- -- -- */ .quickJump { white-space: nowrap; @@ -151,7 +153,7 @@ a:hover { max-width: 50%; } -/* ### -- -- -- -- -- Page Options -- -- -- -- -- ### */ +/* -- -- -- -- -- Page Options -- -- -- -- -- */ .pageOptions { float: right; @@ -174,7 +176,7 @@ a:hover { text-decoration: none; } -/* ### -- -- -- -- -- Breadcrumbs -- -- -- -- -- ### */ +/* -- -- -- -- -- Breadcrumbs -- -- -- -- -- */ .breadCrumbs { font-size: .95em; @@ -205,7 +207,7 @@ a:hover { margin: 0; } -/* ### -- -- -- -- -- Content Header & Content Footer -- -- -- -- -- ### */ +/* -- -- -- -- -- Content Header & Content Footer -- -- -- -- -- */ .contentHeader, .contentFooter { padding-bottom: 7px; @@ -219,7 +221,7 @@ a:hover { clear: both; } -/* ### -- -- -- -- -- Floated Elements -- -- -- -- -- ### */ +/* -- -- -- -- -- Floated Elements -- -- -- -- -- */ .floatContainer:after { content: ""; @@ -287,7 +289,7 @@ a:hover { width: 49%; } -/* ### -- -- -- -- -- ItemList -- -- -- -- -- ### */ +/* -- -- -- -- -- ItemList -- -- -- -- -- */ .itemList, .itemList ol, .itemList ul { margin: 0 0 0 20px; @@ -355,7 +357,7 @@ a:hover { list-style-image: url("../icon/userS.png"); } -/* ### -- -- -- -- -- Social Bookmarks -- -- -- -- -- ### */ +/* -- -- -- -- -- Social Bookmarks -- -- -- -- -- */ .socialBookmarks { margin: 7px 0 0 0; @@ -378,7 +380,7 @@ a:hover { list-style: none; } -/* ### -- -- -- -- -- Simple Bar -- -- -- -- -- ### */ +/* -- -- -- -- -- Simple Bar -- -- -- -- -- */ .simpleBar ul { text-align: center; @@ -405,7 +407,7 @@ a:hover { margin: -5px 0; } -/* ### -- -- -- -- -- Slider -- -- -- -- -- ### */ +/* -- -- -- -- -- Slider -- -- -- -- -- */ .slider { margin: 3px 0 10px 0; @@ -420,7 +422,7 @@ a:hover { cursor: move; } -/* ### -- -- -- -- -- Overlays -- -- -- -- -- ### */ +/* -- -- -- -- -- Overlays -- -- -- -- -- */ /* Note: This declaration will replace ".imageviewerBackground" in an upcoming version! */ @@ -454,9 +456,14 @@ a:hover { 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; @@ -513,7 +520,7 @@ a:hover { float: right; } -/* ### -- -- -- -- -- Inner Errors -- -- -- -- -- ### */ +/* -- -- -- -- -- Inner Errors -- -- -- -- -- */ .innerError { background-image: url("../icon/errorS.png"); @@ -523,7 +530,7 @@ a:hover { padding: 5px 5px 5px 25px; } -/* ### -- -- -- -- Disabled -- -- -- -- ### */ +/* -- -- -- -- Disabled -- -- -- -- */ .tableList tr.disabled, .tableList tr.disabled:hover, @@ -553,11 +560,11 @@ a: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, @@ -591,7 +598,7 @@ form .disabled, .tabMenu .disabled { /* CSS 3 */ opacity: .5 !important; } -/* ### -- -- -- -- -- Marked -- -- -- -- -- ### */ +/* -- -- -- -- -- Marked -- -- -- -- -- */ .tableList tr.marked, .tableList tr.marked:hover, @@ -628,7 +635,7 @@ li.floatedElement.marked *, border: none !important; } -/* ### -- -- -- -- -- Highlight -- -- -- -- -- ### */ +/* -- -- -- -- -- Highlight -- -- -- -- -- */ .highlight { color: #00f; @@ -636,4 +643,4 @@ li.floatedElement.marked *, padding: 0 2px; } -/* ### -- -- -- -- -- EOF -- -- -- -- -- ### */ +/* -- -- -- -- -- EOF -- -- -- -- -- */ diff --git a/wcfsetup/install/files/style/header.css b/wcfsetup/install/files/style/header.css index a5394a1261..e3f76f976d 100644 --- a/wcfsetup/install/files/style/header.css +++ b/wcfsetup/install/files/style/header.css @@ -1,14 +1,11 @@ +/** + * 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; @@ -17,7 +14,7 @@ Copyright 2006-2009 by WoltLab GmbH. vertical-align: top; } -/* ### -- -- -- -- -- Login Popup -- -- -- -- -- ### */ +/* -- -- -- -- -- Login Popup -- -- -- -- -- */ .loginPopup { white-space: nowrap; @@ -39,7 +36,7 @@ Copyright 2006-2009 by WoltLab GmbH. margin-left: 0; } -/* ### -- -- -- -- -- User Menu -- -- -- -- -- ### */ +/* -- -- -- -- -- User Menu -- -- -- -- -- */ #userMenu { padding: 10px 5px 3px 5px; @@ -76,7 +73,7 @@ Copyright 2006-2009 by WoltLab GmbH. font-size: 1em; } -/* ### -- -- -- -- -- Language Picker -- -- -- -- -- ### */ +/* -- -- -- -- -- Language Picker -- -- -- -- -- */ #changeLanguageMenu img { margin-left: 0; @@ -86,7 +83,7 @@ Copyright 2006-2009 by WoltLab GmbH. margin: 0 0 0 22px !important; } -/* ### -- -- -- -- -- Header Container -- -- -- -- -- ### */ +/* -- -- -- -- -- Header Container -- -- -- -- -- */ #header { border-width: 1px 1px 0 1px; @@ -113,26 +110,26 @@ Copyright 2006-2009 by WoltLab GmbH. 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; @@ -172,7 +169,7 @@ Copyright 2006-2009 by WoltLab GmbH. position: relative; } -/* ### -- -- -- -- -- Page-Logo & -Title -- -- -- -- -- ### */ +/* -- -- -- -- -- Page-Logo & -Title -- -- -- -- -- */ #logo { border-width: 1px 1px 0 1px; @@ -206,7 +203,7 @@ Copyright 2006-2009 by WoltLab GmbH. z-index: 20; } -/* ### -- -- -- -- -- Main Menu -- -- -- -- -- ### */ +/* -- -- -- -- -- Main Menu -- -- -- -- -- */ .mainMenu { border-width: 0 1px 1px 1px; @@ -252,4 +249,4 @@ Copyright 2006-2009 by WoltLab GmbH. font-size: 1em; } -/* ### -- -- -- -- -- EOF -- -- -- -- -- ### */ +/* -- -- -- -- -- EOF -- -- -- -- -- */ diff --git a/wcfsetup/install/files/style/imageViewer.css b/wcfsetup/install/files/style/imageViewer.css index dd1ec4275e..8dc000e126 100644 --- a/wcfsetup/install/files/style/imageViewer.css +++ b/wcfsetup/install/files/style/imageViewer.css @@ -1,14 +1,11 @@ +/** + * 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; @@ -62,4 +59,4 @@ Copyright 2009-2010 by WoltLab GmbH. z-index: 120; } -/* ### -- -- -- -- -- EOF -- -- -- -- -- ### */ +/* -- -- -- -- -- EOF -- -- -- -- -- */ diff --git a/wcfsetup/install/files/style/inlineCalendar.css b/wcfsetup/install/files/style/inlineCalendar.css index bd85cb3759..11c52b8b3e 100644 --- a/wcfsetup/install/files/style/inlineCalendar.css +++ b/wcfsetup/install/files/style/inlineCalendar.css @@ -1,14 +1,11 @@ +/** + * Inline Calendar Styles + * + * @author Arian Glander, Harald Szekely + * @copyright 2006-2011 WoltLab GmbH + */ -/* ### -- -- -- -- -- Inline Calendar Styles -- -- -- -- -- ### */ - -/* - -File: inlineCalendar.css -Copyright 2006-2009 by WoltLab GmbH. - -*/ - -/* #### -- -- -- -- -- Inline Calendar -- -- -- -- -- #### */ +/* -- -- -- -- -- Inline Calendar -- -- -- -- -- */ .inlineCalendar { position: absolute; @@ -84,4 +81,4 @@ Copyright 2006-2009 by WoltLab GmbH. text-align: center; } -/* ### -- -- -- -- -- EOF -- -- -- -- -- ### */ +/* -- -- -- -- -- EOF -- -- -- -- -- */ diff --git a/wcfsetup/install/files/style/layout.css b/wcfsetup/install/files/style/layout.css index 234ca87ce8..5f279c3f88 100644 --- a/wcfsetup/install/files/style/layout.css +++ b/wcfsetup/install/files/style/layout.css @@ -1,14 +1,11 @@ +/** + * 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; @@ -29,7 +26,7 @@ Copyright 2009-2010 by WoltLab GmbH. padding: 0; } -/* ### -- -- -- -- -- Layout 1 -- -- -- -- -- ### */ +/* -- -- -- -- -- Layout 1 -- -- -- -- -- */ /* 1 column */ @@ -37,7 +34,7 @@ Copyright 2009-2010 by WoltLab GmbH. padding: 15px 25px; } -/* ### -- -- -- -- -- Layout 2 -- -- -- -- -- ### */ +/* -- -- -- -- -- Layout 2 -- -- -- -- -- */ /* 1 columns flexible - 65% | 35% */ @@ -53,7 +50,7 @@ Copyright 2009-2010 by WoltLab GmbH. padding: 15px 25px; } -/* ### -- -- -- -- -- Layout 3 -- -- -- -- -- ### */ +/* -- -- -- -- -- Layout 3 -- -- -- -- -- */ /* 2 columns fixed - 310px | auto */ @@ -65,7 +62,7 @@ Copyright 2009-2010 by WoltLab GmbH. padding: 15px 25px; } -/* ### -- -- -- -- -- Layout 4 -- -- -- -- -- ### */ +/* -- -- -- -- -- Layout 4 -- -- -- -- -- */ /* 2 columns fixed - 20% | 60% | 20% */ @@ -85,7 +82,7 @@ Copyright 2009-2010 by WoltLab GmbH. padding: 0 10px; } -/* ### -- -- -- -- -- Data List -- -- -- -- -- ### */ +/* -- -- -- -- -- Data List -- -- -- -- -- */ .dataList { font-size: 100%; @@ -116,7 +113,7 @@ Copyright 2009-2010 by WoltLab GmbH. margin-right: 3px; } -/* ### -- -- -- -- -- Content Box -- -- -- -- -- ### */ +/* -- -- -- -- -- Content Box -- -- -- -- -- */ .contentBox { padding-bottom: 10px; @@ -128,4 +125,4 @@ Copyright 2009-2010 by WoltLab GmbH. margin-bottom: 7px; } -/* ### -- -- -- -- -- EOF -- -- -- -- -- ### */ +/* -- -- -- -- -- EOF -- -- -- -- -- */ diff --git a/wcfsetup/install/files/style/messages.css b/wcfsetup/install/files/style/messages.css index 0c8fb9396b..7134a6af2e 100644 --- a/wcfsetup/install/files/style/messages.css +++ b/wcfsetup/install/files/style/messages.css @@ -1,14 +1,11 @@ +/** + * 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; @@ -37,7 +34,7 @@ Copyright 2006-2010 by WoltLab GmbH. clear: both; } -/* ### -- -- -- -- -- Message Inner -- -- -- -- -- ### */ +/* -- -- -- -- -- Message Inner -- -- -- -- -- */ .messageInner { border-width: 1px; @@ -79,7 +76,7 @@ Copyright 2006-2010 by WoltLab GmbH. min-height: 25px !important; } -/* ### -- -- -- -- -- Message Sidebar -- -- -- -- -- ### */ +/* -- -- -- -- -- Message Sidebar -- -- -- -- -- */ /* Both Views: Left & Right */ .message .messageLeft .messageSidebar, .message .messageFramedLeft .messageSidebar, .message .messageRight .messageSidebar, .message .messageFramedRight .messageSidebar { @@ -125,7 +122,7 @@ Copyright 2006-2010 by WoltLab GmbH. clear: both; } -/* + + + Message Sidebar: Message Author + + + */ +/* -- Message Sidebar: Message Author -- */ /* Both Views: Top */ .message .messageTop .messageAuthor, .message .messageFramedTop .messageAuthor { @@ -155,7 +152,7 @@ Copyright 2006-2010 by WoltLab GmbH. margin-left: 0 !important; } -/* + + + Message Sidebar: User Name + + + */ +/* -- Message Sidebar: User Name -- */ .message .messageSidebar .userName { margin: 0; @@ -170,7 +167,7 @@ Copyright 2006-2010 by WoltLab GmbH. font-weight: bold; } -/* + + + Message Sidebar: User Avatar + + + */ +/* -- Message Sidebar: User Avatar -- */ /* All Views: Standard Avatar */ .message .userAvatar { @@ -262,7 +259,8 @@ Copyright 2006-2010 by WoltLab GmbH. height: 76px; } -/* + + + Message Sidebar: User Symbols + + + */ +/* -- Message Sidebar: User Symbols -- */ + /* ToDo: The whole declaration block is not yet ready! */ /* Both Views: Top */ @@ -308,7 +306,7 @@ Copyright 2006-2010 by WoltLab GmbH. display: inline; } -/* + + + Message Sidebar: User Credits + + + */ +/* -- Message Sidebar: User Credits -- */ /* Both Views: Top */ .message .messageTop .userCredits, .message .messageFramedTop .userCredits { @@ -343,7 +341,7 @@ Copyright 2006-2010 by WoltLab GmbH. padding: 0 15px; } -/* + + + Message Sidebar: User Messenger + + + */ +/* -- Message Sidebar: User Messenger -- */ /* Both Views: Top */ .message .messageTop .userMessenger, .message .messageFramedTop .userMessenger { @@ -399,7 +397,7 @@ Copyright 2006-2010 by WoltLab GmbH. display: inline; } -/* ### -- -- -- -- -- Message Content -- -- -- -- -- ### */ +/* -- -- -- -- -- Message Content -- -- -- -- -- */ /* All Views */ .message .messageContent { @@ -451,7 +449,7 @@ Copyright 2006-2010 by WoltLab GmbH. clear: both; } -/* ### -- -- -- -- -- Message Content Inner -- -- -- -- -- ### */ +/* -- -- -- -- -- Message Content Inner -- -- -- -- -- */ .message .messageContentInner { border-width: 0; @@ -478,7 +476,7 @@ Copyright 2006-2010 by WoltLab GmbH. clear: both; } -/* ### -- -- -- -- -- Message Header -- -- -- -- -- ### */ +/* -- -- -- -- -- Message Header -- -- -- -- -- */ .message .messageHeader { border-style: solid; @@ -520,7 +518,7 @@ Copyright 2006-2010 by WoltLab GmbH. padding: 0 4px; } -/* ### -- -- -- -- -- Message Body -- -- -- -- -- ### */ +/* -- -- -- -- -- Message Body -- -- -- -- -- */ .message .messageBody { margin: 0; @@ -535,7 +533,7 @@ Copyright 2006-2010 by WoltLab GmbH. margin-right: 6px; } -/* ### -- -- -- -- -- Poll -- -- -- -- -- ### */ +/* -- -- -- -- -- Poll -- -- -- -- -- */ .message .poll { margin: 0 15px 7px 0; @@ -619,7 +617,7 @@ Copyright 2006-2010 by WoltLab GmbH. border-bottom: 6px solid #967e7e; } -/* ### -- -- -- -- -- Signature -- -- -- -- -- ### */ +/* -- -- -- -- -- Signature -- -- -- -- -- */ .message .signature { border-left-width: 0; @@ -631,7 +629,7 @@ Copyright 2006-2010 by WoltLab GmbH. position: relative; } -/* ### -- -- -- -- -- Edit Note -- -- -- -- -- ### */ +/* -- -- -- -- -- Edit Note -- -- -- -- -- */ .message .editNote, .message .deleteNote { border-left-width: 0; @@ -642,7 +640,7 @@ Copyright 2006-2010 by WoltLab GmbH. position: relative; } -/* ### -- -- -- -- -- Message Footer -- -- -- -- -- ### */ +/* -- -- -- -- -- Message Footer -- -- -- -- -- */ /* All Views */ .message .messageFooter, .message .messageFooterLeft, .message .messageFooterRight { @@ -709,7 +707,7 @@ Copyright 2006-2010 by WoltLab GmbH. margin-right: 0; } -/* ### -- -- -- -- -- Attachment Preview -- -- -- -- -- ### */ +/* -- -- -- -- -- Attachment Preview -- -- -- -- -- */ /* Holds attachments with thumbnail-previews */ @@ -759,7 +757,7 @@ Copyright 2006-2010 by WoltLab GmbH. visibility: visible; } -/* ### -- -- -- -- -- Attachment File -- -- -- -- -- ### */ +/* -- -- -- -- -- Attachment File -- -- -- -- -- */ /* holds attachment file-type-icons and descriptions (no previews) */ @@ -797,7 +795,7 @@ Copyright 2006-2010 by WoltLab GmbH. float: left; } -/* ### -- -- -- -- -- Attachment Inputs -- -- -- -- -- ### */ +/* -- -- -- -- -- Attachment Inputs -- -- -- -- -- */ .attachmentsInput { padding: 1px 0 3px 0; @@ -812,7 +810,7 @@ Copyright 2006-2010 by WoltLab GmbH. float: right; } -/* ### -- -- -- -- -- Quote Box -- -- -- -- -- ### */ +/* -- -- -- -- -- Quote Box -- -- -- -- -- */ .quoteBox { border-width: 1px; @@ -846,7 +844,7 @@ Copyright 2006-2010 by WoltLab GmbH. vertical-align: middle; } -/* ### -- -- -- -- -- Code Box -- -- -- -- -- ### */ +/* -- -- -- -- -- Code Box -- -- -- -- -- */ .codeBox { border-width: 1px; @@ -899,7 +897,7 @@ Copyright 2006-2010 by WoltLab GmbH. overflow: auto; } -/* ### -- -- -- -- -- Smileys -- -- -- -- -- ### */ +/* -- -- -- -- -- Smileys -- -- -- -- -- */ .smileys { margin: 0; @@ -912,7 +910,7 @@ Copyright 2006-2010 by WoltLab GmbH. display: inline; } -/* ### -- -- -- -- -- Extra -- -- -- -- -- ### */ +/* -- -- -- -- -- Extra -- -- -- -- -- */ /* Post- & PM-Preview need this to get rid of the standard container-x settings */ .messagePreview .message { @@ -926,4 +924,4 @@ Copyright 2006-2010 by WoltLab GmbH. float: left; } -/* ### -- -- -- -- -- EOF -- -- -- -- -- ### */ +/* -- -- -- -- -- EOF -- -- -- -- -- */ diff --git a/wcfsetup/install/files/style/pageMenu.css b/wcfsetup/install/files/style/pageMenu.css index 67ce109b6d..f95b7eb63c 100644 --- a/wcfsetup/install/files/style/pageMenu.css +++ b/wcfsetup/install/files/style/pageMenu.css @@ -1,14 +1,11 @@ +/** + * 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; @@ -71,8 +68,8 @@ div.pageMenu li.container-1, div.pageMenu li.container-2 { 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 @@ -113,7 +110,7 @@ div.pageMenu .twoRows a:hover span { text-decoration: none !important; } -/* ### -- -- -- -- -- Pop Up Menu -- -- -- -- -- ### */ +/* -- -- -- -- -- Pop Up Menu -- -- -- -- -- */ .popupMenu { border-width: 1px; @@ -125,4 +122,4 @@ div.pageMenu .twoRows a:hover span { z-index: 30; } -/* ### -- -- -- -- -- EOF -- -- -- -- -- ### */ +/* -- -- -- -- -- EOF -- -- -- -- -- */ diff --git a/wcfsetup/install/files/style/pageNavigation.css b/wcfsetup/install/files/style/pageNavigation.css index 94f404fca1..c525a345e1 100644 --- a/wcfsetup/install/files/style/pageNavigation.css +++ b/wcfsetup/install/files/style/pageNavigation.css @@ -1,14 +1,11 @@ +/** + * Page Navigation Styles + * + * @author Arian Glander, Harald Szekely + * @copyright 2006-2011 WoltLab GmbH + */ -/* ### -- -- -- -- -- Page Navigation Styles -- -- -- -- -- ### */ - -/* - -File: pageNavigation.css -Copyright 2006-2009 by WoltLab GmbH. - -*/ - -/* ### -- -- -- -- -- Page Navigation -- -- -- -- -- ### */ +/* -- -- -- -- -- Page Navigation -- -- -- -- -- */ .pageNavigation { margin-top: .5em; @@ -55,7 +52,7 @@ Copyright 2006-2009 by WoltLab GmbH. width: 12em; /* opera fix */ z-index: 200; display: none; - opacity: .9; /* css3 */ + opacity: .9; } .pageNavigation li:hover div { @@ -110,12 +107,12 @@ Copyright 2006-2009 by WoltLab GmbH. padding: 0; } -/* Drop Down Menus (see also pageMenu.css) */ +/* Drop Down Menus (also see pageMenu.css) */ .pageNavigation a, .pageNavigation li ul, .pageNavigation li { border-width: 1px; } -/* Drop Down Menus (see also pageMenu.css) */ +/* Drop Down Menus (also see pageMenu.css) */ .pageNavigation a, .pageNavigation li.children span { border-color: #fff; border-style: solid; @@ -126,4 +123,4 @@ Copyright 2006-2009 by WoltLab GmbH. padding: 0 0 2px 0; } -/* ### -- -- -- -- -- EOF -- -- -- -- -- ### */ +/* -- -- -- -- -- EOF -- -- -- -- -- */ diff --git a/wcfsetup/install/files/style/tabbedMenus.css b/wcfsetup/install/files/style/tabbedMenus.css index 2929b93388..0df44e0135 100644 --- a/wcfsetup/install/files/style/tabbedMenus.css +++ b/wcfsetup/install/files/style/tabbedMenus.css @@ -1,14 +1,11 @@ +/** + * Tabbed Menu Styles + * + * @author Arian Glander, Harald Szekely + * @copyright 2006-2011 WoltLab GmbH + */ -/* ### -- -- -- -- -- Tabbed Menu Styles -- -- -- -- -- ### */ - -/* - -File: tabbedMenus.css -Copyright 2006-2009 by WoltLab GmbH. - -*/ - -/* ### -- -- -- -- -- Tabs -- -- -- -- -- ### */ +/* -- -- -- -- -- Tabs -- -- -- -- -- */ .tabMenu { margin-top: 5px; @@ -57,8 +54,10 @@ Copyright 2006-2009 by WoltLab GmbH. min-height: 24px; } -/* ### -- -- -- -- -- Sub Tab Menu (Elements inside the Tab-Bar) -- -- -- -- -- ### */ - +/* -- -- -- -- -- Sub Tab Menu -- -- -- -- -- */ + +/* Elements inside the bar below the tabs */ + .subTabMenu { border: 1px; margin-bottom: -1px; @@ -120,7 +119,7 @@ Copyright 2006-2009 by WoltLab GmbH. height: 5px; } -/* ### -- -- -- -- -- Sub Container Menu -- -- -- -- -- ### */ +/* -- -- -- -- -- Sub Container Menu -- -- -- -- -- */ /* ToDo: Find a more flexible solution */ @@ -135,7 +134,9 @@ Copyright 2006-2009 by WoltLab GmbH. margin: 0 1px 0 0; } -/* ### -- -- -- -- -- Tab Menu Content (Content below the Sub Tab Menu) -- -- -- -- -- ### */ +/* -- -- -- -- -- Tab Menu Content -- -- -- -- -- */ + +/* Content below the Sub Tab Menu */ .tabMenuContent { clear: both; @@ -181,10 +182,10 @@ Copyright 2006-2009 by WoltLab GmbH. margin-top: 0 !important; } -/* ### -- -- -- -- -- Specials -- -- -- -- -- ### */ +/* -- -- -- -- -- Specials -- -- -- -- -- */ -.tabNavigation { +.tabNavigation { /* still necessary? */ float: right; } -/* ### -- -- -- -- -- EOF -- -- -- -- -- ### */ +/* -- -- -- -- -- EOF -- -- -- -- -- */ diff --git a/wcfsetup/install/files/style/tables.css b/wcfsetup/install/files/style/tables.css index 5e542ad616..be1c758094 100644 --- a/wcfsetup/install/files/style/tables.css +++ b/wcfsetup/install/files/style/tables.css @@ -1,14 +1,11 @@ +/** + * 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; @@ -37,7 +34,7 @@ Copyright 2006-2009 by WoltLab GmbH. text-align: left; } -/* ### -- -- -- -- -- Table Head -- -- -- -- -- ### */ +/* -- -- -- -- -- Table Head -- -- -- -- -- */ .tableHead a, .tableHead .emptyHead { border-style: solid; @@ -74,7 +71,7 @@ Copyright 2006-2009 by WoltLab GmbH. border-width: 0 0 1px 0; } -/* ### -- -- -- -- -- Column Globals -- -- -- -- -- ### */ +/* -- -- -- -- -- Column Globals -- -- -- -- -- */ .tableList td.columnText { text-align: left; @@ -94,7 +91,7 @@ Copyright 2006-2009 by WoltLab GmbH. width: 1%; } -/* ### -- -- -- -- -- Table row -- -- -- -- -- ### */ +/* -- -- -- -- -- Table Row -- -- -- -- -- */ .tableList .statusDisplay { float: right; @@ -106,7 +103,7 @@ Copyright 2006-2009 by WoltLab GmbH. margin-left: 5px; } -/* ### -- -- -- -- -- Column icon -- -- -- -- -- ### */ +/* -- -- -- -- -- Column Icon -- -- -- -- -- */ .tableList td.columnIcon { width: 1%; @@ -117,7 +114,7 @@ Copyright 2006-2009 by WoltLab GmbH. display: inline !important; } -/* ### -- -- -- -- -- Special -- -- -- -- -- ### */ +/* -- -- -- -- -- Special -- -- -- -- -- */ .tableList .deleteNote { border-width: 0 !important; @@ -125,4 +122,4 @@ Copyright 2006-2009 by WoltLab GmbH. padding-top: 3px; } -/* ### -- -- -- -- -- EOF -- -- -- -- -- ### */ +/* -- -- -- -- -- EOF -- -- -- -- -- */