[ADD] conf deplate, and test viki.
[arrow.git] / archlinux_conf / home / .deplate / css / tabbar-left.css
blob73040016bae88fd167ad6f7b799c1886514afefa
1 @import url(deplate.css);
3 body {
4 background-color: #e0e0ff;
6 div.tabBar {
8 div.tabBodyFrame {
10 div.tabBody {
12 div.tabFrameRow {
13 display: table-row;
16 #tabFrame {
17 display: table;
19 #tabBar {
20 display: table-cell;
21 width: 140px;
22 padding: 0;
23 border: 0;
24 margin: 10px 10px 0 10px;
25 background-color: #e9e9ff;
26 position: fixed;
28 #tabBodyFrame {
29 display: table-cell;
30 width: 800px;
32 #tabBody {
33 /* margin-top: 0; */
37 .tabBarLeft {
38 background-color: #f0f0f0;
39 max-width: 145px;
40 width: 145px;
42 table.tabBarLeft {
43 /* margin: 10px; */
44 /* padding: 10px; */
45 /* border: 1px dashed #cae0ea; */
46 /* border: 1px outset #cae0ea; */
47 border: 0;
48 border-spacing: 0;
49 max-width: 140px;
51 tr.tabBarLeft {
53 td.tabBarLeft {
56 .tabBarLeftActive {
57 background-color: #fafafa;
59 tr.tabBarLeftActive {
61 td.tabBarLeftActive {
62 border: 1px inset #e0e0e0;
63 /* border-left: 4px solid #e0e0e0; */
64 /* border-right: 4px solid #afafaf; */
65 padding: 2px;
68 .tabBarLeftInactive {
69 background-color: #f0f0f0;
71 tr.tabBarLeftInactive {
73 td.tabBarLeftInactive {
74 border: 1px solid #fafafa;
75 /* border-left: 4px solid #afafaf; */
76 /* border-right: 4px solid #e0e0e0; */
77 padding: 2px;
80 .tabBarLeftButtons {
82 tr.tabBarLeftButtons {
83 border: 0;
85 td.tabBarLeftButtons {
86 background-color: #f0f0f0;
87 border: 1px solid #fafafa;
88 padding: 2px;
89 text-align: center;