recaptcha-prank - recaptcha lookalike prank
git clone https://github.com/rj1/infinite-recaptcha
captcha.css (4387B) - raw
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 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 | .container { font-family: Roboto, helvetica, arial, sans-serif; } .m-p { margin: 0; padding: 0; } .block { display:block; } .line-normal { line-height: normal; } .checkbox-window { height: 74px; width: 300px; background-color: #f9f9f9; border-radius: 3px; border: 1px solid #d3d3d3; } .checkbox-container { width: 28px; height: 28px; } .checkbox { position: relative; background-color: #fff; border-radius: 2px; height: 100%; width: 100%; border: 2px solid #c1c1c1; margin: 21px 0 0 12px; outline: none; transition: width 500ms, height 500ms, border-radius 500ms, margin-top 500ms, margin-left 500ms, opacity 900ms; } .checkbox:hover { border: 2px solid #b2b2b2; } .im-not-a-robot{ color: #000; font-weight: 400; position: relative; left: 52px; font-size: 14px; } .captcha-logo { position: relative; left: 246px; bottom: 40px; width: 33px; height: 33px; vertical-align: baseline; } .checkbox-desc { color: #555555; position: relative; font-size: 8px; text-align: center; bottom: 41px; left: 112px; } .checkbox-desc a { color: #555555; text-decoration: none; } .checkbox-desc a:hover { color: #555555; text-decoration:blueviolet; } .checkbox-name { font-size: 10px; } .spinner { visibility: hidden; position:relative; height: 35px; width: 35px; bottom: 90px; left: 9px; opacity:0; transition: opacity 400ms; } .verify-window { opacity: 0; position: absolute; visibility: hidden; margin: auto; width: 400px; background-color: #fff; border: 1px solid #cecece; -webkit-box-shadow: 5px 6px 7px -3px rgba(0,0,0,0.12); box-shadow: 5px 6px 7px -3px rgba(0,0,0,0.12); transition: opacity 400ms; } .verify-window-arrow { opacity: 0; position: absolute; visibility: hidden; transition: opacity 200ms; width: 10px; height: 23px; } .verify-container { padding: 8px; } .verify-header { background-color: #1a73e8; padding: 16px 16px 24px 16px; color: #fff; } .verify-header-text-small { font-size: 14px; line-height: normal; } .verify-header-text-medium { font-size: 16px; } .verify-header-text-big { font-size: 24px; font-weight: 700; } .verify-main { padding: 5px; display: flex; justify-content: center; } .verify-area { height: auto; } .verify-tiles { border-spacing: 2px 0px; border-collapse: separate; margin-top: 5px; margin-left: -3px; margin-right: -3px; max-width: 367px; transition: 1s; } .verify-tiles td { height: 128px; width: 128px; cursor: pointer; overflow: hidden; } .imagesquare img { margin: 0; position: relative; top: 50%; left: 50%; transform: translate(-50%, -50%); object-fit: cover; transition: 0.2s; } .tile-selected { border: 7px solid #fff; width: -moz-calc(100% - 14px); width: -webkit-calc(100% - 14px); width: -o-calc(100% - 14px); width: calc(100% - 14px); height: -moz-calc(100% - 14px); height: -webkit-calc(100% - 14px); height: -o-calc(100% - 14px); height: calc(100% - 14px); } .tile-unselected { width: 100%; height: 100%; border: none; } .error { color: #d14836; font-size: 14px; width: 100%; text-align: center; margin-bottom: 10px; display: none; } .verify-footer { border-top: 1px solid #cecece; padding: 10px 7px 10px 7px; color: #737373; display: grid; grid-template-columns: auto 102px; font-size: 13px; } .verify-footer-left { padding: 5px; } .verify-verify-button { text-transform: uppercase; background-color: #5a89e2; color: #fff; text-align: center; width: 100%; padding: 12px 0 12px 0; text-decoration: none; font-weight: 600; height: min-content; border-radius: 3px; font-size: 14px; border: none; outline: none; cursor:pointer; } .footer-left-button { background-size: 32px 32px; cursor: pointer; height: 48px; opacity: .55; width: 48px; padding: 0; border: 0; background-repeat: no-repeat; background-position: center; } .footer-left-button-reload { background: url('/images/refresh_2x.png'); } .footer-left-button-audio { background: url('/images/audio_2x.png'); } .footer-left-button-info { background: url('/images/info_2x.png'); } .noselect { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } |