Advertisement
ak47suk1

postit_menu

Jan 27th, 2012
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. div.yui3-widget.yui3-overlay.yui3-widget-positioned {
  2.     border: 1px solid #cccccc;
  3. }
  4. div.yui3-overlay-content.yui3-widget-stdmod {
  5.     border: 1px solid #fff;
  6.     background: #eeeeee url([[pix:theme|alert-overlay]]) repeat-x;
  7. }
  8.  
  9. div.yui3-overlay-content.yui3-widget-stdmod img {
  10.     vertical-align: middle;
  11. }
  12.  
  13. div.yui3-widget-bd {
  14.     border: none;
  15.     background: none;
  16. }
  17. div.yui3-widget-bd h1.helpheading {
  18.     font-size: 16px !important;
  19.     font-weight: 800;
  20.     margin-top: 5px;
  21. }
  22. .yui-module.yui-overlay.yui-panel div.hd {
  23.     background: #eeeeee url([[pix:theme|bart5]]) repeat-x 0% 90%;
  24. }
  25. #menuwrap {
  26.     height: 30px;
  27.     width: 100%;
  28.     margin-left: auto;
  29.     margin-right: auto;
  30.     clear: both;
  31.     background: #333333 url([[pix:theme|menu/menugrad]]) repeat-x;
  32. }
  33. #homeicon {
  34.     float: left;
  35.     border-width: 0;
  36.     width: 46px;
  37.     height: 25px;
  38.     margin: 6px 3px 0 5px;
  39.     text-align: center;
  40. }
  41.  
  42. #menuitemswrap {
  43.     font-size: 16px;
  44.     font-weight: 600;
  45.     float: left;
  46.     border-width: 0;
  47.     margin: 0;
  48. }
  49. #custommenu {
  50.     border-width: 0;
  51.     height: 20px;
  52. }
  53. div.yui3-menu.yui3-menu-horizontal {
  54.     background-color: transparent;
  55.     border-width: 0;
  56.     float: left;
  57. }
  58.  
  59. div.yui3-menu-content {
  60.     border: none !important;
  61.     background: transparent !important;
  62. }
  63. .yui3-menu-content li a {
  64.     font-size: 16px;
  65.     text-transform: uppercase;
  66.     margin: 0 !important;
  67.     font-weight: 400 !important;
  68.     line-height: 25px !important;
  69.     cursor: pointer !important;
  70.     border-right: none !important;
  71.     border-top: none !important;
  72.     border-bottom: none !important;
  73.     color: #fff !important;
  74. }
  75. .yui3-menu-horizontal .yui3-menu-label {
  76.     padding-left: 20px !important;
  77.     color: #fff !important;
  78. }
  79. .yui3-menu-horizontal .yui3-menu-label-menuvisible {
  80.     background-position: 5px -23px !important;
  81. }
  82. .yui3-menu-content li {
  83.     border: none !important;
  84. }
  85. div.yui3-menu.custom_menu_submenu {
  86.     background: url([[pix:theme|menu/yuiarrow]]) no-repeat 20px 0% !important;
  87.     border: none;
  88.     min-width: 10px;
  89.     /*width:100%;*/
  90.     z-index: 99998;
  91. }
  92. div.yui3-menu.custom_menu_submenu div.yui3-menu.custom_menu_submenu {
  93.     background: none !important;
  94.     min-width: 10px;
  95.     /*width:100%;*/
  96. }
  97. div.yui3-menu.custom_menu_submenu div.yui3-menu-content {
  98.     z-index: 99999;
  99.     min-width: 10px;
  100.     /*width:100%;*/
  101.     padding-top: 0 !important;
  102.     padding-bottom: 0 !important;
  103.     margin: 20px 0 0 -40px;
  104.     background: url([[pix:theme|menu/black80]]) !important;
  105. }
  106. div.yui3-menu.custom_menu_submenu div.yui3-menu-content div.yui3-menu.custom_menu_submenu div.yui3-menu-content {
  107.     position: absolute;
  108.     top: -15px;
  109. }
  110. div.yui3-menu.custom_menu_submenu .yui3-menu-content li {
  111.     border-left: none;
  112. }
  113. div.yui3-menu.custom_menu_submenu .yui3-menu-content li a {
  114.     font-size: 16px;
  115.     border-bottom: 0 solid #cccccc !important;
  116.     border-top: 0 solid #fff !important;
  117.     text-transform: none;
  118.     text-decoration: none !important;
  119. }
  120. div.yui3-menu.custom_menu_submenu .yui3-menu-content li a:hover {
  121.     cursor: pointer;
  122.     text-decoration: none !important;
  123. }
  124. div.yui3-menu.custom_menu_submenu li a.yui3-menu-label {
  125.     background: url([[pix:theme|menu/subarrow]]) no-repeat right center !important;
  126. }
  127. div.yui3-menu.custom_menu_submenu li a.yui3-menu-label:hover {
  128.     background: url([[pix:theme|menu/subarrow]]) no-repeat right center !important;
  129. }
  130. #custommenu .yui3-menu-horizontal .yui3-menu-label {
  131.     background-image: none;
  132. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement