home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2005 October / maximum-cd-2005-10.iso / Software / Apps / FirefoxSetup1.0.6.exe / help.xpi / bin / chrome / help.jar / skin / classic / help / helpFileLayout.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-08-12  |  3.0 KB  |  113 lines

  1. /* ***** BEGIN LICENSE BLOCK *****
  2.  * Version: MPL 1.1/GPL 2.0/LGPL 2.1
  3.  *
  4.  * The contents of this file are subject to the Mozilla Public License Version
  5.  * 1.1 (the "License"); you may not use this file except in compliance with
  6.  * the License. You may obtain a copy of the License at
  7.  * http://www.mozilla.org/MPL/
  8.  *
  9.  * Software distributed under the License is distributed on an "AS IS" basis,
  10.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  11.  * for the specific language governing rights and limitations under the
  12.  * License.
  13.  *
  14.  * The Original Code is Mozilla Help CSS
  15.  *
  16.  * The Initial Developer of the Original Code is
  17.  * R.J. Keller
  18.  * Portions created by the Initial Developer are Copyright (C) 2003
  19.  * the Initial Developer. All Rights Reserved.
  20.  *
  21.  * Contributor(s):
  22.  *      Jeff Walden <jwalden+code@mit.edu>
  23.  *
  24.  * Alternatively, the contents of this file may be used under the terms of
  25.  * either the GNU General Public License Version 2 or later (the "GPL"), or
  26.  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  27.  * in which case the provisions of the GPL or the LGPL are applicable instead
  28.  * of those above. If you wish to allow use of your version of this file only
  29.  * under the terms of either the GPL or the LGPL, and not to allow others to
  30.  * use your version of this file under the terms of the MPL, indicate your
  31.  * decision by deleting the provisions above and replace them with the notice
  32.  * and other provisions required by the GPL or the LGPL. If you do not delete
  33.  * the provisions above, a recipient may use your version of this file under
  34.  * the terms of any one of the MPL, the GPL or the LGPL.
  35.  *
  36.  * ***** END LICENSE BLOCK ***** */
  37.  
  38. @import url('chrome://help/content/platformClasses.css');
  39.  
  40. body {
  41.     margin: 2ex;
  42.     color: black;
  43.     font-family: sans-serif;
  44.     font-size: 0.75em;
  45.     max-width: 120ex;
  46. }
  47.  
  48. :link:hover { color: red; }
  49.  
  50. a[href^="http://"]:after { content: url('chrome://help/skin/Weblink.png'); }
  51.  
  52. h1 { font-size: 2em; }
  53. h2 { border-top: 1px solid black; font-size: 1.75em; }
  54. h3 { color: #009; font-size: 1em; margin-bottom: 0px; margin-top: 35px; }
  55.  
  56. dt { font-weight: bold; }
  57.  
  58. p {
  59.     text-indent: 15px;
  60. }
  61.  
  62. .contentsBox, 
  63. .contentsBox > ul,
  64. li {
  65.     text-indent: 0px;
  66. }
  67.  
  68. .contentsBox > ul,
  69. .contentsBox ul > ul{
  70.     margin: 0 0 0 0;
  71.     list-style-type: none;
  72. }
  73.  
  74. .contentsBox {
  75.     margin-top: 12px;
  76.     background-color: #cccccc;
  77.     border: 1px solid black;
  78.     width: 300px;
  79.     padding: 1em;
  80. }
  81.  
  82. .makeLeftMargin {
  83.     margin-left: 25px;
  84. }
  85.  
  86. .menuPath {
  87.   background: #c4d0f4; /* bluish color */
  88.   color: inherit;
  89.   padding-left:  1px; /* else bgcolor ends at last char - no space */
  90.   padding-right: 1px;
  91. }
  92.  
  93. table {
  94.     background-color: #eeeeee;    /* really light grey */
  95. }
  96.  
  97. td {
  98.     border: 1px solid #999999;    /* grey */
  99.     vertical-align: top;
  100. }
  101.  
  102. th {
  103.     background-color: #99ccff;    /* light aqua */
  104.     font-weight: bold;
  105. }
  106.  
  107. .noTableBorder,
  108. .noTableBorder td,
  109. .noTableBorder th {
  110.     background-color: transparent;
  111.     border: 0px solid transparent;
  112. }
  113.