forked from sdrdis/hotfix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
103 lines (92 loc) · 1.33 KB
/
style.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
97
98
99
100
101
102
103
body {
font-family: Helvetica, Verdana, Arial, sans-serif;
background-color: #f0f0ff;
color: black;
text-align: center;
}
a:link, a:visited {
color: #000;
}
a:active, a:hover {
color: #666;
}
p.header {
font-size: small;
}
p.header span {
font-weight: bold;
}
p.footer {
font-size: x-small;
}
div.content {
margin: auto;
width: 640px;
margin-top: 25px;
}
div.missing {
margin: auto;
position: relative;
top: 50%;
width: 193px;
}
div.missing a {
height: 63px;
position: relative;
top: -31px;
}
div.missing img {
border-width: 0px;
}
div#unityPlayer {
cursor: default;
height: 480px;
width: 640px;
border:1px solid #d0d0dd;
box-shadow: 0px 5px 20px #d0d0dd;
}
.under_text {
text-align: justify;
}
.under_text img {
border:1px solid #d0d0dd;
}
h2{
background: url(images/running-1.png) top left no-repeat;
font-size: 18px;
padding-top: 10px;
line-height: 20px;
padding-left: 35px;
border-bottom: 2px solid #d0d0dd;
}
h3 {
font-size: 16px;
margin-bottom: 5px;
margin-top: 30px;
}
h4 {
font-size: 14px;
}
.obstacle {
overflow: hidden;
}
.obstacle img {
float: left;
}
.obstacle .label {
margin-left: 140px;
}
.twitter_share, .fb_share {
text-align: center;
margin: auto;
margin-top: 5px;
}
.fb_share {
margin-left: -30px;
margin-top: 20px;
}
.tested_on {
text-align: center;
font-size: 10px;
margin-top: 5px;
}