mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
f6ff0a7f71
A warning message appears at the top of the story river if any `$:/tags/stylesheet` tags are found. Fixing the first half of #824
27 lines
520 B
Plaintext
27 lines
520 B
Plaintext
title: $:/themes/tiddlywiki/centralised/styles.tid
|
|
tags: [[$:/tags/Stylesheet]]
|
|
|
|
\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline
|
|
|
|
@media (min-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {
|
|
|
|
html .tc-page-container {
|
|
text-align: center;
|
|
}
|
|
|
|
html .tc-story-river {
|
|
position: relative;
|
|
width: 770px;
|
|
padding: 42px;
|
|
margin: 0 auto;
|
|
text-align: left;
|
|
}
|
|
|
|
html .tc-sidebar-scrollable {
|
|
text-align: left;
|
|
left: 50%;
|
|
right: 0;
|
|
margin-left: 343px;
|
|
}
|
|
}
|