.. vim: noexpandtab fileencoding=utf-8 nomodified wrap textwidth=200 foldmethod=marker foldmarker={{{,}}} foldcolumn=4 ruler showcmd lcs=tab\:|- list :date: 2020.07.13 11:40:23 :updated: 2020.07.13 11:40:23 :tags: css,pelican :authors: Gilhad :summary: Různé vychytávky, co jsem použil pro design... :title: CSS - vychytávky :nice_title: |css| CSS - vychytávky %HEADER% .. |css| image:: .root/logos/css.png Strike ================================================================================ definice .. role:: strike :class: strike .. code:: .. role:: strike :class: strike použití :strike:`není možno` kdekoli .. code:: použití :strike:`není možno` kdekoli CSS .. code:: .strike { text-decoration: line-through; } Komentář ================================================================================ dvě tečky na začátku řádky, další řádka odsazená je komentář a všechno dál, co je odsazené ``__ .. code:: .. This is coment This too Even this is coment and this is not comment anymore .. This is coment This too Even this is coment and this is not comment anymore