X-Git-Url: http://git.euphorik.ch/?p=pompage.git;a=blobdiff_plain;f=doc%2Fwebdeveloper%2Fstylesheets%2Fdisplay_ruler.css;fp=doc%2Fwebdeveloper%2Fstylesheets%2Fdisplay_ruler.css;h=3dac16d410a2ffaa89800000a6273349a5856b7a;hp=0000000000000000000000000000000000000000;hb=c3b0deb3d8c9f439739c79806e915c29bc1d4b84;hpb=cff6539539a79e014f6ac8df46716cafce2c8472 diff --git a/doc/webdeveloper/stylesheets/display_ruler.css b/doc/webdeveloper/stylesheets/display_ruler.css new file mode 100644 index 0000000..3dac16d --- /dev/null +++ b/doc/webdeveloper/stylesheets/display_ruler.css @@ -0,0 +1,71 @@ +* +{ + cursor: crosshair !important; +} + +#webdeveloper-ruler +{ + -moz-opacity: 0.5 !important; + -moz-outline: 1px solid #ff0000 !important; + background-color: #cccccc !important; + background-image: url(chrome://webdeveloper/content/images/features/ruler.png) !important; + height: 0; + left: 0; + opacity: 0.5 !important; + outline: 1px solid #ff0000 !important; + position: absolute !important; + top: 0; + width: 0; + z-index: 999 !important; +} + +#webdeveloper-ruler > div > div +{ + background-color: #666666 !important; + border-color: #ff0000 !important; + border-style: solid !important; + height: 15px !important; + position: absolute !important; + width: 15px !important; +} + +#webdeveloper-ruler-container +{ + cursor: move !important; + height: 100% !important; + overflow: hidden !important; + position: relative !important; + width: 100% !important; +} + +#webdeveloper-ruler-north-east +{ + border-width: 0 0 1px 1px !important; + cursor: ne-resize !important; + right: 0 !important; + top: 0 !important; +} + +#webdeveloper-ruler-north-west +{ + border-width: 0 1px 1px 0 !important; + cursor: nw-resize !important; + left: 0 !important; + top: 0 !important; +} + +#webdeveloper-ruler-south-east +{ + border-width: 1px 0 0 1px !important; + bottom: 0 !important; + cursor: se-resize !important; + right: 0 !important; +} + +#webdeveloper-ruler-south-west +{ + border-width: 1px 1px 0 0 !important; + bottom: 0 !important; + cursor: sw-resize !important; + left: 0 !important; +} \ No newline at end of file