[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 .mceButtonNormal, .mceButtonOver, .mceButtonDown, .mceSeparator, .mceButtonDisabled, .mceButtonSelected { 2 margin-top: 1px; 3 margin-left: 1px; 4 } 5 6 .mceButtonNormal { 7 border-top: 1px solid; 8 border-left: 1px solid; 9 border-bottom: 1px solid; 10 border-right: 1px solid; 11 border-color: #F0F0EE; 12 cursor: arrow; 13 } 14 15 .mceButtonOver { 16 /* border-top: 1px solid buttonhighlight; 17 border-left: 1px solid buttonhighlight; 18 border-bottom: 1px solid buttonshadow; 19 border-right: 1px solid buttonshadow;*/ 20 border: 1px solid #0A246A; 21 cursor: arrow; 22 background-color: #B6BDD2; 23 } 24 25 .mceButtonDown { 26 /* border-bottom: 1px solid buttonhighlight; 27 border-right: 1px solid buttonhighlight; 28 border-top: 1px solid buttonshadow; 29 border-left: 1px solid buttonshadow;*/ 30 cursor: arrow; 31 border: 1px solid #0A246A; 32 background-color: #8592B5; 33 } 34 35 .mceButtonSelected { 36 border: 1px solid; 37 border-color: #C0C0BB; 38 cursor: arrow; 39 } 40 41 .mceButtonDisabled { 42 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30); 43 -moz-opacity:0.3; 44 opacity: 0.3; 45 border-top: 1px solid; 46 border-left: 1px solid; 47 border-bottom: 1px solid; 48 border-right: 1px solid; 49 border-color: #F0F0EE; 50 cursor: arrow; 51 } 52 53 .mceSeparator { 54 border-top: 1px solid buttonhighlight; 55 border-left: 1px solid buttonhighlight; 56 border-bottom: 1px solid buttonshadow; 57 border-right: 1px solid buttonshadow; 58 margin-right: 2px; 59 margin-left: 2px; 60 } 61 62 .mceSeparatorLine { 63 margin:2px; 64 margin-left: 4px; 65 background-color: #F0F0EE; 66 border-top: 1px solid buttonshadow; 67 border-left: 1px solid buttonshadow; 68 border-bottom: 1px solid buttonhighlight; 69 border-right: 1px solid buttonhighlight; 70 width: 0px; 71 height: 15px; 72 } 73 74 .mceSelectList { 75 font-family: "MS Sans Serif"; 76 font-size: 9pt; 77 font-weight: normal; 78 margin-top: 3px; 79 padding: 0px; 80 display: inline; 81 vertical-align: top; 82 background-color: #F0F0EE 83 } 84 85 .mceLabel, .mceLabelDisabled { 86 font-family: "MS Sans Serif"; 87 font-size: 9pt; 88 } 89 90 .mceLabel { 91 color: #000000; 92 } 93 94 .mceLabelDisabled { 95 cursor: text; 96 color: #999999; 97 } 98 99 .mceEditor { 100 background: #F0F0EE; 101 border: 1px solid #cccccc; 102 } 103 104 .mceEditorArea { 105 font-family: "MS Sans Serif"; 106 background: #FFFFFF; 107 } 108 109 .mceToolbarTop, .mceToolbarBottom { 110 background: #F0F0EE; 111 } 112 113 .mceToolbarTop { 114 border-bottom: 1px solid #cccccc; 115 } 116 117 .mceToolbarBottom { 118 border-top: 1px solid #cccccc; 119 } 120 121 .mcePathTop, .mcePathBottom, .mcePath { 122 font-family: "MS Sans Serif"; 123 font-size: 9pt; 124 padding: 2px; 125 } 126 127 .mcePathTop { 128 border-bottom: 1px solid #cccccc; 129 } 130 131 .mcePathBottom { 132 border-top: 1px solid #cccccc; 133 } 134 135 .mcePathItem, .mcePathItem:link, .mcePathItem:visited, .mcePathItem:hover { 136 text-decoration: none; 137 font-family: "MS Sans Serif"; 138 font-size: 9pt; 139 } 140 141 .mcePathItem:hover { 142 text-decoration: underline; 143 } 144 145 .mcePath { 146 border-bottom: 1px solid #cccccc; 147 }
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |