mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-27 15:01:07 -08:00
There are still some whitespace and attribute ordering issues, but the result runs correctly.
14 lines
482 B
Text
Executable file
14 lines
482 B
Text
Executable file
<div title="StyleSheetLocale">
|
|
<pre>/***
|
|
StyleSheet for use when a translation requires any css style changes.
|
|
This StyleSheet can be used directly by languages such as Chinese, Japanese and Korean which need larger font sizes.
|
|
***/
|
|
/*{{{*/
|
|
body {font-size:0.8em;}
|
|
#sidebarOptions {font-size:1.05em;}
|
|
#sidebarOptions a {font-style:normal;}
|
|
#sidebarOptions .sliderPanel {font-size:0.95em;}
|
|
.subtitle {font-size:0.8em;}
|
|
.viewer table.listView {font-size:0.95em;}
|
|
/*}}}*/</pre>
|
|
</div>
|