a43db01b96
Updated: SignalR 2.1.1, Moment.js 2.7, Reactive Extensions 2.2.5, TinyMCE 4.1.2. Customized TinyMCE skin and implemented FontAwesome icons. T4MVC refactored.
97 lines
2.1 KiB
Plaintext
97 lines
2.1 KiB
Plaintext
@import "../Declarations";
|
|
|
|
body {
|
|
background-color: #FFFFFF;
|
|
color: #000000;
|
|
font-family: @FontFamilyBody;
|
|
font-size: 11px;
|
|
}
|
|
|
|
td, th {
|
|
font-family: @FontFamilyBody;
|
|
font-size: 11px;
|
|
}
|
|
|
|
code {
|
|
font-family: @FontFamilyMono;
|
|
}
|
|
|
|
.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;
|
|
}
|