/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ html { background-color: #CCD0DD; color: #000000; font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif; } body { width: 90%; margin-left: 5%; margin-right: 5%; } .page-subtitle { margin-bottom: 3em; } .major-section { margin-top: 2em; margin-bottom: 1em; font-size: large; text-align: start; font-weight: bold; } table { background-color: #CCD0DD; color: #000000; text-align: start; width: 100%; border: 1px solid #9999CC; border-spacing: 0px; } th, td { padding: 3px; } th + th, td + td { border-left: 1px dotted #9999CC; } thead th { text-align: center; } th { text-align: start; background-color: #666699; color: #CCD0DD; } th.column { white-space: nowrap; width: 0px; } td { text-align: start; border-top: 1px dotted #9999CC; } .prefs-table { width: 100%; table-layout: fixed; } .pref-name { width: 70%; white-space: nowrap; overflow: hidden; } .pref-value { width: 30%; white-space: nowrap; overflow: hidden; } #reset-box { background-color: #CCD0DD; border: 1px solid #666699; color: #000000; float: right; margin-top: 2em; margin-bottom: 20px; -moz-margin-start: 20px; -moz-margin-end: 0; padding: 16px; width: 30%; } #reset-box:-moz-dir(rtl) { float: left; } #reset-box > h3 { margin-top: 0; } #reset-box > button { display: block; margin: auto; }