home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / lib / firefox-3.0.14 / chrome / classic.jar / skin / classic / browser / pageInfo.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2008-03-28  |  4.3 KB  |  260 lines

  1.  
  2. @import url("chrome://global/skin/");
  3.  
  4. /* View buttons */
  5. #viewGroup radio {
  6.   list-style-image: url("chrome://browser/skin/pageInfo.png");
  7.   -moz-box-orient: vertical;
  8.   -moz-box-align: center;
  9.   -moz-appearance: none;
  10.   min-width: 4.5em;
  11.   margin: 0;
  12.   padding: 3px;
  13. }
  14.  
  15. .viewSelector {
  16.   -moz-appearance: listbox;
  17.   margin: 8px 8px 0 8px;
  18.   padding: 0;
  19. }
  20.  
  21. #generalTab {
  22.   -moz-image-region: rect(0px, 32px, 32px, 0px)
  23. }
  24.  
  25. #mediaTab {
  26.   -moz-image-region: rect(0px, 64px, 32px, 32px)
  27. }
  28.  
  29. #feedTab {
  30.   -moz-image-region: rect(0px, 96px, 32px, 64px)
  31. }
  32.  
  33. #permTab {
  34.   -moz-image-region: rect(0px, 128px, 32px, 96px)
  35. }
  36.  
  37. #securityTab {
  38.   -moz-image-region: rect(0px, 160px, 32px, 128px)
  39. }
  40.  
  41. #mainDeck {
  42.   padding-left: 2px;
  43.   padding-right: 2px;
  44. }
  45.  
  46. deck {
  47.   padding: 10px 10px 10px 10px;
  48. }
  49.  
  50. /* Misc */
  51. tree {
  52.   margin: .5em;
  53. }
  54.  
  55. .gridSeparator {
  56.   width: .5em;
  57. }
  58.  
  59. textbox {
  60.   background: transparent !important;
  61.   border: none;
  62.   padding: 0px;
  63.   margin-top: 1px;
  64.   -moz-appearance: none;
  65. }
  66.  
  67. textbox.header {
  68.   -moz-margin-start: 0;
  69. }
  70.  
  71. .iframe {
  72.   margin: .5em;
  73.   background: white;
  74.   overflow: auto;
  75. }
  76.  
  77. .fixedsize {
  78.   height: 8.5em;
  79. }
  80.  
  81. textbox[disabled] {
  82.   font-style: italic;
  83. }
  84.  
  85. /* General Tab */
  86. #generalPanel > #titletext {
  87.   -moz-margin-start: 5px;
  88. }
  89. #metaTags > .groupbox-body {
  90.   -moz-margin-start: 5px;
  91.   -moz-margin-end: 1px;
  92. }
  93.  
  94. groupbox.collapsable caption .caption-icon { 
  95.   width: 9px;
  96.   height: 9px;
  97.   background-repeat: no-repeat;
  98.   background-position: center;
  99.   -moz-margin-start: 1px;
  100.   -moz-margin-end: 3px;
  101.   background-image: url("chrome://global/skin/tree/twisty-open.png");
  102. }
  103.  
  104. groupbox.collapsable[closed="true"] {
  105.   border: none;
  106. }
  107.  
  108. groupbox.collapsable[closed="true"] caption .caption-icon { 
  109.   background-image: url("chrome://global/skin/tree/twisty-clsd.png");
  110. }
  111.  
  112. groupbox tree { 
  113.   margin: 0;
  114.   border: none;
  115. }
  116.  
  117. groupbox.treebox .groupbox-body { 
  118.   padding-top: 0;
  119. }
  120.  
  121. #securityBox description { 
  122.   -moz-margin-start: 10px;
  123. }
  124.  
  125. #general-security-identity {
  126.   white-space: pre-wrap;
  127.   line-height: 2em;
  128. }
  129.  
  130. /* Media Tab */
  131. #imagetree {
  132.   min-height: 10em;
  133.   margin-top: 2px;
  134. }
  135.  
  136. #mediaGrid {
  137.   min-height: 9em;
  138. }
  139.  
  140. #mediaLabelColumn {
  141.   min-width: 10em;
  142. }
  143.  
  144. #thepreviewimage {
  145.   margin: 1em;
  146. }
  147.  
  148. treechildren::-moz-tree-cell-text(broken) {
  149.   font-style: italic;
  150.   color: graytext;
  151. }
  152.  
  153. #mediaPreviewBox .inset {
  154.   -moz-appearance: listbox;
  155.   margin-bottom: 0;  
  156. }
  157.  
  158. /* Feeds Tab */
  159. #feedPanel {
  160.   margin-left: 2px;
  161.   margin-right: 2px;
  162. }
  163.  
  164. #feedtree {
  165.   margin-bottom: 0px;
  166. }
  167.  
  168. #feedListbox richlistitem {
  169.   padding-top: 6px;
  170.   padding-bottom: 6px;
  171.   -moz-padding-start: 7px;
  172.   -moz-padding-end: 7px;
  173.   min-height: 25px;
  174.   border-bottom: 1px dotted #C0C0C0;
  175. }
  176.  
  177. #feedListbox richlistitem[selected="true"] {
  178.   background-color: -moz-Dialog;
  179.   color: -moz-DialogText;
  180. }
  181.  
  182. #feedListbox {
  183.   margin-bottom: 0;
  184.   border: 2px solid;
  185.   -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
  186.   -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow;
  187.   -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
  188.   -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
  189. }
  190.  
  191. .feedTitle { 
  192.   font-weight: bold;
  193. }
  194.  
  195. /* Permissions Tab */
  196. #permPanel {
  197.   margin-left: 6px;
  198.   margin-right: 6px;
  199. }
  200.  
  201. #permList {
  202.   -moz-appearance: listbox;
  203.   margin-top: .5em;
  204.   overflow: auto;
  205.   border: 2px solid;
  206.   -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
  207.   -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow;
  208.   -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
  209.   -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
  210.   background-color: -moz-field;
  211. }
  212.  
  213. #permList > vbox {
  214.   padding-top: 6px;
  215.   padding-bottom: 6px;
  216.   -moz-padding-start: 7px;
  217.   -moz-padding-end: 7px;
  218.   min-height: 25px;
  219.   border-bottom: 1px dotted #C0C0C0;
  220. }
  221.  
  222. #permList > vbox > label {
  223.   font-weight: bold;
  224. }
  225.  
  226. #permList > vbox:hover {
  227.   background-color: -moz-dialog;
  228. }
  229.  
  230. /* Security Tab */
  231. #securityPanel .caption-icon {
  232.   display: none;
  233. }
  234.  
  235. #securityPanel .header {
  236.   font-size: 120%;
  237. }
  238.  
  239. #securityPanel .fieldLabel {
  240.   margin: 2px 10px 3px 10px;
  241. }
  242.  
  243. #securityPanel .fieldValue {
  244.   font-weight: bold;
  245.   margin: 2px 10px 0px 10px;
  246. }
  247.  
  248. /* Icons for context menus */
  249. menuitem:not([type]) {
  250.   -moz-binding: url("chrome://global/content/bindings/menu.xml#menuitem-iconic");
  251. }
  252.  
  253. #menu_selectall {
  254.   list-style-image: url("moz-icon://stock/gtk-select-all?size=menu");
  255. }
  256.  
  257. #menu_copy {
  258.   list-style-image: url("moz-icon://stock/gtk-copy?size=menu");
  259. }
  260.