-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathstyle.css
139 lines (130 loc) · 2.31 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
135
136
137
138
139
html,
body {
height: 100%;
}
/* Wrapper for page content to push down footer */
#wrap {
min-height: 100%;
height: auto !important;
height: 100%;
/* Negative indent footer by it's height */
margin: 0 auto -60px;
}
/* Set the fixed height of the footer here */
#push,
#footer {
height: 60px;
}
#footer {
background-color: #f5f5f5;
}
/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
#footer {
margin-left: -20px;
margin-right: -20px;
padding-left: 20px;
padding-right: 20px;
}
}
.form-signin {
max-width: 300px;
padding: 19px 29px 29px;
margin: 0px auto 90px;
background-color: #fff;
border: 1px solid #e5e5e5;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
margin-bottom: 5px;
}
.form-signin input[type="text"],
.form-signin input[type="password"] {
}
.container .credit {
margin: 20px 0;
}
.jumbotron {
margin: 10px 0;
text-align: center;
}
.jumbotron h1 {
font-size: 72px;
line-height: 1;
}
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px;
}
.container-narrow {
margin: 0 auto 60px;
max-width: 1000px;
}
.stats {
overflow: hidden;
border-top: 1px solid #e8e8e8;
border-bottom: 1px solid #e8e8e8;
}
.stats a {
float: left;
padding: 7px 12px;
color: #999;
font-size: 12px;
line-height: 16px;
text-transform: uppercase;
border-left: 1px solid #e8e8e8;
}
.stats li {
display: inline;
}
.well {
padding: 5px;
}
.tweet-content textarea{
margin: 10px;
padding: 5px;
width: 325px;
height: 50px;
}
.account-summary-small .span3{
margin-left: 10px;
text-align: left;
}
.infolist .media-body,
.tweetContainer .media-body{
text-align: left;
}
.infolist .media{
margin-top:5px;
}
.js-mini-profile-stats ul, .js-mini-profile-stats ol {
padding: 0;
margin: 0;
}
ul.js-mini-profile-stats{
padding: 0;
margin: 0;
}
.profile-summary{
min-height: 60px;
}
.infolist .media-body p,
.profile-summary span{
font-size:12px;
line-height: 14px;
}
.userlist .media-body p{
text-align: left;
font-size:12px;
line-height: 14px;
}
.tab-content {
max-height: 400px;
overflow: auto;
}