diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-04-22 20:19:05 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-04-22 20:19:05 -0700 |
commit | 2f60f7f8348956a8b0ab7379a91e9dc3ffb81d9d (patch) | |
tree | cccf2b45522adfa56167bb0ecb136f22b2c681aa /prosilver/theme | |
parent | 3895d7e01054a38dd40d1e35c97a6c46709b92a7 (diff) | |
download | forum-themes-2f60f7f8348956a8b0ab7379a91e9dc3ffb81d9d.tar.gz forum-themes-2f60f7f8348956a8b0ab7379a91e9dc3ffb81d9d.tar.bz2 forum-themes-2f60f7f8348956a8b0ab7379a91e9dc3ffb81d9d.tar.xz forum-themes-2f60f7f8348956a8b0ab7379a91e9dc3ffb81d9d.zip |
Diffstat (limited to 'prosilver/theme')
-rw-r--r-- | prosilver/theme/bidi.css | 17 | ||||
-rw-r--r-- | prosilver/theme/buttons.css | 2 | ||||
-rw-r--r-- | prosilver/theme/colours.css | 6 | ||||
-rw-r--r-- | prosilver/theme/common.css | 16 | ||||
-rw-r--r-- | prosilver/theme/content.css | 2 | ||||
-rw-r--r-- | prosilver/theme/cp.css | 46 | ||||
-rw-r--r-- | prosilver/theme/forms.css | 3 | ||||
-rw-r--r-- | prosilver/theme/links.css | 2 | ||||
-rw-r--r-- | prosilver/theme/print.css | 9 | ||||
-rw-r--r-- | prosilver/theme/stylesheet.css | 12 | ||||
-rw-r--r-- | prosilver/theme/theme.cfg | 2 | ||||
-rw-r--r-- | prosilver/theme/tweaks.css | 16 |
12 files changed, 77 insertions, 56 deletions
diff --git a/prosilver/theme/bidi.css b/prosilver/theme/bidi.css index f441784..c258ed1 100644 --- a/prosilver/theme/bidi.css +++ b/prosilver/theme/bidi.css @@ -1,4 +1,4 @@ -/* proSilver RTL definitions +/* RTL definitions ---------------------------------------- */ /** @@ -519,7 +519,7 @@ /** * cp.css */ -/* proSilver Control Panel Styles +/* Control Panel Styles ---------------------------------------- */ @@ -591,6 +591,19 @@ /* PM Styles ----------------------------------------*/ +/* PM panel adjustments */ +.rtl .reply-all a.right { + background-position: 5% 60%; +} + +.rtl .reply-all a.right:hover { + background-position: 3% 60%; +} + +.rtl .reply-all { + padding-left: 5px; +} + /* Defined rules list for PM options */ .rtl ol.def-rules { padding-right: 0; diff --git a/prosilver/theme/buttons.css b/prosilver/theme/buttons.css index 6cffdc5..a9ded9c 100644 --- a/prosilver/theme/buttons.css +++ b/prosilver/theme/buttons.css @@ -1,4 +1,4 @@ -/* proSilver Button Styles +/* Button Styles ---------------------------------------- */ /* Rollover buttons diff --git a/prosilver/theme/colours.css b/prosilver/theme/colours.css index e98ce23..b9e4491 100644 --- a/prosilver/theme/colours.css +++ b/prosilver/theme/colours.css @@ -884,12 +884,6 @@ dl.mini dt { color: #000000 !important; } -/* PM panel adjustments */ -.pm-panel-header, -#cp-main .pm-message-nav { - border-bottom-color: #A4B3BF; -} - /* PM marking colours */ .pmlist li.pm_message_reported_colour, .pm_message_reported_colour { border-left-color: #BC2A4D; diff --git a/prosilver/theme/common.css b/prosilver/theme/common.css index a86f723..7eb00bd 100644 --- a/prosilver/theme/common.css +++ b/prosilver/theme/common.css @@ -1,4 +1,4 @@ -/* General proSilver Markup Styles +/* General Markup Styles ---------------------------------------- */ * { @@ -418,7 +418,19 @@ table.info tbody th { } .forumbg table.table1 { - margin: 0 -2px -1px -1px; + margin: 0; +} + +.forumbg-table > .inner { + margin: 0 -1px; +} + +.forumbg-table > .inner > span.corners-top { + margin: 0 -4px -1px -4px; +} + +.forumbg-table > .inner > span.corners-bottom { + margin: -1px -4px 0 -4px; } /* Misc layout styles diff --git a/prosilver/theme/content.css b/prosilver/theme/content.css index 64beb97..5f627c8 100644 --- a/prosilver/theme/content.css +++ b/prosilver/theme/content.css @@ -1,4 +1,4 @@ -/* proSilver Content Styles +/* Content Styles ---------------------------------------- */ ul.topiclist { diff --git a/prosilver/theme/cp.css b/prosilver/theme/cp.css index b574b0a..7c7158b 100644 --- a/prosilver/theme/cp.css +++ b/prosilver/theme/cp.css @@ -1,4 +1,4 @@ -/* proSilver Control Panel Styles +/* Control Panel Styles ---------------------------------------- */ @@ -104,6 +104,22 @@ ul.cplist { width: 100%; } +.tabs-container h2 { + float: left; + margin-bottom: 0px; +} + +.tabs-container #minitabs { + float: right; + margin-top: 19px; +} + +.tabs-container:after { + display: block; + clear: both; + content: ''; +} + /* CP tabbed menu ----------------------------------------*/ #tabs { @@ -349,31 +365,17 @@ dl.mini dd { } /* PM panel adjustments */ -.pm-panel-header { - margin: 0; - padding-bottom: 10px; - border-bottom: 1px dashed #A4B3BF; +.reply-all a.left { + background-position: 3px 60%; } -.reply-all { - display: block; - padding-top: 4px; - clear: both; - float: left; +.reply-all a.left:hover { + background-position: 0px 60%; } -.pm-panel-message { - padding-top: 10px; -} - -.pm-return-to { - padding-top: 23px; -} - -#cp-main .pm-message-nav { - margin: 0; - padding: 2px 10px 5px 10px; - border-bottom: 1px dashed #A4B3BF; +.reply-all { + font-size: 11px; + padding-top: 5px; } /* PM Message history */ diff --git a/prosilver/theme/forms.css b/prosilver/theme/forms.css index 803c608..4388873 100644 --- a/prosilver/theme/forms.css +++ b/prosilver/theme/forms.css @@ -1,4 +1,4 @@ -/* proSilver Form Styles +/* Form Styles ---------------------------------------- */ /* General form styles @@ -26,6 +26,7 @@ select { border: 1px solid #666666; padding: 1px; background-color: #FAFAFA; + font-size: 1em; } option { diff --git a/prosilver/theme/links.css b/prosilver/theme/links.css index 1f6c2af..05662b9 100644 --- a/prosilver/theme/links.css +++ b/prosilver/theme/links.css @@ -1,4 +1,4 @@ -/* proSilver Link Styles +/* Link Styles ---------------------------------------- */ /* Links adjustment to correctly display an order of rtl/ltr mixed content */ diff --git a/prosilver/theme/print.css b/prosilver/theme/print.css index 2cfcd4d..bc3ca80 100644 --- a/prosilver/theme/print.css +++ b/prosilver/theme/print.css @@ -1,10 +1,5 @@ -/* proSilver Print Style Sheet -------------------------------------------------- - Author: subBlue ( http://www.subBlue.com/ ) - Version: 25 August 2004 - - Copyright 2004 phpBB Group --------------------------------------------------*/ +/* Print Style Sheet +---------------------------------------- */ /* Lots still TODO here! */ diff --git a/prosilver/theme/stylesheet.css b/prosilver/theme/stylesheet.css index c7db605..4062017 100644 --- a/prosilver/theme/stylesheet.css +++ b/prosilver/theme/stylesheet.css @@ -1,11 +1,9 @@ -/* phpBB 3.0 Style Sheet +/* phpBB3 Style Sheet -------------------------------------------------------------- - Style name: proSilver - Based on style: proSilver (this is the default phpBB 3 style) - Original author: subBlue ( http://www.subBlue.com/ ) - Modified by: - - Copyright 2006 phpBB Group ( http://www.phpbb.com/ ) + Style name: prosilver (the default phpBB 3.0.x style) + Based on style: + Original author: Tom Beddard ( http://www.subblue.com/ ) + Modified by: phpBB Group ( https://www.phpbb.com/ ) -------------------------------------------------------------- */ diff --git a/prosilver/theme/theme.cfg b/prosilver/theme/theme.cfg index 4270094..03d82ed 100644 --- a/prosilver/theme/theme.cfg +++ b/prosilver/theme/theme.cfg @@ -21,7 +21,7 @@ # General Information about this theme name = prosilver copyright = © phpBB Group, 2007 -version = 3.0.9 +version = 3.0.12 # Some configuration options diff --git a/prosilver/theme/tweaks.css b/prosilver/theme/tweaks.css index 30fe5fb..0c03020 100644 --- a/prosilver/theme/tweaks.css +++ b/prosilver/theme/tweaks.css @@ -1,4 +1,4 @@ -/* proSilver Style Sheet Tweaks +/* Style Sheet Tweaks These style definitions are mainly IE specific tweaks required due to its poor CSS support. @@ -87,10 +87,6 @@ dl.icon { float: none; } -* html .forumbg table.table1 { - margin: 0 -2px 0px -1px; -} - /* Headerbar height fix for IE7 and below */ * html #site-description p { margin-bottom: 1.0em; @@ -98,4 +94,14 @@ dl.icon { *:first-child+html #site-description p { margin-bottom: 1.0em; +} + +/* #minitabs fix for IE */ +.tabs-container { + zoom: 1; +} + +#minitabs { + white-space: nowrap; + *min-width: 50%; }
\ No newline at end of file |