2008-05-12 04:09:27 +00:00
|
|
|
@import "colors/tango.css";
|
|
|
|
|
2007-12-01 04:43:13 +00:00
|
|
|
body
|
|
|
|
{
|
2008-05-12 04:09:27 +00:00
|
|
|
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;
|
2007-12-01 04:43:13 +00:00
|
|
|
}
|
|
|
|
|
2008-05-11 21:58:03 +00:00
|
|
|
form
|
2007-12-01 04:43:13 +00:00
|
|
|
{
|
2008-05-11 21:58:03 +00:00
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
2007-12-01 04:43:13 +00:00
|
|
|
}
|
|
|
|
|
2008-05-11 21:58:03 +00:00
|
|
|
button
|
2007-12-01 04:43:13 +00:00
|
|
|
{
|
2008-05-11 21:58:03 +00:00
|
|
|
/* crude center hack */
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
2008-05-16 04:15:30 +00:00
|
|
|
width: 164px;
|
|
|
|
height: 164px;
|
2008-02-14 22:35:25 +00:00
|
|
|
}
|
2008-05-11 21:58:03 +00:00
|
|
|
|
|
|
|
button[name="playback"]
|
|
|
|
{
|
|
|
|
/* crude center hack */
|
2008-05-16 04:15:30 +00:00
|
|
|
margin-left: -82px;
|
|
|
|
margin-top: -82px;
|
2008-05-11 21:58:03 +00:00
|
|
|
}
|