michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: @import url('chrome://help/content/platformClasses.css'); michael@0: michael@0: body, michael@0: td, michael@0: th, michael@0: input { michael@0: font-family: verdana, sans-serif; michael@0: font-size: small; michael@0: } michael@0: michael@0: body { michael@0: margin: 2ex; michael@0: max-width: 120ex; michael@0: } michael@0: michael@0: :link:hover, michael@0: :visited:hover { michael@0: color: -moz-activehyperlinktext; michael@0: } michael@0: michael@0: hr { michael@0: height: 1px; michael@0: background-color: #000; michael@0: color: #000; michael@0: margin: 2em 0; michael@0: } michael@0: michael@0: a[href^="http://"]:after, michael@0: a[href^="https://"]:after { michael@0: content: url('chrome://help/skin/Weblink.png'); michael@0: } michael@0: michael@0: :link { michael@0: color: #039; michael@0: } michael@0: :visited { michael@0: color: #636; michael@0: } michael@0: :link:hover, michael@0: :visited:hover { michael@0: color: #333; michael@0: } michael@0: :link:active, michael@0: :link:active { michael@0: color: #000; michael@0: } michael@0: michael@0: h1 { michael@0: font-size: 160%; michael@0: font-weight: normal; michael@0: } michael@0: h2 { michael@0: font-size: 150%; michael@0: font-weight: normal; michael@0: } michael@0: h3 { michael@0: font-size: 120%; michael@0: } michael@0: h4 { michael@0: font-size: 100%; michael@0: } michael@0: h5 { michael@0: font-size: 90%; michael@0: } michael@0: h6 { michael@0: font-size: 90%; michael@0: border: 0; michael@0: } michael@0: michael@0: h1, michael@0: h2, michael@0: h3, michael@0: h4, michael@0: h5, michael@0: h6 { michael@0: margin: 1em 0 .2em; michael@0: border-bottom: 1px solid #ccc; michael@0: font-family: arial, verdana, sans-serif; michael@0: } michael@0: michael@0: li h1, michael@0: li h2, michael@0: li h3, michael@0: li h4, michael@0: li h5, michael@0: li h6 { michael@0: border: none; michael@0: } michael@0: michael@0: michael@0: dt { michael@0: font-weight: bold; michael@0: } michael@0: michael@0: sup { michael@0: font-size: 70%; michael@0: } michael@0: michael@0: :link img, michael@0: :visited img { michael@0: border: 0; michael@0: } michael@0: michael@0: .contentsBox, michael@0: .contentsBox > ul, michael@0: li { michael@0: text-indent: 0; michael@0: } michael@0: michael@0: .contentsBox > ul, michael@0: .contentsBox ul > ul { michael@0: margin: 0; michael@0: list-style-type: none; michael@0: } michael@0: michael@0: .contentsBox { michael@0: margin-top: 12px; michael@0: background-color: #eee; michael@0: border: 1px solid #ccc; michael@0: width: 300px; michael@0: padding: 1em; michael@0: } michael@0: michael@0: .menuPath { michael@0: background: #c4d0f4; /* bluish color */ michael@0: color: inherit; michael@0: padding-left: 1px; /* else bgcolor ends at last char - no space */ michael@0: padding-right: 1px; michael@0: } michael@0: michael@0: table { michael@0: border-collapse: collapse; michael@0: } michael@0: michael@0: td, michael@0: th { michael@0: border: 1px solid #ddd; michael@0: padding: 6px; michael@0: vertical-align: top; michael@0: } michael@0: michael@0: th { michael@0: background-color: #eee; michael@0: font-weight: bold; michael@0: text-align: start; michael@0: } michael@0: michael@0: .noTableBorder, michael@0: .noTableBorder td, michael@0: .noTableBorder th { michael@0: background-color: transparent; michael@0: border: none; michael@0: }