Advertisement
kaed

options-style.css - 7/22/13

Jul 22nd, 2013
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.87 KB | None | 0 0
  1. nav.b4b-options-menu,
  2. .appearance_page_b4b_theme_options form{
  3.     float: left;
  4. }
  5.  
  6. .appearance_page_b4b_theme_options form{
  7.     margin: 0;
  8.     padding: 0 0 0 20px;
  9.     border: 1px solid #aeaeae;
  10.     border-left: 0;
  11. }
  12.  
  13. nav.b4b-options-menu ul{
  14.     margin: 0;
  15. }
  16.  
  17. nav.b4b-options-menu li{
  18.     width: 150px;
  19.     margin: 0;
  20.     padding: 10px 0;
  21.     text-align: center;
  22.     background: #ededed;
  23.     border: 1px solid #aeaeae;
  24.     border-top: 0;
  25.     -webkit-border-top-left-radius: 5px;
  26.     -webkit-border-bottom-left-radius: 5px;
  27.     -moz-border-radius-topleft: 5px;
  28.     -moz-border-radius-bottomleft: 5px;
  29.     border-top-left-radius: 5px;
  30.     border-bottom-left-radius: 5px;
  31.     cursor: pointer;
  32. }
  33.  
  34. nav.b4b-options-menu li:first-child{
  35.     border-top: 1px solid #aeaeae;
  36. }
  37.  
  38. nav.b4b-options-menu li:hover{
  39.     background: #ffffff;
  40. }
  41.  
  42. li.selected-options{
  43.     border-right: 0!important;
  44.     background: #ffffff!important;
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement