sm-zombiereloaded-3/docs/zr.css

160 lines
2.3 KiB
CSS

h1
{
font-family: "Verdana", "Arial", "Times";
font-size: x-large;
}
h2
{
font-family: "Courier New", "Verdana", "Arial";
font-size: larger;
color: #900000;
border-bottom-style: solid;
border-bottom-color: #900000;
border-bottom-width: medium;
}
h3
{
font-family: "Verdana", "Arial", "Times";
font-size: medium;
border-bottom-style: dotted;
border-bottom-color: #C0C0C0;
border-bottom-width: 2px;
}
h4
{
font-family: "Verdana", "Arial", "Times";
font-size: small;
}
h5
{
font-family: "Verdana", "Arial", "Times";
font-size: x-small;
color: #909090;
}
h6
{
font-family: "Verdana", "Arial", "Times";
font-size: small;
font-weight: bold;
color: #900000;
}
p, li, td
{
font-family: "Arial", "Times";
font-size: small;
color: #404040;
}
p.headerinfo
{
font-size: x-small;
color: #909090;
}
.code
{
font-family: "Courier New", "Lucida Console";
color: #000000;
}
.imagetext
{
font-family: "Arial", "Times";
font-size: x-small;
color: #000000;
}
table
{
border-style: none;
border-collapse: collapse;
width: 100%;
table-layout: auto;
}
td
{
text-align: left;
vertical-align: top;
padding: 3px;
}
td.commandheader
{
border-bottom-style: dashed;
border-bottom-width: thin;
font-family: "Courier New", "Lucida Console";
color: #000000;
}
td.indent
{
padding-left: 40px;
}
th
{
font-family: "Arial", "Times";
font-size: small;
font-weight: bold;
color: #900000;
vertical-align: top;
text-align: left;
padding: 3px;
border-bottom-style: solid;
border-bottom-width: 2px;
}
.namewidth
{
width: 200px;
}
.tinywidth
{
width: 75px;
}
.mediumwidth
{
width: 150px;
}
td.parameter
{
font-family: "Courier New", "Lucida Console";
color: #000000;
width: 150px;
}
td.valueoption
{
font-family: "Courier New", "Lucida Console";
color: #000000;
width: 125px;
}
.container
{
margin-left: 0px;
margin-right: auto;
width: 700px;
}
img
{
border-style: solid;
border-color: #000000;
border-width: thin;
}
img.noborder
{
border-style: none;
}