egroupware/phpgwapi/js/ckeditor/plugins/widget/dev/assets/contents.css
2015-08-06 14:52:25 +00:00

23 lines
315 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;
}