update both themes for toolkit winstripe changes up to 2010-07-25
[themes.git] / EarlyBlue / global / aboutCache.css
diff --git a/EarlyBlue/global/aboutCache.css b/EarlyBlue/global/aboutCache.css
new file mode 100644 (file)
index 0000000..4a750d2
--- /dev/null
@@ -0,0 +1,102 @@
+/* ***** BEGIN LICENSE BLOCK *****\r
+ * Version: MPL 1.1/GPL 2.0/LGPL 2.1\r
+ *\r
+ * The contents of this file are subject to the Mozilla Public License Version\r
+ * 1.1 (the "License"); you may not use this file except in compliance with\r
+ * the License. You may obtain a copy of the License at\r
+ * http://www.mozilla.org/MPL/\r
+ *\r
+ * Software distributed under the License is distributed on an "AS IS" basis,\r
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License\r
+ * for the specific language governing rights and limitations under the\r
+ * License.\r
+ *\r
+ * The Original Code is mozilla.org code.\r
+ *\r
+ * The Initial Developer of the Original Code is\r
+ * Steffen Wilberg <steffen.wilberg@web.de>.\r
+ * Portions created by the Initial Developer are Copyright (C) 2010\r
+ * the Initial Developer. All Rights Reserved.\r
+ *\r
+ * Contributor(s):\r
+ *\r
+ * Alternatively, the contents of this file may be used under the terms of\r
+ * either the GNU General Public License Version 2 or later (the "GPL"), or\r
+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),\r
+ * in which case the provisions of the GPL or the LGPL are applicable instead\r
+ * of those above. If you wish to allow use of your version of this file only\r
+ * under the terms of either the GPL or the LGPL, and not to allow others to\r
+ * use your version of this file under the terms of the MPL, indicate your\r
+ * decision by deleting the provisions above and replace them with the notice\r
+ * and other provisions required by the GPL or the LGPL. If you do not delete\r
+ * the provisions above, a recipient may use your version of this file under\r
+ * the terms of any one of the MPL, the GPL or the LGPL.\r
+ *\r
+ * ***** END LICENSE BLOCK ***** */\r
+\r
+h1 {\r
+  margin: 0;\r
+  border-bottom: 1px solid #666699;\r
+}\r
+\r
+h2 {\r
+  margin-top: 2em;\r
+}\r
+\r
+table {\r
+  table-layout: fixed;\r
+  width: 100%;\r
+  margin-bottom: 1em;\r
+  padding: 0.5em 0;\r
+  border: 1px solid #9999CC;\r
+}\r
+\r
+#disk,\r
+#memory,\r
+#offline {\r
+  background-color: #CCD0DD;\r
+}\r
+\r
+th {\r
+  width: 14em;\r
+  white-space: nowrap;\r
+  text-align: end;\r
+}\r
+\r
+td {\r
+  word-wrap: break-word;\r
+}\r
+\r
+#col-key {\r
+  width: 60%;\r
+}\r
+\r
+#col-dataSize,\r
+#col-fetchCount,\r
+#col-lastModified,\r
+#col-expires {\r
+  width: 13%;\r
+}\r
+\r
+#entries > tbody > tr:nth-child(odd) {\r
+  background-color: #CCD0DD;\r
+}\r
+\r
+#entries > tbody > tr:nth-child(even) {\r
+  background-color: #CCCCCC;\r
+}\r
+\r
+#entries > tbody > tr > td {\r
+  padding: .5em 0;\r
+  text-align: center;\r
+}\r
+\r
+#entries > thead > tr > th {\r
+  text-align: center;\r
+  white-space: normal;\r
+}\r
+\r
+#entries > thead > tr > th:first-child,\r
+#entries > tbody > tr > td:first-child {\r
+  text-align: start;\r
+}\r