Skip to content

Instantly share code, notes, and snippets.

@derailius
Last active July 19, 2023 11:22
Show Gist options
  • Save derailius/4447315b3ac7479c0d0bf64e95dbfa07 to your computer and use it in GitHub Desktop.
Save derailius/4447315b3ac7479c0d0bf64e95dbfa07 to your computer and use it in GitHub Desktop.
dark.css
#alerts>div[style] {
background-color: #365363 !important;
color: #f9f9f9 !important;
text-shadow: 1px 1px 1px #111 !important;
background: url("images/pattern.png") repeat scroll 0 0 #1b1b1d;
repeat scroll 0 0 #1b1b1d !important;
margin-bottom: 3px !important;
-moz-border-bottom-colors: none !important;
-moz-border-left-colors: none !important;
-moz-border-right-colors: none !important;
-moz-border-top-colors: none !important;
border-color: rgba(255, 255, 255, 0.04) rgba(255, 255, 255, 0.03) rgba(255, 255, 255, 0.01) !important;
border-image: none !important;
border-left: 1px solid rgba(255, 255, 255, 0.03) !important;
border-right: 1px solid rgba(255, 255, 255, 0.03) !important;
border-style: solid !important;
border-width: 1px !important;
}
* {
padding: 0;
margin: 0;
}
html {
width: 100%;
}
body {
width: 100%;
font-family: tahoma, helvetica, sans-serif;
font-size: 8pt;
color: #e9e9e9;
background: url("images/pattern.png") repeat scroll 0 0 #1b1b1d !important;
background-color: #111 !important;
}
a {
text-decoration: none;
border: 0;
color: #999;
}
a:hover {
text-decoration: none;
color: #70d9ff !important;
}
/* Add the rest of the CSS rules here */
/* ... */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment