You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
3.3 KiB
CSS
1 line
3.3 KiB
CSS
/*********************************/
|
|
/* BECKHOFF TwinCAT Stylesheet */
|
|
/* 26.11.1999 15:30 */
|
|
/*********************************/
|
|
|
|
/*---------------------------*/
|
|
/*Standard-Tags-Anpassung: */
|
|
|
|
body
|
|
{
|
|
padding: 0px 0px 0px 16px;
|
|
background: #ffffff;
|
|
color: #000000;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
margin-top: 4px;
|
|
margin-bottom: 4px;
|
|
margin-left: 4px;
|
|
margin-right: 14px;
|
|
text-align: left;
|
|
font-size: 9pt;
|
|
font-weight: 400;
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, h6
|
|
{
|
|
margin-left: -10px;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
text-align: left;
|
|
}
|
|
|
|
h1
|
|
{
|
|
font-size: 145%;
|
|
margin-top: .5em;
|
|
margin-bottom: .5em;
|
|
}
|
|
|
|
h2
|
|
{
|
|
font-size: 130%;
|
|
margin-top: 1em;
|
|
margin-bottom: .6em;
|
|
}
|
|
|
|
h3
|
|
{
|
|
font-size: 115%;
|
|
margin-top: 1em;
|
|
margin-bottom: .6em;
|
|
}
|
|
|
|
h4
|
|
{
|
|
font-size: 100%;
|
|
margin-top: 1em;
|
|
margin-bottom: .6em;
|
|
}
|
|
|
|
p, tr p, td p
|
|
{
|
|
margin-top: -0.01pt;
|
|
margin-bottom: 0.6em;
|
|
text-align: left;
|
|
color: #000000;
|
|
}
|
|
|
|
dl
|
|
{
|
|
margin-right: 0em;
|
|
margin-left: 0em;
|
|
margin-top: 0em;
|
|
margin-bottom: 0em;
|
|
}
|
|
|
|
dd
|
|
{
|
|
margin-right: 0em;
|
|
margin-left: 1.9em;
|
|
margin-top: 0em;
|
|
margin-bottom: 0em;
|
|
}
|
|
|
|
dt
|
|
{
|
|
margin-right: 0em;
|
|
margin-left: 0em;
|
|
margin-top: 0.6em;
|
|
margin-bottom: 0em;
|
|
}
|
|
|
|
u
|
|
{
|
|
text-decoration: none
|
|
text-align: left;
|
|
color: #000000;
|
|
}
|
|
|
|
a:link
|
|
{
|
|
color: #0066ff;
|
|
}
|
|
|
|
a:visited
|
|
{
|
|
color: #996600;
|
|
}
|
|
|
|
a:hover
|
|
{
|
|
color: #cc9900;
|
|
}
|
|
|
|
ul, ul ul, ul ul ul, ul ul ul ul, ol, ol ol, ol ol ol, ol ol ol ol
|
|
{
|
|
margin-top: 0.3em;
|
|
margin-bottom: 1.5em;
|
|
margin-left: 3em;
|
|
text-align: left;
|
|
list-style-position: outside;
|
|
color: #000000;
|
|
}
|
|
|
|
ol, ol ol, ol ol ol, ol ol ol ol
|
|
{
|
|
list-style-type: decimal;
|
|
}
|
|
|
|
ul, ul ul, ul ul ul, ul ul ul ul
|
|
{
|
|
list-style-type: disc;
|
|
}
|
|
|
|
li
|
|
{
|
|
margin-top: 0.3em;
|
|
margin-bottom: 0.5em;
|
|
color: #000000;
|
|
}
|
|
|
|
pre
|
|
{
|
|
background: #dddddd;
|
|
padding: 2pt,4pt;
|
|
cursor: text;
|
|
margin-top: 0.3em;
|
|
margin-bottom: 0.3em;
|
|
color: #000000;
|
|
}
|
|
|
|
table
|
|
{
|
|
width: 90%;
|
|
background: #999999;
|
|
margin-top: .6em;
|
|
margin-bottom: .3em;
|
|
}
|
|
|
|
th
|
|
{
|
|
padding: 4px 8px;
|
|
background: #cccccc;
|
|
text-align: left;
|
|
font-size: 9pt;
|
|
vertical-align: bottom;
|
|
}
|
|
|
|
td
|
|
{
|
|
padding: 4px 8px;
|
|
background: #ffffff;
|
|
vertical-align: top;
|
|
font-size: 9pt;
|
|
}
|
|
|
|
div
|
|
{
|
|
}
|
|
|
|
blockquote
|
|
{
|
|
margin-left: 1.2em;
|
|
margin-top: .6em;
|
|
margin-bottom: .6em;
|
|
}
|
|
|
|
/* Ende */
|
|
/*---------------------------*/
|
|
|
|
|
|
/*---------------------------*/
|
|
/*Eigene Formate: */
|
|
|
|
.QuellCode, syntax
|
|
{
|
|
font: 100% Courier New, Courier, mono;
|
|
width: 100%;
|
|
border: none;
|
|
padding: 4px 8px;
|
|
background: #dddddd;
|
|
}
|
|
|
|
.buttonbarshade
|
|
{
|
|
position: relative;
|
|
margin: 0;
|
|
left: 10px;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 21px;
|
|
}
|
|
|
|
.buttonbartable
|
|
{
|
|
position: absolute;
|
|
margin: 0;
|
|
left: 0;
|
|
top: 4px;
|
|
width: 100%;
|
|
height: 21px;
|
|
}
|
|
|
|
table.buttonbartable td, table.buttonbarshade td
|
|
{
|
|
background: #FF0000;
|
|
border-left: 2px solid #ffffff;
|
|
margin: 0;
|
|
padding: 3px 0px 4px 0px;
|
|
font-family: Arial, sans-serif;
|
|
font-size: 9pt;
|
|
}
|
|
|
|
table.buttonbartable td.runninghead
|
|
{
|
|
background-color: #FF0000;
|
|
background-repeat: repeat;
|
|
background-attachment: scroll;
|
|
text-align: left;
|
|
color: #FFFFFF;
|
|
font-style: italic;
|
|
font-weight: bold;
|
|
padding-left: 4px;
|
|
background-position: 0% 50%;
|
|
}
|
|
|
|
/* Ende */
|
|
/*---------------------------*/
|