onwebchat.css in Live Chat & AI Chatbot – onWebChat 3.2.0, at css/onwebchat.css
| 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: #656565; |
| 40 | } |
| 41 | |
| 42 | .username-text-field { |
| 43 | margin-left: 94px; |
| 44 | width: 305px; |
| 45 | } |
| 46 | |
| 47 | .username-div { |
| 48 | margin-top: 20px; |
| 49 | color: #656565; |
| 50 | } |
| 51 | |
| 52 | .password-div { |
| 53 | margin-top: 20px; |
| 54 | color: #656565; |
| 55 | } |
| 56 | |
| 57 | .password-text-field { |
| 58 | margin-left: 68px; |
| 59 | width: 305px; |
| 60 | } |
| 61 | |
| 62 | .chatid-div { |
| 63 | margin-top: 20px; |
| 64 | margin-bottom: 10px; |
| 65 | color: #656565; |
| 66 | } |
| 67 | |
| 68 | .chatid-text-field { |
| 69 | margin-left: 84px; |
| 70 | width: 305px; |
| 71 | } |
| 72 | |
| 73 | .hide-div { |
| 74 | margin-bottom: 14px; |
| 75 | color: #656565; |
| 76 | } |
| 77 | |
| 78 | .account-id { |
| 79 | margin-left: 15px; |
| 80 | margin-right: 4px; |
| 81 | } |
| 82 | |
| 83 | .new-account-link { |
| 84 | position: relative; |
| 85 | top: 100px; |
| 86 | } |
| 87 | |
| 88 | .chatid-text-field-hide { |
| 89 | display: none; |
| 90 | } |
| 91 | |
| 92 | .info-star { |
| 93 | color: #00A0D2; |
| 94 | font-size: 16px; |
| 95 | font-weight: bold; |
| 96 | } |
| 97 | |
| 98 | .admin-login-info { |
| 99 | position: relative; |
| 100 | top: 260px; |
| 101 | } |
| 102 | |
| 103 | .admin-login-info span { |
| 104 | color: #00A0D2; |
| 105 | font-size: 16px; |
| 106 | font-weight: bold; |
| 107 | } |
| 108 | |
| 109 | |
| 110 | #plugin_text_checkbox { |
| 111 | margin-left: 10px; |
| 112 | } |
| 113 | |
| 114 | #pages-select { |
| 115 | margin-bottom: 0px; |
| 116 | } |
| 117 | |
| 118 | #help{ |
| 119 | background: rgb(245, 246, 247); |
| 120 | width: fit-content; |
| 121 | padding: 4px 10px; |
| 122 | border: 1px solid rgb(214, 218, 243); |
| 123 | visibility: hidden; |
| 124 | border-radius: 3px; |
| 125 | margin: auto; |
| 126 | } |
| 127 | |
| 128 | .showhidepages{ |
| 129 | min-width:600px; |
| 130 | width:60%; |
| 131 | margin-bottom:10px; |
| 132 | height: 28px; |
| 133 | } |
| 134 |