
/* - ploneglossary_popup.css - */
/* https://www.unibw.de/willkommen/portal_css/ploneglossary_popup.css?original=1 */
/* */
.glossaryPopupPosition {
position: relative;
z-index: 1;
}
#glossary-definition-popup {
display: block;
position: absolute;
font-size: 10px;
top: 30px;
left: -40px;
border: 1px solid White;
background: #eef3f5;
width: 300px;
padding: 0.5em;
z-index: 1000;
font-weight: normal;
text-decoration: none;
}
#glossary-definition-popup h6 {
padding: 0px;
margin: 0px;
font-size: 10px;
}
#glossary-definition-popup p {
padding: 0px;
margin: 0px;
font-size: 10px;
}
.highlightedGlossaryTerm {
border-bottom: 2px dotted Black;
background: #eef3f5;
cursor: help;
z-index: 2;
}
/* */


/* - unibwm_custom_ckeditor.css - */
@media all {
/* https://www.unibw.de/willkommen/portal_css/unibwm_custom_ckeditor.css?original=1 */
body.ckeditor {
font-family: Verdana,Helvetica,Arial,Syntax,sans-serif;
}
body.ckeditor
{
font-size: 100%;
background:none;
padding: 10px !important;
margin: 0px !important;
}
body.ckeditor .SC_Panel {
background-color: white;
margin-top: -5px !important;
margin-left: -10px !important;
padding:5px !important;
margin-right:10px !important;
margin-bottom:10px !important;
}
body.ckeditor, body.cke_label
{
font-family: Verdana,Helvetica,Arial,Syntax,sans-serif;
font-size: 70%;
font-style: normal;
font-weight: normal;
line-height: 1.3em;
margin: 0;
padding: 0;
}
body.ckeditor a:hover { color: #ff6600 !important ;
text-decoration: none !important;
font-weight: bold; }
body.ckeditor a { color: #666666 !important ;
text-decoration: underline ;
font-weight: bold; }
body.ckeditor ul { list-style-type: square;
list-style-position: outside;
padding-left: 1.25em;
}
body.ckeditor ol { list-style-type: decimal;
padding-left: 3em;
}
ol, ul { list-style-image: none;
}
ul, ol, p, li {
margin-bottom: 1em;
}
dl dd { margin-bottom: 0.5em; margin-left: 2.2em; }
dl dt { margin-bottom: 0em; }
th, td {
vertical-align: top;
}
img {border: 0 none; }
h1, h2, h3 ,h4, h5, h6 {
font-size: 1em;
text-align: left;
font-weight: bold;
border: none;
margin: 0 0 1em 0;
}
h1, h2 { font-size: 1.3em; }
h1 { color:#ff6600;
}
h2:first-child {
color:#ff6600;
}
/* */
h1 > *, h1 span,
h2 > *, h2 span {
font-weight: bold;
color: #FF6600;
}
.bigger { font-size: 110%; }
.smaller { font-size: 90%; }
.orange { color: #FF6600; }
.red    { color: #CC0000; }
.grey   { color: #666666; }
.black  { color: #000000; }
abbr, acronym {
border-bottom:1px dotted #666666;
}
body.ckeditor span[lang=de],
body.ckeditor span[lang=en],
body.ckeditor span[lang=fr],
body.ckeditor span[lang=es],
body.ckeditor span[lang=it] {
background: none repeat scroll 0 0 #ffffcc;
}
.code,
code,
#content .code,
#content code {
font-family: Verdana,Helvetica,Arial,Syntax,sans-serif;
font-size: 90%;
font-style: normal;
font-weight: normal;
line-height: 1.3em;
text-align: left;
display: inline-block;
margin:0;
padding: 0.15em 1em 0.08em 0.6em;
background-color: #F5F5F5;
border-width: 1px;
border-style: solid;
border-color: #C0C0C0;
}
address { font-style: italic; }

}

