yolanda/trunk/style/embedded.css
erlehmann 1ad9f63be7 lolol ?
git-svn-id: http://yolanda.mister-muffin.de/svn@359 7eef14d0-6ed0-489d-bf55-20463b2d70db
2008-07-30 22:36:00 +00:00

42 lines
737 B
CSS

@import "reset.css";
@import "colors/tango.css";
body
{
font-family: sans-serif;
font-size: 10pt;
margin: 0px;
padding: 0px;
text-align: center;
}
fieldset
{
border-style: solid;
border-width: 1px;
margin: 0px;
padding: 1em;
}
form
{
height: 100%;
width: 100%;
}
button
{
/* crude center hack */
position: absolute;
top: 50%;
left: 50%;
width: 164px;
height: 164px;
}
button[name="playback"]
{
/* crude center hack */
margin-left: -82px;
margin-top: -82px;
}