wishthis/semantic/dist/components/text.css
2023-12-19 15:45:49 +01:00

161 lines
2.3 KiB
CSS

/*!
* # Fomantic-UI 2.9.3 - Text
* https://github.com/fomantic/Fomantic-UI/
*
*
* Released under the MIT license
* https://opensource.org/licenses/MIT
*
*/
/*******************************
Text
*******************************/
span.ui.text {
line-height: 1;
}
span.ui.primary.text {
color: #6435c9;
}
span.ui.inverted.primary.text {
color: #a291fb;
}
span.ui.secondary.text {
color: #1b1c1d;
}
span.ui.inverted.secondary.text {
color: #545454;
}
span.ui.red.text {
color: #db2828;
}
span.ui.inverted.red.text {
color: #ff695e;
}
span.ui.orange.text {
color: #f2711c;
}
span.ui.inverted.orange.text {
color: #ff851b;
}
span.ui.yellow.text {
color: #fbbd08;
}
span.ui.inverted.yellow.text {
color: #ffe21f;
}
span.ui.olive.text {
color: #b5cc18;
}
span.ui.inverted.olive.text {
color: #d9e778;
}
span.ui.green.text {
color: #21ba45;
}
span.ui.inverted.green.text {
color: #2ecc40;
}
span.ui.teal.text {
color: #00b5ad;
}
span.ui.inverted.teal.text {
color: #6dffff;
}
span.ui.blue.text {
color: #2185d0;
}
span.ui.inverted.blue.text {
color: #54c8ff;
}
span.ui.violet.text {
color: #6435c9;
}
span.ui.inverted.violet.text {
color: #a291fb;
}
span.ui.purple.text {
color: #a333c8;
}
span.ui.inverted.purple.text {
color: #dc73ff;
}
span.ui.pink.text {
color: #e03997;
}
span.ui.inverted.pink.text {
color: #ff8edf;
}
span.ui.brown.text {
color: #a5673f;
}
span.ui.inverted.brown.text {
color: #d67c1c;
}
span.ui.grey.text {
color: #767676;
}
span.ui.inverted.grey.text {
color: #dcddde;
}
span.ui.black.text {
color: #1b1c1d;
}
span.ui.inverted.black.text {
color: #545454;
}
span.ui.error.text {
color: #db2828;
}
span.ui.info.text {
color: #31ccec;
}
span.ui.success.text {
color: #21ba45;
}
span.ui.warning.text {
color: #f2c037;
}
span.ui.disabled.text {
opacity: 0.45;
}
/* Sizes */
span.ui.medium.text {
font-size: 1em;
}
span.ui.mini.text {
font-size: 0.4em;
}
span.ui.tiny.text {
font-size: 0.5em;
}
span.ui.small.text {
font-size: 0.75em;
}
span.ui.large.text {
font-size: 1.5em;
}
span.ui.big.text {
font-size: 2em;
}
span.ui.huge.text {
font-size: 4em;
}
span.ui.massive.text {
font-size: 8em;
}
/*******************************
Theme Overrides
*******************************/
/*******************************
Site Overrides
*******************************/