RandomWallpaperGnome3/randomwallpaper@iflow.productions/stylesheet.css
Wolfgang R 77d3f08981 implemented basic history
- preview on hover
	- load from history by click
	- history size is 10
2014-10-21 23:13:41 +02:00

32 lines
No EOL
471 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;
}
.rwg-recent-lable {
width: 100%;
/*font-weight: bold;*/
font-size: 90%;
text-align: left;
border: 0;
}