-
Notifications
You must be signed in to change notification settings - Fork 2
/
style.css
executable file
·134 lines (134 loc) · 4.38 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
128
129
130
131
132
133
134
* {
padding: 0;
margin: 0;
}
@font-face{
url(http://fonts.googleapis.com/css?family=Dosis|Great+Vibes);
}
body{
font: 100% Arial normal, sans-serif;
background-color: #F8F8F8;
color: #111;
}
p {
}
#wrapper {
margin: 0 auto;
}
.innerWrapper {
margin: 0 auto;
width: 900px;
}
#header {
width: 100%;
background-color: #0C5A81;
color: #FFF;
border-bottom: 1px solid #E6E6E6;
text-align: center;
}
#header h1 {
font-size: 4em;
color: #FFF;
text-shadow: -1px -1px #333;
padding-bottom: 10px;
}
#header h1 a {
color: #FFF;
text-decoration: none;
}
#subHead {
font-size: 2em;
width: 100%;
background-color: #D7E0E5;
border-bottom: 1px solid #888;
padding: 5px 0;
color: #222;
text-align: center;
}
#content {
width: 100%;
padding-top: 15px;
}
#mediaContainer {
position: absolute;
top: 0;
left: -2000px;
float: left;
}
/*used to clear floats*/
#leftCol {
height: 200px;
width: 425px;
margin-right: 46px;
float: left;
text-align: right;
}
#twitterButton {
padding: 5px 10px;
margin-top: 10px;
border: 1px solid #D84704;
box-shadow: 1px 1px 1px #888;
color: #FFF;
border-radius: 5px;
background: #cb7240; /* Old browsers */
background: -moz-linear-gradient(top, #cb7240 0%, #d84704 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb7240), color-stop(100%,#d84704)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #cb7240 0%,#d84704 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #cb7240 0%,#d84704 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #cb7240 0%,#d84704 100%); /* IE10+ */
background: linear-gradient(top, #cb7240 0%,#d84704 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb7240', endColorstr='#d84704',GradientType=0 ); /* IE6-9 */
}
#twitterButton:active {
background: #d84704; /* Old browsers */
background: -moz-linear-gradient(top, #d84704 0%, #cb7240 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d84704), color-stop(100%,#cb7240)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #d84704 0%,#cb7240 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #d84704 0%,#cb7240 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #d84704 0%,#cb7240 100%); /* IE10+ */
background: linear-gradient(top, #d84704 0%,#cb7240 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d84704', endColorstr='#cb7240',GradientType=0 ); /* IE6-9 */
}
#button {
padding: 5px 10px;
margin-top: 10px;
border: 1px solid #D84704;
box-shadow: 1px 1px 1px #888;
color: #FFF;
border-radius: 5px;
background: #cb7240; /* Old browsers */
background: -moz-linear-gradient(top, #cb7240 0%, #d84704 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb7240), color-stop(100%,#d84704)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #cb7240 0%,#d84704 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #cb7240 0%,#d84704 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #cb7240 0%,#d84704 100%); /* IE10+ */
background: linear-gradient(top, #cb7240 0%,#d84704 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb7240', endColorstr='#d84704',GradientType=0 ); /* IE6-9 */
}
#button:active {
background: #d84704; /* Old browsers */
background: -moz-linear-gradient(top, #d84704 0%, #cb7240 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d84704), color-stop(100%,#cb7240)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #d84704 0%,#cb7240 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #d84704 0%,#cb7240 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #d84704 0%,#cb7240 100%); /* IE10+ */
background: linear-gradient(top, #d84704 0%,#cb7240 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d84704', endColorstr='#cb7240',GradientType=0 ); /* IE6-9 */}
#rightCol {
height: 200px;
width: 420px;
border-radius: 5px;
border: 1px solid #CCC;
background-color: #FFF;
float: left;
}
textarea {
/*font: inherit;*/
font: 1em Arial normal, sans-serif;
width: 420px;
max-width: 420px;
height: 200px;
max-height: 200px;
border-radius: 5px;
border: 1px solid #CCC;
}