mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
26 lines
296 B
CSS
26 lines
296 B
CSS
#zero-opacity {
|
|
text-opacity: 0%;
|
|
}
|
|
|
|
#quarter-opacity {
|
|
text-opacity: 25%;
|
|
}
|
|
|
|
#half-opacity {
|
|
text-opacity: 50%;
|
|
}
|
|
|
|
#three-quarter-opacity {
|
|
text-opacity: 75%;
|
|
}
|
|
|
|
#full-opacity {
|
|
text-opacity: 100%;
|
|
}
|
|
|
|
Static {
|
|
height: 1fr;
|
|
text-align: center;
|
|
text-style: bold;
|
|
}
|