-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbootstrapTest.css
98 lines (81 loc) · 1.4 KB
/
bootstrapTest.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
body{
background: url('http://beathound.com/img/wood_pattern.png');
height:1019px;
}
#mainbox{
position:relative;
background-color:#FFFFFF;
opacity:0.8;
height:87%;
max-width:618px;
top:92px;
text-align:center;
border-radius:3px;
}
#beenHereBefore{
position:absolute;
top:10px;
right:15px;
background-color:#EEEEEE;
border: 1px solid #CCCCCC;
padding: 10px;
}
#logo{
position:relative;
width:100px;
top:20px;
}
#logoText{
position:relative;
top:20px;
}
#hound{
color:darkorange;
text-shadow: 1px 1px 2px rgba(138, 119, 0, 0.6);
font-weight:bold;
font-family:'Dosis', 'Helvetica',sans-serif;
}
#contentBox{
text-align:center;
}
#beat{
font-weight:100;
font-family:'Dosis', sans-serif;
}
#splashText{
position:relative;
text-align:center;
font-family:'Dosis', sans-serif;
font-weight:lighter;
font-size:32px;
top:20px;
}
#uploadNowText{
position:relative;
top:40px;
}
#form{
position:relative;
top:60px;
border: 2px solid #e0ddd6;
width:466px;
height:196px;
left:75px;
}
#getFile{
padding:20px;
}
#emailInput{
opacity:0.9;
}
#analyze{
position:relative;
background-color: #5dbb5d;
border-radius:3px;
opacity:1;
top:10px;
}
#helpText{
position:relative;
top:30px;
}