You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1.4 KiB
CSS
30 lines
1.4 KiB
CSS
.theme-raspberry{
|
|
background: #00B4DB; /* fallback for old browsers */
|
|
background: -webkit-linear-gradient(to bottom, #0083B0, #00B4DB); /* Chrome 10-25, Safari 5.1-6 */
|
|
background: linear-gradient(to bottom, #0083B0, #00B4DB); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
|
|
color:#ffffff;
|
|
font-family:verdana;
|
|
font-weight:lighter;
|
|
text-transform:capitalize;
|
|
|
|
}
|
|
.theme-dark-ocean {
|
|
background: #373B44; /* fallback for old browsers */
|
|
background: -webkit-linear-gradient(to bottom, #4682B4, #d3d3d3); /* Chrome 10-25, Safari 5.1-6 */
|
|
background: linear-gradient(to bottom, #4682B4, #d3d3d3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
|
|
color:#f3f3f3;
|
|
}
|
|
.theme-gray {
|
|
background: #bdc3c7; /* fallback for old browsers */
|
|
background: -webkit-linear-gradient(to bottom, #2c3e50, #bdc3c7); /* Chrome 10-25, Safari 5.1-6 */
|
|
background: linear-gradient(to bottom, #2c3e50, #bdc3c7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
|
|
color:#f3f3f3f3;
|
|
}
|
|
.theme-clouds {
|
|
background: #ECE9E6; /* fallback for old browsers */
|
|
background: -webkit-linear-gradient(to bottom, #FFFFFF, #D3D3D3); /* Chrome 10-25, Safari 5.1-6 */
|
|
background: linear-gradient(to bottom, #FFFFFF, #D3D3D3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
|
|
|
|
}
|
|
.theme-dark-ocean .fa-check {color:green; font-size:18px}
|