-
Notifications
You must be signed in to change notification settings - Fork 0
/
decisiontree_local_style.css
119 lines (101 loc) · 3.25 KB
/
decisiontree_local_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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
/*
__ __ __ __ __ __ __ __
.--| .-----.----|__.-----|__.-----.-----. | |_.----.-----.-----. | |--.--.--. .-----|__.--| .-----.----.---.-.----. | |_.--.--.
| _ | -__| __| |__ --| | _ | | | _| _| -__| -__| | _ | | | |__ --| | _ | -__| __| _ | ___| _| | |
|_____|_____|____|__|_____|__|_____|__|__| |____|__| |_____|_____| |_____|___ | |_____|__|_____|_____|____|___._|__||__|____||___/
|_____|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||This is decision tree! A plugin for WordPress. Find out more at http://sidecar.tv/decision_tree||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
.decision_tree_area .ui-state-active {
background: #2E618D;
border-color: #000000;
border-left-style: inset;
color: #ffffff;
}
.decision_tree_area .ui-state-default {
background: #428bca;
border-color: #357ebd;
color: #ffffff;
min-width: 100px;
background: #428bca;
}
.decision_tree_area .span.ui-button-text {
color: #ffffff;
}
.decision_tree_area .ui-state-hover {
background: #2E618D;
}
.decision_tree_area .ui-button {
margin-bottom: 10px;
}
.decision_tree_area .ui-widget {
font-size: 14px;
}
.dt_display_subtext {
font-size: 12px;
font-family: Verdana, Arial, sans-serif;
margin-bottom: 10px;
}
.decision_tree_area .answer-success {
color: #ffffff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.decision_tree_area .answer-restart {
color: #ffffff;
background-color: #5a8fad;
border-color: black;
}
.decision_tree_area_donated a {
font-size: .8em;
outline: 0px none;
border: 0px none;
text-decoration: none !important;
color: #767676;
}
.dt_button {
font-size: 14px;
margin-bottom: 14px;
min-width: 100px;
max-width: 300px;
min-height: 32px;
line-height: 32px;
border-radius: 4px;
border: 1px solid #d3d3d3;
font-family: Verdana, Arial, sans-serif;
text-decoration: none;
display: inline-block;
position: relative;
padding: 0;
cursor: pointer;
vertical-align: middle;
text-align: center;
overflow: visible;
padding: .4em 1em;
}
.dt_radio_choice {
color: #ffffff;
background: #428bca;
border-color: #357ebd;
}
.dt_radio_answer, .dt_radio_answer_nolink {
color: #ffffff;
background: #5cb85c;
border-color: #4cae4c;
}
.dt_radio_answer_nolink {
cursor: default;
}
.dt_radio_choice:hover {
background-color: #2e618d;
}
.decision_tree_area .dt_display_title {
font-size: 1.2em;
padding: 3px 0 6px 0;
color: #767676;
}
.ui-dialog {
z-index: 1000;
}