forked from romhackhispano/romhackhispano.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
estilos.css
89 lines (82 loc) · 1.83 KB
/
estilos.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
body {
margin: -15px 0 0 0;
*margin: 0;
padding: 0px;
background-color: #181818;
font: normal 13px "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
color: #ededed;
line-height: 24px;
}
img, div, p, table, tr, td, form, h1, h2, h3, h4, h5, a, form { border: 0; padding: 0; margin: 0;}
a, a:link, a:hover { text-decoration: none; color: #faacda;}
a:active, a:visited {text-decoration: none; color: #faacda;}
a:hover { background-color: #EC008C;}
h1 {
font: normal 40px "Arial";
text-transform: uppercase;
}
hr {
clear: both;
visibility: hidden;
background: none;
border: none;
height: 1px;
margin:0;
padding: 0;
line-height: 0;
}
#Pagina {
margin: 60px 0 60px 40px;
min-width: 1010px;
}
#Encabezado {
border-bottom: 1px solid #ededed;
padding-bottom: 20px;
}
.Mensaje {
margin: 40px 0 0 30px;
padding: 10px;
background-color: #222;
}
#Traducciones {
margin: 20px 0 0 30px;
}
.Grupos {
padding: 0;
margin: 0;
list-style-type: none;
text-transform: uppercase;
font-size: 14px;
float: left;
}
.Grupos a { color: #ededed;}
.Grupos>li {
margin-top: 25px;
width: 300px;
margin-right: 10px;
display: block;
}
.Grupos ul {
/*border-left: 1px solid #ededed;*/
padding: 0 0 0 20px;
list-style-type: none;
font-size: 12px;
text-transform: none;
font-weight: bold;
}
.Grupos ul li {
margin-top: 5px;
}
.Grupos ul li ul {
padding: 0 0 0 25px;
list-style-type: none;
font-weight: normal;
border: 0px;
}
#Pie {
margin: 60px 0 0 30px;
padding: 10px;
font-size: 9px;
background-color: #222;
line-height: 14px;
}