|
|
|
@ -13,20 +13,10 @@
|
|
|
|
table tr:nth-child(even) {
|
|
|
|
table tr:nth-child(even) {
|
|
|
|
background-color: #333333;
|
|
|
|
background-color: #333333;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
a:link {
|
|
|
|
a:any-link {
|
|
|
|
text-decoration: none;
|
|
|
|
text-decoration: none;
|
|
|
|
color: lightcyan;
|
|
|
|
color: lightcyan;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
a:visited {
|
|
|
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
color: lightcyan;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
a:active {
|
|
|
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
form.form-single-button {
|
|
|
|
form.form-single-button {
|
|
|
|
display: inline-block;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|