home *** CD-ROM | disk | FTP | other *** search
/ ftp.swcp.com / ftp.swcp.com.zip / ftp.swcp.com / mac / mozilla-mac-0.9.sea.hqx / mozilla-mac-0.9 / res / samples / navigator-mozillazine0.css < prev    next >
Cascading Style Sheet File  |  2001-05-05  |  3KB  |  186 lines

  1. /** Contains style definitions for the navigator application 
  2.  **/
  3.  
  4. titledbutton#print-button {
  5.     list-style-image:url(http://www.mozillazine.org/toolbar/home.gif);
  6. }
  7.  
  8. titledbutton#back-button {
  9.     list-style-image:url(http://www.mozillazine.org/toolbar/back.gif);
  10. }
  11.  
  12. titledbutton#forward-button {
  13.     list-style-image:url(http://www.mozillazine.org/toolbar/forward.gif);
  14. }
  15.  
  16. titledbutton#stop-button {
  17.     list-style-image:url(http://www.mozillazine.org/toolbar/stop.gif);
  18.  
  19. titledbutton#reload-button {
  20.     list-style-image:url(http://www.mozillazine.org/toolbar/reload.gif);
  21. }
  22.  
  23. titledbutton#home-button {
  24.     list-style-image:url(http://www.mozillazine.org/toolbar/home.gif);
  25. }
  26.  
  27. titledbutton#netscape-button {
  28.     list-style-image:url(http://www.mozillazine.org/toolbar/mynetscape.gif);
  29. }
  30.  
  31. titledbutton#security-button {
  32.     list-style-image:url(resource:/res/toolbar/StatusBar-secure.gif);
  33. }
  34.  
  35. titledbutton#Throbber
  36. {
  37.     list-style-image:url(http://www.mozillazine.org/toolbar/mozstat.gif);
  38. }
  39.  
  40. titledbutton#Throbber[busy="true"] {
  41.     list-style-image:url(resource:/res/throbber/throbbingN.gif);
  42. }
  43.  
  44. toolbar#taskbar titledbutton{
  45.   color:#CCCCFF; 
  46. }
  47.  
  48. toolbar#taskbar titledbutton[pseudoclass~="active"] {
  49.  
  50.   text-decoration:none;
  51.   border: 1px inset;
  52.  
  53.   padding-left: 2px;
  54.   padding-right: 0px;
  55.   padding-top: 2px;
  56.   padding-bottom: 0px;
  57. }
  58.  
  59. toolbar#taskbar titledbutton[pseudoclass~="hover"] {
  60.   border: 1px outset #666699;
  61.     color:white;
  62.     /*text-decoration:underline;*/
  63.   padding: 1px;
  64. }
  65.  
  66. toolbar#taskbar {
  67.     background-color: black;
  68.     font: 10pt sans-serif;
  69.     min-height: 16px;
  70.     color: red;
  71. }
  72.  
  73.  
  74. box[class=insecure] {
  75.    margin-top: 2px;
  76.    border-top: 0px;
  77. }
  78.  
  79. box[class=secure] {
  80.    border-top: 2px solid yellow;
  81.    margin-top: 0px;
  82. }
  83.  
  84. box#status-bar titledbutton {
  85.      font: 2.5mm sans-serif;
  86. }
  87.  
  88. titledbutton[class=secure] {
  89.   background-color: yellow;
  90. }
  91.  
  92. titledbutton[class=insecure] {
  93. }
  94.  
  95. toolbar#taskbar titledbutton[pseudoclass~="active"] {
  96.  
  97.   text-decoration:none;
  98.   border: 1px inset;
  99.  
  100.   padding-left: 2px;
  101.   padding-right: 0px;
  102.   padding-top: 2px;
  103.   padding-bottom: 0px;
  104. }
  105.  
  106. titledbutton[class="popup"]
  107. {
  108.     list-style-image:url(resource:/res/toolbar/taskbar-popup-arrow.gif);
  109. }
  110.  
  111. titledbutton#mini-nav
  112. {
  113.     list-style-image:url(http://www.mozillazine.org/toolbar/taskbar-navigator.gif);
  114. }
  115.  
  116. titledbutton#mini-mail
  117. {
  118.     list-style-image:url(http://www.mozillazine.org/toolbar/taskbar-mail.gif);
  119. }
  120.  
  121. titledbutton#mini-addr
  122. {
  123.     list-style-image:url(http://www.mozillazine.org/toolbar/taskbar-addressbook.gif);
  124. }
  125.  
  126. titledbutton#mini-comp
  127. {
  128.     list-style-image:url(http://www.mozillazine.org/toolbar/taskbar-composer.gif);
  129. }
  130.  
  131. box[type="secure"] {
  132.    border-top: 2px solid yellow;
  133. }
  134.  
  135. box[type="unsecure"] {
  136.    margin-top: 1px;
  137. }
  138.  
  139. toolbar {
  140.    background-color: black;
  141.    border-color: black;
  142. }
  143.  
  144. window#main-window {
  145.    width: 100%; 
  146.    height: 100%;
  147. }
  148.  
  149. box#outer-box {
  150.    width: 100%; 
  151.    height:100%;
  152.    background-color: black;
  153. }
  154.  
  155. iframe#content-frame {
  156.  width: 100px;
  157.  height: 100px;
  158.  margin: 5px;
  159. }
  160.  
  161. titledbutton {
  162.    color: red;
  163. }
  164.  
  165. toolbox:toolbox-normal {
  166.    background-color: black;
  167.    background-image: none;
  168.    border: none;
  169. }
  170.  
  171. toolbox:toolbox-rollover {
  172.    background-color: rgb(255,0,0);
  173.    background-image: none;
  174.    border: none;
  175. }
  176.  
  177. progressmeter {
  178.         border: 1px solid black;
  179.         color : rgb(128,0,0);         
  180. }
  181.  
  182. :progressmeter-stripe {
  183.     color: rgb(0,128,0);
  184. }
  185.