2013-07-03 21:59:35 +00:00
|
|
|
title: $:/themes/tiddlywiki/centralised/styles.tid
|
2014-09-10 08:13:21 +00:00
|
|
|
tags: [[$:/tags/Stylesheet]]
|
2013-07-03 21:59:35 +00:00
|
|
|
|
|
|
|
\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline
|
|
|
|
|
2014-07-06 15:55:51 +00:00
|
|
|
@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;
|
|
|
|
}
|
|
|
|
|
2014-08-28 16:26:21 +00:00
|
|
|
html .tc-story-river {
|
2013-07-08 16:19:50 +00:00
|
|
|
position: relative;
|
2013-09-15 10:01:35 +00:00
|
|
|
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;
|
2014-03-25 14:29:16 +00:00
|
|
|
margin-left: 343px;
|
2013-07-03 21:59:35 +00:00
|
|
|
}
|
|
|
|
}
|