ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.
MediaWiki:Monobook.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
hooray for ignoring newlines |
||
Line 1: | Line 1: | ||
/* edit this file to customize the monobook skin for the entire site */ | /* edit this file to customize the monobook skin for the entire site */ | ||
/* Black Link class */ | |||
.blacklink a { | |||
text-decoration: none; | |||
color: black; | |||
background: none; | |||
} | |||
.blacklink a:visited { | |||
color: black; | |||
} | |||
.blacklink a:active { | |||
color: #faa700; | |||
} | |||
.blacklink a:hover { | |||
text-decoration: underline; | |||
} | |||
/* Table classes */ | |||
.table_descrowdesccol { | |||
border-collapse: collapse; | |||
border: 1px dashed #aaaaaa; | |||
background:#F0F0F0; | |||
} | |||
.table_descrowdesccol tr:first-child { | |||
border-bottom: 1px solid #000000; | |||
background-color: #e5e5e5; | |||
border-top-width: 0px; | |||
} | |||
.table_descrowdesccol tr { | |||
border-top: 1px solid #aaaaaa; | |||
} | |||
.table_descrowdesccol tr th:first-child { | |||
border-left-width: 0px; | |||
background-color: #e5e5e5; | |||
border-right: 1px solid #000000; | |||
} | |||
.table_descrowdesccol th { | |||
border-left: 1px solid #000000; | |||
} | |||
.table_descrowdesccol tr td:first-child { | |||
border-left-width: 0px; | |||
} | |||
.table_descrowdesccol td { | |||
border-left: 1px solid #aaaaaa; | |||
} | |||
/* Style for table "Description Row only" */ | |||
.table_descrow { | |||
border-collapse: collapse; | |||
border: 1px dashed #aaaaaa; | |||
background: #F0F0F0; | |||
} | |||
.table_descrow tr:first-child { | |||
border-bottom: 1px solid #000000; | |||
background-color: #e5e5e5; | |||
border-top-width: 0px; | |||
} | |||
.table_descrow tr { | |||
border-top: 1px solid #aaaaaa; | |||
} | |||
.table_descrow tr th:first-child { | |||
border-left-width: 0px; | |||
} | |||
.table_descrow th { | |||
border-left: 1px solid #000000; | |||
} | |||
.table_descrow tr td:first-child { | |||
border-left-width: 0px; | |||
} | |||
.table_descrow td { | |||
border-left: 1px solid #aaaaaa; | |||
} | |||
/* Style for table "Three-parted" */ | |||
.table_parted { | |||
border: 1px solid #aaaaaa; | |||
background:#e5e5e5; | |||
border-spacing: 5px; | |||
} | |||
.table_parted td { | |||
border: 1px solid #aaaaaa; | |||
background:#F0F0F0; | |||
padding: 5px; | |||
vertical-align: top; | |||
} | |||
.table_greybar { | |||
background:#F0F0F0; | |||
border-bottom-color:#000000; | |||
border-bottom-style:solid; | |||
border-bottom-width:1px; | |||
border-top-color:#000000; | |||
border-top-style:solid; | |||
border-top-width:1px;" | |||
} | |||
.table_biggreybar { | |||
background:#F0F0F0; | |||
border-bottom-color:#000000; | |||
border-bottom-style:solid; | |||
border-bottom-width:1px; | |||
border-top-color:#000000; | |||
border-top-style:solid; | |||
border-top-width:1px; | |||
} | |||
.table_biggreybar th { | |||
font-size: large; | |||
} | |||
.table_biggreybar td { | |||
text-align: center; | |||
} | |||
.table_redbar { | |||
background:#F00000; | |||
border-bottom-color:#000000; | |||
border-bottom-style:solid; | |||
border-bottom-width:2px; | |||
border-top-color:#000000; | |||
border-top-style:solid; | |||
border-top-width:2px; | |||
} | |||
.table_horblock { | |||
border-collapse: collapse; | |||
border: 1px dashed #000000; | |||
background: #F0F0F0; | |||
} | |||
.table_simplesidebar { | |||
border-collapse: collapse; | |||
border: 1px dashed #000000; | |||
background: #F0F0F0; | |||
margin: 2.8em 0 0 3.2em; | |||
padding: 1em 1em 1.5em 1em; | |||
} | |||
.table_tocsidebar { | |||
border-collapse: collapse; | |||
border: 1px dashed #000000; | |||
background: #F0F0F0; | |||
} | |||
.table_tocsidebar th { | |||
background-color: #e5e5e5; | |||
} | |||
.table_tocsidebar tr:first-child { | |||
border-top-width: 0px; | |||
} | |||
.table_tocsidebar tr { | |||
border-top-color: #aaaaaa; | |||
border-top-style: solid; | |||
border-top-width: 1px; | |||
} | |||
.table_infobar { | |||
border-collapse: collapse; | |||
border: 1px dashed #000000; | |||
background:#F0F0F0; | |||
margin: 2.8em 0 0 3.2em; | |||
padding: 1em 1em 1.5em 1em; | |||
} | |||
.table_infobar .contentrow { | |||
font-size:84%; | |||
border-top-color:#aaaaaa; | |||
border-top-style:solid; | |||
border-top-width:1px; | |||
} | |||
.table_infobar .contentrow td:first-child { | |||
background-color: #e5e5e5; | |||
} | |||
.table_infobar .contentrow td { | |||
padding-left: 2px; | |||
} | |||
/* Style for Template:Flag */ | |||
.template_flag { | |||
border-collapse: collapse; | |||
} | |||
.template_flag tr { | |||
background-color: #f0f0f0; | |||
border-bottom-color:#aaaaaa; | |||
border-bottom-style:solid; | |||
border-bottom-width:1px; | |||
} | |||
.template_flag tr td:first-child { | |||
background-color: #e5e5e5; | |||
width: 15%; | |||
padding-left: 2px; | |||
} | |||
.template_flag tr td { | |||
padding-left: 3px; | |||
} |
Revision as of 13:54, 15 August 2006
/* edit this file to customize the monobook skin for the entire site */ /* Black Link class */ .blacklink a { text-decoration: none; color: black; background: none; } .blacklink a:visited { color: black; } .blacklink a:active { color: #faa700; } .blacklink a:hover { text-decoration: underline; } /* Table classes */ .table_descrowdesccol { border-collapse: collapse; border: 1px dashed #aaaaaa; background:#F0F0F0; } .table_descrowdesccol tr:first-child { border-bottom: 1px solid #000000; background-color: #e5e5e5; border-top-width: 0px; } .table_descrowdesccol tr { border-top: 1px solid #aaaaaa; } .table_descrowdesccol tr th:first-child { border-left-width: 0px; background-color: #e5e5e5; border-right: 1px solid #000000; } .table_descrowdesccol th { border-left: 1px solid #000000; } .table_descrowdesccol tr td:first-child { border-left-width: 0px; } .table_descrowdesccol td { border-left: 1px solid #aaaaaa; } /* Style for table "Description Row only" */ .table_descrow { border-collapse: collapse; border: 1px dashed #aaaaaa; background: #F0F0F0; } .table_descrow tr:first-child { border-bottom: 1px solid #000000; background-color: #e5e5e5; border-top-width: 0px; } .table_descrow tr { border-top: 1px solid #aaaaaa; } .table_descrow tr th:first-child { border-left-width: 0px; } .table_descrow th { border-left: 1px solid #000000; } .table_descrow tr td:first-child { border-left-width: 0px; } .table_descrow td { border-left: 1px solid #aaaaaa; } /* Style for table "Three-parted" */ .table_parted { border: 1px solid #aaaaaa; background:#e5e5e5; border-spacing: 5px; } .table_parted td { border: 1px solid #aaaaaa; background:#F0F0F0; padding: 5px; vertical-align: top; } .table_greybar { background:#F0F0F0; border-bottom-color:#000000; border-bottom-style:solid; border-bottom-width:1px; border-top-color:#000000; border-top-style:solid; border-top-width:1px;" } .table_biggreybar { background:#F0F0F0; border-bottom-color:#000000; border-bottom-style:solid; border-bottom-width:1px; border-top-color:#000000; border-top-style:solid; border-top-width:1px; } .table_biggreybar th { font-size: large; } .table_biggreybar td { text-align: center; } .table_redbar { background:#F00000; border-bottom-color:#000000; border-bottom-style:solid; border-bottom-width:2px; border-top-color:#000000; border-top-style:solid; border-top-width:2px; } .table_horblock { border-collapse: collapse; border: 1px dashed #000000; background: #F0F0F0; } .table_simplesidebar { border-collapse: collapse; border: 1px dashed #000000; background: #F0F0F0; margin: 2.8em 0 0 3.2em; padding: 1em 1em 1.5em 1em; } .table_tocsidebar { border-collapse: collapse; border: 1px dashed #000000; background: #F0F0F0; } .table_tocsidebar th { background-color: #e5e5e5; } .table_tocsidebar tr:first-child { border-top-width: 0px; } .table_tocsidebar tr { border-top-color: #aaaaaa; border-top-style: solid; border-top-width: 1px; } .table_infobar { border-collapse: collapse; border: 1px dashed #000000; background:#F0F0F0; margin: 2.8em 0 0 3.2em; padding: 1em 1em 1.5em 1em; } .table_infobar .contentrow { font-size:84%; border-top-color:#aaaaaa; border-top-style:solid; border-top-width:1px; } .table_infobar .contentrow td:first-child { background-color: #e5e5e5; } .table_infobar .contentrow td { padding-left: 2px; } /* Style for Template:Flag */ .template_flag { border-collapse: collapse; } .template_flag tr { background-color: #f0f0f0; border-bottom-color:#aaaaaa; border-bottom-style:solid; border-bottom-width:1px; } .template_flag tr td:first-child { background-color: #e5e5e5; width: 15%; padding-left: 2px; } .template_flag tr td { padding-left: 3px; }