-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.css
executable file
·127 lines (111 loc) · 2.74 KB
/
index.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
@import url(bootstrap.min.css);
@import url(http://fonts.googleapis.com/css?family=Play:400,700);
* {
font-family: Play;
}
body {
padding-top: 85px;
background: /*#e1e1e1*/#111111;
}
body, body > * {
color: whiteSmoke !important;
}
h1, h2, h3, h4, h5, h6 {
color: inherit;
}
.hero-unit, .well {
color: #111111 !important;
}
.topbar .topbar-inner .container-fluid {
padding-top: 25px;
}
.topbar .nav a:hover, a {
color: #f1267c;
}
a:hover {
color: #c62167;
}
.topbar .nav .active a {
color: #d7236f !important;
font-weight: bold !important;
background: #0d0d0d !important;
}
img.logo {
position: absolute;
margin-left: -/*199 95*/110px;
left: 50%;
height: auto;
width: /*398 190*/220px;
}
.container-fluid > .sidebar-left {
float: left;
width: 332px;
left: 20px;
position: absolute;
}
.container-fluid > .sidebar-right {
float: right;
width: 332px;
right: 20px;
position: absolute;
}
.container-fluid > .sidebar-left ~ .content {
margin-left: 352px !important;
margin-right: 0px !important;
}
.container-fluid > .sidebar-right ~ .content {
margin-right: 352px !important;
margin-left: 0px !important;
}
#content {
min-height: 860px;
}
.topbar .pull-right * {
margin-right: 25px;
margin-bottom: -5px !important;
}
.hero-unit h1 {
margin-bottom: 10px !important;
}
.row h1, h2, h3, h4, h5, h6 {
line-height: 20px !important;
}
.row {
margin-bottom: 20px;
}
.btn:hover {
background-position: 0 -15px;
color: #333;
text-decoration: none;
}
.btn:focus {
outline: 1px dotted #666;
}
.btn.primary {
color: #ffffff;
background-color: #ff6fff;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#ffa6c9), to(#ff6fff));
background-image: -moz-linear-gradient(top, #ffa6c9, #ff6fff);
background-image: -ms-linear-gradient(top, #ffa6c9, #ff6fff);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa6c9), color-stop(100%, #ff6fff));
background-image: -webkit-linear-gradient(top, #ffa6c9, #ff6fff);
background-image: -o-linear-gradient(top, #ffa6c9, #ff6fff);
background-image: linear-gradient(top, #ffa6c9, #ff6fff);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa6c9', endColorstr='#ff6fff', GradientType=0);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
border-color: #ff6fff #ff6fff #003f81;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.active, .btn:active {
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
span.bull:before {
content: '\2022';
margin: 0px 5px;
}
footer, hr {
border-color: gray;
}