[1.9.31] - added empty styles.css in tyto/tpl_files
This commit is contained in:
parent
fca139bd44
commit
fb2c2cb86a
|
@ -0,0 +1,94 @@
|
||||||
|
/*
|
||||||
|
* Raw empty styles used by Tyto _ Littérateur
|
||||||
|
* "tyto" is default. replace with YOUR domain css name if changed
|
||||||
|
* Some classes from markers, like paragraphs, lists... can have custom classes
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* ----------------------------------------------------------------------------
|
||||||
|
* Article styles
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Generic for all links <a class="tyto" */
|
||||||
|
a.tyto {}
|
||||||
|
|
||||||
|
/* Specific link for target file <a class="tyto file"> */
|
||||||
|
a.file {}
|
||||||
|
|
||||||
|
/* Specific link for non target file <a class="tyto link" */
|
||||||
|
a.link {}
|
||||||
|
|
||||||
|
/* anchor link <a class="tyto anchor_link" */
|
||||||
|
a.anchor_link {}
|
||||||
|
a.anchor_target {}
|
||||||
|
|
||||||
|
/* hr and br */
|
||||||
|
hr.tyto {}
|
||||||
|
br.tyto {}
|
||||||
|
|
||||||
|
/* Titles */
|
||||||
|
h2.tyto, h3.tyto, h4.tyto, h5.tyto, h6.tyto {}
|
||||||
|
|
||||||
|
/* Paragraphs */
|
||||||
|
p.tyto {}
|
||||||
|
|
||||||
|
/* abbr */
|
||||||
|
abbr.tyto {}
|
||||||
|
|
||||||
|
/* Words tags (strong, em, u...)*/
|
||||||
|
strong.tyto {}
|
||||||
|
b.tyto {}
|
||||||
|
em.tyto {}
|
||||||
|
u.tyto {}
|
||||||
|
i.tyto {}
|
||||||
|
cite.tyto {}
|
||||||
|
q.tyto {}
|
||||||
|
del.tyto {}
|
||||||
|
|
||||||
|
/* code for blockquote */
|
||||||
|
code.tyto {}
|
||||||
|
code.bcode {}
|
||||||
|
/* A line contains */
|
||||||
|
p.bcode {}
|
||||||
|
span.ln {}
|
||||||
|
span.line {}
|
||||||
|
/* Generic class for both ln, line*/
|
||||||
|
span.bcode {}
|
||||||
|
/* When using _code:NAME */
|
||||||
|
/* ! No class a.tyto */
|
||||||
|
footer.bcode {}
|
||||||
|
a.bcode {}
|
||||||
|
|
||||||
|
/* div when using markers [[ ... ]] */
|
||||||
|
div.tyto {}
|
||||||
|
|
||||||
|
/* Blockquote */
|
||||||
|
blockquote.tyto {}
|
||||||
|
footer.quote()
|
||||||
|
p.quote {}
|
||||||
|
/* has also a.tyto */
|
||||||
|
a.quote {}
|
||||||
|
|
||||||
|
/* Lists ol, ul, li */
|
||||||
|
/* ! sub ol and sub li have NO class */
|
||||||
|
ol.tyto {}
|
||||||
|
ul.tyto {}
|
||||||
|
li.tyto {}
|
||||||
|
|
||||||
|
/* Images */
|
||||||
|
/* Generic image link */
|
||||||
|
a.image {}
|
||||||
|
/* Logo */
|
||||||
|
a.post_logo {}
|
||||||
|
img.post_logo {}
|
||||||
|
/* Legacy image link has also a.tyto OR a.MYCUSTOMCSS */
|
||||||
|
img.tyto {}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue