.m-text-bottom, table.m-table th.m-text-bottom, table.m-table td.m-text-bottom {
vertical-align: bottom;
}
-.m-text.m-small {
- font-size: 85.4%;
-}
-.m-text.m-big {
- font-size: 117%;
-}
+.m-text.m-tiny { font-size: 50.0%; }
+.m-text.m-small { font-size: 85.4%; }
+.m-text.m-big { font-size: 117%; }
h1 .m-thin, h2 .m-thin, h3 .m-thin, h4 .m-thin, h5 .m-thin, h6 .m-thin {
font-weight: normal;
}
.m-text-bottom, table.m-table th.m-text-bottom, table.m-table td.m-text-bottom {
vertical-align: bottom;
}
-.m-text.m-small {
- font-size: 85.4%;
-}
-.m-text.m-big {
- font-size: 117%;
-}
+.m-text.m-tiny { font-size: 50.0%; }
+.m-text.m-small { font-size: 85.4%; }
+.m-text.m-big { font-size: 117%; }
h1 .m-thin, h2 .m-thin, h3 .m-thin, h4 .m-thin, h5 .m-thin, h6 .m-thin {
font-weight: normal;
}
.m-text-bottom, table.m-table th.m-text-bottom, table.m-table td.m-text-bottom {
vertical-align: bottom;
}
-.m-text.m-small {
- font-size: 85.4%;
-}
-.m-text.m-big {
- font-size: 117%;
-}
+.m-text.m-tiny { font-size: 50.0%; }
+.m-text.m-small { font-size: 85.4%; }
+.m-text.m-big { font-size: 117%; }
h1 .m-thin, h2 .m-thin, h3 .m-thin, h4 .m-thin, h5 .m-thin, h6 .m-thin {
font-weight: normal;
}
.m-text-bottom, table.m-table th.m-text-bottom, table.m-table td.m-text-bottom {
vertical-align: bottom;
}
-.m-text.m-small {
- font-size: 85.4%;
-}
-.m-text.m-big {
- font-size: 117%;
-}
+.m-text.m-tiny { font-size: 50.0%; }
+.m-text.m-small { font-size: 85.4%; }
+.m-text.m-big { font-size: 117%; }
h1 .m-thin, h2 .m-thin, h3 .m-thin, h4 .m-thin, h5 .m-thin, h6 .m-thin {
font-weight: normal;
}
.m-text-bottom, table.m-table th.m-text-bottom, table.m-table td.m-text-bottom {
vertical-align: bottom;
}
-.m-text.m-small {
- font-size: 85.4%;
-}
-.m-text.m-big {
- font-size: 117%;
-}
+.m-text.m-tiny { font-size: 50.0%; }
+.m-text.m-small { font-size: 85.4%; }
+.m-text.m-big { font-size: 117%; }
h1 .m-thin, h2 .m-thin, h3 .m-thin, h4 .m-thin, h5 .m-thin, h6 .m-thin {
font-weight: normal;
}
directives in your :abbr:`reST <reStructuredText>` markup using the
`Pelican Components plugin <{filename}/plugins/components.rst#text>`__.
-Apply :css:`.m-small` or :css:`.m-big` CSS class together with :css:`.m-text`
-to make the text appear smaller or larger.
+Apply :css:`.m-tiny`, :css:`.m-small` or :css:`.m-big` CSS class together with
+:css:`.m-text` to make the text appear smaller or larger.
.. code-figure::
<p class="m-text m-small">Smaller text. Lorem ipsum dolor sit amet, consectetur
adipiscing elit. Vivamus ultrices a erat eu suscipit. Aliquam pharetra
imperdiet tortor sed vehicula.</p>
+ <p class="m-text m-tiny">Tiny text. Lorem ipsum dolor sit amet, consectetur
+ adipiscing elit. Vivamus ultrices a erat eu suscipit. Aliquam pharetra
+ imperdiet tortor sed vehicula.</p>
.. raw:: html
<p class="m-text m-small">Smaller text. Lorem ipsum dolor sit amet, consectetur
adipiscing elit. Vivamus ultrices a erat eu suscipit. Aliquam pharetra
imperdiet tortor sed vehicula.</p>
+ <p class="m-text m-tiny">Tiny text. Lorem ipsum dolor sit amet, consectetur
+ adipiscing elit. Vivamus ultrices a erat eu suscipit. Aliquam pharetra
+ imperdiet tortor sed vehicula.</p>
`Button links`_
===============