From dee836315ca0d449d252929313e30fb64e452fe4 Mon Sep 17 00:00:00 2001 From: maelsoucaze Date: Sat, 29 Oct 2011 17:20:36 +0200 Subject: [ticket/10254] Remove style names from themes and fix some informations on it. PHPBB3-10254 --- phpBB/styles/prosilver/theme/bidi.css | 4 ++-- phpBB/styles/prosilver/theme/buttons.css | 2 +- phpBB/styles/prosilver/theme/common.css | 2 +- phpBB/styles/prosilver/theme/content.css | 2 +- phpBB/styles/prosilver/theme/cp.css | 2 +- phpBB/styles/prosilver/theme/forms.css | 2 +- phpBB/styles/prosilver/theme/links.css | 2 +- phpBB/styles/prosilver/theme/print.css | 9 ++------- phpBB/styles/prosilver/theme/stylesheet.css | 12 +++++++----- phpBB/styles/prosilver/theme/tweaks.css | 2 +- phpBB/styles/subsilver2/theme/stylesheet.css | 17 ++++++++--------- 11 files changed, 26 insertions(+), 30 deletions(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/theme/bidi.css b/phpBB/styles/prosilver/theme/bidi.css index f441784d85..d1cff9c8be 100644 --- a/phpBB/styles/prosilver/theme/bidi.css +++ b/phpBB/styles/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 ---------------------------------------- */ diff --git a/phpBB/styles/prosilver/theme/buttons.css b/phpBB/styles/prosilver/theme/buttons.css index 6cffdc5930..a9ded9cf98 100644 --- a/phpBB/styles/prosilver/theme/buttons.css +++ b/phpBB/styles/prosilver/theme/buttons.css @@ -1,4 +1,4 @@ -/* proSilver Button Styles +/* Button Styles ---------------------------------------- */ /* Rollover buttons diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index a86f723f81..8b5e09297e 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -1,4 +1,4 @@ -/* General proSilver Markup Styles +/* General Markup Styles ---------------------------------------- */ * { diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index 58247883e5..c278a16dc5 100644 --- a/phpBB/styles/prosilver/theme/content.css +++ b/phpBB/styles/prosilver/theme/content.css @@ -1,4 +1,4 @@ -/* proSilver Content Styles +/* Content Styles ---------------------------------------- */ ul.topiclist { diff --git a/phpBB/styles/prosilver/theme/cp.css b/phpBB/styles/prosilver/theme/cp.css index b574b0ae1f..708bfbaf83 100644 --- a/phpBB/styles/prosilver/theme/cp.css +++ b/phpBB/styles/prosilver/theme/cp.css @@ -1,4 +1,4 @@ -/* proSilver Control Panel Styles +/* Control Panel Styles ---------------------------------------- */ diff --git a/phpBB/styles/prosilver/theme/forms.css b/phpBB/styles/prosilver/theme/forms.css index 803c608bcf..2b54e17290 100644 --- a/phpBB/styles/prosilver/theme/forms.css +++ b/phpBB/styles/prosilver/theme/forms.css @@ -1,4 +1,4 @@ -/* proSilver Form Styles +/* Form Styles ---------------------------------------- */ /* General form styles diff --git a/phpBB/styles/prosilver/theme/links.css b/phpBB/styles/prosilver/theme/links.css index 1f6c2af550..05662b9b44 100644 --- a/phpBB/styles/prosilver/theme/links.css +++ b/phpBB/styles/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/phpBB/styles/prosilver/theme/print.css b/phpBB/styles/prosilver/theme/print.css index 2cfcd4da20..bc3ca80fdc 100644 --- a/phpBB/styles/prosilver/theme/print.css +++ b/phpBB/styles/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/phpBB/styles/prosilver/theme/stylesheet.css b/phpBB/styles/prosilver/theme/stylesheet.css index c7db605bbb..d771a321ca 100644 --- a/phpBB/styles/prosilver/theme/stylesheet.css +++ b/phpBB/styles/prosilver/theme/stylesheet.css @@ -1,11 +1,13 @@ -/* 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/ ) + Style name: prosilver (the default phpBB 3.0.x style) + Based on style: + Original author: Tom Beddard ( http://www.subblue.com/ ) Modified by: - Copyright 2006 phpBB Group ( http://www.phpbb.com/ ) + NOTE: This page was generated by phpBB, the free open-source bulletin board package. + The phpBB Group is not responsible for the content of this page and forum. + For more information about phpBB please visit http://www.phpbb.com/ -------------------------------------------------------------- */ diff --git a/phpBB/styles/prosilver/theme/tweaks.css b/phpBB/styles/prosilver/theme/tweaks.css index 30fe5fb986..f7322c2cce 100644 --- a/phpBB/styles/prosilver/theme/tweaks.css +++ b/phpBB/styles/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. diff --git a/phpBB/styles/subsilver2/theme/stylesheet.css b/phpBB/styles/subsilver2/theme/stylesheet.css index c2b6718d87..b497620573 100644 --- a/phpBB/styles/subsilver2/theme/stylesheet.css +++ b/phpBB/styles/subsilver2/theme/stylesheet.css @@ -1,14 +1,13 @@ -/* phpBB 3.0 Style Sheet +/* phpBB3 Style Sheet -------------------------------------------------------------- - Style name: subsilver2 - Based on style: subSilver (the default phpBB 2 style) - Original author: subBlue ( http://www.subBlue.com/ ) - Modified by: psoTFX and the phpBB team ( http://www.phpbb.com ) + Style name: subsilver2 (the default phpBB 3.0.x style) + Based on style: subSilver (the default phpBB 2.0.x style) + Original author: Tom Beddard ( http://www.subblue.com/ ) + Modified by: phpBB Group ( http://www.phpbb.com/ ) - This is an alternative style for phpBB3 for those wishing to stay with - the familiar subSilver style of phpBB version 2.x - - Copyright 2006 phpBB Group ( http://www.phpbb.com/ ) + NOTE: This page was generated by phpBB, the free open-source bulletin board package. + The phpBB Group is not responsible for the content of this page and forum. + For more information about phpBB please visit http://www.phpbb.com/ -------------------------------------------------------------- */ -- cgit v1.2.1 From c79992d1cc06a6133b67117262685d8b4b7ae51b Mon Sep 17 00:00:00 2001 From: maelsoucaze Date: Sat, 29 Oct 2011 19:09:54 +0200 Subject: [ticket/10254] Remove subsilver2 as default style on theme. PHPBB3-10254 --- phpBB/styles/subsilver2/theme/stylesheet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/subsilver2/theme/stylesheet.css b/phpBB/styles/subsilver2/theme/stylesheet.css index b497620573..e658994de4 100644 --- a/phpBB/styles/subsilver2/theme/stylesheet.css +++ b/phpBB/styles/subsilver2/theme/stylesheet.css @@ -1,6 +1,6 @@ /* phpBB3 Style Sheet -------------------------------------------------------------- - Style name: subsilver2 (the default phpBB 3.0.x style) + Style name: subsilver2 Based on style: subSilver (the default phpBB 2.0.x style) Original author: Tom Beddard ( http://www.subblue.com/ ) Modified by: phpBB Group ( http://www.phpbb.com/ ) -- cgit v1.2.1 From 4d760630c362b69150e7a5089593f9a610b97ff1 Mon Sep 17 00:00:00 2001 From: maelsoucaze Date: Thu, 10 Nov 2011 00:19:30 +0100 Subject: [ticket/10254] Removing the NOTE as it is incompatible with phpBB.com. PHPBB3-10254 --- phpBB/styles/prosilver/theme/stylesheet.css | 4 ---- 1 file changed, 4 deletions(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/theme/stylesheet.css b/phpBB/styles/prosilver/theme/stylesheet.css index d771a321ca..312e8497b8 100644 --- a/phpBB/styles/prosilver/theme/stylesheet.css +++ b/phpBB/styles/prosilver/theme/stylesheet.css @@ -4,10 +4,6 @@ Based on style: Original author: Tom Beddard ( http://www.subblue.com/ ) Modified by: - - NOTE: This page was generated by phpBB, the free open-source bulletin board package. - The phpBB Group is not responsible for the content of this page and forum. - For more information about phpBB please visit http://www.phpbb.com/ -------------------------------------------------------------- */ -- cgit v1.2.1 From cf044c363b788ab77cf1539af13c4c035ba0b970 Mon Sep 17 00:00:00 2001 From: maelsoucaze Date: Thu, 10 Nov 2011 16:31:47 +0100 Subject: [ticket/10254] Removing the subsilver2 NOTE, incompatible with phpBB.com. PHPBB3-10254 --- phpBB/styles/subsilver2/theme/stylesheet.css | 4 ---- 1 file changed, 4 deletions(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/subsilver2/theme/stylesheet.css b/phpBB/styles/subsilver2/theme/stylesheet.css index e658994de4..444104ae3c 100644 --- a/phpBB/styles/subsilver2/theme/stylesheet.css +++ b/phpBB/styles/subsilver2/theme/stylesheet.css @@ -4,10 +4,6 @@ Based on style: subSilver (the default phpBB 2.0.x style) Original author: Tom Beddard ( http://www.subblue.com/ ) Modified by: phpBB Group ( http://www.phpbb.com/ ) - - NOTE: This page was generated by phpBB, the free open-source bulletin board package. - The phpBB Group is not responsible for the content of this page and forum. - For more information about phpBB please visit http://www.phpbb.com/ -------------------------------------------------------------- */ -- cgit v1.2.1 From e543effc64d6a1b615166826a5a65dd8c7e34316 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Mon, 14 Nov 2011 13:32:54 +0100 Subject: [ticket/10254] Add "phpBB Group" to "Modified by" in prosilver stylesheet.css PHPBB3-10254 --- phpBB/styles/prosilver/theme/stylesheet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/theme/stylesheet.css b/phpBB/styles/prosilver/theme/stylesheet.css index 312e8497b8..4a7356fbaa 100644 --- a/phpBB/styles/prosilver/theme/stylesheet.css +++ b/phpBB/styles/prosilver/theme/stylesheet.css @@ -3,7 +3,7 @@ Style name: prosilver (the default phpBB 3.0.x style) Based on style: Original author: Tom Beddard ( http://www.subblue.com/ ) - Modified by: + Modified by: phpBB Group ( http://www.phpbb.com/ ) -------------------------------------------------------------- */ -- cgit v1.2.1