From ca3ad6305ec0655ad8475a12ac2228b61cdd9ba0 Mon Sep 17 00:00:00 2001 From: Lionel LASKE Date: Sat, 25 Aug 2012 20:23:36 +0000 Subject: Init commit --- (limited to 'html/lib/fu/source/tab.css') diff --git a/html/lib/fu/source/tab.css b/html/lib/fu/source/tab.css new file mode 100644 index 0000000..425e9f1 --- /dev/null +++ b/html/lib/fu/source/tab.css @@ -0,0 +1,47 @@ +.theme-fu .tabbar { + /* + background-color: #C3C3C3; + */ + white-space: nowrap; + position: relative; +} + +.theme-fu .tab.focus, .theme-fu .tab:focus { + outline: none; +} + +.theme-fu .tab { + cursor: pointer; + display: inline-block; + white-space: nowrap; + /**/ + color: #606060; + background-color: #C3C3C3; + /**/ + margin: 0; + padding: 0.5em 0.7em; + border: 1px solid rgba(50, 50, 50, 0.2); + border-top: none; + border-left: none; + border-radius: 0 0 5px 5px; + /**/ + box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.3); +} + +.theme-fu .tab.hover, .tab:enabled:hover { + background-color: #C0C0C0; +} + +.theme-fu .tab.active, .theme-fu .active-tab-bg { + background-color: #D7D7D7; +} + +.theme-fu .tab.active { + /* + background-color: #D7D7D7; + Xfont-weight: bold; + */ + box-shadow: none; + box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3); + color: Black; +} \ No newline at end of file -- cgit v0.9.1