aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPayBas <contact@paybas.com>2014-07-03 13:42:12 +0200
committerPayBas <contact@paybas.com>2014-07-03 13:42:12 +0200
commitc23c56f31ce91c91ee1db687fae8a57f8bf5a0ac (patch)
tree5175cf9bc20ce0934cea0e3055c492923feb2ac2
parente99b25e273e932243bb2fbb48999e9a92ff0a4c7 (diff)
downloadforums-c23c56f31ce91c91ee1db687fae8a57f8bf5a0ac.tar
forums-c23c56f31ce91c91ee1db687fae8a57f8bf5a0ac.tar.gz
forums-c23c56f31ce91c91ee1db687fae8a57f8bf5a0ac.tar.bz2
forums-c23c56f31ce91c91ee1db687fae8a57f8bf5a0ac.tar.xz
forums-c23c56f31ce91c91ee1db687fae8a57f8bf5a0ac.zip
[ticket/12562] Use Hanakin's version
PHPBB3-12562
-rw-r--r--phpBB/styles/prosilver/theme/colours.css5
-rw-r--r--phpBB/styles/prosilver/theme/common.css6
-rw-r--r--phpBB/styles/prosilver/theme/responsive.css1
3 files changed, 5 insertions, 7 deletions
diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css
index 9b31693ee5..de0a068ec4 100644
--- a/phpBB/styles/prosilver/theme/colours.css
+++ b/phpBB/styles/prosilver/theme/colours.css
@@ -5,7 +5,7 @@ Colours and backgrounds for common.css
html, body {
color: #536482;
- background-color: #DDDDE0;
+ background-color: #F5F7FA;
}
h1 {
@@ -45,8 +45,7 @@ hr {
---------------------------------------- */
#wrap {
background-color: #FFF;
- border-color: #FFF;
- box-shadow: 0 0 10px rgba(16, 82, 137, 0.12), inset 0 0 10px rgba(16, 82, 137, 0.08);
+ border-color: #E6E9ED;
}
.headerbar {
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css
index e19b3e57ab..65af559b48 100644
--- a/phpBB/styles/prosilver/theme/common.css
+++ b/phpBB/styles/prosilver/theme/common.css
@@ -176,14 +176,14 @@ ol ol ul, ol ul ul, ul ol ul, ul ul ul {
---------------------------------------- */
#wrap {
border: 1px solid transparent;
- border-radius: 12px;
+ border-radius: 8px;
margin: 0 auto;
max-width: 1152px;
min-width: 650px;
- padding: 12px 20px;
+ padding: 15px;
}
-@media only screen and (max-width: 1210px), only screen and (max-device-width: 1210px)
+@media only screen and (max-width: 1220px), only screen and (max-device-width: 1220px)
{
body {
padding: 0;
diff --git a/phpBB/styles/prosilver/theme/responsive.css b/phpBB/styles/prosilver/theme/responsive.css
index 327795bdac..5efe8ab64e 100644
--- a/phpBB/styles/prosilver/theme/responsive.css
+++ b/phpBB/styles/prosilver/theme/responsive.css
@@ -19,7 +19,6 @@ body {
#wrap {
border: none;
border-radius: 0;
- box-shadow: none;
min-width: 290px;
padding: 0 5px;
}