-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathalok.css
73 lines (71 loc) · 1.26 KB
/
alok.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
@media (min-width: 768px) {
.container-narrow {
margin: 0 auto;
width: 700px;
}
}
@media (max-width: 767px) {
.smart_list {
list-style-type: none;
}
.smart_list span {
display: block;
}
.smart_list li {
padding-top: 10px;
}
}
.jumbotron h1 {
font-size: 32px;
}
section {
padding-top: 20px;
}
.page-header {
padding-bottom: 0px;
margin-bottom: 20px;
}
h3 {
margin-bottom: 0px;
}
.menu {
top: 40px;
width: 0px;
position: fixed;
}
.profile {
position: relative;
left: -170px;
width: 140px;
overflow: visible;
}
li span {
font-size: small;
color: gray;
}
body { margin-top: 40px; }
.external {
padding-right: 13px;
background: center right no-repeat url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAVklEQVR4Xn3PgQkAMQhDUXfqTu7kTtkpd5RA8AInfArtQ2iRXFWT2QedAfttj2FsPIOE1eCOlEuoWWjgzYaB/IkeGOrxXhqB+uA9Bfcm0lAZuh+YIeAD+cAqSz4kCMUAAAAASUVORK5CYII=');
}
footer {
border-top: 1px solid #ccc;
padding-top: 10px;
margin-top: 40px;
}
.page-header {
border-bottom: 1px solid #ccc !important;
}
.vbar {
border-left: 1px solid #ccc;
margin-left: 2px;
margin-right: 5px;
}
.hero-unit {
margin-top: 20px !important;
}
.mythumbnail {
margin: 40px 20px 40px 20px;
float: left;
width: 300px;
}