LDAPAccountManager/lam/templates/lib/extra/ckeditor/plugins/widget/dev/assets/contents.css

24 lines
339 B
CSS

.mediumBorder {
border-width: 2px;
}
.thickBorder {
border-width: 5px;
}
img.thickBorder, img.mediumBorder {
border-style: solid;
border-color: #CCC;
}
.important.soMuch {
margin: 25px;
padding: 25px;
background: red;
border: none;
}
span.redMarker {
background-color: red;
}
.invisible {
opacity: 0.1;
}