-
Notifications
You must be signed in to change notification settings - Fork 0
/
local.css
79 lines (64 loc) · 1009 Bytes
/
local.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
body {
font-family: Verdana, Arial;
}
h1 {
font-size: 24px;
}
h2 {
font-size: 18px;
}
h3 {
font-size: 17px;
}
header nav {
padding: 40px 0 10px 0;
}
.actions.navbar-default {
border: none;
background: none;
}
.wiki-logo {
margin-top: -50px;
}
.title {
text-transform: capitalize;
}
.navbar-nav>li>span {
color: rgb(119, 119, 119);
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
@media (min-width: 768px)
.navbar-nav>li>span {
padding-top: 15px;
padding-bottom: 15px;
}
.nav>li>span {
line-height: 20px;
position: relative;
display: block;
padding: 15px 15px;
}
.spacer {
height: 10px;
padding: 10px 0;
}
.recentchanges-table {
table-layout: fixed;
}
.ikiwiki-sidebar {
float:right;
border-width:thin;
border-style:dashed;
border-color:#C8C8C8;
border-bottom-left-radius:1em;
border-top-style:none;
border-right-style:none;
box-shadow:inset 0.2em -0.2em 0.2em #C8C8C8;
}
.ikiwiki-navbar {
padding-right:2em;
}
img.wiki-logo {
max-width:64px;
max-height:64px;
}