PluginProbe
Live Chat & AI Chatbot – onWebChat / 3.3.1
Live Chat & AI Chatbot – onWebChat v3.3.1
3.9.2 3.9.3 3.9.1 3.9.0 3.8.4 3.8.2 3.8.1 3.8.0 3.7.2 3.7.1 3.7.0 3.6.0 3.5.5 trunk 1.0 1.0.1 1.0.10 1.0.11 1.0.12 1.0.13 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 All 48 releases
onwebchat / css / onwebchat.css

onwebchat.css in Live Chat & AI Chatbot – onWebChat 3.3.1, at css/onwebchat.css

139 lines 2.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1
2 .header-1 {
3 margin-top: 10px;
4 margin-bottom: 30px;
5 color:#656565;
6 }
7
8 .header-2 {
9 margin-top: 40px;
10 margin-bottom: 30px;
11 color:#656565;
12 }
13
14
15
16 .header-or {
17 color: #00A0D2;
18 margin-top: 40px;
19 margin-bottom: 10px;
20 margin-left: 0px;
21 font-weight: 800;
22 }
23
24 .small-hr {
25 width: 280px;
26 margin: 0;
27 }
28
29 .small-hr2 {
30 width: 560px;
31 margin: 30px 0px;
32 border-bottom: 1px solid #bfbfbf;
33 }
34
35
36 .header-1-p2 {
37 display: inline-block;
38 margin-top: 10px;
39 color: #353535;
40 font-weight: 400;
41 }
42
43 .username-text-field {
44 margin-left: 94px;
45 width: 305px;
46 }
47
48 .username-div {
49 margin-top: 20px;
50 color: #656565;
51 }
52
53 .password-div {
54 margin-top: 20px;
55 color: #656565;
56 }
57
58 .password-text-field {
59 margin-left: 68px;
60 width: 305px;
61 }
62
63 .chatid-div {
64 margin-top: 5px;
65 margin-bottom: 10px;
66 color: #353535;
67 }
68
69 .chatid-text-field {
70 margin-left: 84px;
71 width: 600px;
72 }
73
74 .hide-div {
75 margin-bottom: 14px;
76 color: #656565;
77 }
78
79 .account-id {
80 margin-left: 15px;
81 margin-right: 4px;
82 font-size: 16px;
83 margin-right: 20px;
84 }
85
86 .new-account-link {
87 position: relative;
88 top: 100px;
89 font-size: 14px;
90 }
91
92 .chatid-text-field-hide {
93 display: none;
94 }
95
96 .info-star {
97 color: #00A0D2;
98 font-size: 16px;
99 font-weight: bold;
100 }
101
102 .admin-login-info {
103 position: relative;
104 top: 260px;
105 }
106
107 .admin-login-info span {
108 color: #00A0D2;
109 font-size: 16px;
110 font-weight: bold;
111 }
112
113
114 #plugin_text_checkbox {
115 margin-left: 10px;
116 }
117
118 #pages-select {
119 margin-bottom: 0px;
120 }
121
122 #help{
123 background: rgb(245, 246, 247);
124 width: fit-content;
125 padding: 4px 10px;
126 border: 1px solid rgb(214, 218, 243);
127 visibility: hidden;
128 border-radius: 3px;
129 margin: auto;
130 }
131
132 .showhidepages{
133 min-width:600px;
134 width:60%;
135 margin-bottom:10px;
136 height: 28px;
137 }
138
139