@import rules file references and font references corrected

This commit is contained in:
Fraenkiman 2023-11-12 21:16:27 +01:00
parent 359b2ef47d
commit caeb09f689
4 changed files with 10 additions and 11 deletions

View File

@ -9,19 +9,19 @@ Version: 1.0
Module: admin.css
*/
@import url("common.css");
@import url("globals.css");
@import url('common.css');
@import url('globals.css');
/* ===== VARIOUS ===== */
@viewport { width: device-width }
.buttonbar input {
box-shadow: none !IMPORTANT;
background: #bdbdbd url("../imgs/buttonsh.png") repeat-x
background: #bdbdbd url('../imgs/buttonsh.png') repeat-x
}
.buttonbar input:hover {
background: #d3d3d3 url("../imgs/buttonsh2.png") repeat-x
background: #d3d3d3 url('../imgs/buttonsh2.png') repeat-x
}

View File

@ -21,7 +21,7 @@ html {
html::before { /* background-attachment: fix workaround for mobile devices */
content: ' ';
display: block;
background-image: url("../imgs/back.jpg");
background-image: url('../imgs/back.jpg');
background-position: center;
-webkit-background-size: cover;
-moz-background-size: cover;
@ -398,7 +398,7 @@ h4#addcomment { clear: both }
}
/* end of .entry */
#main ul.entry-footer { /* entry footer */
#main ul.entry-footer { /* entry footer */
clear: both;
font-size: 80%;
color: black;

View File

@ -10,11 +10,11 @@ Module: style.css
*/
/* imports common style ruleset */
@import url("common.css");
@import url("globals.css");
@import url('common.css');
@import url('globals.css');
/* imports column (where widgets usually go) rules */
@import url("column.css");
@import url('column.css');
#comments li.comment-admin {
padding: 1em

View File

@ -14,7 +14,6 @@ last change: 2023-11-01
*/
/* imports common style ruleset */
@import url('common.css');
@import url('globals.css');
@ -27,7 +26,7 @@ body { margin: 80px 0 10px 0 }
#comments li.comment-admin { padding: 1em }
#comments li.comment-admin strong.comment-name { font-size:140% }
#comments li.comment-admin strong.comment-name { font-size: 140% }
#widget-searchbox div.buttonbar {
margin: 10px -5px;