mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
parent
f28684d249
commit
c2bfe7f311
@ -6,6 +6,7 @@
|
||||
"tiddlywiki/snowwhite",
|
||||
"tiddlywiki/starlight",
|
||||
"tiddlywiki/stickytitles",
|
||||
"tiddlywiki/centralised",
|
||||
"giffmex/rocker",
|
||||
"giffmex/blue",
|
||||
"giffmex/blanca"
|
||||
|
10
themes/tiddlywiki/centralised/plugin.info
Normal file
10
themes/tiddlywiki/centralised/plugin.info
Normal 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"]
|
||||
}
|
25
themes/tiddlywiki/centralised/styles.tid
Normal file
25
themes/tiddlywiki/centralised/styles.tid
Normal 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;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user