1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 10:07:19 +00:00

Add centralised theme

Fix #110
This commit is contained in:
Jeremy Ruston 2013-07-03 22:59:35 +01:00
parent f28684d249
commit c2bfe7f311
3 changed files with 36 additions and 0 deletions

View File

@ -6,6 +6,7 @@
"tiddlywiki/snowwhite",
"tiddlywiki/starlight",
"tiddlywiki/stickytitles",
"tiddlywiki/centralised",
"giffmex/rocker",
"giffmex/blue",
"giffmex/blanca"

View File

@ -0,0 +1,10 @@
{
"title": "$:/themes/tiddlywiki/centralised",
"name": "Centralised",
"author": "JeremyRuston",
"version": "0.0.0",
"core-version": ">=5.0.0",
"plugin-type": "theme",
"description": "Experimental theme with a centred text column",
"dependents": ["$:/themes/tiddlywiki/snowwhite"]
}

View File

@ -0,0 +1,25 @@
title: $:/themes/tiddlywiki/centralised/styles.tid
tags: [[$:/tags/stylesheet]]
\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline
@media (min-width: 55em) {
.tw-page-container {
text-align: center;
}
.story-river {
width: 55em;
padding: 3em;
margin: 0 auto;
text-align: left;
}
.sidebar-header {
text-align: left;
left: 50%;
right: 0;
padding-left: 29.5em;
}
}