git-svn-id: svn://euphorik.ch/pompage@45 02bbb61a-6d21-0410-aba0-cb053bdfd66a
[pompage.git] / doc / webdeveloper / stylesheets / display_line_guides.css
diff --git a/doc/webdeveloper/stylesheets/display_line_guides.css b/doc/webdeveloper/stylesheets/display_line_guides.css
new file mode 100644 (file)
index 0000000..1923724
--- /dev/null
@@ -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