/* 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; }