diff --git a/phpBB/styles/prosilver/theme/base.css b/phpBB/styles/prosilver/theme/base.css index 570a0ad01f..5b64943704 100644 --- a/phpBB/styles/prosilver/theme/base.css +++ b/phpBB/styles/prosilver/theme/base.css @@ -1,6 +1,6 @@ -/* -------------------------------------------------------------- +/* -------------------------------------------------------------- /* $Base --------------------------------------------------------------- */ +/* -------------------------------------------------------------- */ /** { -webkit-box-sizing: border-box; diff --git a/phpBB/styles/prosilver/theme/bidi.css b/phpBB/styles/prosilver/theme/bidi.css index a8dc84fc62..bbf3cb9cdb 100644 --- a/phpBB/styles/prosilver/theme/bidi.css +++ b/phpBB/styles/prosilver/theme/bidi.css @@ -1,5 +1,6 @@ -/* RTL definitions ----------------------------------------- */ +/* -------------------------------------------------------------- /* + $Bidi +/* -------------------------------------------------------------- */ /** * common.css diff --git a/phpBB/styles/prosilver/theme/buttons.css b/phpBB/styles/prosilver/theme/buttons.css index b4f98f3eaa..2c7e4ba2da 100644 --- a/phpBB/styles/prosilver/theme/buttons.css +++ b/phpBB/styles/prosilver/theme/buttons.css @@ -1,5 +1,6 @@ -/* Button Styles ----------------------------------------- */ +/* -------------------------------------------------------------- /* + $Buttons +/* -------------------------------------------------------------- */ .button { font-family: 'Open Sans', 'Droid Sans', Verdana, Arial, Helvetica; diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css index 207bdfdd24..4b33c2e71f 100644 --- a/phpBB/styles/prosilver/theme/colours.css +++ b/phpBB/styles/prosilver/theme/colours.css @@ -1,8 +1,12 @@ -/* --------------------------------------------------------------- -colours and backgrounds for common.css --------------------------------------------------------------- */ +/* -------------------------------------------------------------- /* + $Colours +/* -------------------------------------------------------------- */ +/* stylelint-disable selector-max-compound-selectors */ +/* stylelint-disable selector-no-qualifying-type */ +/* stylelint-disable no-indistinguishable-colors */ +/* colours and backgrounds for common.css + ------------------------------------------------------------- */ html, body { background-color: #f5f7fa; @@ -27,11 +31,8 @@ hr { border-top-color: #cccccc; } -/* --------------------------------------------------------------- -colours and backgrounds for links.css --------------------------------------------------------------- */ - +/* colours and backgrounds for links.css + ------------------------------------------------------------- */ a { color: #105289; } @@ -90,8 +91,7 @@ th a:hover { color: #368ad2; } -/* round cornered boxes and backgrounds ----------------------------------------- */ +/* round cornered boxes and backgrounds */ .wrap { background-color: #ffffff; border-color: #e6e9ed; @@ -165,15 +165,13 @@ ul.zebra-list li:nth-child(even) { background-image: url('./images/site_logo.gif'); } -/* horizontal lists ----------------------------------------- */ +/* horizontal lists */ ul.navlinks { border-top-color: #ffffff; } -/* table styles ----------------------------------------- */ +/* table styles */ table.table1 thead th { color: #ffffff; } @@ -206,8 +204,7 @@ table.info tbody th { color: #000000; } -/* misc layout styles ----------------------------------------- */ +/* misc layout styles */ dl.details dt { color: #000000; } @@ -220,8 +217,7 @@ dl.details dd { color: #1198d9; } -/* icon styles ----------------------------------------- */ +/* icon styles */ .icon.icon-blue, a:hover .icon.icon-blue { color: #196db5; @@ -303,8 +299,7 @@ a:hover .icon.icon-black { background-color: #f1f8ff; } -/* miscellaneous styles ----------------------------------------- */ +/* miscellaneous styles */ .copyright { color: #555555; @@ -337,10 +332,8 @@ p.post-notice { background-image: none; } -/* --------------------------------------------------------------- -colours and backgrounds for content.css --------------------------------------------------------------- */ +/* colours and backgrounds for content.css + ------------------------------------------------------------- */ ul.forums { background-color: #eef5f9; /* old browsers */ /* ff3.6+ */ @@ -388,14 +381,12 @@ li.header dd { color: #ffffff; } -/* post body styles ----------------------------------------- */ +/* post body styles */ .postbody { color: #333333; } -/* content container styles ----------------------------------------- */ +/* content container styles */ .content { color: #333333; } @@ -430,8 +421,7 @@ dl.faq dt { border-top-color: #cccccc; } -/* bb code styles ----------------------------------------- */ +/* bb code styles */ /* quote block */ blockquote { @@ -492,8 +482,7 @@ blockquote blockquote blockquote { color: #dd0000; } -/* attachments ----------------------------------------- */ +/* attachments */ .attachbox { background-color: #ffffff; border-color: #c9d2d8; @@ -542,8 +531,7 @@ dl.thumbnail dt a:hover img { border-color: #368ad2; } -/* post poll styles ----------------------------------------- */ +/* post poll styles */ fieldset.polls dl { border-top-color: #dcdee2; @@ -616,8 +604,7 @@ fieldset.polls dd div { border-left-color: #d11a4e; } -/* poster profile block ----------------------------------------- */ +/* poster profile block */ .postprofile { border-color: #ffffff; color: #666666; @@ -639,10 +626,8 @@ dd.profile-warnings { color: #bc2a4d; } -/* --------------------------------------------------------------- -colours and backgrounds for buttons.css --------------------------------------------------------------- */ +/* colours and backgrounds for buttons.css + ------------------------------------------------------------- */ .button { background-color: #e9e9e9; /* old browsers */ /* ff3.6+ */ background-image: linear-gradient(to bottom, #ffffff 0%, #e9e9e9 100%); /* w3c */ @@ -695,8 +680,7 @@ colours and backgrounds for buttons.css background-color: #f2f6f9; } -/* pagination ----------------------------------------- */ +/* pagination */ .pagination li a { background: #ecedee; @@ -731,8 +715,7 @@ colours and backgrounds for buttons.css filter: none; } -/* search box ---------------------------------------------- */ +/* search box */ .search-box .inputbox, .search-box .inputbox:hover, @@ -744,8 +727,7 @@ colours and backgrounds for buttons.css box-shadow: 0 0 10px #0075b0; } -/* icon images ----------------------------------------- */ +/* icon images */ .contact-icon { background-image: url('./images/icons_contact.png'); @@ -984,13 +966,10 @@ colours and backgrounds for buttons.css } -/* --------------------------------------------------------------- -colours and backgrounds for cp.css --------------------------------------------------------------- */ +/* colours and backgrounds for cp.css + ------------------------------------------------------------- */ -/* main cp box ----------------------------------------- */ +/* main cp box */ .panel-container h3, .panel-container hr, @@ -1022,8 +1001,7 @@ ul.cplist { border-color: #dbdee2; } -/* cp tabbed menu ----------------------------------------- */ +/* cp tabbed menu */ .tabs .tab > a { background: #baccd9; color: #536482; @@ -1048,8 +1026,7 @@ ul.cplist { color: #000000; } -/* mini tabbed menu used in mcp ----------------------------------------- */ +/* mini tabbed menu used in mcp */ .minitabs .tab > a { background-color: #e1ebf2; } @@ -1060,8 +1037,7 @@ ul.cplist { color: #333333; } -/* responsive tabs ----------------------------------------- */ +/* responsive tabs */ .responsive-tab .responsive-tab-link:before { border-color: #536482; } @@ -1070,8 +1046,7 @@ ul.cplist { border-color: #d31141; } -/* ucp navigation menu ----------------------------------------- */ +/* ucp navigation menu */ /* link styles for the sub-section links */ .navigation a { @@ -1111,8 +1086,11 @@ ul.cplist { } } -/* preferences pane layout ----------------------------------------- */ +/* stylelint-disable selector-max-compound-selectors */ +/* stylelint-disable selector-no-qualifying-type */ +/* stylelint-disable no-indistinguishable-colors */ + +/* preferences pane layout */ .panel-container h2 { color: #333333; } @@ -1134,8 +1112,7 @@ dl.mini dt { color: #425067; } -/* pm styles ----------------------------------------- */ +/* pm styles */ /* pm message history */ .current { @@ -1179,13 +1156,10 @@ dl.mini dt { background-color: #eeeeee; } -/* --------------------------------------------------------------- -colours and backgrounds for forms.css --------------------------------------------------------------- */ +/* colours and backgrounds for forms.css + ------------------------------------------------------------- */ -/* general form styles ----------------------------------------- */ +/* general form styles */ select { background-color: #fafafa; border-color: #666666; @@ -1200,8 +1174,7 @@ option.disabled-option { color: graytext; } -/* definition list layout for forms ----------------------------------------- */ +/* definition list layout for forms */ dd label { color: #333333; } @@ -1224,8 +1197,7 @@ fieldset.quick-login input.inputbox { background-color: #f2f3f3; } -/* posting page styles ----------------------------------------- */ +/* posting page styles */ .message-box textarea { color: #333333; @@ -1239,8 +1211,7 @@ fieldset.quick-login input.inputbox { outline-color: rgba(17, 163, 234, 0.5); } -/* input field styles ----------------------------------------- */ +/* input field styles */ .inputbox { background-color: #ffffff; border-color: #b4bac0; @@ -1272,8 +1243,7 @@ fieldset.quick-login input.inputbox { } -/* form button styles ----------------------------------------- */ +/* form button styles */ a.button1, input.button1, @@ -1333,8 +1303,7 @@ input.disabled { color: #666666; } -/* jquery popups ----------------------------------------- */ +/* jquery popups */ .phpbb_alert { background-color: #ffffff; border-color: #999999; @@ -1406,8 +1375,7 @@ input.disabled { border-color: #dcdcdc; } -/* notifications ----------------------------------------- */ +/* notifications */ .notification_list p.notification-time { color: #4c5d77; diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 3597550b5d..1817343641 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -1,5 +1,6 @@ -/* General Markup Styles ----------------------------------------- */ +/* -------------------------------------------------------------- /* + $Common +/* -------------------------------------------------------------- */ html { font-size: 100%; diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index 6c6b09d13c..066da392ca 100644 --- a/phpBB/styles/prosilver/theme/content.css +++ b/phpBB/styles/prosilver/theme/content.css @@ -1,5 +1,6 @@ -/* Content Styles ----------------------------------------- */ +/* -------------------------------------------------------------- /* + $Content +/* -------------------------------------------------------------- */ ul.topiclist { display: block; diff --git a/phpBB/styles/prosilver/theme/cp.css b/phpBB/styles/prosilver/theme/cp.css index 48aa8f561c..a8dc8c3cf6 100644 --- a/phpBB/styles/prosilver/theme/cp.css +++ b/phpBB/styles/prosilver/theme/cp.css @@ -1,5 +1,6 @@ -/* Control Panel Styles ----------------------------------------- */ +/* -------------------------------------------------------------- /* + $Contorl Panel +/* -------------------------------------------------------------- */ /* Main CP box diff --git a/phpBB/styles/prosilver/theme/forms.css b/phpBB/styles/prosilver/theme/forms.css index 6fcdec33a2..2448c5f532 100644 --- a/phpBB/styles/prosilver/theme/forms.css +++ b/phpBB/styles/prosilver/theme/forms.css @@ -1,5 +1,6 @@ -/* Form Styles ----------------------------------------- */ +/* -------------------------------------------------------------- /* + $Forms +/* -------------------------------------------------------------- */ /* General form styles ---------------------------------------- */ diff --git a/phpBB/styles/prosilver/theme/icons.css b/phpBB/styles/prosilver/theme/icons.css index 86e51b1087..1d0c8acb2e 100644 --- a/phpBB/styles/prosilver/theme/icons.css +++ b/phpBB/styles/prosilver/theme/icons.css @@ -1,6 +1,6 @@ -/* -------------------------------------------------------------- +/* -------------------------------------------------------------- /* $Icons --------------------------------------------------------------- */ +/* -------------------------------------------------------------- */ /* Global module setup ---------------------------------------- */ diff --git a/phpBB/styles/prosilver/theme/links.css b/phpBB/styles/prosilver/theme/links.css index eeb8102fd1..3ea4b3fed4 100644 --- a/phpBB/styles/prosilver/theme/links.css +++ b/phpBB/styles/prosilver/theme/links.css @@ -1,5 +1,6 @@ -/* Link Styles ----------------------------------------- */ +/* -------------------------------------------------------------- /* + $Links +/* -------------------------------------------------------------- */ /* Links adjustment to correctly display an order of rtl/ltr mixed content */ a { diff --git a/phpBB/styles/prosilver/theme/plupload.css b/phpBB/styles/prosilver/theme/plupload.css index d4019a2a3a..2ec396e682 100644 --- a/phpBB/styles/prosilver/theme/plupload.css +++ b/phpBB/styles/prosilver/theme/plupload.css @@ -1,3 +1,7 @@ +/* -------------------------------------------------------------- /* + $Plupload +/* -------------------------------------------------------------- */ + .attach-panel-multi { display: none; margin-bottom: 1em; diff --git a/phpBB/styles/prosilver/theme/print.css b/phpBB/styles/prosilver/theme/print.css index 599a6c7fe8..b65903392f 100644 --- a/phpBB/styles/prosilver/theme/print.css +++ b/phpBB/styles/prosilver/theme/print.css @@ -1,5 +1,6 @@ -/* Print Style Sheet ----------------------------------------- */ +/* -------------------------------------------------------------- /* + $Print +/* -------------------------------------------------------------- */ /* Lots still TODO here! */ diff --git a/phpBB/styles/prosilver/theme/responsive.css b/phpBB/styles/prosilver/theme/responsive.css index 6c5c503d16..13742a61fb 100644 --- a/phpBB/styles/prosilver/theme/responsive.css +++ b/phpBB/styles/prosilver/theme/responsive.css @@ -1,5 +1,6 @@ -/* Responsive Design ----------------------------------------- */ +/* -------------------------------------------------------------- /* + $Responsive +/* -------------------------------------------------------------- */ @media (max-width: 320px) { select, diff --git a/phpBB/styles/prosilver/theme/tweaks.css b/phpBB/styles/prosilver/theme/tweaks.css index 19c830b1f1..e0515f10f2 100644 --- a/phpBB/styles/prosilver/theme/tweaks.css +++ b/phpBB/styles/prosilver/theme/tweaks.css @@ -1,11 +1,12 @@ -/* Style Sheet Tweaks - -These style definitions are IE 8 & 9 only. -They are required due to the poor CSS support in IE browsers. ------------------------------------------------------------------------------ */ +/* -------------------------------------------------------------- /* + $Base +/* -------------------------------------------------------------- /* + These style definitions are IE 8 & 9 only. + They are required due to the poor CSS support in IE browsers. +/* -------------------------------------------------------------- */ /* IE 8 Tweaks (value)\9 equates to IE <= 8 ------------------------------------------------------------------------------ */ +----------------------------------------------------------------- */ /* Clear float fix */ .inner, @@ -30,7 +31,7 @@ dd label input { /* IE 9 Tweaks ------------------------------------------------------------------------------ */ +----------------------------------------------------------------- */ /* Border-radius bleed fix in IE9 */ .search-header, diff --git a/phpBB/styles/prosilver/theme/utilities.css b/phpBB/styles/prosilver/theme/utilities.css index 3b003c887e..bcee77cec5 100644 --- a/phpBB/styles/prosilver/theme/utilities.css +++ b/phpBB/styles/prosilver/theme/utilities.css @@ -1,6 +1,6 @@ -/* -------------------------------------------------------------- +/* -------------------------------------------------------------- /* $Utilities --------------------------------------------------------------- */ +/* -------------------------------------------------------------- */ .sr-only { border: 0;