X-Git-Url: http://git.euphorik.ch/?p=pompage.git;a=blobdiff_plain;f=doc%2Fwebdeveloper%2Fstylesheets%2Fdisplay_line_guides.css;fp=doc%2Fwebdeveloper%2Fstylesheets%2Fdisplay_line_guides.css;h=1923724f0fe396021bc280635efd0df873ac50f0;hp=0000000000000000000000000000000000000000;hb=c3b0deb3d8c9f439739c79806e915c29bc1d4b84;hpb=cff6539539a79e014f6ac8df46716cafce2c8472 diff --git a/doc/webdeveloper/stylesheets/display_line_guides.css b/doc/webdeveloper/stylesheets/display_line_guides.css new file mode 100644 index 0000000..1923724 --- /dev/null +++ b/doc/webdeveloper/stylesheets/display_line_guides.css @@ -0,0 +1,66 @@ +#webdeveloper-line-guide-information +{ + -moz-opacity: 0.9 !important; + background-color: #ffff99 !important; + border: 1px solid #ffcc66 !important; + display: none; + left: 5px; + opacity: 0.9 !important; + padding: 5px !important; + position: absolute !important; + top: 5px; + z-index: 1000 !important; +} + +#webdeveloper-line-guide-information, #webdeveloper-line-guide-information h1, #webdeveloper-line-guide-information p +{ + color: #000000 !important; + font-family: sans-serif !important; + font-size: 10px !important; + font-style: normal !important; + font-variant: normal !important; + letter-spacing: 0 !important; + margin: 0 !important; + text-align: left !important; + text-decoration: none !important; + text-transform: none !important; +} + +#webdeveloper-line-guide-information, #webdeveloper-line-guide-information p +{ + font-weight: normal !important; +} + +#webdeveloper-line-guide-information h1 +{ + font-weight: bold !important; +} + +#webdeveloper-line-guide-information p +{ + padding: 0 !important; +} + +div.webdeveloper-horizontal-line-guide +{ + height: 1px !important; + left: 0 !important; +} + +div.webdeveloper-line-guide +{ + margin: 0 !important; + padding: 0 !important; + position: absolute !important; + z-index: 999 !important; +} +div.webdeveloper-line-guide:hover +{ + cursor: move !important; +} + +div.webdeveloper-vertical-line-guide +{ + top: 0 !important; + width: 1px !important; +} \ No newline at end of file