forth and final part of syncing LCARStrek with Firefox 35 windows theme changes
[themes.git] / LCARStrek / global / in-content / common.css
index 2696d120dce6af6d211d517395a1e77244c367df..3476dc3c69fd40c68b1ca8ac0610a5424b8bf3a1 100644 (file)
@@ -6,13 +6,13 @@
 
 @namespace html "http://www.w3.org/1999/xhtml";
 @namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
-/*
+
 html|body,
 xul|page {
-  font: message-box;
+  font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
   -moz-appearance: none;
-  background-color: #f1f1f1;
-  color: #424e5a;
+  background-color: #000000;
+  color: #FF9F00;
 }
 
 html|body {
@@ -30,15 +30,11 @@ html|h1 {
 }
 
 xul|caption {
-  -moz-appearance: none;
-  margin: 0;
 }
 
 xul|caption > xul|label {
-  font-size: 1.3rem;
-  font-weight: bold;
-  line-height: 22px;
-  margin: 0 !important;
+  margin-top: 0;
+  margin-bottom: 0;
 }
 
 *|*.main-content {
@@ -49,7 +45,7 @@ xul|caption > xul|label {
 xul|prefpane > xul|*.content-box {
   overflow: visible;
 }
-*/
+
 /* groupboxes */
 /*
 xul|groupbox {
@@ -118,13 +114,16 @@ xul|*.tab-text {
 }
 */
 /* html buttons */
-/*
+
 html|button {
-  padding: 3px;
-  / * override forms.css * /
+  border-radius: 300px;
+  border: none;
+  background-color: #C09070;
+  color: #000000;
+  /* override forms.css */
   font: inherit;
 }
-*/
+
 /* xul buttons and menulists */
 /*
 *|button,
@@ -143,19 +142,21 @@ xul|menulist {
   border-radius: 2px;
   background-color: #fbfbfb;
 }
-
+*/
 html|button:enabled:hover,
 xul|button:not([disabled="true"]):hover,
 xul|colorpicker[type="button"]:not([disabled="true"]):hover,
 xul|menulist:not([disabled="true"]):hover {
-  background-color: #ebebeb;
+  background-color: #FFCF00;
+  color: #000000;
 }
 
 html|button:enabled:hover:active,
 xul|button:not([disabled="true"]):hover:active,
 xul|colorpicker[type="button"]:not([disabled="true"]):hover:active,
 xul|menulist[open="true"]:not([disabled="true"]) {
-  background-color: #dadada;
+  background-color: #FF9F00;
+  color: #000000;
 }
 
 html|button:disabled,
@@ -163,9 +164,10 @@ xul|button[disabled="true"],
 xul|colorpicker[type="button"][disabled="true"],
 xul|menulist[disabled="true"] {
   cursor: not-allowed;
-  opacity: 0.5;
+  background-color: #402858;
+  color: #000000;
 }
-
+/*
 xul|colorpicker[type="button"] {
   padding: 6px;
   width: 50px;
@@ -177,6 +179,10 @@ xul|menulist > xul|*.menulist-label-box {
   padding-left: 10px !important;
 }
 
+xul|menulist > xul|*.menulist-label-box > xul|*.menulist-icon {
+  -moz-margin-end: 5px;
+}
+
 xul|button[type="menu"] > xul|*.button-box > xul|*.button-menu-dropmarker {
   -moz-appearance: none;
   margin: 1px 0;
@@ -215,7 +221,7 @@ xul|*.help-button > xul|*.button-box {
   padding-right: 0 !important;
   padding-left: 0 !important;
 }
-
+*/
 xul|*.help-button > xul|*.button-box > xul|*.button-icon {
   width: 26px;
   height: 26px;
@@ -233,7 +239,7 @@ xul|*.help-button > xul|*.button-box > xul|*.button-icon {
 xul|*.help-button > xul|*.button-box > xul|*.button-text {
   display: none;
 }
-
+/*
 xul|*.spinbuttons-button {
   -moz-margin-start: 10px !important;
   -moz-margin-end: 2px !important;
@@ -377,30 +383,30 @@ xul|textbox[disabled="true"] {
 }
 */
 /* Links */
-/*
+
 html|a,
 xul|*.text-link,
 xul|*.inline-link {
-  font-size: 1.25rem;
-  line-height: 22px;
-  color: #0095dd;
+/*  font-size: 1.25rem;
+  line-height: 22px;*/
+  color: #3333FF;
   text-decoration: none;
 }
 
 html|a:hover,
 xul|*.text-link:hover,
 xul|*.inline-link:hover {
-  color: #4cb1ff;
-  text-decoration: none;
+  color: #FFCF00;
+  text-decoration: underline;
 }
 
 html|a:hover:active,
 xul|*.text-link:hover:active,
 xul|*.inline-link:hover:active {
-  color: #ff9500;
-  text-decoration: none;
+  color: #FF9F00;
+  text-decoration: underline;
 }
-*/
+
 /* Checkboxes and radio buttons */
 /*
 xul|checkbox {
@@ -448,6 +454,10 @@ xul|*.checkbox-label-box {
   }
 }
 
+xul|richlistitem > xul|*.checkbox-check {
+  margin: 3px 6px;
+}
+
 xul|*.radio-check {
   -moz-appearance: none;
   width: 23px;
@@ -529,11 +539,11 @@ xul|*#categories[keyboard-navigation="true"]:-moz-focusring > xul|*.category[cur
 }
 */
 /* header */
-/*
+
 *|*.header {
-  border-bottom: 1px solid #c8c8c8;
+/*  border-bottom: 1px solid #A09090;
   margin-bottom: 15px;
-  padding-bottom: 15px;
+  padding-bottom: 15px; */
 }
 
 *|*.header-name {
@@ -542,7 +552,7 @@ xul|*#categories[keyboard-navigation="true"]:-moz-focusring > xul|*.category[cur
   line-height: 40px;
   margin: 0;
 }
-*/
+
 /* File fields */
 /*
 xul|filefield {
@@ -618,10 +628,10 @@ xul|*.radio-icon,
 xul|*.checkbox-icon {
   -moz-margin-end: 0;
 }
-
+*/
 html|a:-moz-focusring,
 xul|*.text-link:-moz-focusring,
 xul|*.inline-link:-moz-focusring {
-  border: 1px dotted -moz-DialogText;
+  /* Don't specify the outline-color, we should always use initial value. */
+  outline: 1px dotted;
 }
-*/
\ No newline at end of file