Index: trunk/extensions/VisualEditor/modules/ve/ce/styles/ve.es.Content.css |
— | — | @@ -0,0 +1,89 @@ |
| 2 | +.es-contentView {
|
| 3 | + position: relative;
|
| 4 | + z-index: 1;
|
| 5 | +}
|
| 6 | +
|
| 7 | +.es-contentView-line,
|
| 8 | +.es-contentView-ruler {
|
| 9 | + line-height: 1.5em;
|
| 10 | + cursor: text;
|
| 11 | + white-space: nowrap;
|
| 12 | + color: #000000;
|
| 13 | +}
|
| 14 | +
|
| 15 | +.es-contentView-ruler {
|
| 16 | + position: absolute;
|
| 17 | + top: 0;
|
| 18 | + left: 0;
|
| 19 | + display: inline-block;
|
| 20 | + z-index: -1000;
|
| 21 | +}
|
| 22 | +
|
| 23 | +.es-contentView-line.empty {
|
| 24 | + display: block;
|
| 25 | + width: 0px;
|
| 26 | +}
|
| 27 | +
|
| 28 | +.es-contentView-whitespace {
|
| 29 | + color: #ffffff;
|
| 30 | +}
|
| 31 | +
|
| 32 | +.es-contentView-range {
|
| 33 | + display: none;
|
| 34 | + position: absolute;
|
| 35 | + background-color: #b3d6f6;
|
| 36 | + cursor: text;
|
| 37 | + z-index: -1;
|
| 38 | +}
|
| 39 | +
|
| 40 | +.es-contentView-format-object {
|
| 41 | + background-color: rgba(0,0,0,0.05);
|
| 42 | + border-radius: 0.25em;
|
| 43 | + margin: 1px 0 1px 1px;
|
| 44 | + padding: 0.25em 0;
|
| 45 | + cursor: default;
|
| 46 | +}
|
| 47 | +
|
| 48 | +.es-contentView-format-object * {
|
| 49 | + cursor: default !important;
|
| 50 | +}
|
| 51 | +
|
| 52 | +.es-contentView-format-object a:link,
|
| 53 | +.es-contentView-format-object a:visited,
|
| 54 | +.es-contentView-format-object a:active {
|
| 55 | + color: #0645AD;
|
| 56 | + text-decoration: none;
|
| 57 | +}
|
| 58 | +
|
| 59 | +.es-contentView-format-textStyle-italic,
|
| 60 | +.es-contentView-format-textStyle-emphasize {
|
| 61 | + font-style: italic;
|
| 62 | +}
|
| 63 | +
|
| 64 | +.es-contentView-format-textStyle-bold,
|
| 65 | +.es-contentView-format-textStyle-strong {
|
| 66 | + font-weight: bold;
|
| 67 | +}
|
| 68 | +
|
| 69 | +.es-contentView-format-link {
|
| 70 | + color: #0645AD;
|
| 71 | + text-decoration: underline;
|
| 72 | +}
|
| 73 | +
|
| 74 | +.es-contentView-format-textStyle-big {
|
| 75 | + font-size: 1.2em;
|
| 76 | +}
|
| 77 | +
|
| 78 | +.es-contentView-format-textStyle-small,
|
| 79 | +.es-contentView-format-textStyle-subScript,
|
| 80 | +.es-contentView-format-textStyle-superScript {
|
| 81 | + font-size: .8em;
|
| 82 | +}
|
| 83 | +
|
| 84 | +.es-contentView-format-textStyle-subScript {
|
| 85 | + vertical-align: sub;
|
| 86 | +}
|
| 87 | +
|
| 88 | +.es-contentView-format-textStyle-superScript {
|
| 89 | + vertical-align: super;
|
| 90 | +}
|
Index: trunk/extensions/VisualEditor/modules/ve/ce/styles/images/bullet-icon.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/VisualEditor/modules/ve/ce/styles/images/bullet-icon.png |
___________________________________________________________________ |
Added: svn:mime-type |
1 | 91 | + application/octet-stream |