dbot/public/styles.css
2011-11-08 20:16:35 +00:00

76 lines
1.1 KiB
CSS

/*
* Authors
* Dafydd "Afal" Francis [ http://www.somethingafal.com/ ]
* "npc" / Samuel Clements [ http://borntyping.co.uk ]
*/
html {
background: url("background.jpg") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
body {
padding: 25px;
margin: 0;
font-family: "Lucida Grande";
color: black;
text-shadow: 1px 1px 2px #2B2B2B;
}
div#title {
font-size: 42px;
font-weight: bold;
}
div#main {
padding: 0px;
margin: 0px;
font-size: 28px;
line-height: 100px;
text-align:center;
}
a {
text-decoration: none;
}
a.category, a.quote {
color: #12699B;
box-shadow: 0 0 20px black;
opacity: 0.5;
}
/* Quotes list page */
.category {
background: white;
float: left;
display: inline;
margin: 10px;
padding: 20px;
border-radius: 15px;
}
.category:hover {
opacity: 0.8;
}
.category a {
width:100%;
height:100%;
}
span.quote {
background: #222;
margin: 10px;
padding: 20px;
border-radius: 15px;
}
span.quote:hover {
}