MediaWiki:Common.css

From eqqon

(Difference between revisions)
Jump to: navigation, search
m
Line 17: Line 17:
/* syntax hilite styles generated by scite */
/* syntax hilite styles generated by scite */
-
.S0 { color: #808080; background: #FFFFFF; }
+
.S0 { color: #808080; }
-
.S2 { font-family: 'Comic Sans MS'; color: #007F00; background: #FFFFFF; font-size: 9pt; }
+
.S2 { font-family: 'Comic Sans MS'; color: #007F00; font-size: 9pt; }
-
.S5 { font-weight: bold; color: #00007F; background: #FFFFFF; }
+
.S5 { font-weight: bold; color: #00007F; }
-
.S6 { font-family: 'Courier New'; color: #7F007F; background: #FFFFFF; font-size: 10pt; }
+
.S6 { font-family: 'Courier New'; color: #7F007F; font-size: 10pt; }
-
.S8 { font-weight: bold; color: #0000FF; background: #FFFFFF; }
+
.S8 { font-weight: bold; color: #0000FF; }
-
.S9 { font-weight: bold; color: #007F7F; background: #FFFFFF; }
+
.S9 { font-weight: bold; color: #007F7F; }
-
.S10 { font-weight: bold; color: #000000; background: #FFFFFF; }
+
.S10 { font-weight: bold; color: #000000; }
-
.S15 { font-weight: bold; color: #A000A0; background: #FFFFFF; }
+
.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; }