blob: 0a6ced82c9cce1493b8afc3d5b288b03d0af5936 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2014, 2016, 2017 fortiss GmbH
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Monika Wenger, Alois Zoitl, Jose Cabral
* - initial API and implementation and/or initial documentation
*******************************************************************************/
div.code {
background-color: #F9F9F9;
text-align:left;
padding:10px;
border:thin dashed blue;
margin:5px;
font-family: "Courier New";
font-size: 10pt;
white-space: pre;
}
div.infobox{
background-color: #F9F9F9;
text-align:left;
border:thin dashed blue;
margin:0px;
padding:0px;
font-size: 10pt;
white-space: pre;
}
.infobox h{
font-size: 11pt;
margin-top:0px;
padding:0px;
line-height:0.5;
}
div.infobox, div{
font-size: 11pt;
margin:0px;
padding:0px 0px 0px 5px;
line-height:1;
}
table,tr,th,td{
border: 1px solid black;
}
.noBorder{
border: 0px;
}
span.folderLocation, span.fileLocation, span.address, span.element4diac, span.button4diac, span.menu4diac,
span.tab4diac, span.view4diac, span.command4diac, span.errorMessage, span.inlineCode, span.specificText, span.inlineTitle, span.element61499{
font-weight: bold;
}
span.specialText{
font-style: italic;
}
p,li{
text-align:justify;
}
img{
max-width: 100%;
margin-top: 10px;
margin-bottom: 10px;
}
img.center, figure.center{
display: block;
margin-left: auto;
margin-right: auto;
}
figure.center figcaption {
text-align: center;
}
.inlineImg {
vertical-align: middle;
}
.attention {
color: red;
}