You are here

zen.css in Quick Tabs 5

/* Style from the new (great!) ZEN THEME for Drupal 
	 http://drupal.org/project/zen
*/

.quicktabs_main{
	clear:both;
}
ul.quicktabs_tabs{
	margin:0 0 10px 0;
	padding:0 0 3px;
	font-size:1em;
  list-style: none;
	height:21px;
  background:transparent url(images/tab-bar.png) repeat-x left bottom;
}
*html ul.quicktabs_tabs li{
	margin-bottom:-5px;
}
ul.quicktabs_tabs li{
  float: left;
  margin:0 5px;
  padding: 0 0 0 5px;
  background:transparent url(images/tab-left-ie6.png) no-repeat left -38px;
}
ul.quicktabs_tabs li a{
	font:bold 12px/170% Verdana;
	font-size-adjust:none;
  display: block;
  margin: 0;
  padding:4px 17px 0px 12px;
  border-width: 0;
  font-weight:bold;
  text-decoration:none;
  background: transparent url(images/tab-right-ie6.png) no-repeat right -38px;
}
ul.quicktabs_tabs li:hover a{
  border-width: 0;
  background:transparent url(images/tab-right-ie6.png) no-repeat right -76px;
}
ul.quicktabs_tabs li:hover{
  background:transparent url(images/tab-left-ie6.png) no-repeat left -76px;
}
ul.quicktabs_tabs li.active a,
ul.quicktabs_tabs li.active a:hover{
  text-decoration:none;
  border-width: 0;
  background:transparent url(images/tab-right-ie6.png) no-repeat right 0;
}
ul.quicktabs_tabs li.active{
  background:transparent url(images/tab-left-ie6.png) no-repeat left 0;
}

File

tabstyles/zen/zen.css
View source
  1. /* Style from the new (great!) ZEN THEME for Drupal
  2. http://drupal.org/project/zen
  3. */
  4. .quicktabs_main{
  5. clear:both;
  6. }
  7. ul.quicktabs_tabs{
  8. margin:0 0 10px 0;
  9. padding:0 0 3px;
  10. font-size:1em;
  11. list-style: none;
  12. height:21px;
  13. background:transparent url(images/tab-bar.png) repeat-x left bottom;
  14. }
  15. *html ul.quicktabs_tabs li{
  16. margin-bottom:-5px;
  17. }
  18. ul.quicktabs_tabs li{
  19. float: left;
  20. margin:0 5px;
  21. padding: 0 0 0 5px;
  22. background:transparent url(images/tab-left-ie6.png) no-repeat left -38px;
  23. }
  24. ul.quicktabs_tabs li a{
  25. font:bold 12px/170% Verdana;
  26. font-size-adjust:none;
  27. display: block;
  28. margin: 0;
  29. padding:4px 17px 0px 12px;
  30. border-width: 0;
  31. font-weight:bold;
  32. text-decoration:none;
  33. background: transparent url(images/tab-right-ie6.png) no-repeat right -38px;
  34. }
  35. ul.quicktabs_tabs li:hover a{
  36. border-width: 0;
  37. background:transparent url(images/tab-right-ie6.png) no-repeat right -76px;
  38. }
  39. ul.quicktabs_tabs li:hover{
  40. background:transparent url(images/tab-left-ie6.png) no-repeat left -76px;
  41. }
  42. ul.quicktabs_tabs li.active a,
  43. ul.quicktabs_tabs li.active a:hover{
  44. text-decoration:none;
  45. border-width: 0;
  46. background:transparent url(images/tab-right-ie6.png) no-repeat right 0;
  47. }
  48. ul.quicktabs_tabs li.active{
  49. background:transparent url(images/tab-left-ie6.png) no-repeat left 0;
  50. }