1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/themes/osx/help/helpFileLayout.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,157 @@ 1.4 +/* This Source Code Form is subject to the terms of the Mozilla Public 1.5 + * License, v. 2.0. If a copy of the MPL was not distributed with this 1.6 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 1.7 + 1.8 +@import url('chrome://help/content/platformClasses.css'); 1.9 + 1.10 +body, 1.11 +td, 1.12 +th, 1.13 +input { 1.14 + font-family: verdana, sans-serif; 1.15 + font-size: small; 1.16 +} 1.17 + 1.18 +body { 1.19 + margin: 2ex; 1.20 + max-width: 120ex; 1.21 +} 1.22 + 1.23 +:link:hover, 1.24 +:visited:hover { 1.25 + color: -moz-activehyperlinktext; 1.26 +} 1.27 + 1.28 +hr { 1.29 + height: 1px; 1.30 + background-color: #000; 1.31 + color: #000; 1.32 + margin: 2em 0; 1.33 +} 1.34 + 1.35 +a[href^="http://"]:after, 1.36 +a[href^="https://"]:after { 1.37 + content: url('chrome://help/skin/Weblink.png'); 1.38 +} 1.39 + 1.40 +:link { 1.41 + color: #039; 1.42 +} 1.43 +:visited { 1.44 + color: #636; 1.45 +} 1.46 +:link:hover, 1.47 +:visited:hover { 1.48 + color: #333; 1.49 +} 1.50 +:link:active, 1.51 +:link:active { 1.52 + color: #000; 1.53 +} 1.54 + 1.55 +h1 { 1.56 + font-size: 160%; 1.57 + font-weight: normal; 1.58 +} 1.59 +h2 { 1.60 + font-size: 150%; 1.61 + font-weight: normal; 1.62 +} 1.63 +h3 { 1.64 + font-size: 120%; 1.65 +} 1.66 +h4 { 1.67 + font-size: 100%; 1.68 +} 1.69 +h5 { 1.70 + font-size: 90%; 1.71 +} 1.72 +h6 { 1.73 + font-size: 90%; 1.74 + border: 0; 1.75 +} 1.76 + 1.77 +h1, 1.78 +h2, 1.79 +h3, 1.80 +h4, 1.81 +h5, 1.82 +h6 { 1.83 + margin: 1em 0 .2em; 1.84 + border-bottom: 1px solid #ccc; 1.85 + font-family: arial, verdana, sans-serif; 1.86 +} 1.87 + 1.88 +li h1, 1.89 +li h2, 1.90 +li h3, 1.91 +li h4, 1.92 +li h5, 1.93 +li h6 { 1.94 + border: none; 1.95 +} 1.96 + 1.97 + 1.98 +dt { 1.99 + font-weight: bold; 1.100 +} 1.101 + 1.102 +sup { 1.103 + font-size: 70%; 1.104 +} 1.105 + 1.106 +:link img, 1.107 +:visited img { 1.108 + border: 0; 1.109 +} 1.110 + 1.111 +.contentsBox, 1.112 +.contentsBox > ul, 1.113 +li { 1.114 + text-indent: 0; 1.115 +} 1.116 + 1.117 +.contentsBox > ul, 1.118 +.contentsBox ul > ul { 1.119 + margin: 0; 1.120 + list-style-type: none; 1.121 +} 1.122 + 1.123 +.contentsBox { 1.124 + margin-top: 12px; 1.125 + background-color: #eee; 1.126 + border: 1px solid #ccc; 1.127 + width: 300px; 1.128 + padding: 1em; 1.129 +} 1.130 + 1.131 +.menuPath { 1.132 + background: #c4d0f4; /* bluish color */ 1.133 + color: inherit; 1.134 + padding-left: 1px; /* else bgcolor ends at last char - no space */ 1.135 + padding-right: 1px; 1.136 +} 1.137 + 1.138 +table { 1.139 + border-collapse: collapse; 1.140 +} 1.141 + 1.142 +td, 1.143 +th { 1.144 + border: 1px solid #ddd; 1.145 + padding: 6px; 1.146 + vertical-align: top; 1.147 +} 1.148 + 1.149 +th { 1.150 + background-color: #eee; 1.151 + font-weight: bold; 1.152 + text-align: start; 1.153 +} 1.154 + 1.155 +.noTableBorder, 1.156 +.noTableBorder td, 1.157 +.noTableBorder th { 1.158 + background-color: transparent; 1.159 + border: none; 1.160 +}