mirror of
https://github.com/Hopiu/RandomWallpaperGnome3.git
synced 2026-05-10 08:04:44 +00:00
24 lines
No EOL
380 B
CSS
24 lines
No EOL
380 B
CSS
|
|
.helloworld-label {
|
|
font-size: 36px;
|
|
font-weight: bold;
|
|
color: #ffffff;
|
|
background-color: rgba(10,10,10,0.7);
|
|
border-radius: 5px;
|
|
padding: .5em;
|
|
}
|
|
|
|
.rwg_system_status_icon {
|
|
/*icon-size: 1.09em;*/
|
|
icon-size: 1em;
|
|
/*padding: 0 5px;*/
|
|
padding: 0 0;
|
|
}
|
|
|
|
.rwg-lable {
|
|
width: 100%;
|
|
font-weight: bold;
|
|
/*font-size: 110%;*/
|
|
text-align: left;
|
|
border: 0;
|
|
} |