7eb17a91c9
These files have no route in mvc, so only cause 404 errors in browser dev tools.
87 lines
2.1 KiB
CSS
87 lines
2.1 KiB
CSS
body {
|
|
background-color: #FFFFFF;
|
|
color: #000000;
|
|
font-family: "Segoe UI", Arial, Verdana, Tahoma, sans-serif;
|
|
font-size: 11px;
|
|
}
|
|
td,
|
|
th {
|
|
font-family: "Segoe UI", Arial, Verdana, Tahoma, sans-serif;
|
|
font-size: 11px;
|
|
}
|
|
code {
|
|
font-family: Consolas, "Courier New", monospace;
|
|
}
|
|
.mce-object {
|
|
border: 1px dotted #3A3A3A;
|
|
background: #d5d5d5 url('data:image/gif;base64,R0lGODlhEQANALMPAOXl5T8/P29vb7S0tFdXV/39/djY2N3d3crKyu/v7/f39/Ly8p2dnf///zMzMwAAACH5BAEAAA8ALAAAAAARAA0AAARF0MlJq3uutay75lmGNU9pjiNFCsipqhgxmO9HSgFTgtt9O4EBABWa3AiGwvBlfAgWisPOyCslDDSbSHTa+SzgpmdMbkQAADs=') /*img/object.gif*/ no-repeat center;
|
|
*background: #d5d5d5 url(img/object.gif) no-repeat center;
|
|
/* For IE 6 and 7 */
|
|
}
|
|
.mce-pagebreak {
|
|
cursor: default;
|
|
display: block;
|
|
border: 0;
|
|
width: 100%;
|
|
height: 5px;
|
|
border: 1px dashed #666;
|
|
margin-top: 15px;
|
|
page-break-before: always;
|
|
}
|
|
@media print {
|
|
.mce-pagebreak {
|
|
border: 0px;
|
|
}
|
|
}
|
|
.mce-item-anchor {
|
|
cursor: default;
|
|
display: inline-block;
|
|
-webkit-user-select: all;
|
|
-webkit-user-modify: read-only;
|
|
-moz-user-select: all;
|
|
-moz-user-modify: read-only;
|
|
user-select: all;
|
|
user-modify: read-only;
|
|
width: 9px !important;
|
|
height: 9px !important;
|
|
border: 1px dotted #3A3A3A;
|
|
background: #d5d5d5 url('data:image/gif;base64,R0lGODlhBwAHAIABAAAAAP///yH5BAEAAAEALAAAAAAHAAcAAAIMjGGJmMH9mHQ0AlYAADs=') /*img/anchor.gif*/ no-repeat center;
|
|
*background: #d5d5d5 url(img/anchor.gif) no-repeat center;
|
|
/* For IE 6 and 7 */
|
|
}
|
|
.mce-nbsp {
|
|
background: #AAA;
|
|
}
|
|
hr {
|
|
cursor: default;
|
|
}
|
|
.mce-match-marker {
|
|
background: #AAA;
|
|
color: #fff;
|
|
}
|
|
.mce-match-marker-selected {
|
|
background: #3399ff;
|
|
color: #fff;
|
|
}
|
|
.mce-spellchecker-word {
|
|
border-bottom: 2px solid #F00;
|
|
cursor: default;
|
|
}
|
|
.mce-spellchecker-grammar {
|
|
border-bottom: 2px solid #008000;
|
|
cursor: default;
|
|
}
|
|
.mce-item-table,
|
|
.mce-item-table td,
|
|
.mce-item-table th,
|
|
.mce-item-table caption {
|
|
border: 1px dashed #BBB;
|
|
}
|
|
td.mce-item-selected,
|
|
th.mce-item-selected {
|
|
background-color: #3399ff !important;
|
|
}
|
|
.mce-edit-focus {
|
|
outline: 1px dotted #333;
|
|
}
|