banner-styles.css 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513
  1. .__wb_overlay {
  2. filter:alpha(opacity=60); /* IE */
  3. opacity: 0.6; /* Safari, Opera */
  4. -moz-opacity:0.6; /* FireFox */
  5. opacity: 0.6;
  6. background-color: #000;
  7. position: fixed;
  8. width:100%;
  9. height:100%;
  10. top: 0px;
  11. left: 0px;
  12. padding: 0px !important;
  13. border: 0px !important;
  14. margin: 0px !important;
  15. border-radius: 0px !important;
  16. z-index: 2147483643 !important;
  17. }
  18. #__wb_record_overlay_div {
  19. cursor: wait !important;
  20. }
  21. .__wb_record_content {
  22. opacity: 1.0;
  23. position: fixed;
  24. top: 50%;
  25. left: 50%;
  26. margin: 0px !important;
  27. padding: 0px !important;
  28. background-color: #ffffff !important;
  29. border-radius: 8px;
  30. z-index: 2147483644 !important;
  31. box-shadow: 0 0 30px 5px #000;
  32. -moz-box-shadow: 0 0 30px 5px #000;
  33. -webkit-box-shadow: 0 0 30px 5px #000;
  34. }
  35. #__wb_record_content_loader {
  36. cursor: wait !important;
  37. padding-top: 30px !important;
  38. margin-left: -287px !important;
  39. margin-top: -177px !important;
  40. width: 574px !important;
  41. height: 355px !important;
  42. }
  43. #__wb_record_content_done {
  44. margin-left: -427px !important;
  45. margin-top: -177px !important;
  46. width: 855px !important;
  47. height: 355px !important;
  48. }
  49. .__wb_record_content > * {
  50. margin: auto !important;
  51. display: block !important;
  52. text-align: center !important;
  53. font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  54. }
  55. .__wb_record_content > wb_h1 {
  56. font-size: 36px !important;
  57. color: #222 !important;
  58. margin: 0px 0px 0px 0px !important;
  59. padding: 0px !important;
  60. line-height: 2em;
  61. font-weight: normal !important;
  62. width: auto !important;
  63. height: auto !important;
  64. }
  65. .__wb_record_content > wb_p {
  66. font-size: 17px !important;
  67. color: #222 !important;
  68. margin: 8px 0px 8px 0px !important;
  69. padding: 0px !important;
  70. line-height: 2em;
  71. }
  72. .__wb_record_content > #_wb_logo {
  73. margin-bottom: 10px !important;
  74. }
  75. .__wb_record_content > #_wb_spinner {
  76. margin-top: 30px !important;
  77. margin-bottom: 30px !important;
  78. }
  79. .__wb_record_content > #_wb_curr_url {
  80. text-decoration: underline !important;
  81. font-weight: bold !important;
  82. }
  83. #__wb_record_content_done > #__wb_link {
  84. font-size: 20px !important;
  85. border: 1px !important;
  86. border-color: #aaa !important;
  87. border-style: solid !important;
  88. padding: 3px !important;
  89. text-align: center !important;
  90. width: 80% !important;
  91. height: auto !important;
  92. }
  93. #__wb_record_content_done > #__wb_link:focus {
  94. outline: 0px !important;
  95. border-color: #428bca !important;
  96. }
  97. /* DONATE */
  98. #__wb_record_content_done > #__wb_donate_close {
  99. font-size: 18px !important;
  100. width: auto !important;
  101. float: right;
  102. display: inline-block;
  103. margin: 0px !important;
  104. padding: 8px 8px 0px 0px !important;
  105. }
  106. #__wb_donate_close > #__wb_record_done_close {
  107. cursor: pointer !important;
  108. display: inline-block;
  109. vertical-align: bottom !important;
  110. }
  111. #__wb_record_content_done > #__wb_donate_close a {
  112. color: #428bca !important;
  113. }
  114. #__wb_record_content_done > #__wb_donate_close a:link {
  115. color: #428bca !important;
  116. text-decoration: none !important;
  117. margin-right: 16px !important;
  118. }
  119. #__wb_record_content_done > #__wb_donate_close a:visited {
  120. color: #428bca !important;
  121. }
  122. #__wb_record_content_done > #__wb_donate_close a:hover {
  123. color: #00B1F7 !important;
  124. }
  125. #wm-ipp {
  126. width:100%;
  127. min-height:65px;
  128. min-width:800px;
  129. left:0;
  130. top:0;
  131. padding:0;
  132. margin:0;
  133. border-radius:0;
  134. background-color:transparent;
  135. font-size:11px;
  136. }
  137. #wm-ipp * {
  138. font-family:Lucida Grande, Helvetica, Arial, sans-serif;
  139. font-size:inherit;
  140. line-height:1.2;
  141. width:auto;
  142. outline:none;
  143. float:none;
  144. }
  145. #wm-ipp div, #wm-ipp tr, #wm-ipp td, #wm-ipp a, #wm-ipp form {
  146. padding:0;
  147. margin:0;
  148. border:none;
  149. border-radius:inherit;
  150. background-color:transparent;
  151. background-image:none;
  152. z-index:2147483640;
  153. }
  154. #wm-ipp table {
  155. border:none;
  156. border-collapse:collapse;
  157. margin:0;
  158. padding:0;
  159. width:auto;
  160. font-size:inherit;
  161. }
  162. #wm-ipp form input {
  163. padding:1px;
  164. height:auto;
  165. }
  166. #wm-ipp form input[type=submit] {
  167. padding:0 8px;
  168. margin:1px 0 1px 5px;
  169. width:auto !important;
  170. }
  171. #wm-ipp a:hover{
  172. text-decoration:underline !important;
  173. }
  174. #wm-ipp #wm-ipp-inside {
  175. width:98% !important;
  176. min-width:780px;
  177. margin: 0 auto;
  178. border:5px solid #000;
  179. border-top:none;
  180. background-color:rgba(255,255,255,0.9);
  181. -moz-box-shadow:1px 1px 4px #333;
  182. -webkit-box-shadow:1px 1px 4px #333;
  183. box-shadow:1px 1px 4px #333;
  184. border-radius:0 0 8px 8px;
  185. }
  186. /* selectors are intentionally verbose to ensure priority */
  187. #wm-ipp #wm-logo {
  188. padding:0 10px;
  189. vertical-align:middle;
  190. min-width:110px;
  191. }
  192. #wm-ipp td.c {
  193. vertical-align:top;
  194. width:100%;
  195. }
  196. #wm-ipp td.c td.u {
  197. padding: 3px 0;
  198. text-align:center;
  199. }
  200. #wm-ipp td.c td.n {
  201. padding-left:5px;
  202. }
  203. #wm-ipp td.c td.n a {
  204. text-decoration:none;
  205. color:#33f;
  206. font-weight:bold;
  207. }
  208. #wm-ipp td.c td.n td.b {
  209. padding-right:6px !important;
  210. text-align:right !important;
  211. overflow:visible;
  212. white-space:nowrap;
  213. color:#99a;
  214. vertical-align:middle;
  215. }
  216. #wm-ipp td.c td.n td.c {
  217. background:#000;
  218. color:#ff0;
  219. font-weight:bold;
  220. text-align:center;
  221. }
  222. #wm-ipp.hi td.c td.n td.c {
  223. color:#ec008c;
  224. }
  225. #wm-ipp td.c td.n td.f {
  226. padding-left:6px !important;
  227. text-align:left !important;
  228. overflow:visible;
  229. white-space:nowrap;
  230. color:#99a;
  231. vertical-align:middle;
  232. }
  233. #wm-ipp td.c td.n tr.m td {
  234. text-transform:uppercase;
  235. white-space:nowrap;
  236. padding:2px 0;
  237. }
  238. #wm-ipp td.c td.s {
  239. padding-right:5px;
  240. text-align:center;
  241. vertical-align:bottom;
  242. }
  243. #wm-ipp td.c td.s a.t {
  244. color:#33f;
  245. font-weight:bold;
  246. line-height: 1.8;
  247. }
  248. #wm-ipp td.c td.s div.r {
  249. color: #666;
  250. font-size:9px;
  251. white-space:nowrap;
  252. }
  253. #wm-ipp td.c td.k {
  254. vertical-align:bottom;
  255. padding-bottom:2px;
  256. }
  257. #wm-ipp td.c td.n tr.y td, #wm-ipp td.c td.s {
  258. padding-bottom:2px;
  259. }
  260. div#wm-ipp-sparkline {
  261. position:relative;/* for positioning markers */
  262. white-space:nowrap;
  263. background-color:#fff;
  264. cursor:pointer;
  265. border-right:1px solid #ccc;
  266. line-height:0.9;
  267. }
  268. #sparklineImgId {
  269. position:relative;
  270. z-index:9012;
  271. }
  272. #wm-ipp-sparkline div.yt {
  273. position:absolute;
  274. z-index:9010 !important;
  275. background-color:#ff0 !important;
  276. }
  277. #wm-ipp-sparkline div.mt {
  278. position:absolute;
  279. z-index:9011 !important;
  280. background-color:#ec008c !important;
  281. }
  282. #wm-ipp td.r {
  283. position:relative;
  284. padding-left:65px;/* to push td.c to the left */
  285. }
  286. #wm-ipp td.r a {
  287. display:block;
  288. padding:0 15px 0 0;
  289. color:#33f;
  290. border:none;
  291. position:absolute;
  292. right:5px;
  293. background-color:transparent;
  294. background-repeat:no-repeat !important;
  295. background-position:100% 100% !important;
  296. }
  297. /* Spinner */
  298. #__wb_spinningSquaresG{
  299. position: relative;
  300. width: 240px;
  301. height: 20px;
  302. padding: 0px !important;
  303. margin: 30px 0px 30px 160px !important;
  304. border: 0px !important;
  305. border-radius: 0px !important;
  306. }
  307. .__wb_spinningSquaresG {
  308. margin: 0px !important;
  309. padding: 0px !important;
  310. border: 0px !important;
  311. border-radius: 0px !important;
  312. position:absolute;
  313. top:0;
  314. background-color:#000000;
  315. width:22px;
  316. height:22px;
  317. -moz-animation-name:bounce_spinningSquaresG;
  318. -moz-animation-duration:1.9s;
  319. -moz-animation-iteration-count:infinite;
  320. -moz-animation-direction:linear;
  321. -moz-transform:scale(.3);
  322. -webkit-animation-name:bounce_spinningSquaresG;
  323. -webkit-animation-duration:1.9s;
  324. -webkit-animation-iteration-count:infinite;
  325. -webkit-animation-direction:linear;
  326. -webkit-transform:scale(.3);
  327. -ms-animation-name:bounce_spinningSquaresG;
  328. -ms-animation-duration:1.9s;
  329. -ms-animation-iteration-count:infinite;
  330. -ms-animation-direction:linear;
  331. -ms-transform:scale(.3);
  332. -o-animation-name:bounce_spinningSquaresG;
  333. -o-animation-duration:1.9s;
  334. -o-animation-iteration-count:infinite;
  335. -o-animation-direction:linear;
  336. -o-transform:scale(.3);
  337. animation-name:bounce_spinningSquaresG;
  338. animation-duration:1.9s;
  339. animation-iteration-count:infinite;
  340. animation-direction:linear;
  341. transform:scale(.3);
  342. }
  343. #__wb_spinningSquaresG_1{
  344. left:0;
  345. -moz-animation-delay:0.76s;
  346. -webkit-animation-delay:0.76s;
  347. -ms-animation-delay:0.76s;
  348. -o-animation-delay:0.76s;
  349. animation-delay:0.76s;
  350. }
  351. #__wb_spinningSquaresG_2{
  352. left:30px;
  353. -moz-animation-delay:0.95s;
  354. -webkit-animation-delay:0.95s;
  355. -ms-animation-delay:0.95s;
  356. -o-animation-delay:0.95s;
  357. animation-delay:0.95s;
  358. }
  359. #__wb_spinningSquaresG_3{
  360. left:60px;
  361. -moz-animation-delay:1.14s;
  362. -webkit-animation-delay:1.14s;
  363. -ms-animation-delay:1.14s;
  364. -o-animation-delay:1.14s;
  365. animation-delay:1.14s;
  366. }
  367. #__wb_spinningSquaresG_4{
  368. left:90px;
  369. -moz-animation-delay:1.33s;
  370. -webkit-animation-delay:1.33s;
  371. -ms-animation-delay:1.33s;
  372. -o-animation-delay:1.33s;
  373. animation-delay:1.33s;
  374. }
  375. #__wb_spinningSquaresG_5{
  376. left:120px;
  377. -moz-animation-delay:1.52s;
  378. -webkit-animation-delay:1.52s;
  379. -ms-animation-delay:1.52s;
  380. -o-animation-delay:1.52s;
  381. animation-delay:1.52s;
  382. }
  383. #__wb_spinningSquaresG_6{
  384. left:150px;
  385. -moz-animation-delay:1.71s;
  386. -webkit-animation-delay:1.71s;
  387. -ms-animation-delay:1.71s;
  388. -o-animation-delay:1.71s;
  389. animation-delay:1.71s;
  390. }
  391. #__wb_spinningSquaresG_7{
  392. left:180px;
  393. -moz-animation-delay:1.9s;
  394. -webkit-animation-delay:1.9s;
  395. -ms-animation-delay:1.9s;
  396. -o-animation-delay:1.9s;
  397. animation-delay:1.9s;
  398. }
  399. #__wb_spinningSquaresG_8{
  400. left:210px;
  401. -moz-animation-delay:2.09s;
  402. -webkit-animation-delay:2.09s;
  403. -ms-animation-delay:2.09s;
  404. -o-animation-delay:2.09s;
  405. animation-delay:2.09s;
  406. }
  407. @-moz-keyframes bounce_spinningSquaresG{
  408. 0%{
  409. -moz-transform:scale(1);
  410. background-color:#000000;
  411. }
  412. 100%{
  413. -moz-transform:scale(.3) rotate(90deg);
  414. background-color:#FFFFFF;
  415. }
  416. }
  417. @-webkit-keyframes bounce_spinningSquaresG{
  418. 0%{
  419. -webkit-transform:scale(1);
  420. background-color:#000000;
  421. }
  422. 100%{
  423. -webkit-transform:scale(.3) rotate(90deg);
  424. background-color:#FFFFFF;
  425. }
  426. }
  427. @-ms-keyframes bounce_spinningSquaresG{
  428. 0%{
  429. -ms-transform:scale(1);
  430. background-color:#000000;
  431. }
  432. 100%{
  433. -ms-transform:scale(.3) rotate(90deg);
  434. background-color:#FFFFFF;
  435. }
  436. }
  437. @-o-keyframes bounce_spinningSquaresG{
  438. 0%{
  439. -o-transform:scale(1);
  440. background-color:#000000;
  441. }
  442. 100%{
  443. -o-transform:scale(.3) rotate(90deg);
  444. background-color:#FFFFFF;
  445. }
  446. }
  447. @keyframes bounce_spinningSquaresG{
  448. 0%{
  449. transform:scale(1);
  450. background-color:#000000;
  451. }
  452. 100%{
  453. transform:scale(.3) rotate(90deg);
  454. background-color:#FFFFFF;
  455. }
  456. }