summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2014-06-26 09:35:07 +0100
committerChristopher Baines <mail@cbaines.net>2014-06-26 09:35:07 +0100
commit0ad53658d97cb90094bb6fb0efe5889d81629198 (patch)
tree5ede44ead231ab21be318a506dce910074edb698 /local.css
parentf0b914b88509fefc4ba7198d086fae06fcfa9640 (diff)
downloadcbaines.net-0ad53658d97cb90094bb6fb0efe5889d81629198.tar
cbaines.net-0ad53658d97cb90094bb6fb0efe5889d81629198.tar.gz
Change to use style.css rather than local.css
Also override the page template to simplify the css.
Diffstat (limited to 'local.css')
-rw-r--r--local.css180
1 files changed, 0 insertions, 180 deletions
diff --git a/local.css b/local.css
deleted file mode 100644
index 1b0e6db..0000000
--- a/local.css
+++ /dev/null
@@ -1,180 +0,0 @@
-/* Adapted from a stylesheet by Edward O'Connor */
-/* http://edward.oconnor.cx/ */
-
-/* Undo default HTML styling of some elements */
-
-h1, h2, h3, h4, h5, h6 {
- font-weight: normal;
- margin: 0;
- padding: 0;
- text-align: left;
-}
-
-/* Basic layout */
-
-html, body {
- height: 100%;
- margin: 0;
- padding: 0;
-}
-
-.page {
- height: 100%;
- min-height: 100%;
- margin: 0 auto 0 auto;
- width: 65em;
- max-width: 98%;
- text-align: justify;
- hyphens: auto;
-}
-
-p {
- font-size: large;
- margin: 1.3125em 0;
- padding: 0;
-}
-
-li {
- font-size: large;
- padding: 0;
-}
-
-#sidebar-text p {
- font-size: 0.9em;
- text-align: right;
-}
-
-/* Typography */
-
-/* 6pt = 0.375em
- * 7pt = 0.4375em
- * 8pt = 0.5em
- * 9pt = 0.5625em
- * 10pt = 0.625em
- * 11pt = 0.6875em
- * 12pt = 0.75em
- * 14pt = 0.875em
- * 16pt = 1em
- * 18pt = 1.125em
- * 21pt = 1.3125em
- * 24pt = 1.5em
- * 36pt = 2.25em
- * 48pt = 3em
- * 60pt = 3.75em
- * 72pt = 4.5em
- */
-
-body {
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-size: 100%;
- line-height: 1.625;
-}
-
-h1 { font-size: 2.25em; line-height: 1.167; margin-bottom: .75em}
-h2 { font-size: 1.5em; line-height: 1.75; margin-bottom: .75em}
-h3 { font-size: 1.3125em; line-height: 2; margin-bottom: .75em}
-h4 { font-size: 1.25em; line-height: 1.05; }
-h5 { font-size: 1.125em; line-height: 1.167; }
-h6 { font-size: 1em; line-height: 1.3125; }
-
-/* Color */
-
-body {
- color: #000;
-}
-
-a:link, a:active, a:hover {
- text-decoration: none;
- color: rgb(0, 136, 204);
-}
-
-a:visited {
- text-decoration: none;
- color: rgb(0, 136, 204);
-}
-
-
-div.pageheader {
- padding-top: 20px;
- min-height: 60px;
- float: right;
- font-size: 0.9em;
- width: 58.5em;
-}
-
-.actions ul {
- height: auto;
-}
-
-div.sidebar {
- float: left;
- width: 160px;
-
- margin: auto;
- background: none;
-
- padding-top: 10px;
- padding-left: 10px;
-}
-
-div.sidebar table {
- margin-left: auto;
- margin-right: auto;
-}
-
-div.sidebar table caption {
- font-size: 1.5em;
- line-height: 1.4;
-}
-
-div.sidebar table img {
- border-radius: 15px;
-}
-
-#pagebody {
- margin: 0 auto 0 180px;
- border-left: 1px solid rgb(222, 222, 220);
- height: 100%;
- padding: 60px 0 0 20px;
-}
-
-.pageheader .actions ul {
- border-bottom: 0px
-}
-
-.sidebar {
- border: 0px;
-}
-
-div.sidebar a {
- border-bottom: 1px solid rgb(222, 222, 220);
- display: block;
-}
-
-div.sidebar span {
- border-bottom: 1px solid rgb(222, 222, 220);
- display: block;
- color: rgb(0, 136, 204);
-}
-
-.inlinepage {
- border: 0px;
- clear: right;
-}
-
-#pageinfo {
- display: none;
-}
-
-.trails {
- display: none;
-}
-
-.feedbutton {
- margin-top: 0;
-}
-
-.feedlink {
- float: right;
- clear: right;
-}