home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2011 October / PCgo_1011_CD.iso / interface / css / navi.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2011-05-12  |  6.3 KB  |  285 lines

  1. /***************************************************************************************************
  2. *   Document: navi.css
  3. *   Description: Navigations Design-Einstellungen
  4. *   Company: InteractiveM
  5. *   Author: Ren├⌐ Woizenko, Thomas Smiatek
  6. *   Email: info@im-online.de
  7. *   
  8. *   @version: v1.0
  9. *   
  10. */
  11. /***************************************************************************************************
  12. *   MainNavigation
  13. */
  14. body {
  15.   behavior: url("csshover.htc") !important;
  16. }
  17.  
  18. div#headerMainNavi div#pageNavigation {
  19.   margin: 11px 0 0 15px;
  20.   float: left;
  21.   width: 142px;
  22.   height: 59px;
  23. }
  24.  
  25. div#headerMainNavi div#mainNavigation {
  26.   position: absolute;
  27.   top: 0px;
  28.   left: 156px;
  29.   width: 736px;
  30.   height: 70px;
  31. }
  32.  
  33. div#mainNavigation ul#mainTabs {
  34.   margin: 2px 0 0 22px;
  35.   padding: 0 0 0 0;
  36.   list-style-type: none;
  37. }
  38.  
  39. /***************************************************************************************************
  40. *   MainNavigation - SUBTABS
  41. */
  42.  
  43. ul#mainTabs {
  44.   position: relative;
  45. }
  46.  
  47. ul#mainTabs li {
  48.   float: left;
  49.   position: relative;
  50. }
  51.   
  52. ul#mainTabs li ul.secondLVL {
  53.   display: none;
  54.   width: 560px;
  55.   height: 32px;
  56.   position: absolute;
  57.   top: 38px;
  58.   left: 0px;
  59.   z-index: 500;
  60. }
  61.  
  62. ul#mainTabs li:hover ul.secondLVL {
  63.   display: block;
  64. }
  65.  
  66. ul#mainTabs li ul.secondLVL li {
  67.   float: left;
  68.   height: 28px;
  69.   list-style-type: none;
  70.   margin: 0 0 0 0;
  71.   padding: 0 10px 0 10px;
  72.   background: transparent url('../images/trenner.gif') no-repeat right 3px ;
  73. }
  74.  
  75. ul#mainTabs li ul.secondLVL li a {
  76.   display: block;
  77.   font-size: 11px;
  78.   font-weight: bold;
  79.   text-decoration: none;
  80.   color: #88bef5;
  81.   margin: 8px 0 0 0;
  82.   padding: 0 0 0 0;
  83. }
  84.  
  85. ul#mainTabs li ul.secondLVL li a:hover {
  86.   color: white;
  87.   text-decoration: underline;
  88. }
  89.  
  90. ul#mainTabs li ul.secondLVL li a.catWhite {
  91.   display: block;
  92.   font-size: 11px;
  93.   font-weight: bold;
  94.   color: white;
  95.   margin: 8px 0 0 0;
  96.   padding: 0 0 0 0;
  97. }
  98.  
  99. /*
  100. *
  101. *     Anpassen
  102. *
  103. */
  104. /*
  105. ul#ul_item4  {
  106.   margin-left: -27px !important;
  107. }
  108. */
  109. ul#mainTabs li ul#ul_item1 {
  110.   width: 650px;
  111. }
  112.  
  113. ul#mainTabs li ul#ul_item4  {
  114.   width: 630px;
  115.   margin-left: -189px !important;
  116. }
  117.  
  118. ul#mainTabs li ul#ul_item5  {
  119.   width: 130px;
  120.   margin-left: 0px !important;
  121. }
  122. /***************************************************************************************************
  123. *   MainNavigation - Hover Texteffekt f├╝r das Men├╝ der dritten Ebene
  124. */
  125. ul#mainTabs li:hover ul.secondLVL li.secondLVLMenu:hover div.subTabBox {
  126.   margin: 6px 0 0 0;
  127.   background-color: white;
  128. }
  129.  
  130. ul#mainTabs li ul.secondLVL li.secondLVLMenu:hover div.subTabBox div.subTabBTNLeft  {
  131.   width: 8px;
  132.   height: 24px;
  133.   float: left;
  134.   background: #fff url('../images/subTabLeftBG.gif') no-repeat 0px 0px;
  135. }
  136.  
  137. ul#mainTabs li ul.secondLVL li.secondLVLMenu:hover div.subTabBox div.subTabBTNRight  {
  138.   width: 8px;
  139.   height: 24px;
  140.   float: left;
  141.   background: #fff url('../images/subTabRightBG.gif') no-repeat 0px 0px;
  142. }
  143.  
  144. a.subTabBTN img {
  145.   padding: 0 0 0 8px;
  146. }
  147.  
  148. ul#mainTabs li:hover ul.secondLVL li.secondLVLMenu:hover div.subTabBox a.subTabBTN {
  149.   display: block;
  150.   height: 24px;
  151.   margin: 6px 0 0 0;
  152.   padding: 0 14px 0 0;
  153.   float: left;
  154.   color: #10346d;
  155.   text-decoration: none;
  156.   background: transparent url('../images/naviOpenFlyout_hover.gif') no-repeat right 4px;
  157. }
  158.  
  159. ul#mainTabs li:hover ul.secondLVL li.secondLVLMenu:hover div.subTabBox a.subTabBTN img {
  160.   display: none;
  161. }
  162.  
  163. /***************************************************************************************************
  164. *   MainNavigation - ThirdLVL
  165. */
  166. ul#mainTabs li ul.secondLVL li.secondLVLMenu ul.thirdLVL {
  167.   display: none;
  168.   clear: both;
  169.   position: absolute;
  170.   top: 30px;
  171.   left: 9px;
  172.   width: 200px;
  173.   padding: 0 0 5px 0;
  174.   list-style-type: none;
  175. }
  176.  
  177. ul#mainTabs li ul.secondLVL li.secondLVLMenu:hover ul.thirdLVL {
  178.   display: block;
  179.   background: transparent url('../images/subTabMenuBoxBottom.gif') no-repeat left bottom;
  180. }
  181.  
  182. ul#mainTabs li ul.secondLVL li.secondLVLMenu:hover ul.thirdLVL li {
  183.   width: 178px;
  184.   background: none;
  185.   background-color: #fff;
  186.   border-right: solid 1px #2d80d5;
  187.   border-left: solid 1px #2d80d5;
  188. }
  189.  
  190. ul#mainTabs li ul.secondLVL li.secondLVLMenu ul.thirdLVL li a {
  191.   display: block;
  192.   width: 167px;
  193.   color: #3577b9;
  194.   margin: 10px 0 10px 0;
  195.   padding: 3px 0 3px 5px;
  196.   background-color: #fff;
  197.   text-decoration: none;
  198. }
  199.  
  200. ul#mainTabs li ul.secondLVL li.secondLVLMenu ul.thirdLVL li a:hover {
  201.   background-color: #2d80d5;
  202.   color: #fff;
  203. }
  204.  
  205. /***************************************************************************************************
  206. *   MAINNAVIGATION - TABS
  207. */
  208.  
  209. ul#mainTabs a#tabFirst {
  210.   display: block;
  211.   width: 129px;
  212.   height: 28px;
  213.   text-align: center;
  214.   text-decoration: none;
  215.   font-weight: bold;
  216.   color: #4b7cb9;
  217.   padding: 12px 0 0 0;
  218.   background: transparent url('../images/tab_clear.gif') repeat-y 0px 0px;
  219. }
  220.  
  221. ul#mainTabs a#tabFirst:hover {
  222.   color: #ffed06;
  223.   background: transparent url('../images/tabBTN_hover.gif') no-repeat 0px 0px;
  224. }
  225.  
  226. ul#mainTabs li:hover a#tabFirst {
  227.   color: #ffed06;
  228.   background: transparent url('../images/tabBTN_hover.gif') no-repeat 0px 0px;
  229. }
  230.  
  231. ul#mainTabs a.tabBTN { 
  232.   display: block;
  233.   width: 129px;
  234.   height: 27px;
  235.   text-align: center;
  236.   text-decoration: none;
  237.   text-transform: uppercase;
  238.   font-weight: bold;
  239.   color: #4b7cb9;
  240.   padding: 12px 0 0 0;
  241.   background: transparent url('../images/tab_clear.gif') repeat-y 0px 0px;
  242. }
  243.  
  244. ul#mainTabs li:hover a.tabBTN {
  245.   color: #ffed06;
  246.   cursor: default;
  247.   background: transparent url('../images/tabBTN_hover.gif') no-repeat 0px 0px;
  248. }
  249.  
  250. ul#mainTabs li.activeMenu a.tabBTN {
  251.   /*
  252.   color: #ffed06;
  253.   */
  254.   color: white;
  255.   background: transparent url('../images/tabBTN_hover.gif') no-repeat 0px 0px;
  256. }
  257.  
  258. ul#mainTabs li.activeMenu ul.secondLVL {
  259.   display: block;
  260. }
  261.  
  262. ul#mainTabs li.activeMenu ul.activeSubMenu {
  263.   display: block;
  264. }
  265.  
  266. ul#mainTabs li.activeMenu ul.inactiveSubMenu {
  267.   display: none;
  268. }
  269.  
  270. ul#mainTabs li.activeMenu ul.activeSubMenu {
  271.   display: block;
  272. }
  273.  
  274. ul#mainTabs li.activeMenu ul.activeSubMenu a.inactive {
  275. }
  276.  
  277. ul#mainTabs li.activeMenu ul.activeSubMenu a.active {
  278.   color: white;
  279. }
  280.  
  281. ul#mainTabs li.activeMenu ul.inactiveSubMenu {
  282.   display: none;
  283. }
  284.  
  285.