/* 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/. */ /* ===== plugins.css ===================================================== == Styles used by the about:plugins dialog. ======================================================================= */ body { background-color: #000000; color: #FF9F00; font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif; } a:link, a:visited, a:active { border-radius: 3px; color: #FFCF00; background-color: #000000; text-decoration: none; -moz-padding-start: 1px; -moz-padding-end: 1px; } a:hover { color: #000000; background-color: #FFCF00; } hr { display: none; } div#outside { text-align: justify; width: 90%; -moz-margin-start: 5%; -moz-margin-end: 5%; } div#plugs { border-radius: 15px; background-color: #008484; color: #000000; padding: 3px; text-align: center; font-size: 24px; font-weight: bold; } div#noplugs { color: #FF0000; font-size: 18px; font-weight: bold; } div#findmore { margin-top: 2em; } div.plugname { border-radius: 10px; background-color: #E7ADE7; color: #000000; padding: 2px; -moz-padding-start: 12px; margin-top: 2em; margin-bottom: 1em; font-size: 16px; text-align: left; font-weight: bold; } dl { margin: 0px 0px 3px; } span.label { font-style: italic; color: #8050B0; } table { background-color: #000000; color: #E7ADE7; text-align: left; width: 100%; border-radius: 10px; border: 1px solid #9C9FFF; border-spacing: 0px; } th { text-align: center; background-color: #008484; color: #FFCF00; } th + th, td + td { border-left: 1px dotted #9C9FFF; } td { text-align: left; border-top: 1px dotted #9C9FFF; } th, td { padding: 3px; } th:first-child { border-radius: 9px 0px 0px 0px; } th.type, th.suff { width: 25%; } th.desc { width: 50%; } th:last-child { border-radius: 0px 9px 0px 0px; }