MediaWiki:Common.css
From eqqon
(Difference between revisions)
m |
|||
| Line 17: | Line 17: | ||
/* syntax hilite styles generated by scite */ | /* syntax hilite styles generated by scite */ | ||
| - | .S0 { color: #808080 | + | .S0 { color: #808080; } |
| - | .S2 { font-family: 'Comic Sans MS'; color: #007F00 | + | .S2 { font-family: 'Comic Sans MS'; color: #007F00; font-size: 9pt; } |
| - | .S5 { font-weight: bold; color: #00007F | + | .S5 { font-weight: bold; color: #00007F; } |
| - | .S6 { font-family: 'Courier New'; color: #7F007F | + | .S6 { font-family: 'Courier New'; color: #7F007F; font-size: 10pt; } |
| - | .S8 { font-weight: bold; color: #0000FF; | + | .S8 { font-weight: bold; color: #0000FF; } |
| - | .S9 { font-weight: bold; color: #007F7F; | + | .S9 { font-weight: bold; color: #007F7F; } |
| - | .S10 { font-weight: bold; color: #000000 | + | .S10 { font-weight: bold; color: #000000; } |
| - | .S15 { font-weight: bold; color: #A000A0 | + | .S15 { font-weight: bold; color: #A000A0; } |
Revision as of 13:10, 11 November 2007
/** CSS placed here will be applied to all skins */
.eqqon_table { background-color:#ffffff; border: 1px solid #cccccc; border-collapse:collapse; margin:2px; padding:2px; }
.eqqon_table td { vertical-align:top; }
.eqqon_table2 { background-color:#ffffff; border: 1px solid #cccccc; border-collapse:collapse; margin:2px; padding:2px; }
.eqqon_table2 tr { vertical-align:top; border: 1px dotted #cccccc; }
.eqqon_table2 td { vertical-align:top; border: 1px dotted #cccccc; padding:0px 6px 0px 6px; }
/* syntax hilite styles generated by scite */
.S0 { color: #808080; }
.S2 { font-family: 'Comic Sans MS'; color: #007F00; font-size: 9pt; }
.S5 { font-weight: bold; color: #00007F; }
.S6 { font-family: 'Courier New'; color: #7F007F; font-size: 10pt; }
.S8 { font-weight: bold; color: #0000FF; }
.S9 { font-weight: bold; color: #007F7F; }
.S10 { font-weight: bold; color: #000000; }
.S15 { font-weight: bold; color: #A000A0; }
/* eqqon book styles */
.book { background-color:white; padding:10px; position:relative; left:80px; width:600px; }
.book p { text-align:justify; text-indent:20px; }
.book pre { background-color:#ffffff; border:0px; margin:0px; text-align:left; }
.book code { text-align:left; }
.book samp { text-align:left; }