From 64f8d07dde16ed5847aed4b58ac67ab36584412c Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Tue, 14 May 2013 14:24:34 +0100 Subject: [PATCH] Add first versions of Dave Gifford's themes --- editions/tw5.com/tiddlywiki.info | 5 ++- themes/giffmex/bianca/plugin.info | 10 ++++++ themes/giffmex/bianca/styles.tid | 56 +++++++++++++++++++++++++++++++ themes/giffmex/blue/plugin.info | 10 ++++++ themes/giffmex/blue/styles.tid | 49 +++++++++++++++++++++++++++ themes/giffmex/rocker/plugin.info | 10 ++++++ themes/giffmex/rocker/styles.tid | 45 +++++++++++++++++++++++++ 7 files changed, 184 insertions(+), 1 deletion(-) create mode 100644 themes/giffmex/bianca/plugin.info create mode 100644 themes/giffmex/bianca/styles.tid create mode 100644 themes/giffmex/blue/plugin.info create mode 100644 themes/giffmex/blue/styles.tid create mode 100644 themes/giffmex/rocker/plugin.info create mode 100644 themes/giffmex/rocker/styles.tid diff --git a/editions/tw5.com/tiddlywiki.info b/editions/tw5.com/tiddlywiki.info index 75f5ee633..3d8289a0e 100644 --- a/editions/tw5.com/tiddlywiki.info +++ b/editions/tw5.com/tiddlywiki.info @@ -4,6 +4,9 @@ ], "themes": [ "tiddlywiki/snowwhite", - "tiddlywiki/starlight" + "tiddlywiki/starlight", + "giffmex/rocker", + "giffmex/blue", + "giffmex/bianca" ] } \ No newline at end of file diff --git a/themes/giffmex/bianca/plugin.info b/themes/giffmex/bianca/plugin.info new file mode 100644 index 000000000..b02d6de76 --- /dev/null +++ b/themes/giffmex/bianca/plugin.info @@ -0,0 +1,10 @@ +{ + "title": "$:/themes/giffmex/bianca", + "name": "Bianca", + "author": "DaveGifford", + "version": "0.0.0", + "core-version": ">=5.0.0", + "plugin-type": "theme", + "description": "A clean white theme to let you focus", + "dependents": ["$:/themes/tiddlywiki/snowwhite"] +} diff --git a/themes/giffmex/bianca/styles.tid b/themes/giffmex/bianca/styles.tid new file mode 100644 index 000000000..de4ef770e --- /dev/null +++ b/themes/giffmex/bianca/styles.tid @@ -0,0 +1,56 @@ +title: $:/themes/giffmex/bianca/styles.tid +tags: [[$:/tags/stylesheet]] + +body { +font-size:14px; +line-height:20px; +background-color:#ffffff; +} + +.tw-page-controls {background-color:#ffffff; +padding:8px;} + +.tw-sidebar-lists a.tw-tiddlylink { +color: #5959c0; +} + +h1 { + font-size: 1.5em; + margin: 0.67em 0; +padding-top:1em;} + + +table th {padding:10px;vertical-align:top;} +table td {padding:10px;vertical-align:top; background-color:#ffffff;} +table th {color: #000;background-color:#eee;font-weight:normal;} +table th {border-color:#000;} +table td {border-color:#000;} +table {border-color:#000;} + +.blueTable td {background-color:#eeeeff;} +.blueTable th {background-color: #cccccc;} + +.tw-tag-label { +font-weight:normal; + padding: 4px 6px; + color: #000000; + text-shadow: none; + background-color: #ffeebb; +} + +.title { + color: #ff9900; +} + +.tw-tiddler-frame { +border-style:solid;border-color:#eee;border-width:1px; +} + +.tw-tab-buttons button { + background-color: #eee; +} + +.tw-tab-buttons button.tw-tab-selected { + background-color: #ffffff; + border-bottom: 1px solid #ffffff; +} diff --git a/themes/giffmex/blue/plugin.info b/themes/giffmex/blue/plugin.info new file mode 100644 index 000000000..1d279ab5e --- /dev/null +++ b/themes/giffmex/blue/plugin.info @@ -0,0 +1,10 @@ +{ + "title": "$:/themes/giffmex/blue", + "name": "Blue", + "author": "DaveGifford", + "version": "0.0.0", + "core-version": ">=5.0.0", + "plugin-type": "theme", + "description": "A blue theme", + "dependents": ["$:/themes/tiddlywiki/snowwhite"] +} diff --git a/themes/giffmex/blue/styles.tid b/themes/giffmex/blue/styles.tid new file mode 100644 index 000000000..f05cb9db0 --- /dev/null +++ b/themes/giffmex/blue/styles.tid @@ -0,0 +1,49 @@ +title: $:/themes/giffmex/blue/styles.tid +tags: [[$:/tags/stylesheet]] + +body { +font-size:14px; +line-height:20px; +background-color:#ddddff; +} + +.tw-sidebar-lists a.tw-tiddlylink { +color: #5959c0; +} + +.tw-page-controls {background-color:#ddddff; +padding:8px;} + +.title { + color: #5959c0; +} + +.tw-tab-buttons button { + background-color: #ccccdd; +} + +.tw-tab-buttons button.tw-tab-selected { + background-color: #ddddff; + border-bottom: 1px solid #ddddff; +} + +.tw-tag-label { +font-weight:normal; + padding: 4px 6px; + color: #000000; + text-shadow: none; + background-color: #eeeeff; +} + +h1 { + font-size: 1.5em; + margin: 0.67em 0; +padding-top:1em;} + + +table th {padding:10px;vertical-align:top;} +table td {padding:10px;vertical-align:top; background-color:#ffffff;} +table th {color: #000;background-color:#eee;font-weight:normal;} +table th {border-color:#000;} +table td {border-color:#000;} +table {border-color:#000;} diff --git a/themes/giffmex/rocker/plugin.info b/themes/giffmex/rocker/plugin.info new file mode 100644 index 000000000..07c1f2b57 --- /dev/null +++ b/themes/giffmex/rocker/plugin.info @@ -0,0 +1,10 @@ +{ + "title": "$:/themes/giffmex/rocker", + "name": "Rocker", + "author": "DaveGifford", + "version": "0.0.0", + "core-version": ">=5.0.0", + "plugin-type": "theme", + "description": "A dark theme", + "dependents": ["$:/themes/tiddlywiki/snowwhite"] +} diff --git a/themes/giffmex/rocker/styles.tid b/themes/giffmex/rocker/styles.tid new file mode 100644 index 000000000..5e62851d8 --- /dev/null +++ b/themes/giffmex/rocker/styles.tid @@ -0,0 +1,45 @@ +title: $:/themes/giffmex/rocker/styles.tid +tags: [[$:/tags/stylesheet]] + +body { font-size:14px;line-height:20px; background-color:#000000;} +.tw-page-controls {background-color:#000000; padding:8px;} + +.title {color: #cc0000;} +a.tw-tiddlylink {text-decoration: none;font-style: normal;font-weight: bold;color: #cc0000;} +.tw-sidebar-lists a.tw-tiddlylink {color: #cc0000;} +.sidebar-header {text-shadow: none;} + +.tw-tag-label { +font-weight:normal; + padding: 4px 6px; + color: #000000; + text-shadow: none; + background-color: #ffbb99; +} + +.tw-missing-tiddler-label { + font-style: italic; + font-weight: normal; +color:#cc0000; +} + +.tw-tab-buttons button {background-color: #000;color:#cc0000;font-weight:bold;border: 1px solid #665544;} + +.tw-tab-buttons button.tw-tab-selected {background-color: #000;color:#ff8800;font-weight:bold;border-bottom: 1px solid #000;} + +.tw-tab-divider { + border: 1px solid #654; +} + +h1 { + font-size: 1.5em; + margin: 0.67em 0; +padding-top:1em;} + + +table th {padding:10px;vertical-align:top;} +table td {padding:10px;vertical-align:top; background-color:#ffffff;} +table th {color: #000;background-color:#eee;font-weight:normal;} +table th {border-color:#000;} +table td {border-color:#000;} +table {border-color:#000;}