-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdata-style.css
25 lines (22 loc) · 1.25 KB
/
data-style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; direction:rtl;font-family: "Amiri"; font-size: 16px;}
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
caption,th { text-align:right; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }
body { background: #fff; }
/* optional Container STYLES */
.chart { margin: 5px; width: 1860px; }
.Treant > .node { padding: 3px; border: 1px solid #484848; border-radius: 3px; background-color: #FFF;}
.Treant > .node img { width: 30px; height: 30px; float:right; }
.Treant .collapse-switch { width: 100%; height: 100%; border: none; }
.Treant .node.collapsed { background-color: #DEF82D !important; }
.Treant .node.collapsed .collapse-switch { background: none; }
.wahi { background-color: #96f794 !important;}
.sahabi { background-color: #baffc1 !important;}
.tabei { background-color: #f7ffba !important;}
.qari7 { background-color: #a8d5f7 !important;}
.qari10 { background-color: #c4e6ff !important;}
.rawi { background-color: #f7e1e5 !important;}