Skip to content

Instantly share code, notes, and snippets.

@frightenedmonkey
Last active December 11, 2015 02:59
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 frightenedmonkey/4534699 to your computer and use it in GitHub Desktop.
Save frightenedmonkey/4534699 to your computer and use it in GitHub Desktop.
Basic Styling
<style type="text/css">
#wetpaint-fan-converter {
box-shadow: 0px 0px 10px #888;
background: #a90329;
}
.wrapper {
padding: 20px;
overflow: hidden;
}
.cta {
float: left;
width: 60px;
}
.content {
float: right;
width: 310px;
}
.primary-message {
color: #fff;
font-size: 30px;
line-height: 38px;
font-family: arial, helvetica, sans-serif;
margin-bottom: 20px;
}
#wetpaint-fan-converter a{
color: #fff;
text-decoration: none;
}
#wetpaint-fan-converter a:hover{
color: #fff;
text-decoration: none;
}
#wetpaint-fan-converter ul{
color: #fff;
list-style: none;
overflow: hidden;
margin: 0;
padding: 0;
font-size: 11px;
}
#wetpaint-fan-converter li:first-child{
margin-left: 0;
}
#wetpaint-fan-converter li{
float: left;
list-style: disc;
margin-left: 22px;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment