ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.
MediaWiki:Modenc.css: Difference between revisions
Jump to navigation
Jump to search
m blacklink removed |
Added style for Template:Sidebar |
||
Line 1: | Line 1: | ||
/* edit this file to customize the modenc skin for the entire site */ | /* edit this file to customize the modenc skin for the entire site */ | ||
/* [[ModEnc:Tables|Table classes]] <pre>*/ | |||
/* [[ModEnc:Tables|Table classes]] */ | |||
.table_descrowdesccol { | .table_descrowdesccol { | ||
border-collapse: collapse; | border-collapse: collapse; | ||
Line 29: | Line 28: | ||
border-left: 1px solid #1f1f1f; | border-left: 1px solid #1f1f1f; | ||
} | } | ||
/* Style for table [[ModEnc:Tables|"Description Row only"]] */ | /* </pre>Style for table [[ModEnc:Tables|"Description Row only"]]<pre> */ | ||
.table_descrow { | .table_descrow { | ||
border-collapse: collapse; | border-collapse: collapse; | ||
Line 55: | Line 54: | ||
border-left: 1px solid #1f1f1f; | border-left: 1px solid #1f1f1f; | ||
} | } | ||
/* Style for table [[ModEnc:Tables|"Three-parted"]] */ | /* </pre>Style for table [[ModEnc:Tables|"Three-parted"]]<pre> */ | ||
.table_parted { | .table_parted { | ||
border: 1px solid #1f1f1f; | border: 1px solid #1f1f1f; | ||
Line 67: | Line 66: | ||
vertical-align: top; | vertical-align: top; | ||
} | } | ||
/* </pre><pre> */ | |||
.table_greybar { | .table_greybar { | ||
background:#1d1d1d; | background:#1d1d1d; | ||
Line 91: | Line 91: | ||
text-align: center; | text-align: center; | ||
} | } | ||
/* </pre><pre> */ | |||
.table_redbar { | .table_redbar { | ||
background:#F00000; | background:#F00000; | ||
Line 100: | Line 101: | ||
border-top-width:2px; | border-top-width:2px; | ||
} | } | ||
/* </pre><pre> */ | |||
.table_horblock { | .table_horblock { | ||
border-collapse: collapse; | border-collapse: collapse; | ||
Line 105: | Line 107: | ||
background: #1d1d1d; | background: #1d1d1d; | ||
} | } | ||
/* </pre><pre> */ | |||
.table_tocsidebar { | .table_tocsidebar { | ||
border-collapse: collapse; | border-collapse: collapse; | ||
Line 128: | Line 124: | ||
border-top-width: 1px; | border-top-width: 1px; | ||
} | } | ||
/* </pre><pre> */ | |||
.table_infobar { | .table_infobar { | ||
border-collapse: collapse; | border-collapse: collapse; | ||
Line 147: | Line 144: | ||
padding-left: 2px; | padding-left: 2px; | ||
} | } | ||
/* Style for [[Template:Flag]] */ | /* </pre>Style for [[Template:Flag]]<pre> */ | ||
.template_flag { | .template_flag { | ||
border-collapse: collapse; | border-collapse: collapse; | ||
Line 165: | Line 162: | ||
padding-left: 3px; | padding-left: 3px; | ||
} | } | ||
/* Style for [[Template:OffCo]] */ | /* </pre>Style for [[Template:OffCo]]<pre> */ | ||
.template_offco { | .template_offco { | ||
border: 1px solid #1f1f1f; | border: 1px solid #1f1f1f; | ||
Line 174: | Line 171: | ||
font-size: large; | font-size: large; | ||
} | } | ||
/* Style for [[Template:WeaponsRelated]] */ | /* </pre>Style for [[Template:WeaponsRelated]]<pre> */ | ||
.template_weaponsrelated { | .template_weaponsrelated { | ||
background-color: #1d1d1d; | background-color: #1d1d1d; | ||
Line 187: | Line 184: | ||
font-size: x-small; | font-size: x-small; | ||
} | } | ||
/* Style for [[Template:Mapdef]] */ | /* </pre>Style for [[Template:Mapdef]]<pre> */ | ||
.template_mapdef_definition_wrapper { | .template_mapdef_definition_wrapper { | ||
background-color: #1d1d1d; | background-color: #1d1d1d; | ||
Line 233: | Line 230: | ||
margin-top: 7px; | margin-top: 7px; | ||
} | } | ||
/* Style for [[Template:Progress]] */ | /* </pre>Style for [[Template:Progress]]<pre> */ | ||
.template_progress_box { | .template_progress_box { | ||
width: 250px; | width: 250px; | ||
Line 276: | Line 273: | ||
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; | font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; | ||
} | } | ||
/* </pre>'''Everything below this line was added after the design change.'''<br> */ | |||
/* Style for [[Template:Sidebar]]<pre> */ | |||
.template_sidebar_wrapper { | |||
background-color: #1d1d1d; | |||
border: 1px solid #4d4d4d; | |||
margin: 5px; | |||
} | |||
.template_sidebar_header { | |||
background-image: url(http://www.modenc.renegadeprojects.com/images/Box_header.png); | |||
background-repeat: repeat-x; | |||
background-position: top center; | |||
min-height: 35px; | |||
width: 100%; | |||
padding-top: 5px; | |||
border-bottom: 1px solid #4d4d4d; | |||
} | |||
.template_sidebar_headline { | |||
width: 80%; | |||
min-height: 20px; | |||
border-color: #363636 #4d4d4d #4d4d4d #363636; | |||
border-style: solid; | |||
border-width: 1px; | |||
background-color: #171717; | |||
text-align: center; | |||
font-size: small; | |||
font-family: sans-serif; | |||
margin-left: auto; | |||
margin-right: auto; | |||
padding: 2px 2px 2px; | |||
} | |||
.template_sidebar_content { | |||
width: 100%; | |||
padding: 0px; | |||
} | |||
/*</pre>*/ |
Revision as of 15:23, 3 February 2007
/* edit this file to customize the modenc skin for the entire site */ /* [[ModEnc:Tables|Table classes]] <pre>*/ .table_descrowdesccol { border-collapse: collapse; border: 1px dashed #1f1f1f; background:#1d1d1d; } .table_descrowdesccol tr:first-child { border-bottom: 1px solid Silver; background-color: #171717; border-top-width: 0px; } .table_descrowdesccol tr { border-top: 1px solid #1f1f1f; } .table_descrowdesccol tr th:first-child { border-left-width: 0px; background-color: #171717; border-right: 1px solid Silver; } .table_descrowdesccol th { border-left: 1px solid Silver; } .table_descrowdesccol tr td:first-child { border-left-width: 0px; } .table_descrowdesccol td { border-left: 1px solid #1f1f1f; } /* </pre>Style for table [[ModEnc:Tables|"Description Row only"]]<pre> */ .table_descrow { border-collapse: collapse; border: 1px dashed #1f1f1f; background: #1d1d1d; } .table_descrow tr:first-child { border-bottom: 1px solid Silver; background-color: #171717; border-top-width: 0px; } .table_descrow tr { border-top: 1px solid #1f1f1f; } .table_descrow tr th:first-child { border-left-width: 0px; } .table_descrow th { border-left: 1px solid Silver; } .table_descrow tr td:first-child { border-left-width: 0px; } .table_descrow td { border-left: 1px solid #1f1f1f; } /* </pre>Style for table [[ModEnc:Tables|"Three-parted"]]<pre> */ .table_parted { border: 1px solid #1f1f1f; background:#171717; border-spacing: 5px; } .table_parted td { border: 1px solid #1f1f1f; background:#1d1d1d; padding: 5px; vertical-align: top; } /* </pre><pre> */ .table_greybar { background:#1d1d1d; border-bottom-color:Silver; border-bottom-style:solid; border-bottom-width:1px; border-top-color:Silver; border-top-style:solid; border-top-width:1px;" } .table_biggreybar { background:#1d1d1d; border-bottom-color:Silver; border-bottom-style:solid; border-bottom-width:1px; border-top-color:Silver; border-top-style:solid; border-top-width:1px; } .table_biggreybar th { font-size: large; } .table_biggreybar td { text-align: center; } /* </pre><pre> */ .table_redbar { background:#F00000; border-bottom-color:Silver; border-bottom-style:solid; border-bottom-width:2px; border-top-color:Silver; border-top-style:solid; border-top-width:2px; } /* </pre><pre> */ .table_horblock { border-collapse: collapse; border: 1px dashed Silver; background: #1d1d1d; } /* </pre><pre> */ .table_tocsidebar { border-collapse: collapse; border: 1px dashed Silver; background: #1d1d1d; } .table_tocsidebar th { background-color: #171717; } .table_tocsidebar tr:first-child { border-top-width: 0px; } .table_tocsidebar tr { border-top-color: #1f1f1f; border-top-style: solid; border-top-width: 1px; } /* </pre><pre> */ .table_infobar { border-collapse: collapse; border: 1px dashed Silver; background:#1d1d1d; margin: 2.8em 0 0 3.2em; padding: 1em 1em 1.5em 1em; } .table_infobar .contentrow { font-size:84%; border-top-color:#1f1f1f; border-top-style:solid; border-top-width:1px; } .table_infobar .contentrow td:first-child { background-color: #171717; } .table_infobar .contentrow td { padding-left: 2px; } /* </pre>Style for [[Template:Flag]]<pre> */ .template_flag { border-collapse: collapse; } .template_flag tr { background-color: #1d1d1d; border-bottom-color:#1f1f1f; border-bottom-style:solid; border-bottom-width:1px; } .template_flag tr td:first-child { background-color: #171717; width: 15%; padding-left: 2px; } .template_flag tr td { padding-left: 3px; } /* </pre>Style for [[Template:OffCo]]<pre> */ .template_offco { border: 1px solid #1f1f1f; background: #171717; width: 98%; } .template_offco th { font-size: large; } /* </pre>Style for [[Template:WeaponsRelated]]<pre> */ .template_weaponsrelated { background-color: #1d1d1d; border: 1px solid #1f1f1f; padding: 2px; } .template_weaponsrelated th { background-color: #171717; } .template_weaponsrelated li { list-style: none none; font-size: x-small; } /* </pre>Style for [[Template:Mapdef]]<pre> */ .template_mapdef_definition_wrapper { background-color: #1d1d1d; border: 1px solid #1f1f1f; } .template_mapdef_definition_wrapper:target { border: 2px solid Silver; } .template_mapdef_header_wrapper { background-color: #171717; padding: 4px; text-align: center; } .template_mapdef_name { float: left; text-align: center; font-weight: bold; font-family: sans-serif; } .template_mapdef_params_name { font-weight: bold; text-align: center; } .template_mapdef_params { text-align: center; } .template_mapdef_params table { background-color: transparent; } .template_mapdef_description { padding: 4px; } .template_mapdef_number_wrapper { padding: 10px; float: left; } .template_mapdef_code { font-weight: bold; font-family: sans-serif; } .template_mapdef_number { font-size: 30pt; font-weight: bold; font-family: sans-serif; margin-top: 7px; } /* </pre>Style for [[Template:Progress]]<pre> */ .template_progress_box { width: 250px; height: 70px; background-color: #f9f9f9; border: 1px solid #1f1f1f; position: relative; left: 0px; top: 0px; } .template_progress_bar { border: 1px solid #1f1f1f; width: 228px; height: 27px; position: absolute; left: 10px; top: 9px; background-color: #171717; } .template_progress_bar_fill { background-image: url(http://www.modenc.renegadeprojects.com/images/Progress_grad.png); position: absolute; left: 0px; top: 0px; height: 27px; } .template_progress_text { position: absolute; left: 10px; top: 40px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: x-small; } .template_progress_percent { position: relative; left: 0px; top: 0px; font-weight: bold; z-index: 1; text-align: center; padding-top: 4px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; } /* </pre>'''Everything below this line was added after the design change.'''<br> */ /* Style for [[Template:Sidebar]]<pre> */ .template_sidebar_wrapper { background-color: #1d1d1d; border: 1px solid #4d4d4d; margin: 5px; } .template_sidebar_header { background-image: url(http://www.modenc.renegadeprojects.com/images/Box_header.png); background-repeat: repeat-x; background-position: top center; min-height: 35px; width: 100%; padding-top: 5px; border-bottom: 1px solid #4d4d4d; } .template_sidebar_headline { width: 80%; min-height: 20px; border-color: #363636 #4d4d4d #4d4d4d #363636; border-style: solid; border-width: 1px; background-color: #171717; text-align: center; font-size: small; font-family: sans-serif; margin-left: auto; margin-right: auto; padding: 2px 2px 2px; } .template_sidebar_content { width: 100%; padding: 0px; } /*</pre>*/