-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtoad.css
executable file
·85 lines (69 loc) · 879 Bytes
/
toad.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
@font-face {
font-family: GraublauWeb;
src: url(GraublauWeb.otf) format(truetype);
}
@font-face {
font-family: GraublauWeb;
font-weight: bold;
src: url(GraublauWebBold.otf) format(truetype);
}
#main
{
padding: 0 0 40px 0;
width:50%;
margin-left:auto;
margin-right:auto;
}
#imgtoad
{
cursor:pointer;
width:500px;
}
body
{
text-align: center;
font-family: GraublauWeb ,Verdana, Geneva, sans-serif;
color: #909090;
}
header
{
height:100px;
}
h1
{
font-size:40pt;
}
h3
{
font-size:14pt;
}
a {
color:#909090;
text-decoration:none;
}
.small
{
font-size:10pt;
}
.social{
width:400px;
margin-left:auto;
margin-right:auto;
text-align:left;
}
.fb, .twit, .share, .gplus{
width:400px;
height:60px;
padding: 15px 0 0 0;
overflow:hidden;
}
#msocialLink
{
display:none;
}
#clickSpot{
height: 103px;
}
#clickme{
display: none;
}