| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| − | + | a:link { color: #5D0505; text-decoration: none; } | |
| − | + | a:hover { color: #5D0505; text-decoration: underline; } | |
| − | + | a:visited { color: #5D0505; text-decoration: none; } | |
| − | + | ||
| − | + | a.new:link { color: #AA0000; text-decoration: none; } | |
| − | + | a.new:hover { color: #AA0000; text-decoration: underline; } | |
| − | . | ||
| − | |||
| − | |||
| − | . | ||
| − | |||
.main { | .main { | ||
width: 250px; | width: 250px; | ||
Revision as of 02:32, 22 July 2014
/* CSS placed here will be applied to all skins */
a:link { color: #5D0505; text-decoration: none; }
a:hover { color: #5D0505; text-decoration: underline; }
a:visited { color: #5D0505; text-decoration: none; }
a.new:link { color: #AA0000; text-decoration: none; }
a.new:hover { color: #AA0000; text-decoration: underline; }
.main {
width: 250px;
border-style: double;
overflow: hidden;
margin-top: 10px;
}
.main2 {
width: 300px;
border-style: double;
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;
}