infosoul/style.css

113 lines
1.4 KiB
CSS

@import url('style_font.css');
p, h2, h1 {
font-family: 'CallunaRegular', arial;
}
h1, h2, p strong {
color: #2f2f2f;
}
h1 {
margin: 20px 0 10px 0;
font-size: 2em;
}
h2 {
margin: 0;
}
a:link {
color:#2f2f2f;
text-decoration: none;
}
a:visited {
color:#2f2f2f;
}
a:hover {
color:#0b0b0b;
text-decoration: underline;
}
a:active {
color:#0b0b0b;
}
html {
overflow: hidden;
}
.wrappertext {
margin: 0 0 0 17px;
}
body {
background-image:url('images/bg_tile3.png');
margin: 0;
}
#wrapper {
background: #fffcf6;
margin: 0 auto;
width: 630px;
padding: 5px 15px 15px 15px;
margin-bottom: 50px;
-webkit-box-shadow: 0px 0px 10px 0px #ccc;
-moz-box-shadow: 0px 0px 10px 0px #ccc;
box-shadow: 0px 0px 10px 0px #ccc;
}
#gamediv{
max-width: 610px;
background: #fff;
border:1px solid #E5E5E5;
-moz-border-radius: 1px;
border-radius: 1px;
padding: 15px 14px 15px 14px;
font-family: 'VerilySerifMonoBook',monospace;
font-size: 1em;
margin-bottom: 18px;
}
.Soundcloud {
width: 190px;
position: relative;
top: 5px;
}
.Soundcloud-credit {
font-size: 75%;
}
.infobox {
float: left;
display:inline-block;
width: 204px;
}
#debug {
display: none;
}
/* For modern browsers */
.cf:before,
.cf:after {
content:"";
display:table;
}
.cf:after {
clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
zoom:1;
}
.fb_edge_widget_with_comment {
left: 132px;
top: 9px;
}