Subversion Repositories wimsdev

Rev

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

  1.  
  2. /*** MENUPROF STYLES **/
  3.  
  4. #menuprof {
  5.   /*margin-top: 15px;*/
  6.   float: left;
  7.   width:9em;
  8. }
  9.  
  10. #menuprof ul {
  11.   background-color: #ffffff;
  12.   -webkit-border-top-right-radius: 5px ;
  13.   -moz-border-radius-topright: 5px ;
  14.   border-top-right-radius: 5px ;
  15.   -webkit-border-bottom-right-radius: 5px ;
  16.   -moz-border-radius-bottomright: 5px ;
  17.   border-bottom-right-radius: 5px ;
  18.   border: 1px solid rgba(0, 0, 0, 0.1);
  19.   margin-bottom: 20px;
  20.   padding-left: 10px;
  21. }
  22.  
  23. #menuprof ul li {
  24.   margin-bottom: 0;
  25.   padding-left: 0;
  26.   border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  27.   list-style-type: none;
  28.   background-repeat: no-repeat;
  29.   background-position: left center;
  30. }
  31.  
  32. #menuprof ul li:last-child {
  33.   border-bottom: none;
  34. }
  35.  
  36. #menuprof ul li.itemsep {
  37.   font-weight: bold;
  38.   padding: 10px 0;
  39. }
  40.  
  41. #menuprof ul li.menuitem a {
  42.   color: #000000;
  43.   color: rgba(0, 0, 0, 0.75);
  44. }
  45.