home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 July & August / PCWorld_2003-07-08_cd.bin / Komunik / firebird / MozillaFirebird-0.6-win32.exe / MozillaFirebird / res / forms.css < prev    next >
Cascading Style Sheet File  |  2003-05-01  |  11KB  |  474 lines

  1. /* ***** BEGIN LICENSE BLOCK *****
  2.  * Version: NPL 1.1/GPL 2.0/LGPL 2.1
  3.  *
  4.  * The contents of this file are subject to the Netscape Public License
  5.  * Version 1.1 (the "License"); you may not use this file except in
  6.  * compliance with the License. You may obtain a copy of the License at
  7.  * http://www.mozilla.org/NPL/
  8.  *
  9.  * Software distributed under the License is distributed on an "AS IS" basis,
  10.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  11.  * for the specific language governing rights and limitations under the
  12.  * License.
  13.  *
  14.  * The Original Code is mozilla.org code.
  15.  *
  16.  * The Initial Developer of the Original Code is 
  17.  * Netscape Communications Corporation.
  18.  * Portions created by the Initial Developer are Copyright (C) 1998
  19.  * the Initial Developer. All Rights Reserved.
  20.  *
  21.  * Contributor(s):
  22.  *
  23.  * Alternatively, the contents of this file may be used under the terms of
  24.  * either the GNU General Public License Version 2 or later (the "GPL"), or 
  25.  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  26.  * in which case the provisions of the GPL or the LGPL are applicable instead
  27.  * of those above. If you wish to allow use of your version of this file only
  28.  * under the terms of either the GPL or the LGPL, and not to allow others to
  29.  * use your version of this file under the terms of the NPL, indicate your
  30.  * decision by deleting the provisions above and replace them with the notice
  31.  * and other provisions required by the GPL or the LGPL. If you do not delete
  32.  * the provisions above, a recipient may use your version of this file under
  33.  * the terms of any one of the NPL, the GPL or the LGPL.
  34.  *
  35.  * ***** END LICENSE BLOCK ***** */
  36.  
  37. /** 
  38.   Styles for old GFX form widgets
  39.  **/ 
  40.  
  41.  
  42. @namespace url(http://www.w3.org/1999/xhtml); /* set default namespace to HTML */
  43. @namespace xul url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
  44.  
  45. *|*:-moz-fieldset-content {
  46.   display: block;
  47.   height: inherit;   /* Need this so percentage heights of kids work right */
  48. }
  49.  
  50. form {
  51.   display: block;
  52.   margin: 0 0 1em 0;
  53. }
  54.  
  55. /* miscellaneous form elements */
  56.  
  57. legend {
  58.   padding-left: 2px;
  59.   padding-right: 2px;
  60.   border: none;
  61. }
  62.  
  63. fieldset {
  64.   display: block;
  65.   margin-left: 2px;
  66.   margin-right: 2px;
  67.   padding: 0.75em 0.625em;
  68.   border: 2px groove ThreeDFace;
  69. }
  70.  
  71. label {
  72.   cursor: default;
  73. }
  74.  
  75. /* default inputs, text inputs, and selects */
  76.  
  77. /* Note: Values in nsNativeTheme IsWidgetStyled function 
  78.    need to match textfield background/border values here */
  79.  
  80. input {
  81.   -moz-appearance: textfield;
  82.   /* The sum of border-top, border-bottom, padding-top, padding-bottom
  83.      must be the same here, for buttons, and for <select> (including its
  84.      internal padding magic) */
  85.   padding: 1px 0 1px 0;
  86.   border: 2px inset ThreeDFace;
  87.   background-color: -moz-Field;
  88.   color: -moz-FieldText;
  89.   font: -moz-field;
  90.   line-height: normal !important;
  91.   text-align: start;
  92.   text-transform: none;
  93.   cursor: text;
  94.   -moz-user-focus: normal;
  95.   -moz-binding: url("resource:///res/builtin/platformHTMLBindings.xml#inputFields");
  96. }
  97.  
  98. textarea {
  99.   margin: 1px 0 1px 0;
  100.   border: 2px inset ThreeDFace;
  101.   background-color: -moz-Field;
  102.   color: -moz-FieldText;
  103.   font: medium -moz-fixed;
  104.   line-height: normal !important;
  105.   text-align: start;
  106.   text-transform: none;
  107.   vertical-align: text-bottom;
  108.   cursor: text;
  109.   -moz-user-focus: normal;
  110.   -moz-binding: url("resource:///res/builtin/platformHTMLBindings.xml#textAreas");
  111.   -moz-appearance: textfield;
  112. }
  113.  
  114. textarea > scrollbar {
  115.   cursor: default;
  116. }
  117.  
  118. *|*:-moz-singleline-textcontrol-frame {
  119.   overflow: hidden;
  120.   white-space: nowrap;
  121.   background-color: inherit;
  122.   text-align: inherit;
  123. }
  124.  
  125. select {
  126.   margin: 0;
  127.   border-color: ThreeDFace;
  128.   background-color: -moz-Field;
  129.   color: -moz-FieldText;
  130.   font: -moz-list;
  131.   line-height: normal !important;
  132.   white-space: nowrap;
  133.   text-align: start; 
  134.   cursor: default;
  135.   -moz-box-sizing: border-box;
  136.   -moz-user-select: none;
  137.   -moz-user-focus: normal;
  138.   -moz-appearance: menulist;
  139.   border-width: 2px !important;
  140.   border-style: inset !important;
  141.   -moz-border-radius: 0 !important;
  142. }
  143.  
  144. select[size] {
  145.   /* Different alignment and padding for listbox vs combobox */
  146.   vertical-align: text-bottom;
  147.   padding: 1px 0 1px 0;
  148. }
  149.  
  150. select[size="1"] {
  151.   /* Except this is not a listbox */
  152.   vertical-align: baseline;
  153.   padding: 0;
  154.   -moz-appearance: menulist;
  155. }
  156.  
  157. select > input[type="button"] {
  158.   width: 12px;
  159.   height: 12px;
  160.   white-space: nowrap;
  161.   -moz-user-focus: none;
  162.  
  163.   position: static !important;
  164.   background-image: url("arrow.gif") !important;
  165.   background-repeat: no-repeat !important;
  166.   background-position: center !important;
  167.   -moz-appearance: menulist-button;
  168. }
  169.  
  170. select > input[type="button"]:active {
  171.   background-image: url("arrowd.gif") !important;
  172. }
  173.  
  174. select[size] {
  175.   overflow: -moz-scrollbars-vertical;
  176.    -moz-appearance: listbox;
  177. }
  178.  
  179. select:-moz-dummy-option { 
  180.   visibility: hidden; 
  181.   content: "XX"; /* demo 8, edge case test 1 */
  182. }
  183.  
  184. *|*:-moz-display-comboboxcontrol-frame {
  185.   overflow: hidden;
  186.   /* This top/bottom padding plus the combobox top/bottom border need to
  187.      add up to the top/bottom borderpadding of text inputs and buttons */ 
  188.   padding: 1px 0 1px 4px;
  189.   background-color: inherit;
  190.   color: inherit;
  191.   white-space: nowrap;
  192.   text-align: inherit;
  193.   -moz-user-select: none;
  194. }
  195.  
  196. option {
  197.   display: block;
  198.   min-height: 1em;
  199.   line-height: normal !important;
  200.   -moz-user-select: none;
  201.   -moz-user-focus: none;
  202. }
  203.  
  204. select > option {
  205.   padding: 0 5px 0 3px;
  206. }
  207.  
  208. option:checked {
  209.   background-color: Highlight ! important;
  210.   color: HighlightText ! important;
  211. }
  212.  
  213. optgroup {
  214.   display: block;
  215.   font: -moz-list;
  216.   line-height: normal !important;
  217.   font-style: italic;
  218.   font-weight: bold;
  219.   -moz-user-select: none;
  220.   -moz-user-focus: none;
  221. }
  222.  
  223. optgroup > option {
  224.   padding-left: 20px;
  225.   font-style: normal;
  226.   font-weight: normal;
  227. }
  228.  
  229. optgroup:before {
  230.   display: block;
  231.   content: attr(label);
  232. }
  233.  
  234. *|*:-moz-dropdown-list {
  235.   z-index: 2147483647;
  236.   background-color: inherit;
  237.   -moz-user-select: none;
  238.  
  239.   border: 1px outset black !important;
  240.  
  241. input[disabled],
  242. textarea[disabled],
  243. option[disabled],
  244. optgroup[disabled],
  245. select[disabled] {
  246.   -moz-user-input: disabled;
  247.   -moz-user-focus: ignore;
  248.   color: GrayText;
  249.   background-color: ThreeDFace;
  250.   cursor: default;
  251. }
  252.  
  253. option[disabled],
  254. optgroup[disabled] {
  255.   background-color: transparent;
  256. }
  257.  
  258. /* hidden inputs */
  259. input[type="hidden"] {
  260.   -moz-appearance: none;
  261.   display: none;
  262.   padding: 0;
  263.   border: 0;
  264.   cursor: auto;
  265.   -moz-user-focus: ignore;
  266.   -moz-binding: none;
  267. }
  268.  
  269. /* image buttons */
  270. input[type="image"] {
  271.   -moz-appearance: none;
  272.   padding: 0;
  273.   border: none;
  274.   background-color: transparent;
  275.   font-family: sans-serif;
  276.   font-size: small;
  277.   cursor: pointer;
  278.   -moz-binding: none;
  279.   -moz-appearance: none;
  280. }
  281.  
  282. input[type="image"][disabled] {
  283.   cursor: default;
  284. }
  285.  
  286. input[type="image"]:focus {
  287.   -moz-outline: 1px dotted -moz-FieldText;
  288. }
  289.  
  290. /* file selector */
  291. input[type="file"] {
  292.   -moz-appearance: none;
  293.   white-space: nowrap;
  294.   cursor: default;
  295.   -moz-binding: none;
  296.  
  297.   padding: 0 !important;
  298.   border-style: none !important;
  299. }
  300.  
  301. input[type="file"] > input[type="text"] {
  302.   border-color: inherit;
  303.   background-color: inherit;
  304.   color: inherit;
  305.   font-size: inherit;
  306.   height: inherit;
  307. }
  308.  
  309. /* button part of file selector */
  310. input[type="file"] > input[type="button"] {
  311.   height: inherit;
  312.   font-size: inherit;
  313. }
  314.  
  315. /* radio buttons */
  316. input[type="radio"] {
  317.   -moz-appearance: radio;
  318.   width: 13px;
  319.   height: 13px;
  320.   margin: 3px 3px 0px 5px;
  321.   padding: 0;
  322.   cursor: default;
  323.   -moz-binding: none;
  324.  
  325.   -moz-border-radius: 100% !important;
  326. }
  327.  
  328. /* check boxes */
  329. input[type="checkbox"] {
  330.   -moz-appearance: checkbox;
  331.   width: 13px;
  332.   height: 13px;
  333.   margin: 3px 3px 3px 4px;
  334.   padding: 0;
  335.   vertical-align: text-bottom;
  336.   cursor: default;
  337.   -moz-binding: none;
  338.  
  339.   -moz-border-radius: 0 !important;
  340. }
  341.  
  342. /* common features of radio buttons and check boxes */
  343.  
  344. input[type="radio"],
  345. input[type="checkbox"] {
  346.   /* same colors as |input| rule, but |!important| this time. */
  347.   -moz-box-sizing: border-box;
  348.   background-color: -moz-Field ! important;
  349.   color: -moz-FieldText ! important;
  350.   border: 2px inset ThreeDFace ! important;
  351. }
  352.  
  353. input[type="radio"][disabled],
  354. input[type="radio"][disabled]:active,
  355. input[type="radio"][disabled]:hover,
  356. input[type="radio"][disabled]:hover:active,
  357. input[type="checkbox"][disabled],
  358. input[type="checkbox"][disabled]:active,
  359. input[type="checkbox"][disabled]:hover,
  360. input[type="checkbox"][disabled]:hover:active {
  361.   padding: 1px;
  362.   border: 1px inset ThreeDShadow ! important;
  363.   /* same as above, but !important */
  364.   color: GrayText ! important;
  365.   background-color: ThreeDFace ! important;
  366. }
  367.  
  368. input[type="checkbox"]:focus,
  369. input[type="radio"]:focus {
  370.   border-style: groove !important;
  371. }
  372.  
  373. input[type="checkbox"]:hover:active,
  374. input[type="radio"]:hover:active {
  375.   background-color: ThreeDFace ! important;
  376.   border-style: inset !important;
  377. }
  378.  
  379. *|*:-moz-radio {
  380.   width: 4px;
  381.   height: 4px;
  382.   background-color: -moz-FieldText ! important;
  383.   -moz-border-radius: 3px;
  384. }
  385.  
  386. /* buttons */
  387.  
  388. /* Note: Values in nsNativeTheme IsWidgetStyled function 
  389.    need to match button background/border values here */
  390.  
  391. button, 
  392. input[type="reset"],
  393. input[type="button"],
  394. input[type="submit"] { 
  395.   -moz-appearance: button;
  396.   /* The sum of border-top, border-bottom, padding-top, padding-bottom
  397.      must be the same here, for text inputs, and for <select>.  For
  398.      buttons, make sure to include the -moz-focus-inner border/padding. */
  399.   padding: 0px 6px 0px 6px;
  400.   border: 2px outset ButtonFace;
  401.   background-color: ButtonFace;
  402.   color: ButtonText; 
  403.   font: -moz-button;
  404.   line-height: normal !important;
  405.   white-space: pre;
  406.   cursor: default;
  407.   -moz-box-sizing: border-box;
  408.   -moz-user-select: none;
  409.   -moz-user-focus: normal;
  410.   -moz-binding: none;
  411. }
  412.  
  413. button {
  414.   /* Buttons should lay out like "normal" html, mostly */
  415.   white-space: normal;  
  416. }
  417.  
  418. *|*:-moz-button-content {
  419.   display: block;
  420.   text-align: center;
  421. }
  422.  
  423. button:active:hover,
  424. input[type="reset"]:active:hover,
  425. input[type="button"]:active:hover,
  426. input[type="submit"]:active:hover {
  427.   padding: 0px 5px 0px 7px;
  428.   border-style: inset;
  429. }
  430.  
  431. button:-moz-focus-inner,
  432. input[type="reset"]:-moz-focus-inner,
  433. input[type="button"]:-moz-focus-inner,
  434. input[type="submit"]:-moz-focus-inner,
  435. input[type="file"] > input[type="button"]:-moz-focus-inner {
  436.   padding: 0px 2px 0px 2px;
  437.   border: 1px dotted transparent;
  438. }
  439.  
  440. button:focus:-moz-focus-inner,
  441. input[type="reset"]:focus:-moz-focus-inner,
  442. input[type="button"]:focus:-moz-focus-inner,
  443. input[type="submit"]:focus:-moz-focus-inner,
  444. input[type="file"] > input[type="button"]:focus:-moz-focus-inner {
  445.   border-color: ButtonText;
  446. }
  447.  
  448. button[disabled]:active, button[disabled],
  449. input[type="reset"][disabled]:active,
  450. input[type="reset"][disabled],
  451. input[type="button"][disabled]:active,
  452. input[type="button"][disabled],
  453. select[disabled] > input[type="button"],
  454. select[disabled] > input[type="button"]:active,
  455. input[type="submit"][disabled]:active,
  456. input[type="submit"][disabled] {
  457.   /* The sum of border-top, border-bottom, padding-top, padding-bottom
  458.      must be the same here and for text inputs */
  459.   padding: 1px 7px 1px 7px;
  460.   border: 1px outset ButtonShadow;
  461.   color: GrayText;
  462. }
  463.  
  464. @media print {
  465.   input, textarea, select, button {
  466.     -moz-user-focus: none !important;
  467.     -moz-user-input: none !important;
  468.   }
  469.  
  470.   input[type="file"] { height: 2em; }
  471. }
  472.  
  473.