Subversion Repositories cryptochat

Rev

View as "text/css" | Blame | Last modification | View Log | RSS feed

  1. body
  2. {
  3.         background-color: #CCCCFF;
  4.         margin: 0px;
  5.         padding: 0px;
  6. }
  7.  
  8. /* Banner (top bar) classes */
  9.  
  10. .banner {  }
  11.  
  12. .banner-menu
  13. {
  14.         clear: both;
  15.         padding: .5em;
  16.         border-top: 2px solid #6666AA; 
  17. }
  18.  
  19. .banner-title
  20. {
  21.         text-align: right;
  22.         font-size: 20pt;
  23.         font-weight: bold;
  24.         margin: .2em;
  25. }
  26.  
  27. .package-selector
  28. {
  29.         background-color: #AAAADD;
  30.         border: 1px solid black;
  31.         color: yellow;
  32. }
  33.