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-goofy.css < prev    next >
Cascading Style Sheet File  |  2001-05-05  |  3KB  |  166 lines

  1. /** Contains style definitions for the navigator application 
  2.  **/
  3.  
  4. titledbutton#print-button {
  5.     list-style-image:url(resource:/res/toolbar/print.gif);
  6. }
  7.  
  8. titledbutton#back-button {
  9.     list-style-image:url(resource:/res/toolbar/back.gif);
  10. }
  11.  
  12. titledbutton#forward-button {
  13.     list-style-image:url(resource:/res/toolbar/forward.gif);
  14. }
  15.  
  16. titledbutton#stop-button {
  17.     list-style-image:url(resource:/res/toolbar/stop.gif);
  18.  
  19. titledbutton#reload-button {
  20.     list-style-image:url(resource:/res/toolbar/reload.gif);
  21. }
  22.  
  23. titledbutton#home-button {
  24.     list-style-image:url(resource:/res/toolbar/home.gif);
  25. }
  26.  
  27. titledbutton#netscape-button {
  28.     list-style-image:url(resource:/res/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(resource:/res/throbber/anims00.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.     display:block;
  68.     background-color: #666699;
  69.     border-bottom: solid #333366 1px;
  70.     border-top: solid #9999AA 1px;
  71.     border-left: solid #9999AA 1px;
  72.     border-right: solid #333366 1px;
  73.     font: 10pt sans-serif;
  74.     min-height: 16px;
  75.     color: white;
  76. }
  77.  
  78.  
  79. box[class=insecure] {
  80.    margin-top: 2px;
  81.    border-top: 0px;
  82. }
  83.  
  84. box[class=secure] {
  85.    border-top: 2px solid yellow;
  86.    margin-top: 0px;
  87. }
  88.  
  89. box#status-bar titledbutton {
  90.      font: 2.5mm sans-serif;
  91. }
  92.  
  93. titledbutton[class=secure] {
  94.   background-color: yellow;
  95. }
  96.  
  97. titledbutton[class=insecure] {
  98. }
  99.  
  100. toolbar#taskbar titledbutton[pseudoclass~="active"] {
  101.  
  102.     text-decoration:none;
  103.   border: 1px inset;
  104.  
  105.   padding-left: 2px;
  106.   padding-right: 0px;
  107.   padding-top: 2px;
  108.   padding-bottom: 0px;
  109. }
  110.  
  111. titledbutton[class="popup"]
  112. {
  113.     list-style-image:url(resource:/res/toolbar/taskbar-popup-arrow.gif);
  114. }
  115.  
  116. titledbutton#mini-nav
  117. {
  118.     list-style-image:url(resource:/res/toolbar/taskbar-navigator.gif);
  119. }
  120.  
  121. titledbutton#mini-mail
  122. {
  123.     list-style-image:url(resource:/res/toolbar/taskbar-mail.gif);
  124. }
  125.  
  126. titledbutton#mini-addr
  127. {
  128.     list-style-image:url(resource:/res/toolbar/taskbar-addressbook.gif);
  129. }
  130.  
  131. titledbutton#mini-comp
  132. {
  133.     list-style-image:url(resource:/res/toolbar/taskbar-composer.gif);
  134. }
  135.  
  136. box[type="secure"] {
  137.    border-top: 2px solid yellow;
  138. }
  139.  
  140. box[type="unsecure"] {
  141.    margin-top: 1px;
  142. }
  143.  
  144. toolbar[class="main-bar"] {
  145. }
  146.  
  147. window#main-window {
  148.    width: 100%; 
  149.    height: 100%;
  150. }
  151.  
  152. box#outer-box {
  153.    width: 100%; 
  154.    height:100%;
  155. }
  156.  
  157. iframe#content-frame {
  158.  width: 100px;
  159.  height: 100px;
  160. }
  161.  
  162. toolbar titledbutton[pseudoclass~="hover"] {
  163.    border-width: 10px;
  164. }
  165.