UltimateZoneBuilder/Help/default.css
MaxED 5853624dc5 Updated documentation.
Increased maximum zoom level in Classic modes to 3000%.
Added "1 mp" option in grid size menu.
Added "400%" option in zoom menu.
Renamed "Toggle GZDoom rendering effects" action to "Toggle Geometry Effects".
Sync camera position: Visual Camera height is now changed only if camera is above or below current sector.
Classic modes: view was not redrawn after "Test map from current position" action.
"Test map from current position" action: incorrect player start was used when a map had several Player 1 Start things.
2013-08-19 12:12:31 +00:00

161 lines
2 KiB
CSS

body
{
background: #ffffff;
margin: 0 auto;
font: 76% Verdana,Tahoma,Arial,sans-serif;
text-align: left;
padding: 0 0 0 0;
}
#title, #gz_title
{
background: #f4f4f4 url(header.gif) bottom right no-repeat;
color: #515151;
clear: both;
margin: 0 0 0 0;
padding: 0;
height: 47px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
border-bottom-width: 2px;
}
#gz_title
{
background: #f4f4f4 url(gzdb/gz_header.gif) bottom right no-repeat;
height: 52px;
}
#contents
{
background: #ffffff;
padding: 0 10px 10px 10px;
line-height: 1.6em;
border-top-style: solid;
border-top-color: #f4f4f4;
border-top-width: 2px;
}
#iframecontents
{
background: #ffffff;
padding: 0 0 0 0;
line-height: 1.6em;
border-top-style: none;
}
input.spoilerbutton
{
border: 1px solid #81776D;
height: 20px;
}
pre
{
background: #f4f4f4;
color: #515151;
width: 400px;
margin: 10px 0px 10px 20px;
font: 100% Courier New,Courier,sans-serif;
text-align: left;
padding: 5px 5px 5px 10px;
border-style: solid;
border-color: #E0E0E0;
border-width: 1px;
}
h1
{
padding: 10px 10px 10px 10px;
font-size: 1.8em;
margin: 0 0 0.5em 0;
}
h2
{
color: #515151;
font-size: 1.5em;
margin: 1.5em 0 0.2em;
}
h3
{
color: #515151;
font-size: 1.1em;
margin: 1.0em 0 0.1em;
}
img
{
padding: 1px;
display:inline;
background: #FFFFFF;
border: 0;
}
a
{
text-decoration: none;
color: #286ea0;
}
a:hover
{
text-decoration: underline;
color: #286ea0;
}
a img
{
border: 0;
}
.left
{
margin: 10px 10px 5px 0;
float: left;
}
.right
{
margin: 10px 0 5px 10px;
float: right;
}
.textright
{
text-align: right;
}
.center
{
text-align: center;
}
.small
{
font-size: 0.8em;
}
.bold
{
font-weight: bold;
}
.grey
{
color: #8C8C8C;
}
.greycenter
{
color: #8C8C8C;
text-align: center;
}
.fat
{
color: #515151;
font-size: 1.1em;
}