Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | .mw-body a:link { color: # | + | .mw-body a:link { color: #ff0000; } /* normal unvisited links */ |
− | .mw-body a:link:visited { color: # | + | .mw-body a:link:visited { color: #ff0000; } /* visited links */ |
− | .mw-body a:link:active { color: # | + | .mw-body a:link:active { color: #ff0000; } /* active links */ |
.mw-body a:link.new { color: #BD9494; } /* new links */ | .mw-body a:link.new { color: #BD9494; } /* new links */ | ||
− | .mw-body a:link.interwiki { color: # | + | .mw-body a:link.interwiki { color: #ff0000; } /* interwiki links */ |
− | .mw-body a:link.external { color: # | + | .mw-body a:link.external { color: #ff0000; } /* external links */ |
− | .mw-body a:link.stub { color: # | + | .mw-body a:link.stub { color: #ff0000; } /* hovered links */ |
− | .mw-body a:visited {color: # | + | .mw-body a:visited {color: #ff0000} |
− | .mw-body a:hover {color: # | + | .mw-body a:hover {color: #ff0000} |
− | .mw-body a:active {color: # | + | .mw-body a:active {color: #ff0000} |
.new {color: #BD9494 !important;} | .new {color: #BD9494 !important;} | ||
Line 17: | Line 17: | ||
.main { | .main { | ||
width: 300px; | width: 300px; | ||
− | border: 1px # | + | border: 1px #ff0000 solid; |
-webkit-border-radius: 15px; | -webkit-border-radius: 15px; | ||
-webkit-border-bottom-left-radius: 0; | -webkit-border-bottom-left-radius: 0; | ||
Line 32: | Line 32: | ||
.main2 { | .main2 { | ||
width: 360px; | width: 360px; | ||
− | border: 1px # | + | border: 1px #ff0000 solid; |
-webkit-border-radius: 15px; | -webkit-border-radius: 15px; | ||
-webkit-border-bottom-left-radius: 0; | -webkit-border-bottom-left-radius: 0; | ||
Line 52: | Line 52: | ||
} | } | ||
.head { | .head { | ||
− | background-color: # | + | background-color: #ff0000; |
text-align: center; | text-align: center; | ||
color: #f0d9a2; | color: #f0d9a2; | ||
Line 78: | Line 78: | ||
border:1px solid; | border:1px solid; | ||
border-color:#97100d; | border-color:#97100d; | ||
− | background: # | + | background: #ff0000; |
color:#f0d9a2; | color:#f0d9a2; | ||
} | } | ||
Line 95: | Line 95: | ||
} | } | ||
.head2_text { | .head2_text { | ||
− | background-color: # | + | background-color: #ff0000; |
text-align: center; | text-align: center; | ||
color: #ffffff | color: #ffffff | ||
Line 113: | Line 113: | ||
.table_td { | .table_td { | ||
border:1px solid; | border:1px solid; | ||
− | background: # | + | background: #ff0000; |
color:#f0d9a2; | color:#f0d9a2; | ||
} | } | ||
.skill_head { | .skill_head { | ||
− | background-color: # | + | background-color: #ff0000; |
text-align: center; | text-align: center; | ||
color: #f0d9a2; | color: #f0d9a2; | ||
− | border: 1px # | + | border: 1px #ff0000 solid; |
-webkit-border-radius: 15px; | -webkit-border-radius: 15px; | ||
-webkit-border-bottom-left-radius: 15px; | -webkit-border-bottom-left-radius: 15px; | ||
Line 133: | Line 133: | ||
} | } | ||
.skill_left { | .skill_left { | ||
− | border: 1px # | + | border: 1px #ff0000 solid; |
-webkit-border-radius: 15px; | -webkit-border-radius: 15px; | ||
-webkit-border-bottom-left-radius: 0; | -webkit-border-bottom-left-radius: 0; | ||
Line 147: | Line 147: | ||
.skill_right_head { | .skill_right_head { | ||
− | background-color: # | + | background-color: #ff0000; |
text-align: center; | text-align: center; | ||
width: 50%; | width: 50%; | ||
Line 153: | Line 153: | ||
width: 150px; | width: 150px; | ||
color: #f0d9a2; | color: #f0d9a2; | ||
− | border: 1px # | + | border: 1px #ff0000 solid; |
-webkit-border-radius: 0px; | -webkit-border-radius: 0px; | ||
-webkit-border-bottom-left-radius: 15px; | -webkit-border-bottom-left-radius: 15px; | ||
Line 168: | Line 168: | ||
} | } | ||
.skill_right_head2 { | .skill_right_head2 { | ||
− | background-color: # | + | background-color: #ff0000; |
text-align: center; | text-align: center; | ||
width: 50%; | width: 50%; | ||
Line 174: | Line 174: | ||
width: 150px; | width: 150px; | ||
color: #f0d9a2; | color: #f0d9a2; | ||
− | border: 1px # | + | border: 1px #ff0000 solid; |
-webkit-border-radius: 15px; | -webkit-border-radius: 15px; | ||
-moz-border-radius: 15px; | -moz-border-radius: 15px; | ||
Line 194: | Line 194: | ||
width: 650px; | width: 650px; | ||
border-left: | border-left: | ||
− | 1px dashed # | + | 1px dashed #ff0000; |
margin: 0; | margin: 0; | ||
padding: 0 3px; | padding: 0 3px; |
Revision as of 12:24, 3 March 2018
/* CSS placed here will be applied to all skins */ .mw-body a:link { color: #ff0000; } /* normal unvisited links */ .mw-body a:link:visited { color: #ff0000; } /* visited links */ .mw-body a:link:active { color: #ff0000; } /* active links */ .mw-body a:link.new { color: #BD9494; } /* new links */ .mw-body a:link.interwiki { color: #ff0000; } /* interwiki links */ .mw-body a:link.external { color: #ff0000; } /* external links */ .mw-body a:link.stub { color: #ff0000; } /* hovered links */ .mw-body a:visited {color: #ff0000} .mw-body a:hover {color: #ff0000} .mw-body a:active {color: #ff0000} .new {color: #BD9494 !important;} .tocnumber { display: none; } .main { width: 300px; border: 1px #ff0000 solid; -webkit-border-radius: 15px; -webkit-border-bottom-left-radius: 0; -moz-border-radius: 15px; -moz-border-radius-bottomleft: 0; border-radius: 15px; border-bottom-left-radius: 0; -webkit-box-shadow: 3px 4px 3px #595959; box-shadow: 3px 4px 3px #595959; overflow: hidden; margin-top: 10px; } .main2 { width: 360px; border: 1px #ff0000 solid; -webkit-border-radius: 15px; -webkit-border-bottom-left-radius: 0; -moz-border-radius: 15px; -moz-border-radius-bottomleft: 0; border-radius: 15px; border-bottom-left-radius: 0; -webkit-box-shadow: 3px 4px 3px #595959; box-shadow: 3px 4px 3px #595959; overflow: hidden; margin-top: 10px; } .main3 { float: left; margin-left: 10px; } .head { background-color: #ff0000; text-align: center; color: #f0d9a2; } .main_inside { margin-left: 5px; margin-right: 5px; font-size: 80% } .main_inside_center { margin-left: 5px; margin-right: 5px; font-size: 80%; text-align: center; } .quests_table { margin:1em 1em 1em 0; border-style:solid; border-width:1px; border-collapse:collapse; empty-cells:show; font-size: 90% } .quests_head { border:1px solid; border-color:#97100d; background: #ff0000; color:#f0d9a2; } .quests_center { text-align: center; } .head2 { float: left; margin-top: 10px; } .head2_2 { border-style: double; overflow: hidden } .head2_text { background-color: #ff0000; text-align: center; color: #ffffff } .head2_top { margin-left: 5px; margin-right: 5px; font-size: 90%; float: left; } .head2_inside { margin-left: 5px; margin-right: 5px; font-size: 90%; float: left } .table_td { border:1px solid; background: #ff0000; color:#f0d9a2; } .skill_head { background-color: #ff0000; text-align: center; color: #f0d9a2; border: 1px #ff0000 solid; -webkit-border-radius: 15px; -webkit-border-bottom-left-radius: 15px; -moz-border-radius: 15px; -moz-border-radius-bottomleft: 15px; border-radius: 15px; border-bottom-left-radius: 15px; -webkit-box-shadow: 3px 4px 3px #595959; box-shadow: 3px 4px 3px #595959; overflow: hidden; margin-top: 10px; } .skill_left { border: 1px #ff0000 solid; -webkit-border-radius: 15px; -webkit-border-bottom-left-radius: 0; -moz-border-radius: 15px; -moz-border-radius-bottomleft: 0; border-radius: 15px; border-bottom-left-radius: 0; -webkit-box-shadow: 3px 4px 3px #595959; box-shadow: 3px 4px 3px #595959; overflow: hidden; margin-top: 10px; } .skill_right_head { background-color: #ff0000; text-align: center; width: 50%; margin: 0 auto 0 auto; width: 150px; color: #f0d9a2; border: 1px #ff0000 solid; -webkit-border-radius: 0px; -webkit-border-bottom-left-radius: 15px; -webkit-border-bottom-right-radius: 15px; -moz-border-radius: 0px; -moz-border-radius-bottomleft: 15px; -moz-border-radius-bottomright: 15px; border-radius: 0px; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; -webkit-box-shadow: 3px 4px 3px #595959; box-shadow: 3px 4px 3px #595959; overflow: hidden; } .skill_right_head2 { background-color: #ff0000; text-align: center; width: 50%; margin: 0 auto 0 auto; width: 150px; color: #f0d9a2; border: 1px #ff0000 solid; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; -webkit-box-shadow: 3px 4px 3px #595959; box-shadow: 3px 4px 3px #595959; overflow: hidden; } .skill_table { margin:1em 1em 1em 0; border-style:solid; border-width:1px; border-collapse:collapse; empty-cells:show; } .right_border { float: left; margin-left: 10px; width: 650px; border-left: 1px dashed #ff0000; margin: 0; padding: 0 3px; } textarea{ color: black; }