mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
[ticket/10734] Removed unwanted CSS hacks
Removed -webkit and -moz as suggested by cyberalien. Removed unused style elements. PHPBB-10734
This commit is contained in:
parent
05cbecb558
commit
33a10f57f9
1 changed files with 0 additions and 32 deletions
|
@ -48,49 +48,33 @@ hr {
|
||||||
background-image: url("./images/bg_header.gif");
|
background-image: url("./images/bg_header.gif");
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
-webkit-border-radius: 7px;
|
|
||||||
-moz-border-radius: 7px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar {
|
.navbar {
|
||||||
background-color: #cadceb;
|
background-color: #cadceb;
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
-webkit-border-radius: 7px;
|
|
||||||
-moz-border-radius: 7px;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.forabg {
|
.forabg {
|
||||||
background-color: #0076b1;
|
background-color: #0076b1;
|
||||||
background-image: url("./images/bg_list.gif");
|
background-image: url("./images/bg_list.gif");
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
-webkit-border-radius: 7px;
|
|
||||||
-moz-border-radius: 7px;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.forumbg {
|
.forumbg {
|
||||||
background-color: #12A3EB;
|
background-color: #12A3EB;
|
||||||
background-image: url("./images/bg_header.gif");
|
background-image: url("./images/bg_header.gif");
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
-webkit-border-radius: 7px;
|
|
||||||
-moz-border-radius: 7px;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel {
|
.panel {
|
||||||
background-color: #ECF1F3;
|
background-color: #ECF1F3;
|
||||||
color: #28313F;
|
color: #28313F;
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
-webkit-border-radius: 7px;
|
|
||||||
-moz-border-radius: 7px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.post {
|
.post {
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
-webkit-border-radius: 7px;
|
|
||||||
-moz-border-radius: 7px;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.post:target .content {
|
.post:target .content {
|
||||||
|
@ -113,22 +97,6 @@ hr {
|
||||||
background-color: #E7E8EA;
|
background-color: #E7E8EA;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.corners-top {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
span.corners-top span {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
span.corners-bottom {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
span.corners-bottom span {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Horizontal lists
|
/* Horizontal lists
|
||||||
----------------------------------------*/
|
----------------------------------------*/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue