S5 Themes Support
Added support for S5 Themes. Themes are stored in the public/s5/themes/ directory. 6 themes are included: default, nautilus, blue, flower, i18n, pixel.
This commit is contained in:
parent
5ff1b7f6da
commit
f482036683
37 changed files with 541 additions and 14 deletions
19
public/s5/ui/core/math.css
Normal file
19
public/s5/ui/core/math.css
Normal file
|
@ -0,0 +1,19 @@
|
|||
merror {display:inline;font-size:1em;}
|
||||
math[display=block] {overflow:auto;}
|
||||
math { white-space: nowrap }
|
||||
.maruku-eq-number {float:right}
|
||||
.blockquotesource {margin-left:1em;}
|
||||
table.plaintable {
|
||||
border-collapse:collapse;
|
||||
margin-left:30px;
|
||||
border:0;
|
||||
}
|
||||
.plaintable td {border:1px solid #000; padding: 3px;}
|
||||
.plaintable th {padding: 3px;}
|
||||
.plaintable caption {
|
||||
font-weight: bold;
|
||||
font-size:1.1em;
|
||||
text-align:center;
|
||||
margin-left:30px;
|
||||
}
|
||||
.noborder td, .noborder th {border:0}
|
Loading…
Add table
Add a link
Reference in a new issue