1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/themes/windows/global/aboutSupport.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,114 @@ 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 +html { 1.9 + background-color: -moz-Field; 1.10 + color: -moz-FieldText; 1.11 + font: message-box; 1.12 +} 1.13 + 1.14 +body { 1.15 + width: 90%; 1.16 + margin-left: 5%; 1.17 + margin-right: 5%; 1.18 +} 1.19 + 1.20 +.page-subtitle { 1.21 + margin-bottom: 3em; 1.22 +} 1.23 + 1.24 +.major-section { 1.25 + margin-top: 2em; 1.26 + margin-bottom: 1em; 1.27 + font-size: large; 1.28 + text-align: start; 1.29 + font-weight: bold; 1.30 +} 1.31 + 1.32 +table { 1.33 + background-color: -moz-Dialog; 1.34 + color: -moz-DialogText; 1.35 + font: message-box; 1.36 + text-align: start; 1.37 + width: 100%; 1.38 + border: 1px solid ThreeDShadow; 1.39 + border-spacing: 0px; 1.40 +} 1.41 + 1.42 +th, td { 1.43 + border: 1px dotted ThreeDShadow; 1.44 + padding: 3px; 1.45 +} 1.46 + 1.47 +thead th { 1.48 + text-align: center; 1.49 +} 1.50 + 1.51 +th { 1.52 + text-align: start; 1.53 + background-color: Highlight; 1.54 + color: HighlightText; 1.55 +} 1.56 + 1.57 +th.column { 1.58 + white-space: nowrap; 1.59 + width: 0px; 1.60 +} 1.61 + 1.62 +td { 1.63 + text-align: start; 1.64 + border-top: 1px dotted ThreeDShadow; 1.65 +} 1.66 + 1.67 +.prefs-table { 1.68 + width: 100%; 1.69 + table-layout: fixed; 1.70 +} 1.71 + 1.72 +.pref-name { 1.73 + width: 70%; 1.74 + white-space: nowrap; 1.75 + overflow: hidden; 1.76 +} 1.77 + 1.78 +.pref-value { 1.79 + width: 30%; 1.80 + white-space: nowrap; 1.81 + overflow: hidden; 1.82 +} 1.83 + 1.84 +#reset-box { 1.85 + background-color: -moz-Dialog; 1.86 + border: 1px solid ThreeDShadow; 1.87 + color: -moz-DialogText; 1.88 + float: right; 1.89 + margin-top: 2em; 1.90 + margin-bottom: 20px; 1.91 + -moz-margin-start: 20px; 1.92 + -moz-margin-end: 0; 1.93 + padding: 16px; 1.94 + width: 30%; 1.95 + visibility: hidden; 1.96 +} 1.97 + 1.98 +#reset-box:-moz-dir(rtl) { 1.99 + float: left; 1.100 +} 1.101 + 1.102 +#reset-box > h3 { 1.103 + margin-top: 0; 1.104 +} 1.105 + 1.106 +#reset-box > button { 1.107 + display: block; 1.108 + margin: auto; 1.109 +} 1.110 + 1.111 +.block { 1.112 + display: block; 1.113 +} 1.114 + 1.115 +.hidden { 1.116 + display: none; 1.117 +}