Open floq-design opened 8 years ago
Application-wide font can be set either in user css or a theme file. Simply apply the font to body.
body { font-family: Arial; }
Agreed. It's better to be able to style the two dividers separately.
To change the border underneath the note tile in editor/preview, use this:
#titlearea { border-bottom: 1px solid red; }
Color selections should work, unless you are running Yosemite.
The code you use to style tags is correct. It should work in editor and preview. Maybe something else in the theme file is broken.
Maybe I will add those options to the theme file.
By 'application wide' I mean the whole Quiver app fonts.
Even when using body { font-family: ... }
the fonts in the following sections are not being styled:
Tried and tested the tag styling - definitely not working. Seems preview window gets extra styling attributes to Editor and Multi-note views?
General
Be great to be able to set an app-wide font and then specify sizes in the theme / Preferences > Styles options.
Dividers
It would be great to split left and right for these borders to give finer control when creating themes.
For example:
topLeftColor
,topRightColor
,middleLeftColor
etc.Note view
Editor and Preview windows - how do you change the color of the stroke under the note title?
Color selections don't work
sidebar > table and notebookPicker > table styling issues. The styles with colors
#f00
and#0f0
indicate non-working styles.and...
Editor window
Style the tags - eg. add border - how? It's possible in the Presentation window using but the same code doesn't work in the Editor:
Export styling
Is it possible to add styles for PDF & Print and HTML output in-theme? For example:
I know users can add Styles in the Preferences but how to do it with a theme?