mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 13:58:54 +00:00
[ticket/12562] Use Hanakin's version
PHPBB3-12562
This commit is contained in:
parent
e99b25e273
commit
c23c56f31c
3 changed files with 5 additions and 7 deletions
|
@ -5,7 +5,7 @@ Colours and backgrounds for common.css
|
||||||
|
|
||||||
html, body {
|
html, body {
|
||||||
color: #536482;
|
color: #536482;
|
||||||
background-color: #DDDDE0;
|
background-color: #F5F7FA;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
@ -45,8 +45,7 @@ hr {
|
||||||
---------------------------------------- */
|
---------------------------------------- */
|
||||||
#wrap {
|
#wrap {
|
||||||
background-color: #FFF;
|
background-color: #FFF;
|
||||||
border-color: #FFF;
|
border-color: #E6E9ED;
|
||||||
box-shadow: 0 0 10px rgba(16, 82, 137, 0.12), inset 0 0 10px rgba(16, 82, 137, 0.08);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.headerbar {
|
.headerbar {
|
||||||
|
|
|
@ -176,14 +176,14 @@ ol ol ul, ol ul ul, ul ol ul, ul ul ul {
|
||||||
---------------------------------------- */
|
---------------------------------------- */
|
||||||
#wrap {
|
#wrap {
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
border-radius: 12px;
|
border-radius: 8px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
max-width: 1152px;
|
max-width: 1152px;
|
||||||
min-width: 650px;
|
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 {
|
body {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
|
@ -19,7 +19,6 @@ body {
|
||||||
#wrap {
|
#wrap {
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
box-shadow: none;
|
|
||||||
min-width: 290px;
|
min-width: 290px;
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue