home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / nsb-install-8-0.exe / chrome / fusion.jar / skin / fusion / help / helpFileLayout.css < prev    next >
Cascading Style Sheet File  |  2005-07-29  |  3KB  |  110 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 <Jswalden86@netzero.net>
  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. body {
  39.     margin: 2ex;
  40.     color: black;
  41.     font-family: sans-serif;
  42.     font-size: 0.75em;
  43.     max-width: 120ex;
  44. }
  45.  
  46. :link:hover { color: red; }
  47.  
  48. a[href^="http://"]:after { content: url('chrome://help/skin/Weblink.png'); }
  49.  
  50. h1 { font-size: 2em; }
  51. h2 { border-top: 1px solid black; font-size: 1.75em; }
  52. h3 { color: #009; font-size: 1em; margin-bottom: 0px; margin-top: 35px; }
  53.  
  54. dt { font-weight: bold; }
  55.  
  56. p {
  57.     text-indent: 15px;
  58. }
  59.  
  60. .contentsBox, 
  61. .contentsBox > ul,
  62. li {
  63.     text-indent: 0px;
  64. }
  65.  
  66. .contentsBox > ul,
  67. .contentsBox ul > ul{
  68.     margin: 0 0 0 0;
  69.     list-style-type: none;
  70. }
  71.  
  72. .contentsBox {
  73.     margin-top: 12px;
  74.     background-color: #cccccc;
  75.     border: 1px solid black;
  76.     width: 300px;
  77.     padding: 1em;
  78. }
  79.  
  80. .makeLeftMargin {
  81.     margin-left: 25px;
  82. }
  83.  
  84. .menuPath {
  85.   background: #c4d0f4; /* bluish color */
  86.   color: inherit;
  87.   padding-left:  1px; /* else bgcolor ends at last char - no space */
  88.   padding-right: 1px;
  89. }
  90.  
  91. table {
  92.     background-color: #eeeeee;    /* really light grey */
  93. }
  94.  
  95. td {
  96.     border: 1px solid #999999;    /* grey */
  97.     vertical-align: top;
  98. }
  99.  
  100. th {
  101.     background-color: #99ccff;    /* light aqua */
  102.     font-weight: bold;
  103. }
  104.  
  105. .noTableBorder,
  106. .noTableBorder td,
  107. .noTableBorder th {
  108.     background-color: transparent;
  109.     border: 0px solid transparent;
  110. }