2024-11-16 02:11:07 -05:00
|
|
|
|
|
|
|
body{
|
|
|
|
background-color: black;
|
|
|
|
color: white;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000,
|
|
|
|
1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
|
|
|
|
font-family: 'Times New Roman', Times, serif;
|
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 > img{
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
header{
|
|
|
|
background-image: url("/public/images/argentum/map_assets/eldelnexodehao.png");
|
|
|
|
height: 160px;
|
|
|
|
margin-top: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ao_char_sprite{
|
|
|
|
width: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header-wall{
|
|
|
|
background-image: url("/public//images/argentum/map_assets/diamante.png");
|
|
|
|
background-position: bottom;
|
|
|
|
height: 50px
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-content{
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* main{
|
|
|
|
background-color: rgba(0,0,0,0.7);
|
|
|
|
} */
|
|
|
|
|
|
|
|
/* h1{
|
|
|
|
color: blue;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2{
|
|
|
|
color: red;
|
|
|
|
} */
|
|
|
|
|
|
|
|
.blue{
|
|
|
|
color: rgb(0, 128, 255);
|
|
|
|
}
|
|
|
|
|
|
|
|
.red{
|
|
|
|
color: rgb(255, 0, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
.white{
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
a{
|
|
|
|
color: blue;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:visited{
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
|
|
|
main{
|
|
|
|
/* background-image: url("/public/"); */
|
2024-11-16 16:53:05 -05:00
|
|
|
margin-top: 10px;
|
|
|
|
margin-right: 5%;
|
|
|
|
margin-left: 320px;
|
2024-11-16 02:11:07 -05:00
|
|
|
padding: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cadenas{
|
|
|
|
top: -155px;
|
|
|
|
position: absolute;
|
|
|
|
width: 300px;
|
|
|
|
height: 200px;
|
|
|
|
right: -70px;
|
|
|
|
background-size: 150px;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-image: url("/public/images/argentum/otro/cadenas_tds.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
aside{
|
|
|
|
top: 155px;
|
2024-11-16 16:53:05 -05:00
|
|
|
position: fixed;
|
2024-11-16 02:11:07 -05:00
|
|
|
margin-right: 20px;
|
2024-11-16 16:53:05 -05:00
|
|
|
left: 20px;
|
2024-11-16 02:11:07 -05:00
|
|
|
background-image: url("/public/images/argentum/cartel_textura.png");
|
|
|
|
width: 308px;
|
|
|
|
height: 223px;
|
|
|
|
z-index: 1000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar_table{
|
|
|
|
margin-top: -5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar_title{
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar_title > img{
|
|
|
|
width: 64px;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.sidebar_table > tbody > tr > td > a{
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar_table > tr > td > a:visited{
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
img{
|
|
|
|
max-width: 100%;
|
|
|
|
height: auto;
|
|
|
|
image-rendering: pixelated;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bg-wall{
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bg{
|
|
|
|
z-index: 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bg > *{
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.reverse{
|
|
|
|
transform: rotate(180deg)
|
|
|
|
}
|
|
|
|
|
|
|
|
ul{
|
|
|
|
list-style: '» ';
|
|
|
|
}
|
|
|
|
|
|
|
|
li::marker{
|
|
|
|
color: blue;
|
|
|
|
}
|
|
|
|
|
|
|
|
li{
|
|
|
|
color: white;
|
|
|
|
}
|