RandomWallpaperGnome3/randomwallpaper@iflow.space/stylesheet.css

46 lines
783 B
CSS
Raw Permalink Normal View History

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