-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
127 lines (101 loc) · 2.16 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
body {
width: 800px;
margin-left: auto;
margin-right: auto;
}
@font-face {
font-family: 'BebasRegular';
src: url('BEBAS___-webfont.eot');
src: url('BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
url('BEBAS___-webfont.woff') format('woff'),
url('BEBAS___-webfont.ttf') format('truetype'),
url('BEBAS___-webfont.svg#BebasRegular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'DanielBlackRegular';
src: url('danielbk-webfont.eot');
src: url('danielbk-webfont.eot?#iefix') format('embedded-opentype'),
url('danielbk-webfont.woff') format('woff'),
url('danielbk-webfont.ttf') format('truetype'),
url('danielbk-webfont.svg#DanielBlackRegular') format('svg');
font-weight: normal;
font-style: normal;
}
section#fail {
padding-top: 100px;
text-align: center;
font-family: "Helvetica Neue", Helvetica, sans-serif;
color: gray;
}
section#fail a {
color: inherit;
}
section.project {
display: none;
border-top: 1px dotted gray;
padding-top: 10px;
padding-bottom: 10px;
}
section.project p {
font-size: 12px;
font-family: "Helvetica Neue", Helvetica, sans-serif;
float: right;
}
#container{
min-height: 10em;
display: table-cell;
vertical-align: middle
}
#fill-in{
padding:10px;
margin:0px;
margin-top: 20px;
}
#construction {
font-family: 'HelveticaNeue-UltraLight','Helvetica Neue UltraLight','Helvetica Neue',Arial,Helvetica,sans-serif;
color:#666666;
font-size:14px;
padding:0px;
margin:0px;
text-align:center;
}
#name {
color: #CC3399;
}
#is {
color:#FF3333;
}
#designer{
color:#FF6633;
}
#success{
width: 800px;
margin-left: auto;
margin-right: auto;
margin-top:200px;
color:#FF6633;
font-size: 30px;
}
input{
vertical-align: bottom;
text-align: center;
font-family:'Comic Sans','Comic Sans MS', 'cursive'
border:1px solid pink;
width: 230px;
height:30px;
padding-left:1px;
padding-top:10px;
margin-bottom:5px;
}
button{
background-color:purple;
border:0px;
padding:25px;
color:white;
font-size: 20px;
text-decoration:none;
margin-left:225px;
margin-top:50px;
}