-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcssindexpage.css
More file actions
119 lines (119 loc) · 2.18 KB
/
Copy pathcssindexpage.css
File metadata and controls
119 lines (119 loc) · 2.18 KB
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
body {
background-color: #000000;
background-image: url('background.png');
color: #ffffff;
font-family: 'Lucida grande';
border: 0;
padding: 0;
margin: 0;
font-size: 12px;
}
.headertop {
width: 100%;
}
.principal {
width: 1000px;
margin: 0 auto;
height: auto;
background-color: #121212;
padding: 10px 10px 0 10px;
border-radius: 20px 20px 0px 0px;
border: 1px solid #ffffff;
background: linear-gradient(to bottom, #000000, #333333);
}
.centro {
text-align: center;
}
a.categorybt {
display: inline-block;
padding: 3px 9px 3px 9px;
border: 1px solid #ffffff;
border-width:1px 1px 0 1px;
background: linear-gradient(to bottom, #454545 50%, #202020 50%);
color: #ffffff;
font-family: Verdana;
font-size: 10px;
text-decoration: none;
border-radius: 5px 5px 0 0;
height: 17px;
line-height: 17px;
}
a.categorybt:hover {
background: linear-gradient(to bottom, #5d5d5d 50%, #2d2d2d 50%);
color: #ffffff;
text-decoration: none;
}
.secondcol {
margin:0 auto;
width:800px;
height:auto;
background-color:#121212;
padding:10px;
border-radius: 20px 20px 20px 20px;
border: 1px solid #ffffff;
}
.redtext {
color: #ff0000;
}
hr.dashed {
border-top: 2px dashed #ffffff;
}
.threecol {
margin:0 auto;
height:auto;
background-color:#121212;
padding:10px;
border-radius: 20px 20px 20px 20px;
border: 1px solid #ffffff;
}
.finalcol {
margin:0 auto;
width:800px;
height:auto;
background-color:#121212;
padding:10px;
border-radius: 20px 20px 20px 20px;
border: 1px solid #ffffff;
}
@font-face {
font-family: '8_bit_1_6';
src: url('8bit16.ttf') format('truetype');
}
.adtext {
font-family: '8_bit_1_6';
font-size: 8px;
}
h1 {
font-family: Verdana;
font-size: 11px;
color:#ffffff;
line-height: 8px;
}
h4.another {
font-family: Verdana;
font-size: 15px;
color:#ffffff;
}
h5 {
color: #ffffff;
font-size: 11px;
line-height: 14px;
}
.smalltxt {
font-size: 11px;
}
h3.bottompart {
font-size: 20px;
color: #1dbcf1;
}
.gamenumber {
color: #1dbcf1;
font-weight: bold;
}
#contador {
font-size: 20px;
border: 2px solid #ffffff;
}
.musicplayersection {
text-align: center;
}