| Line 12: | Line 12: | ||
.mw-body a:active {color: #5D0505} | .mw-body a:active {color: #5D0505} | ||
.new {color: #BD9494 !important;} | .new {color: #BD9494 !important;} | ||
| + | |||
| + | .tocnumber { display: none; } | ||
| + | |||
.main { | .main { | ||
width: 250px; | width: 250px; | ||
| − | border- | + | 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; | overflow: hidden; | ||
margin-top: 10px; | margin-top: 10px; | ||
| Line 21: | Line 32: | ||
.main2 { | .main2 { | ||
width: 300px; | width: 300px; | ||
| − | border- | + | 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; | overflow: hidden; | ||
margin-top: 10px; | margin-top: 10px; | ||
} | } | ||
| + | |||
Revision as of 11:51, 24 July 2014
/* 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: 250px;
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: 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;
}
.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;
}