Skip to content

Instantly share code, notes, and snippets.

@kxc0re
Last active August 29, 2015 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kxc0re/fe4e53fe85daf92d1520 to your computer and use it in GitHub Desktop.
Save kxc0re/fe4e53fe85daf92d1520 to your computer and use it in GitHub Desktop.
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://hsg2u.spdns.org:8085/dbtraining/") {
/* Dunkles Stylesheet */
a {
color: #33b;
text-decoration: none;
}
body {
background-color: #333;
color: #aaa;
/*align: center !important;*/
margin-left: 15%;
margin-right: 15%;
font-family: Arial;
}
/* Ausblenden der Passwort-Abfrage */
body > table:nth-child(2) > tbody > tr:first-child > td:nth-child(2) > form {
display:none;
}
body > table:nth-child(8) {
margin-left:20px;
border: 1px solid #aaa;
border-collapse: collapse;
}
body > table:nth-child(8) > tbody > tr > td {
padding: 5px;
}
body > table:nth-child(8) > tbody > tr:first-child {
background-color: #aaa;
color: #333;
}
textarea {
width: 150%;
background-color: #aaa;
color: #111;
border-color: #333;
border-radius: 5px;
margin-left: 12.5px;
}
input {
color: #000!important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment