Tobi 798fdf6633 new menu styles
creature achievements as type
character and utility reallocation
sieht viel besser aus so...
2014-11-17 19:36:44 +01:00

144 lines
2.5 KiB
CSS

html, body {
color: gold;
height: 100%;
min-height: 100%;
text-decoration: none;
}
.threecol_parent{
//position: absolute;
display: table;
//width: 1000px;
width: 100%;
height: 100%;
}
.threecol_row{
display: table-row;
}
.threecol_col{
display: table-cell;
position: relative;
}
.clear {
clear:both;
}
.link-color a{
color: black;
}
.fadeout {
opacity: 0.3;
}
.fadein {
opacity: 0.8;
-webkit-filter: brightness(80%);
}
.selected {
opacity: 1.0;
-webkit-filter: sepia(20%);
-webkit-filter: brightness(160%);
-webkit-filter: contrast(120%);
}
#frame_main {
//width: 1000px;
//position: absolute;
width: 100%;
height: 100%;
//-webkit-box-shadow: 3px 3px 4px 2px rgba(0, 0, 0, 1);
//box-shadow: 3px 3px 4px 2px rgba(0, 0, 0, 1);
//border-radius: 5px;
}
#frame_header {
height: 26px;
}
#frame_right_border {
width: 26px;
}
#frame_left_border {
width: 26px;
}
#frame_content {
width: 60%;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 10px;
}
#frame_footer{
width: 100%;
position: relative;
height: 26px;
}
#char_container{
float: right;
width: 25%;
background: white;
height: 780px;
/* position: absolute;
bottom: 0;*/
}
#frame_character{
float: left;
}
#frame_menu{
float: left;
padding: 20px;
}
#frame_start_stats{
background: url(http://www.mojotrollz.eu/web/mojotrollz/api.php?call=files&cat=backgrounds&id=pergament_big.png) no-repeat;
background-size: cover;
}
#achievement_list{
}
.btn_blue{
background: url(http://www.mojotrollz.eu/web/mojotrollz/api.php?call=files&cat=buttons&id=nav_off.png) no-repeat;
background-size: contain;
text-align: center;
height: 35px;
padding-top: 5px;
width: 150px;
list-style: none;
}
.btn_blue:hover{
background: url(http://www.mojotrollz.eu/web/mojotrollz/api.php?call=files&cat=wowicons&id=button_red.png) no-repeat;
background-size: contain;
}
.btn_submenu{
background: url(http://www.mojotrollz.eu/web/mojotrollz/api.php?call=files&cat=wowicons&id=button_submenu.png) no-repeat;
padding-top: 4px;
height: 30px;
width: 140px;
background-size: contain;
text-align: center;
list-style: none;
}
.btn_submenu:hover{
background: url(http://www.mojotrollz.eu/web/mojotrollz/api.php?call=files&cat=wowicons&id=button_red.png) no-repeat;
background-size: contain;
}