@import rules file references and font references corrected
This commit is contained in:
parent
359b2ef47d
commit
caeb09f689
@ -9,19 +9,19 @@ Version: 1.0
|
|||||||
Module: admin.css
|
Module: admin.css
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@import url("common.css");
|
@import url('common.css');
|
||||||
@import url("globals.css");
|
@import url('globals.css');
|
||||||
|
|
||||||
/* ===== VARIOUS ===== */
|
/* ===== VARIOUS ===== */
|
||||||
@viewport { width: device-width }
|
@viewport { width: device-width }
|
||||||
|
|
||||||
.buttonbar input {
|
.buttonbar input {
|
||||||
box-shadow: none !IMPORTANT;
|
box-shadow: none !IMPORTANT;
|
||||||
background: #bdbdbd url("../imgs/buttonsh.png") repeat-x
|
background: #bdbdbd url('../imgs/buttonsh.png') repeat-x
|
||||||
}
|
}
|
||||||
|
|
||||||
.buttonbar input:hover {
|
.buttonbar input:hover {
|
||||||
background: #d3d3d3 url("../imgs/buttonsh2.png") repeat-x
|
background: #d3d3d3 url('../imgs/buttonsh2.png') repeat-x
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ html {
|
|||||||
html::before { /* background-attachment: fix workaround for mobile devices */
|
html::before { /* background-attachment: fix workaround for mobile devices */
|
||||||
content: ' ';
|
content: ' ';
|
||||||
display: block;
|
display: block;
|
||||||
background-image: url("../imgs/back.jpg");
|
background-image: url('../imgs/back.jpg');
|
||||||
background-position: center;
|
background-position: center;
|
||||||
-webkit-background-size: cover;
|
-webkit-background-size: cover;
|
||||||
-moz-background-size: cover;
|
-moz-background-size: cover;
|
||||||
|
@ -10,11 +10,11 @@ Module: style.css
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* imports common style ruleset */
|
/* imports common style ruleset */
|
||||||
@import url("common.css");
|
@import url('common.css');
|
||||||
@import url("globals.css");
|
@import url('globals.css');
|
||||||
|
|
||||||
/* imports column (where widgets usually go) rules */
|
/* imports column (where widgets usually go) rules */
|
||||||
@import url("column.css");
|
@import url('column.css');
|
||||||
|
|
||||||
#comments li.comment-admin {
|
#comments li.comment-admin {
|
||||||
padding: 1em
|
padding: 1em
|
||||||
|
@ -14,7 +14,6 @@ last change: 2023-11-01
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
/* imports common style ruleset */
|
/* imports common style ruleset */
|
||||||
@import url('common.css');
|
@import url('common.css');
|
||||||
@import url('globals.css');
|
@import url('globals.css');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user