1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 @import url('chrome://help/content/platformClasses.css');
8 font-family: verdana, sans-serif;
19 color: -moz-activehyperlinktext;
24 background-color: #000;
29 a[href^="http://"]:after,
30 a[href^="https://"]:after {
31 content: url('chrome://help/skin/Weblink.png');
34 :link { color: #039; }
35 :visited { color: #636; }
36 :link:hover, :visited:hover { color: #333; }
37 :link:active, :link:active { color: #000; }
39 h1 { font-size: 160%; font-weight: normal; }
40 h2 { font-size: 150%; font-weight: normal; }
41 h3 { font-size: 120%; }
42 h4 { font-size: 100%; }
43 h5 { font-size: 90%; }
44 h6 { font-size: 90%; border: 0; }
46 h1, h2, h3, h4, h5, h6 {
48 border-bottom: 1px solid #ccc;
49 font-family: "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
52 li h1, li h2, li h3, li h4, li h5, li h6 {
57 dt { font-weight: bold; }
77 list-style-type: none;
82 background-color: #eee;
83 border: 1px solid #ccc;
89 background: #c4d0f4; /* bluish color */
91 -moz-padding-start: 1px; /* else bgcolor ends at last char - no space */
92 -moz-padding-end: 1px;
96 border-collapse: collapse;
100 border: 1px solid #ddd; /* grey */
106 background-color: #eee; /* light grey */
114 background-color: transparent;
115 border: 0px solid transparent;