-
Notifications
You must be signed in to change notification settings - Fork 1
/
bootstrap.css
39 lines (36 loc) · 1.17 KB
/
bootstrap.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
/* Theme: Bootstrap theme */
/* Version: 0.0.2 */
/* Designer: Andrea Zanellato */
body {
padding-top:50px;
margin:1em;
}
.sitename-logo {
display:inline-block;
background-image:url(assets/icon.png);
background-size:cover;
width:42px; height:42px; margin:4px 0 0 0;
vertical-align:baseline;
}
.with-sidebar .main { margin-right:17em; }
.with-sidebar .sidebar { float:right; width:16em; margin-top:5em; padding:2px; overflow:hidden; font-size:0.9em; }
.with-sidebar .sidebar .search-form input { width:100%; box-sizing:border-box; }
.content .threepages { margin:0; padding:0; list-style:none; width:100%; }
.content .threepages li { padding-bottom:1em; text-align:center; vertical-align:top; display:inline-block; width:32%; }
.footer { margin-top:2em; clear:both; }
.footer-left { float:left; }
.footer-right { float:right; }
.footer-right a {
display:inline-block;
box-sizing:border-box;
border-radius:20px;
width:25px;
height:25px;
margin-top:-20px;
text-align:center;
}
.footer-banner { clear:both; }
.left { float:left; margin:0 1em 0 0; }
.center { display:block; margin:0 auto; }
.right { float:right; margin:0 0 0 1em; }
.page { margin:0 auto; max-width:1000px; }