@import rules, file references anf font references corrected

This commit is contained in:
Fraenkiman 2023-11-12 20:10:34 +01:00
parent 5ef3a327bd
commit f6e4242b23
4 changed files with 8 additions and 11 deletions

View File

@ -13,7 +13,7 @@ Version: 0.0.1
Module: admin.css
*/
@import url(common.css);
@import url('common.css');
/* small navigation on top */
#admin-small-nav {
@ -242,7 +242,7 @@ input#subject {
}
textarea.code {
font-family: 'Lucida Console', Monaco, monospace;
font-family: "Lucida Console", Monaco, monospace;
font-size: 90%
}
@ -257,8 +257,6 @@ textarea.code {
#admin-bbcode-toolbar select { width: 10em }
/* #admin-content { background: url(../imgs/nib-logo.png) bottom right no-repeat } */
#admin-content table { width: 100%; border-collapse: collapse }
#admin-content td {

View File

@ -154,7 +154,7 @@ h4 { font-size: 1.2em }
#column h4 {
/* Titles of the sections in #column */
color: white;
font-family: 'Gill Sans', 'Trebuchet MS', Helvetica, sans-serif;
font-family: "Gill Sans", "Trebuchet MS", Helvetica, sans-serif;
margin: 0 5px 5px 5px;
padding: .2em .5em;
background: #BBBB99 url('../imgs/sf_h4.png') bottom left repeat-x
@ -179,7 +179,7 @@ blockquote p { margin: 0; margin-top: unset !IMPORTANT }
pre, code {
color: #666666;
font-size: 1.1em;
font-family: 'Lucida Console', Monaco, monospace;
font-family: "Lucida Console", Monaco, monospace;
background-color: #f4f4f4
}

View File

@ -12,7 +12,6 @@ Module: globals.css
*/
.alignleft { float: left }
.alignright { float: right }

View File

@ -12,16 +12,16 @@ Version: 0.0.1
*/
/* imports common style ruleset */
@import url(common.css);
@import url('common.css');
/* defines rules specific to the front page */
#comments li.comment-admin {
background: #eeeedd url(../imgs/fp-logo-crop.png) no-repeat bottom right;
padding:1em
background: #eeeedd url('../imgs/fp-logo-crop.png') no-repeat bottom right;
padding: 1em
}
#comments li.comment-admin strong.comment-name {
font-size:140%
font-size: 140%
}