1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-27 15:53:14 +00:00
TiddlyWiki5/themes/tiddlywiki/centralised/styles.tid

27 lines
520 B
Plaintext
Raw Normal View History

2013-07-03 21:59:35 +00:00
title: $:/themes/tiddlywiki/centralised/styles.tid
tags: [[$:/tags/Stylesheet]]
2013-07-03 21:59:35 +00:00
\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline
@media (min-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {
2013-07-03 21:59:35 +00:00
2014-08-28 18:41:29 +00:00
html .tc-page-container {
2013-07-03 21:59:35 +00:00
text-align: center;
}
html .tc-story-river {
position: relative;
width: 770px;
padding: 42px;
2013-07-03 21:59:35 +00:00
margin: 0 auto;
text-align: left;
}
2014-08-28 18:41:29 +00:00
html .tc-sidebar-scrollable {
2013-07-03 21:59:35 +00:00
text-align: left;
left: 50%;
right: 0;
margin-left: 343px;
2013-07-03 21:59:35 +00:00
}
}