All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fitnesse.resources.wysiwyg.editor.css Maven / Gradle / Ivy

There is a newer version: 20240707
Show newest version
/* Styles in editor that differ from the "live" layout **/
body {
 margin: 0;
}

p, table {
 margin: 0.5em 0;
}

p.meta {
 margin: 0;
}

p.comment {
 color: #666;
 font-style: italic;
}

pre.wiki {
 overflow: visible !important;
 word-wrap: break-word !important;
 white-space: -moz-pre-wrap !important;
 white-space: pre-wrap !important;
}

div.collapsable {
 border: 1pt dotted #BF8660;
 margin: 0.5em;
 padding-left: 15px;
 background: url(../images/collapsibleOpen.png) left top no-repeat #F9F9F9;
 background-position: 2px 2px;
 min-height: 1em;
}

div.collapsable.collapsed {
 background: url(../images/collapsibleClosed.png) left top no-repeat #F9F9F9;
 background-position: 2px 2px;
}

div.collapsable.hidden {
 display: block;
 background: url(../images/collapsibleHidden.png) left top no-repeat #F9F9F9;
 background-position: 2px 2px;
}

div.collapsable>p:first-child {
/* like .meta */
 color: #BF8660;
 font-style: italic;
}

tr.hidden {
 display: table-row;
 background-color: #eee;
 color: #666;
}

tt:before,
tt:after {
 color: #BF8660;
}

tt.htmlescape:before {
 content: "";
}

tt.htmlescape:after {
 content: "";
}

tt.inlinecode:before {
 content: "";
}

tt.inlinecode:after {
 content: "";
}
 
tt.plaintexttable:before {
 content: "";
}

tt.plaintexttable:after {
 content: "";
}

tt.hashtable:before {
 content: "";
}

tt.hashtable:after {
 content: "";
}

tt.nested:before {
 content: "";
}

tt.nested:after {
 content: "";
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy