Skip to content

Instantly share code, notes, and snippets.

@n0nick
Created October 26, 2011 16:36
Show Gist options
  • Save n0nick/1316919 to your computer and use it in GitHub Desktop.
Save n0nick/1316919 to your computer and use it in GitHub Desktop.
html{
width:100%;
height: 100%;
}
body{
/*background-color: rgb(69,203,254);*/
font-family: Arial;
display: inline-block;
width:100%;
height: 100%;
background-image: url("/images/mobile_images/BottomImage.png");
background-position: right bottom;
background-repeat: repeat-x;
margin:0;
padding:0;
background-color:#8dcbdf;
}
.msgContainer{
border:1px solid rgb(41,117,148);
-webkit-border-radius:10px;
-moz-border-radius:10px;
position:relative;
top:-3px;
}
.msgBorder{
border:3px solid rgb(132,170,191);
-webkit-border-radius:9px;
-moz-border-radius:9px;
}
.msgTxtDiv{
background-color: rgb(22,71,76);
padding: 12px;
text-align: center;
-webkit-border-radius:6px;
-moz-border-radius:6px;
}
.msgTxtDiv img{padding-bottom: 6px;}
.msgHeader{
color:rgb(252,162,3);
padding-bottom: 6px;
font-weight: bold;
font-size: 24px;
}
.msgTxt{
color:white;
font-size: 18px;
}
.shadow{
background-repeat: repeat;
background-position: bottom left;
-webkit-border-radius:13px;
-moz-border-radius:13px;
background-image: url("/images/mobile_images/MessageShadow.png");
position:relative;
top:-1px;
}
.placeHolder{
margin:0 12px;
margin-top:16px;
margin-bottom:12.532%;
}
.msgTxt a{
color:#fff;
font-weight:bold;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment