From 3eac7ff5269b52ac322fb2328802df5ca517bc1b Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 4 Feb 2017 09:48:07 +0000 Subject: Initial setup content --- ikiwiki-bootstrap-theme/local.css | 59 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 ikiwiki-bootstrap-theme/local.css (limited to 'ikiwiki-bootstrap-theme/local.css') 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; +} -- cgit v1.2.3