PluginProbe
User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor / 2.0.4
User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor v2.0.4
4.0.2 4.0.1 4.0.0 3.16.6 3.16.5 3.16.4 3.16.3 3.16.2 3.16.1 3.16.0 3.15.9 3.9.9 3.9.5 3.9.6 3.9.7 3.9.8 1.1.7 1.1.8 1.1.9 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 All 340 releases
profile-builder / assets / lib / codemirror / addon / lint / lint.css

lint.css in User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor 2.0.4, at assets/lib/codemirror/addon/lint/lint.css

73 lines 2.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* The lint marker gutter */
2 .CodeMirror-lint-markers {
3 width: 16px;
4 }
5
6 .CodeMirror-lint-tooltip {
7 background-color: infobackground;
8 border: 1px solid black;
9 border-radius: 4px 4px 4px 4px;
10 color: infotext;
11 font-family: monospace;
12 font-size: 10pt;
13 overflow: hidden;
14 padding: 2px 5px;
15 position: fixed;
16 white-space: pre;
17 z-index: 100;
18 max-width: 600px;
19 opacity: 0;
20 transition: opacity .4s;
21 -moz-transition: opacity .4s;
22 -webkit-transition: opacity .4s;
23 -o-transition: opacity .4s;
24 -ms-transition: opacity .4s;
25 }
26
27 .CodeMirror-lint-mark-error, .CodeMirror-lint-mark-warning {
28 background-position: left bottom;
29 background-repeat: repeat-x;
30 }
31
32 .CodeMirror-lint-mark-error {
33 background-image:
34 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAYAAAC09K7GAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sJDw4cOCW1/KIAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAHElEQVQI12NggIL/DAz/GdA5/xkY/qPKMDAwAADLZwf5rvm+LQAAAABJRU5ErkJggg==")
35 ;
36 }
37
38 .CodeMirror-lint-mark-warning {
39 background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAYAAAC09K7GAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sJFhQXEbhTg7YAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAMklEQVQI12NkgIIvJ3QXMjAwdDN+OaEbysDA4MPAwNDNwMCwiOHLCd1zX07o6kBVGQEAKBANtobskNMAAAAASUVORK5CYII=");
40 }
41
42 .CodeMirror-lint-marker-error, .CodeMirror-lint-marker-warning {
43 background-position: center center;
44 background-repeat: no-repeat;
45 cursor: pointer;
46 display: inline-block;
47 height: 16px;
48 width: 16px;
49 vertical-align: middle;
50 position: relative;
51 }
52
53 .CodeMirror-lint-message-error, .CodeMirror-lint-message-warning {
54 padding-left: 18px;
55 background-position: top left;
56 background-repeat: no-repeat;
57 }
58
59 .CodeMirror-lint-marker-error, .CodeMirror-lint-message-error {
60 background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAHlBMVEW7AAC7AACxAAC7AAC7AAAAAAC4AAC5AAD///+7AAAUdclpAAAABnRSTlMXnORSiwCK0ZKSAAAATUlEQVR42mWPOQ7AQAgDuQLx/z8csYRmPRIFIwRGnosRrpamvkKi0FTIiMASR3hhKW+hAN6/tIWhu9PDWiTGNEkTtIOucA5Oyr9ckPgAWm0GPBog6v4AAAAASUVORK5CYII=");
61 }
62
63 .CodeMirror-lint-marker-warning, .CodeMirror-lint-message-warning {
64 background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAANlBMVEX/uwDvrwD/uwD/uwD/uwD/uwD/uwD/uwD/uwD6twD/uwAAAADurwD2tQD7uAD+ugAAAAD/uwDhmeTRAAAADHRSTlMJ8mN1EYcbmiixgACm7WbuAAAAVklEQVR42n3PUQqAIBBFUU1LLc3u/jdbOJoW1P08DA9Gba8+YWJ6gNJoNYIBzAA2chBth5kLmG9YUoG0NHAUwFXwO9LuBQL1giCQb8gC9Oro2vp5rncCIY8L8uEx5ZkAAAAASUVORK5CYII=");
65 }
66
67 .CodeMirror-lint-marker-multiple {
68 background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAACVBMVEUAAAAAAAC/v7914kyHAAAAAXRSTlMAQObYZgAAACNJREFUeNo1ioEJAAAIwmz/H90iFFSGJgFMe3gaLZ0od+9/AQZ0ADosbYraAAAAAElFTkSuQmCC");
69 background-repeat: no-repeat;
70 background-position: right bottom;
71 width: 100%; height: 100%;
72 }
73