main.css
1.08 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
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, nav a{
font-size: 12px;
line-height: 1.5em;
color: #8e8e8e;
}
nav a:hover{
color: #FFF;
}
nav a:active{
color: #000;
}
iframe {
margin: 20px;
border: 1px #d4d4d4 solid;
overflow: hidden;
iframe::-webkit-scrollbar {
display: none;
}
}
.b300x250 {
width: 300px;
height: 250px;
}
.b728x90 {
width: 728px;
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;
}