-
Notifications
You must be signed in to change notification settings - Fork 0
/
small_b.css
88 lines (75 loc) · 1.15 KB
/
small_b.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
html{
background-color: #E6E6D3;
}
.container{
width: 100%;
height: 100%;
background-color: #E6E6D3;
padding-left: 30px;
max-width: 1600px;
overflow: scroll;
margin-bottom: 75px;
}
.media {
width: 400px;
height: 20px;
float:right;
padding-right: 0px;
margin-right: 15px;
text-align: right;
}
.media i{
padding: 1px;
color: #333333;
}
.page-header{
border-bottom: 0px;
margin-bottom: -48px;
padding-top: 0px;
}
.page-header h1 span{
font-weight: bold;
color: #7A8A20;
padding: 5px;
}
#middle{
width: 100%;
border-top: 2px solid #666;
border-bottom: 2px solid #666;
padding-bottom: 10px;
margin-right: 0px;
margin-left: 0px;
}
#middle div {
padding-left: 0px;
padding-right: 0px;
padding-top: 10px;
height: 202px;
text-align: center;
}
#middle div img {
height: 100%;
width: 95%;
padding: 5px;
}
#blurb {
width: 75%;
min-width:200px;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
font-size: 16px;
}
.control-group{
text-align: center;
}
#textinput{
width: 170px;
border-radius: 1px;
}
#textarea{
width: 270px;
height: 100px;
border-radius: 1px;
border: 1px solid #666;
}