kopia lustrzana https://github.com/miklobit/TiddlyWiki5
27 wiersze
517 B
Plaintext
27 wiersze
517 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 .tw-page-container {
|
|
text-align: center;
|
|
}
|
|
|
|
html .story-river {
|
|
position: relative;
|
|
width: 770px;
|
|
padding: 42px;
|
|
margin: 0 auto;
|
|
text-align: left;
|
|
}
|
|
|
|
html .tw-sidebar-scrollable {
|
|
text-align: left;
|
|
left: 50%;
|
|
right: 0;
|
|
margin-left: 343px;
|
|
}
|
|
}
|