summaryrefslogtreecommitdiff
path: root/ikiwiki-bootstrap-theme/local.css
diff options
context:
space:
mode:
Diffstat (limited to 'ikiwiki-bootstrap-theme/local.css')
-rw-r--r--ikiwiki-bootstrap-theme/local.css59
1 files changed, 59 insertions, 0 deletions
diff --git a/ikiwiki-bootstrap-theme/local.css b/ikiwiki-bootstrap-theme/local.css
new file mode 100644
index 0000000..b5f3579
--- /dev/null
+++ b/ikiwiki-bootstrap-theme/local.css
@@ -0,0 +1,59 @@
+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;
+}