-
Notifications
You must be signed in to change notification settings - Fork 1
/
styles.css
81 lines (65 loc) · 1.27 KB
/
styles.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
.mod-debate-border-style {
background-color: #f9f9f9f9;
border: 1px solid white;
}
.mod-debate-no-padding {
padding: 0 !important;
}
.mod-debate-button {
width: 100%;
}
.mod-debate-negative,
.mod-debate-negative-response-counter {
color: red;
font-weight: bold;
}
.mod-debate-positive,
.mod-debate-positive-response-counter {
color: green;
font-weight: bold;
}
.mod-debate-negative-icon {
color: red;
}
.mod-debate-positive-icon {
color: green;
}
.mod-debate-topic {
font-weight: bold;
}
.mod-debate-user-image {
height: 1.5em;
width: 1.5em;
border-radius: 1em;
}
.mod-debate-user-info {
font-size: 0.8em;
}
.mod-debate-response-text {
min-height: 4.5em;
}
#mod-debate-negative-response-input,
#mod-debate-positive-response-input {
border: 1px solid rgba(0, 0, 0, .125);
outline: 0;
width: 100%;
height: 100%;
}
#mod-debate-insert-postive-response,
#mod-debate-insert-negative-response {
display: none;
}
.mod-debate-find-response-element {
background-color: #f9f9f9;
}
.mod-debate-find-response-text {
border: 1px solid lightgray;
border-radius: .2em;
padding: .5em;
}
.mod-debate-find-response-container {
border: 1px solid lightgray;
}
.debate-view-buttons {
min-width: 10em;
}