add new-help theming to EarlyBlue
[themes.git] / LCARStrek / communicator / prefpanels.css
index 21ee7e9d080dca9d203556e61bd91fd9f7e283c1..1d7b718d09e4d4ea959de354ef1d13596cdd057e 100644 (file)
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
-/******* SmartBrowsing **********/
+/* ==== prefpanels.css ==================================================
+   == Styles used by all preference panels in the Communicator suite.
+   ====================================================================== */
 
-#disabledDomains {
-       max-height: 15em;
+/* ::::: Themes ::::: */
+#skinsTree {
+  height: 80px;
 }
 
-/******* Themes ****************/
-#skinsTree {
-  height                  : 80px;
-}  
+*|*.themesLink {
+  margin-left: 5px;
+  text-decoration: normal;
+  color: #FF9F00;
+  cursor: pointer;
+}
+
+*|*.themesLink:hover {
+  text-decoration: underline;
+  color: #9C9CFF;
+}
+
+#themesLink:active {
+  color: #FFCF00;
+}
 
 #previewImageContainer {
-  overflow: hidden; 
-  height: 92px; 
-  background-color: #000000; 
-  padding: 2px;
+  padding: 1px;
+  height: 92px;
+/*  background-color: #000000; */
 }
 
 #previewImage {
-  max-width: 387px; 
+  max-width: 355px;
+  min-width: 355px;
+  max-height: 85px;
+  min-height: 85px;
 }
 
-/**
- * File icon (32x32)
- **/
-.file-icon-large
-  {
-    list-style-image      : url("chrome://communicator/skin/content-large.gif");
-  }
+/* ::::: Fonts ::::: */
+
+#sizeVar,
+#sizeMono {
+  width: 4em;
+}
+
+.prefpanel-font-list {
+  -moz-box-flex: 1;
+}
+
+/* ::::: Mouse Wheel ::::: */
+
+#mouseWheelMode {
+  width: 9em;
+}