git-svn-id: svn://euphorik.ch/pompage@45 02bbb61a-6d21-0410-aba0-cb053bdfd66a
[pompage.git] / doc / webdeveloper / stylesheets / show_comments.css
diff --git a/doc/webdeveloper/stylesheets/show_comments.css b/doc/webdeveloper/stylesheets/show_comments.css
new file mode 100644 (file)
index 0000000..696e4c5
--- /dev/null
@@ -0,0 +1,42 @@
+div.webdeveloper-comment-icon
+{
+       cursor: pointer !important;
+    height: 14px !important;
+       margin: 0 1px 0 0 !important;
+       padding: 1px !important;
+    text-align: center !important;
+    width: 14px !important;
+       z-index: 999 !important;
+}
+
+div.webdeveloper-comment-icon, div.webdeveloper-comment-text
+{
+    background-color: #ffff99 !important;
+    border: 1px solid #ffcc66 !important;
+       position: absolute !important;
+}
+
+div.webdeveloper-comment-icon, div.webdeveloper-comment-text, div.webdeveloper-comment-text *
+{
+    color: #000000 !important;
+    font-family: sans-serif !important;
+       font-size: 10px !important;
+       font-style: normal !important;
+       font-variant: normal !important;
+       font-weight: normal !important;
+       letter-spacing: 0 !important;
+       line-height: 11px !important;
+       text-decoration: none !important;
+       text-transform: none !important;
+}
+
+div.webdeveloper-comment-text
+{
+       padding: 5px !important;
+       z-index: 1000 !important;
+}
+
+div.webdeveloper-comment-text, div.webdeveloper-comment-text *
+{
+    text-align: left !important;
+}
\ No newline at end of file