historical/toontown-classic.git/panda/samples/rocket-console/assets/window.rcss

57 lines
676 B
Text
Raw Normal View History

2024-01-16 11:20:27 -06:00
body
{
font-family: "MODENINE";
font-weight: normal;
font-style: normal;
font-size: 15;
}
body.window
{
padding-top: 43px;
padding-bottom: 20px;
min-width: 250px;
min-height: 135px;
max-height: 700px;
}
div#title_bar
{
z-index: 1;
position: absolute;
top: 0px;
left: 0px;
text-align: center;
color: #fff;
background-color: #22f;
}
div#title_bar span
{
padding-top: 17px;
padding-bottom: 48px;
font-size: 32;
font-weight: bold;
outline-font-effect: outline;
outline-width: 1px;
outline-color: black;
}
div#title_bar_content
{
text-align: center;
color: #cff;
}