Mercurial > hg > anatomy-of-the-charts
annotate css/simpletabs.css @ 9:0bfd4457b28f first version blogged on matthiasmauch.net
Removed tag help
author | matthiasm |
---|---|
date | Sun, 11 Jan 2015 21:26:08 +0000 |
parents | 28391939478f |
children |
rev | line source |
---|---|
matthiasm@0 | 1 /** |
matthiasm@0 | 2 * @version 1.3 |
matthiasm@0 | 3 * @package SimpleTabs |
matthiasm@0 | 4 * @author Fotis Evangelou - http://nuevvo.com/labs/simpletabs |
matthiasm@0 | 5 * @copyright Copyright (c) 2009-2011 Fotis Evangelou / Nuevvo Webware Ltd. All rights reserved. |
matthiasm@0 | 6 * @license GNU/GPL license: http://www.gnu.org/copyleft/gpl.html |
matthiasm@0 | 7 */ |
matthiasm@0 | 8 |
matthiasm@0 | 9 div.simpleTabs { padding:10px; } |
matthiasm@0 | 10 ul.simpleTabsNavigation { margin:0 10px; padding:0; text-align:left; } |
matthiasm@0 | 11 ul.simpleTabsNavigation li { list-style:none; display:inline; margin:0; padding:0; } |
matthiasm@0 | 12 ul.simpleTabsNavigation li a { border:1px solid #E0E0E0; padding:3px 6px; background:#F0F0F0; font-size:14px; text-decoration:none; font-family:Georgia, "Times New Roman", Times, serif; } |
matthiasm@0 | 13 ul.simpleTabsNavigation li a:hover { background-color:#F6F6F6; } |
matthiasm@0 | 14 ul.simpleTabsNavigation li a.current { background:#fff; color:#222; border-bottom:1px solid #fff; } |
matthiasm@0 | 15 div.simpleTabsContent { border:1px solid #E0E0E0; padding:5px 15px 15px; margin-top:3px; display:none; } |
matthiasm@0 | 16 div.simpleTabsContent.currentTab { display:block; } |