Skip to content

Instantly share code, notes, and snippets.

@imajes
Created September 26, 2011 20:05
Show Gist options
  • Select an option

  • Save imajes/1243256 to your computer and use it in GitHub Desktop.

Select an option

Save imajes/1243256 to your computer and use it in GitHub Desktop.
html {
margin: auto;
margin-top: 1300px !important;
}
body {
width: 2000px !important;
height: 200px !important;
margin-left: 275px !important;
padding: 1px 1px 2px 1px;
word-wrap: break-word;
}
body,h1,p{
font: 22px/24px "Gotham Narrow";
text-rendering: optimizeLegibility;
margin: 0;
padding: 0;
color: rgba(255,255,255,0.7);
}
div.title {
text-align: left !important;
}
div.message {
margin-top: 25px;
text-align: left !important;
font: 16px/20px "inconsolata-dz" !important;
}
.notification{
min-width: 90%;
}
h1,p{
margin-left: 47px;
padding-left: 0;
}
#background{
margin: 2px;
padding: 20px 25px;
border-radius: 5px;
margin-bottom: 0;
position: relative;
height: 100%;
transition: opacity .1s linear;
text-shadow: 0 0 1px rgba(0,0,0,0.1);
box-shadow: 0 0 1px rgba(255,255,255,0.2), inset 0 0 1px rgba(255,255,255,0.1);
-webkit-box-shadow: 0 0 1px rgba(255,255,255,0.2), inset 0 0 1px rgba(255,255,255,0.1);
background: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0, rgba(0,0,0,0.9)),
color-stop(1, rgba(120,120,120,1)),
color-stop(0.1, rgba(0,0,0,0.8)),
color-stop(0.98, rgba(55,55,55,0.9))
);
}
#icon{
float: left;
margin-right: 15px;
max-width: 32px;
max-height: 32px;
}
#icon img{
border: 0;
max-width: 32px;
max-height: 32px;
}
#title{
font-weight: bold;
color: white;
}
#moderate #text {
color: green;
}
#emergency #text {
color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment