home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / tema / mozilla / skin / ieskin-0.0.3-IE5.5-skinVersion1.5.xpi / ieskin.jar / editor / editor.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-01-05  |  3.1 KB  |  134 lines

  1. /*
  2.  * The contents of this file are subject to the Netscape Public
  3.  * License Version 1.1 (the "License"); you may not use this file
  4.  * except in compliance with the License. You may obtain a copy of
  5.  * the License at http://www.mozilla.org/NPL/
  6.  *
  7.  * Software distributed under the License is distributed on an "AS
  8.  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  9.  * implied. See the License for the specific language governing
  10.  * rights and limitations under the License.
  11.  *
  12.  * The Original Code is Mozilla Communicator client code, released
  13.  * March 31, 1998.
  14.  *
  15.  * The Initial Developer of the Original Code is Netscape
  16.  * Communications Corporation. Portions created by Netscape are
  17.  * Copyright (C) 1998-2001 Netscape Communications Corporation. All
  18.  * Rights Reserved.
  19.  *
  20.  * Contributor(s):
  21.  *   Joe Hewitt (hewitt@netscape.com)
  22.  */
  23.  
  24. /* Modified for IE Skin by Bamm Gabriana, Jan 2004 */
  25.  
  26. /* ==== editor.css ==========================================================
  27.    == Styles shared throughout the Editor application.
  28.    ========================================================================== */
  29.  
  30. @import url("chrome://communicator/skin/");
  31. @import url("chrome://communicator/skin/sidebar/sidebar.css");
  32.  
  33. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  34.  
  35.  
  36. /* ::::: content area ::::: */
  37.  
  38. #content-frame { 
  39.   min-width: 10px; 
  40.   min-height: 10px;
  41.   height: 400px;
  42.  
  43. .source-editor,
  44. .source-editor:focus {
  45.   margin: 0px 4px 4px 0px;
  46.   border: 0px;
  47.   padding: 0px;
  48. }
  49.  
  50.  
  51. /* ::::: source editor ::::: */
  52.  
  53. #doctype-text {
  54.   font-family: monospace;
  55.   font-size: 8pt;
  56.   font-style: italic;
  57. }
  58.  
  59. #content-source {
  60.   font-family: Fixedsys,monospace;
  61.   font-size: 10pt;
  62. }
  63.  
  64. #appcontent {
  65.   border-top: 1px solid ThreeDDarkShadow;
  66.   border-right: 1px solid ThreeDLightShadow;
  67.   border-bottom: 1px solid ThreeDLightShadow;
  68.   border-left: 1px solid ThreeDDarkShadow;
  69. }
  70.  
  71. /* ::::: menubar ::::: */
  72.  
  73. menubar > menu {
  74.   border: 1px solid transparent;
  75.   padding: 3px 2px 1px 4px;
  76.   min-height: 18px;
  77. }
  78.  
  79. menubar > menu[_moz-menuactive="true"] {
  80.   border-top: 1px solid ThreeDHighlight;
  81.   border-right: 1px solid ThreeDShadow;
  82.   border-bottom: 1px solid ThreeDShadow;
  83.   border-left: 1px solid ThreeDHighlight;
  84.   padding: 3px 2px 1px 4px;
  85. }
  86.  
  87. menubar > menu[_moz-menuactive="true"][open="true"] {
  88.   border-top: 1px solid ThreeDShadow;
  89.   border-right: 1px solid ThreeDHighlight;
  90.   border-bottom: 1px solid ThreeDHighlight;
  91.   border-left: 1px solid ThreeDShadow;
  92.   padding: 4px 1px 0px 5px;
  93. }
  94.  
  95.  
  96. /* ::::: toolbar ::::: */
  97.  
  98. toolbox {
  99.   margin: 0;
  100.   border: 0;
  101.   padding: 0;
  102. }
  103.  
  104. toolbargrippy {
  105.   padding-right: 0;
  106. }
  107.  
  108.  
  109. /* ::::: default fonts ::::: */
  110.  
  111. window,
  112. menu,
  113. menuitem,
  114. .statusbarpanel-text,
  115. .tab-text {
  116.   font-family: tahoma, sans-serif;
  117. }
  118.  
  119. /* ::::: struct toolbar ::::: */
  120.  
  121. #structToolbar {
  122.   min-width: 1px;
  123.   overflow: hidden;
  124. }
  125.  
  126. .struct-textbox {
  127.   -moz-appearance: none !important;
  128.   padding: 0px !important;
  129.   margin: 0px !important;
  130.   border: none !important;
  131.   min-height: 0;
  132. }
  133.