-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome_static.css
96 lines (78 loc) · 1.21 KB
/
home_static.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
90
91
92
93
94
95
96
html {
overflow-y: scroll;
}
body
{
background:#a2a2a2;
font-family: League Gothic;
font-size: 2vw;
}
h1,h2,p,a,ul
{
text-decoration:none;
margin:0px;
padding:0px;
color:#fff;
font-family: League Gothic;
transition:color 0.2s;
-webkit-transition:color 0.2s; /* Safari */
}
h1
{
line-height:10vw;
padding-top:3%;
padding-bottom:0%;
font-size: 80pt;
font-size: 11vw;
}
p{
font-size: 2vw;
}
a
{
color:#f7cd88;
}
h2
{
font-size: 90pt;
font-size: 4vw;
line-height:10vw;
}
#page-wrap, #page-wrap * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#page-wrap{
margin-right: auto;
margin-left: 3%;
margin-left: 3%;
}
#padded_left {
z-index:-1;
position: absolute;
right:auto;
margin-left:-1%;
top: 0;
}
#main{
margin-top:4%;
margin-left:auto;
margin-right:auto;
text-align: left;
text-align: justify;
width:31vw;
}
#main span {
display: inline-block;
position: relative;
width: 100%;
height: 0;
}
#main a:hover
{
color:#fff;
}
@media (max-width: 800px) {
aside, section { width: auto; float: none; }
}