RandomWallpaperGnome3/randomwallpaper@iflow.space/stylesheet.css

58 lines
920 B
CSS
Raw Permalink Normal View History

2014-08-20 00:25:47 +00:00
.rwg_system_status_icon {
2018-07-27 15:36:47 +00:00
icon-size: 1em;
padding: 0 0;
position: absolute;
-webkit-animation: spin 4s linear infinite;
-moz-animation: spin 4s linear infinite;
animation: spin 4s linear infinite;
}
2018-07-27 15:36:47 +00:00
@-moz-keyframes spin {
100% {
-moz-transform: rotate(360deg);
}
2014-10-22 13:17:46 +00:00
}
2018-07-27 15:36:47 +00:00
@-webkit-keyframes spin {
100% {
-webkit-transform: rotate(360deg);
}
2014-10-22 13:17:46 +00:00
}
2018-07-27 15:36:47 +00:00
@keyframes spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
2014-10-22 13:17:46 +00:00
}
.rwg-new-lable {
2018-07-27 15:36:47 +00:00
font-size: 130%;
}
.rwg-recent-lable {
2018-07-27 15:36:47 +00:00
font-size: 90%;
text-align: left;
border: 0;
2014-10-22 13:17:46 +00:00
}
.rwg-history-index {
2018-07-27 15:36:47 +00:00
text-align: left;
padding-top: .35em;
font-size: 130%;
font-weight: lighter;
2014-10-22 13:17:46 +00:00
}
.rwg-history-date {
2018-07-27 15:36:47 +00:00
font-size: 100%;
2014-10-22 13:17:46 +00:00
}
.rwg-history-time {
2018-07-27 15:36:47 +00:00
font-size: 100%;
font-weight: lighter;
}
.rwg-history-element-content {
min-height: 300px;
}