-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
executable file
·65 lines (61 loc) · 1.49 KB
/
style.css
File metadata and controls
executable file
·65 lines (61 loc) · 1.49 KB
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
body
{
margin:0;
}
#container
{
border: 1px solid black;
border-radius: 30px;
margin: auto;
width: 80%;
position: relative;
text-align:center;
padding: 20px;
}
#container #tweet
{
background-color:#F0FFFF;
border-radius: 30px;
float: left;
width: 96.5%;
font-size: 2em;
padding: 20px;
}
#container #tweet div
{
text-align:left;
}
#container img
{
width: 20%;
height: 20%;
float:left;
padding-right: 20px;
border-radius: 30px;
}
#container iframe
{
clear: both;
text-decoration: none;
border:none;
padding-top: 20px;
}
#head
{
width:100%;
color:#FAFAFA;
height:170px;
text-shadow: 3px 2px 0px rgba(150, 150, 150, 0.59);
background: #39d800; /* Old browsers */
background: -moz-linear-gradient(top, #39d800 0%, #00a008 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#39d800), color-stop(100%,#00a008)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #39d800 0%,#00a008 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #39d800 0%,#00a008 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #39d800 0%,#00a008 100%); /* IE10+ */
background: linear-gradient(to bottom, #39d800 0%,#00a008 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39d800', endColorstr='#00a008',GradientType=0 ); /* IE6-9 */
font-family: Brush Script MT;
font-weight:bold;
font-size:8em;
text-align:center;
}