This repository has been archived on 2024-07-18. You can view files and clone it, but cannot push or open issues or pull requests.
lwb5/site/static/main/css/annoy.css

35 lines
466 B
CSS
Raw Normal View History

2016-01-10 11:01:49 +01:00
#intframe {
background-image: url(__STATICURL__/main/pics/mp-content.jpg);
}
#aframe {
position: absolute;
left: 15px;
top: 224px;
width: 921px;
height: 279px;
overflow: none;
background-color: transparent;
}
#aframe h1 {
width: 100%;
font-size: 20pt;
font-variant: small-caps;
text-align: center;
}
#aframe h1 span {
font-size: 20pt;
}
#aframe p, #aframe b {
color: #aaa;
font-size: 14pt;
}
#aframe p {
text-align: center;
margin: 10px 0px;
}