mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-03-24 12:26:56 +00:00
Add first versions of Dave Gifford's themes
This commit is contained in:
parent
a0a6b69a4e
commit
64f8d07dde
editions/tw5.com
themes/giffmex
@ -4,6 +4,9 @@
|
||||
],
|
||||
"themes": [
|
||||
"tiddlywiki/snowwhite",
|
||||
"tiddlywiki/starlight"
|
||||
"tiddlywiki/starlight",
|
||||
"giffmex/rocker",
|
||||
"giffmex/blue",
|
||||
"giffmex/bianca"
|
||||
]
|
||||
}
|
10
themes/giffmex/bianca/plugin.info
Normal file
10
themes/giffmex/bianca/plugin.info
Normal file
@ -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"]
|
||||
}
|
56
themes/giffmex/bianca/styles.tid
Normal file
56
themes/giffmex/bianca/styles.tid
Normal file
@ -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;
|
||||
}
|
10
themes/giffmex/blue/plugin.info
Normal file
10
themes/giffmex/blue/plugin.info
Normal file
@ -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"]
|
||||
}
|
49
themes/giffmex/blue/styles.tid
Normal file
49
themes/giffmex/blue/styles.tid
Normal file
@ -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;}
|
10
themes/giffmex/rocker/plugin.info
Normal file
10
themes/giffmex/rocker/plugin.info
Normal file
@ -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"]
|
||||
}
|
45
themes/giffmex/rocker/styles.tid
Normal file
45
themes/giffmex/rocker/styles.tid
Normal file
@ -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;}
|
Loading…
x
Reference in New Issue
Block a user