yolanda/trunk/style/embedded.css
erlehmann 773a4ba449 embedded mode now works even without javascript and has useful tips for
those without ogg theora plugin (namely to download VLC and/or go to 
wikipedia)


git-svn-id: http://yolanda.mister-muffin.de/svn@349 7eef14d0-6ed0-489d-bf55-20463b2d70db
2008-05-12 04:09:27 +00:00

48 lines
849 B
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: 15em;
height: 15em;
}
button[name="playback"]
{
/* crude center hack */
margin-left: -15em;
margin-top: -7.5em;
}
button[name="download"]
{
/* crude center hack */
margin-left: 0em;
margin-top: -7.5em;
}