MediaWiki:Common.css
From eqqon
(Difference between revisions)
Zelenka (Talk | contribs)
(New page: - →* CSS placed here will be applied to all skins: .eqqon_table { background-color:#f8f8ff; border: 1px solid #87aade; border-collapse:collapse; margin:2px; padding:2px; } .eqqon_table ...)
Newer edit →
(New page: - →* CSS placed here will be applied to all skins: .eqqon_table { background-color:#f8f8ff; border: 1px solid #87aade; border-collapse:collapse; margin:2px; padding:2px; } .eqqon_table ...)
Newer edit →
Revision as of 19:37, 9 October 2007
/** CSS placed here will be applied to all skins */ .eqqon_table { background-color:#f8f8ff; border: 1px solid #87aade; border-collapse:collapse; margin:2px; padding:2px; } .eqqon_table td { vertical-align:top; } .eqqon_table2 { background-color:#f8f8ff; border: 1px solid #87aade; border-collapse:collapse; margin:2px; padding:2px; } .eqqon_table2 tr { vertical-align:top; border: 1px dotted #87aade; } .eqqon_table2 td { vertical-align:top; border: 1px dotted #87aade; padding:0px 6px 0px 6px; } /* syntax hilite styles generated by scite */ .S0 { color: #808080; background: #FFFFFF; } .S2 { font-family: 'Comic Sans MS'; color: #007F00; background: #FFFFFF; font-size: 9pt; } .S5 { font-weight: bold; color: #00007F; background: #FFFFFF; } .S6 { font-family: 'Courier New'; color: #7F007F; background: #FFFFFF; font-size: 10pt; } .S8 { font-weight: bold; color: #0000FF; background: #FFFFFF; } .S9 { font-weight: bold; color: #007F7F; background: #FFFFFF; } .S10 { font-weight: bold; color: #000000; background: #FFFFFF; } .S15 { font-weight: bold; color: #A000A0; background: #FFFFFF; } /* 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:#e0e0ff; border:0px; margin:0px; text-align:left; } .book code { text-align:left; } .book samp { text-align:left; }