diff --git a/editions/tw5.com/tiddlywiki.info b/editions/tw5.com/tiddlywiki.info index 781ce12a5..52d4072a7 100644 --- a/editions/tw5.com/tiddlywiki.info +++ b/editions/tw5.com/tiddlywiki.info @@ -11,6 +11,7 @@ "tiddlywiki/snowwhite", "tiddlywiki/nighttime", "tiddlywiki/starlight", + "tiddlywiki/seamless", "tiddlywiki/stickytitles", "tiddlywiki/centralised", "tiddlywiki/readonly" diff --git a/themes/tiddlywiki/seamless/base.tid b/themes/tiddlywiki/seamless/base.tid new file mode 100644 index 000000000..51ad60e69 --- /dev/null +++ b/themes/tiddlywiki/seamless/base.tid @@ -0,0 +1,75 @@ +title: $:/themes/tiddlywiki/seamless/base +tags: [[$:/tags/stylesheet]] + +\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline + +.tw-page-controls button svg, .tw-tiddler-controls button svg, .tw-topbar button svg { + <> +} + +.tw-tiddler-controls button.tw-selected svg { + <> +} + +.tw-drop-down { + border-radius: 4px; + <> +} + +.tw-block-dropdown { + border-radius: 4px; + <> +} + +.tw-modal-displayed { + -webkit-filter: blur(4px); +} + +.modal { + border-radius: 6px; + <> +} + +.modal-footer { + border-radius: 0 0 6px 6px; + <>; +} + +.tw-alert { + border-radius: 6px; + <> +} + +.tw-notification { + border-radius: 6px; + <> + text-shadow: 0 1px 0 rgba(255,255,255, 0.8); +} + +.tw-message-box img { + <> +} + +@media (min-width: {{$:/themes/tiddlywiki/vanilla/metrics##storywidth}}) { + + body.tw-body .tw-tiddler-frame { + padding: 0; + } + + body.tw-body .tw-sidebar-scrollable { + padding: 57px 0 28px 42px; + } + +} + +html body.tw-body { + background-color: <>; +} + +body.tw-body .tw-page-controls svg { + fill: <>; +} + +body.tw-body .tw-sidebar-lists .tw-tab-buttons button.tw-tab-selected { + background-color: <>; +} diff --git a/themes/tiddlywiki/seamless/plugin.info b/themes/tiddlywiki/seamless/plugin.info new file mode 100644 index 000000000..7506619e8 --- /dev/null +++ b/themes/tiddlywiki/seamless/plugin.info @@ -0,0 +1,9 @@ +{ + "title": "$:/themes/tiddlywiki/seamless", + "name": "Seamless", + "author": "JeremyRuston", + "core-version": ">=5.0.0", + "plugin-type": "theme", + "description": "Borderless tiddlers", + "dependents": ["$:/themes/tiddlywiki/vanilla"] +}