| Line 197: | Line 197: | ||
margin: 0; | margin: 0; | ||
padding: 0 3px; | padding: 0 3px; | ||
| + | } | ||
| + | textarea{ | ||
| + | color: black; | ||
} | } | ||
Revision as of 12:24, 3 March 2018
/* CSS placed here will be applied to all skins */
.mw-body a:link { color: #5D0505; } /* normal unvisited links */
.mw-body a:link:visited { color: #5D0505; } /* visited links */
.mw-body a:link:active { color: #5D0505; } /* active links */
.mw-body a:link.new { color: #BD9494; } /* new links */
.mw-body a:link.interwiki { color: #5D0505; } /* interwiki links */
.mw-body a:link.external { color: #5D0505; } /* external links */
.mw-body a:link.stub { color: #5D0505; } /* hovered links */
.mw-body a:visited {color: #5D0505}
.mw-body a:hover {color: #5D0505}
.mw-body a:active {color: #5D0505}
.new {color: #BD9494 !important;}
.tocnumber { display: none; }
.main {
width: 300px;
border: 1px #5D0505 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 #5D0505 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: #5d0505;
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: #5d0505;
color:#f0d9a2;
}
.quests_center {
text-align: center;
}
.head2 {
float: left;
margin-top: 10px;
}
.head2_2 {
border-style: double;
overflow: hidden
}
.head2_text {
background-color: #5d0505;
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: #5d0505;
color:#f0d9a2;
}
.skill_head {
background-color: #5d0505;
text-align: center;
color: #f0d9a2;
border: 1px #5D0505 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 #5D0505 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: #5d0505;
text-align: center;
width: 50%;
margin: 0 auto 0 auto;
width: 150px;
color: #f0d9a2;
border: 1px #5D0505 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: #5d0505;
text-align: center;
width: 50%;
margin: 0 auto 0 auto;
width: 150px;
color: #f0d9a2;
border: 1px #5D0505 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 #5d0505;
margin: 0;
padding: 0 3px;
}
textarea{
color: black;
}