main.css
1.73 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
html {
background-color: #d4d4d4;
}
body {
margin: 0 auto;
padding: 2em 2em 4em;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 1.5em;
color: #8e8e8e;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 600;
line-height: 1.3em;
}
nav {
margin:-30px -30px 0px -30px;
}
nav, nav a{
font-size: 12px;
line-height: 1.5em;
color: #8e8e8e;
}
nav a:hover{
color: #FFF;
}
nav a:active{
color: #000;
}
iframe {
margin: 5px 20px 20px 20px;
border: 1px #d4d4d4 solid;
overflow: hidden;
iframe::-webkit-scrollbar {
display: none;
}
display:inline-block;
vertical-align:middle;
}
.label {
display:inline-block;
margin: 0px;
width: 400px;
vertical-align: top;
font-size: 12px;
line-height: 1.2em;
}
.label p{
margin: 0px 20px 0px 20px;
}
.b300x250 {
width: 300px;
height: 250px;
}
.b728x90 {
width: 728px;
height: 90px;
}
.b960x90{
width: 960px;
height: 90px;
}
.b300x600 {
width: 300px;
height: 600px;
}.b600x600 {
width: 600px;
height: 600px;
}
.b300x450 {
width: 300px;
height: 450px;
}
.b320x480 {
width: 320px;
height: 480px;
}
.b768x1024 {
width: 768px;
height: 1024px;
}
.b970x250 {
width: 970px;
height: 250px;
}
.b1000x700 {
width: 1000px;
height: 700px;
}
.b1024x768 {
width: 1024px;
height: 768px;
}
.b300x1050 {
width: 350px;
height: 1050px;
}
.b300x1050exp {
width: 405px;
height: 303px;
}
nav table td, nav table th{
padding: 0 10px;
margin:0;
text-align: left;
border-collapse: collapse;
border: none;
color: #ecebeb;
}
nav table th{
background-color: rgba(127, 127, 127, 0.44);
}