git-svn-id: svn://euphorik.ch/pompage@45 02bbb61a-6d21-0410-aba0-cb053bdfd66a
[pompage.git] / doc / webdeveloper / about / about.css
diff --git a/doc/webdeveloper/about/about.css b/doc/webdeveloper/about/about.css
new file mode 100644 (file)
index 0000000..39a99e2
--- /dev/null
@@ -0,0 +1,61 @@
+@import url("chrome://global/skin/");
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+
+description
+{
+    margin-left: 0 !important;
+}
+
+separator, #webdeveloper-about-dialog
+{
+    margin: 0 !important;
+    padding: 0 !important;
+}
+
+#webdeveloper-about-details
+{
+    background-color: #ffffff !important;
+    color: #000000 !important;
+    padding: 0.5em !important;
+}
+
+#webdeveloper-about-details hbox
+{
+    background-image: url("chrome://webdeveloper/content/images/logo/large.png") !important;
+    background-position: top right !important;
+    background-repeat: no-repeat !important;
+    min-height: 35px !important;
+    padding-right: 35px !important;
+}
+
+.date
+{
+    color: #999999 !important;
+}
+
+.name
+{
+    font-size: x-large !important;
+    padding-right: 0.25em !important;
+}
+
+.name, .title
+{
+    font-weight: bold !important;
+}
+
+.title
+{
+    padding-top: 0.25em !important;
+}
+
+.url
+{
+    color: #0000ff !important;
+    cursor: pointer !important;
+    text-decoration: underline !important;
+}
+.url:hover
+{
+    color: #ff0000 !important;
+}
\ No newline at end of file