1201ba9daa
now, fixed tagcloud, buttons are now 164px instead of 15em (relative measurements are only appropriate with vector graphics) git-svn-id: http://yolanda.mister-muffin.de/svn@350 7eef14d0-6ed0-489d-bf55-20463b2d70db
41 lines
716 B
CSS
41 lines
716 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: 164px;
|
|
height: 164px;
|
|
}
|
|
|
|
button[name="playback"]
|
|
{
|
|
/* crude center hack */
|
|
margin-left: -82px;
|
|
margin-top: -82px;
|
|
}
|