Subversion Repositories wimsdev

Rev

Rev 7671 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1.  
  2. /*** WIMS_MENU_BOX STYLES  (footer) **/
  3.  
  4.  
  5. #wimsmenubox{
  6.  
  7.   margin: 0;
  8.   padding: 3px;
  9.   /*background-image: none;*/
  10.  
  11.   background-color:black;
  12.   color:white;
  13.  
  14.   /*position: relative;*/
  15.  
  16.   clear: both;
  17.   text-align: center;
  18.   box-shadow: 0 1px 2px 2px rgba(0, 0, 0, .5) ;
  19. }
  20.  
  21. #wimsmenubox>.wimsmenu,
  22. #wimsmenubox .menuitem {
  23.   display: inline-block;
  24. }
  25.  
  26. #wimsmenubox a{
  27.   color:white;
  28. }
  29.