home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 March / PCWorld_2007-03_cd.bin / komunikace / nvu / nvu-1.0-cs-CZ.win32.installer.exe / chrome / helpcs.jar / skin / help / helpFileLayout.css < prev    next >
Cascading Style Sheet File  |  2005-06-21  |  4KB  |  167 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-2004
  19.  * the Initial Developer. All Rights Reserved.
  20.  *
  21.  * Contributor(s):
  22.  *      Jeff Walden <jwalden+code@mit.edu>
  23.  *      KDS Sahambi <kds.sahambi@gmail.com>
  24.  *
  25.  * Alternatively, the contents of this file may be used under the terms of
  26.  * either the GNU General Public License Version 2 or later (the "GPL"), or
  27.  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  28.  * in which case the provisions of the GPL or the LGPL are applicable instead
  29.  * of those above. If you wish to allow use of your version of this file only
  30.  * under the terms of either the GPL or the LGPL, and not to allow others to
  31.  * use your version of this file under the terms of the MPL, indicate your
  32.  * decision by deleting the provisions above and replace them with the notice
  33.  * and other provisions required by the GPL or the LGPL. If you do not delete
  34.  * the provisions above, a recipient may use your version of this file under
  35.  * the terms of any one of the MPL, the GPL or the LGPL.
  36.  *
  37.  * ***** END LICENSE BLOCK ***** */
  38.  
  39. @import url('chrome://help/content/platformClasses.css');
  40.  
  41. body {
  42.     margin-left: 175px;
  43.     margin-top: 60px;
  44.     color: black;
  45.     font-family: sans-serif;
  46.     font-size: 0.75em;
  47.     max-width: 120ex;
  48. }
  49.  
  50. #noMarginBody {
  51.     margin: 1em 1em 1em 1em;
  52. }
  53.  
  54. :link:hover { color: red; }
  55.  
  56. a[href^="http://"]:after { content: url("chrome://help/skin/Weblink.png");
  57.                            }
  58.  
  59. h1 { font-size: 2em; }
  60.  
  61. h2 { background: url('chrome://help/skin/barcode.jpg') repeat-y;
  62.      font-size: 1.5em;
  63.      padding-left: 10px;
  64.      border-bottom: 1px solid black;
  65.      font-style: italic;
  66.      margin-bottom: 0px;
  67.      }
  68.  
  69. h3 { color: #009;
  70.      font-size: 1em;
  71.      margin-bottom: 0px;
  72.      margin-top: 35px;
  73.      }
  74.  
  75. dt { font-weight: bold; }
  76.  
  77. #navTable { top: 0; left: 0; position: fixed; background: url('chrome://help/skin/topnav.jpg'); border-bottom: 1px solid black; }
  78. #navTable td { border: none; vertical-align: middle; color: #9494C6; }
  79.  
  80. /* XXXrlk: hack until I can get something better */
  81. #topText { padding-top: 60px; font-size: 2.25em; font-weight: bold; }
  82.  
  83. .defaultTable
  84. {
  85.   border: 1px solid black;
  86.   border-collapse: collapse
  87. }
  88.  
  89. .defaultTable td
  90. {
  91.   border: 1px solid black;
  92.   padding: 2px 2px 2px 2px;
  93. }
  94.  
  95. li {
  96.     text-indent: 0px;
  97. }
  98.  
  99. .copyrightBox {
  100.         font-style: italic;
  101.         padding: 1em;
  102.         background-color: #cccccc;
  103.         border: 1px solid black;
  104.  }
  105.  
  106. #contentsBox a {
  107.         text-indent: -3px;
  108.         margin-left: 7px;
  109.         font-weight: normal;
  110.     color: black;
  111.     text-decoration: none;
  112.     display: block;
  113. }
  114.  
  115. #contentsBox a:hover {
  116.     font-weight: bold;
  117. }
  118.  
  119. #contentsBox {
  120.     background-color: rgb(209,209,219);
  121.     position: fixed;
  122.     top: 58px;
  123.     left: 0;
  124.     border: 1px solid black;
  125.     border-left: none;
  126.     font-weight: bold;
  127.     width: 160px;
  128.     padding: 0.25em;
  129. }
  130.  
  131. .errorBox{ /* Box for error messages was using #contentsBox!! */
  132.            background-color: #ebebeb;
  133.            padding: 5px 10px;
  134.            }
  135.  
  136. .makeLeftMargin {
  137.     margin-left: 25px;
  138. }
  139.  
  140. .menuPath {
  141.   background: #c4d0f4; /* bluish color */
  142.   color: inherit;
  143.   padding-left:  1px; /* else bgcolor ends at last char - no space */
  144.   padding-right: 1px;
  145. }
  146.  
  147. table {
  148. }
  149.  
  150. td, th {
  151.     border: 1px solid black;
  152.     border-collapse:collapse;
  153.     vertical-align: top;
  154. }
  155.  
  156. th {
  157.     background-color: #cccccc;    /* grey */
  158.     font-weight: bold;
  159. }
  160.  
  161. .noTableBorder,
  162. .noTableBorder td,
  163. .noTableBorder th {
  164.     background-color: transparent;
  165.     border: 0px solid transparent;
  166. }
  167.