bootstrap/files/style.css

55 lines
668 B
CSS

div.main
{
padding: 1em 5em;
}
div.container
{
position: relative;
padding-left: 30px;
padding-right: 30px;
height: 116px;
}
div.container .left
{
position: absolute;
left: 0px;
top: 0px;
width: 30px;
height: 116px;
}
div.container .right
{
position: absolute;
right: 0px;
top: 0px;
width: 30px;
height: 116px;
}
div.container .middle
{
background-image: url('/i/154_1_00_WIN_MD116_2C.png');
background-repeat: repeat-x;
height: 116px;
}
div.middle span
{
font-size: 150%;
padding: 0 0 0 2em;
}
button
{
font-size: 1.5em;
background: #ffffcc;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
cursor: pointer;
}