Advertisement
Guest User

Untitled

a guest
Dec 12th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.30 KB | None | 0 0
  1. body {
  2. font-family: verdana;
  3. color: #395b71;
  4. font-size: 12px;
  5. margin: 0 auto;
  6. min-height: 100vh;
  7. /*background: #FFF url("/images/layout/background2.png?4") repeat-x;*/
  8. background: #c1f1ff;
  9. background: -moz-linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255), #fff);
  10. background: -webkit-linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255), #fff);
  11. background: -o-linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255), #fffefb);
  12. background: -ms-linear-gradient(rgba(255, 255, 255, 0.94), rgb(255, 255, 255), #fff);
  13. background: linear-gradient(rgba(50, 58, 70, .94), rgb(194, 224, 238), #fff);
  14. -webkit-background-size: 100% 100%;
  15. background-size: 100% 100%;
  16. -webkit-background-size: 100% 100%;
  17. background-size: 100% 100%;
  18. background-repeat: no-repeat;
  19. cursor: auto;
  20. text-align: center;
  21. }
  22. .sidebar .middle_navigation ul li.navtitle {
  23. width: 153px;
  24. height: 18px;
  25. margin-bottom: 2px;
  26. border-top: 1px solid #9ab3c1;
  27. border-bottom: 1px solid #2e585b;
  28. padding-left: 10px;
  29. padding-bottom: 2px;
  30. padding-top: 5px;
  31. font-size: 11px;
  32. /*font-family: tahoma, verdana;*/
  33. font-family: "open sans";
  34. font-weight: bold;
  35. line-height: 14px;
  36. color: #cbf7ff !important;
  37. background: rgb(144, 161, 193);
  38. background: -moz-linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
  39. background: -webkit-linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
  40. background: -o-linear-gradient(rgb(255, 255, 255), rgb(255, 254, 253));
  41. background: -ms-linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
  42. background: linear-gradient(rgb(197, 212, 227), #798486);
  43. cursor: default;
  44. -webkit-user-select: none;
  45. user-select: none;
  46. }
  47. .sidebar {
  48. text-align: left;
  49. display: block;
  50. width: 163px;
  51. margin-right: 4px;
  52. margin-top: 5px;
  53. padding-top: 8px;
  54. background: #fff;
  55. background: -moz-linear-gradient(left, #ff0303, #f00);
  56. background: -webkit-linear-gradient(left, #b8d8df, #e0eef0);
  57. background: -o-linear-gradient(left, #f00, #f00);
  58. background: -ms-linear-gradient(left, #ff0303, #f00);
  59. background: linear-gradient(left, #f00, #ff4e4e);
  60. border: 1px solid #039fd5;
  61. border-radius: 8px;
  62. -webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.15);
  63. -moz-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.15);
  64. box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.15);
  65. }
  66. .tnav_header {
  67. color: #505b8a;
  68. font-weight: bold;
  69. font-family: verdana;
  70. padding: 5px;
  71. width: 100%;
  72. font-size: 11px;
  73. /*border-radius: 8px 8px 0px 0px;
  74. -moz-border-radius: 8px 8px 0px 0px;
  75. -webkit-border-radius: 8px 8px 0px 0px; */
  76. border: 1px solid black;
  77. background: #747b95;
  78. background: -moz-linear-gradient(180deg, #004f8b 0%, #016ea8 34%, #0179a8 69%, #1205c4 100%);
  79. background: -webkit-gradient( linear,
  80. left top,
  81. right bottom,
  82. color-stop(0%, #d2f6ff),
  83. color-stop(34%, #c8eaff),
  84. color-stop(69%, #bdeeff),
  85. color-stop(100%, #a7d9f9));
  86. background: -webkit-linear-gradient(180deg, #fff 0%, #fff 34%, #fffdfd 69%, #fff 100%);
  87. background: -o-linear-gradient(180deg, #d6e1e8 0%, #f0f5f9 34%, #d1d6e6 69%, #d1d4ea 100%);
  88. background: -ms-linear-gradient(180deg, #8fe3ff 0%, #82e6ff 34%, #8bd1ff 69%, #9ee4ff 100%);
  89. background: linear-gradient(180deg, #f5f7f9 0%, #c1dbff 34%, #8d9dd5 69%, #686382 100%);
  90. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de', GradientType=1);
  91. }
  92.  
  93. .tnav {
  94. border: 1px solid black;
  95. border-top: none;
  96. border-bottom: 1px solid black;
  97. border-left: 1px solid black;
  98. border-right: 1px solid black;
  99. color: black;
  100. background: #e3f2f9;
  101. font-family: verdana;
  102. padding: 5px;
  103. font-size: 11px;
  104. }
  105.  
  106. .tnav_left {
  107. border: 1px solid black;
  108. border-top: none;
  109. border-bottom: 1px solid black;
  110. border-left: 1px solid black;
  111. border-right: none;
  112. color: black;
  113. background: #9cdbff;
  114. font-family: verdana;
  115. padding: 5px;
  116. font-size: 11px;
  117. }
  118.  
  119. .tnav_information {
  120. border: 1px solid black;
  121. border-top: none;
  122. border-bottom: 1px solid black;
  123. border-left: 1px solid black;
  124. border-right: 1px solid black;
  125. color: black;
  126. background: #80949b;
  127. font-weight: bold;
  128. text-decoration: underline;
  129. font-family: verdana;
  130. padding: 5px;
  131. font-size: 11px;
  132. }
  133.  
  134. .tnav_left_information {
  135. border: 1px solid black;
  136. border-top: none;
  137. border-bottom: 1px solid black;
  138. border-left: 1px solid black;
  139. border-right: none;
  140. color: black;
  141. background: #444f57;
  142. font-weight: bold;
  143. text-decoration: underline;
  144. font-family: verdana;
  145. padding: 5px;
  146. font-size: 11px;
  147. }
  148. #content .content_header {
  149. background-image: url("https://cdn.discordapp.com/attachments/405911756213321751/522553638091227186/dickjuice.png");
  150. }
  151. #content .inside .inside_header {
  152. background-image: url("https://cdn.discordapp.com/attachments/405911756213321751/522544834729345031/Memer.png");
  153. }
  154. #content .inside .inside_footer {
  155. background-image: url("https://cdn.discordapp.com/attachments/405911756213321751/522546714981302283/unknown.png");
  156. }
  157. #content {
  158. background-image: url("https://cdn.discordapp.com/attachments/405911756213321751/522541239329882124/Didlsofjweog.png");
  159. }
  160. #content .inside {
  161. background-image: url("https://cdn.discordapp.com/attachments/405911756213321751/522542766849261588/udoiwhfiow.png");
  162. }
  163.  
  164. #footer {
  165. background-image: url("https://i.imgur.com/rnEhURd.png");
  166. }
  167. #internal_link {
  168. color: #586f80;
  169. text-decoration: none;
  170. font-weight: bold;
  171. cursor: pointer;
  172. }
  173.  
  174. #internal_link:hover {
  175. color: #586f80;
  176. text-decoration: underline;
  177. font-weight: bold;
  178. cursor: pointer;
  179. }
  180. .p_title {
  181. color: #3f474f;
  182. padding: 3px 0;
  183. font-size: 22px;
  184. font-family: verdana;
  185. }
  186.  
  187. h1 {
  188. font-size: 22px;
  189. color: #808ca4;
  190. margin: 0 0 20px;
  191. text-align: center;
  192. }
  193.  
  194. h2 {
  195. font-size: 19px;
  196. color: #5667aa;
  197. margin: 0 0 20px;
  198. text-align: center;
  199. }
  200. .sidebar .middle_navigation ul li a {
  201. color: #056888;
  202. text-decoration: none;
  203. font-weight: normal;
  204. display: block;
  205. padding-top: 2px;
  206. padding-bottom: 2px;
  207. padding-left: 10px;
  208. line-height: 14px;
  209. }
  210. .sidebar .middle_navigation ul li a.active {
  211. background: rgba(255, 255, 255, .85);
  212. }
  213. .sidebar .middle_navigation ul li a:hover {}
  214. .tnav_information,
  215. .tnav_left_information {
  216. background: #8aacd9;
  217. color: #3a0011;
  218. text-decoration: none;
  219. }
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227. .tnav_battle_right_no_top_bottom,
  228. .tnav_battle_right_no_bottom,
  229. .tnav_battle_left_no_bottom,
  230. .tnav_battle_no_top_bottom,
  231. .tnav_battle_left_no_top_bottom,
  232. .tnav_battle_left,
  233. .tnav_battle_empty,
  234. .tnav_battle_right,
  235. .tnav_battle {
  236. background: #5a7579 !important;
  237. color: #95d5f0;
  238. font-weight: bold;
  239. }
  240. .tnav_battle_information {
  241. background-image: linear-gradient(#606579, #4a5155);
  242. text-shadow: 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 1px #000;
  243. color: #48546f;
  244. background: #41baee;
  245. }
  246. .tnav_battle font[color="darkblue"] {
  247. color: #535b75 !important;
  248. }
  249. .move-name {
  250. color: #fff !important;
  251. text-shadow: 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 1px #000;
  252. }
  253. .power {
  254. color: #41baee !important;
  255. text-shadow: 0px 0px 5px #fff;
  256. }
  257. #party .party-pokemon-header {
  258. color: #fff;
  259. }
  260. .tnav_battle button,
  261. .tnav_battle_information {
  262. border: 1px solid #557a88;
  263. border-radius: 3px;
  264. background: linear-gradient(#cae9ff, #52728a) !important;
  265. text-shadow: 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 1px #000 !important;
  266. color: #6fe9ff !important;
  267. box-shadow: inset 0px 0px 6px #8fb7d7;
  268. }
  269. table#move1.move_holder.selected_move,
  270. table#move2.move_holder.selected_move,
  271. table#move3.move_holder.selected_move,
  272. table#move4.move_holder.selected_move,
  273. table#move5.move_holder.selected_move,
  274. table#move1.move_holder,
  275. table#move2.move_holder,
  276. table#move3.move_holder,
  277. table#move4.move_holder,
  278. table#move5.move_holder {
  279. border: 1px solid #004d64;
  280. border-radius: 3px;
  281. box-shadow: 0px 0px 6px #021f66;
  282. background: linear-gradient(#fff, #909b9f);
  283. }
  284. .tnav_battle_information {
  285. border: 1px solid black;
  286. border-top: 1px solid black;
  287. border-bottom: 1px solid black;
  288. border-left: 1px solid black;
  289. border-right: 1px solid black;
  290. color: black;
  291. background: #e7e8ea;
  292. font-weight: bold;
  293. font-family: verdana;
  294. padding: 0px;
  295. font-size: 11px;
  296. border-radius: 6px 6px 0px 0px;
  297. -moz-border-radius: 6px 6px 0px 0px;
  298. -webkit-border-radius: 6px 6px 0px 0px;
  299. }
  300. .battle-table {
  301. background: #e2f1f7;
  302. }
  303. .tnav_battle_right_no_top_bottom,
  304. .tnav_battle_right_no_bottom,
  305. .tnav_battle_left_no_bottom,
  306. .tnav_battle_no_top_bottom,
  307. .tnav_battle_left_no_top_bottom,
  308. .tnav_battle_left,
  309. .tnav_battle_empty,
  310. .tnav_battle_right,
  311. .tnav_battle {
  312. background: #e2f1f7 !important;
  313. color: #5b6368;
  314. font-weight: bold;
  315. }
  316. .battle_link a {
  317. color: #0079e8;
  318. text-decoration: none;
  319. font-weight: bold;
  320. }
  321. .page-number-link,
  322. .page-number-link:visited {
  323. font-weight: bold;
  324. color: #68828c !important;
  325. text-shadow: 0px 0px 5px fafbc2;
  326. }
  327. .page-number-link:hover {
  328. color: #68828c !important;
  329. text-shadow: 0px 0px 5px fafbc2;
  330. }
  331. .page-number-link.disabled {
  332. border: 1px solid #68828c;
  333. border-radius: 3px;
  334. background: linear-gradient(#aacbe3, #505a5e) !important;
  335. text-shadow: 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 1px #000 !important;
  336. color: #c2d7e1 !important;
  337. box-shadow: inset 0px 0px 6px #fff;
  338. }
  339. td {
  340. color: #7e929b;
  341. }
  342. a.label-link,
  343. .rankings-pkmn-name {
  344. border: 1px solid #68828c;
  345. border-radius: 3px;
  346. background: linear-gradient(#fff, #c2e8f7) !important;
  347. text-shadow: 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 1px #000 !important;
  348. color: #e8f0f4 !important;
  349. box-shadow: inset 0px 0px 6px #fff;
  350. }
  351. a.label-link:hover,
  352. a.label-link:visited,
  353. .rankings-pkmn-name:hover {
  354. border: 1px solid #92b4c1;
  355. border-radius: 3px;
  356. background: linear-gradient(#d2ecff, #fff) !important;
  357. text-shadow: 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 1px #000 !important;
  358. color: #e8f0f4 !important;
  359. box-shadow: inset 0px 0px 6px #fff;
  360. }
  361. .rares-tab-pokemon {
  362. border: 1px solid #68828c;
  363. border-radius: 3px;
  364. text-shadow: 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 1px #000 !important;
  365. color: #ccdae1 !important;
  366. box-shadow: inset 0px 0px 6px #fff;
  367. }
  368. .profile-party-name {
  369. color: #68828c !important;
  370. }
  371. .profile-party-color {
  372. color: #68828c !important;
  373. font-weight: bold;
  374. }
  375. .inputsubmit.inputsubmit,
  376. .enterclass.enterclass,
  377. .forward.forward,
  378. .inputsubmitsmall.inputsubmitsmall,
  379. a.inputsubmit.inputsubmit,
  380. a.inputsubmit.inputsubmit:active,
  381. a.inputsubmit.inputsubmit:visited {
  382. border: 1px solid #68828c;
  383. border-radius: 3px;
  384. background: linear-gradient(#fff, #6186a6) !important;
  385. text-shadow: 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 1px #000 !important;
  386. color: #dafcff !important;
  387. box-shadow: inset 0px 0px 6px #fff;
  388. }
  389. .inputsubmit.inputsubmit:hover,
  390. .enterclass.enterclass:hover,
  391. .forward.forward:hover,
  392. .inputsubmitsmall.inputsubmitsmall:hover {
  393. border: 1px solid #e8f0f4;
  394. border-radius: 3px;
  395. background: linear-gradient(#98a9d2, #494a57) !important;
  396. text-shadow: 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 1px #000 !important;
  397. color: #e8f0f4 !important;
  398. box-shadow: inset 0px 0px 6px #fff;
  399. }
  400. #legend_notice,
  401. #sml_notice {
  402. border: 1px solid #68828c;
  403. border-radius: 2px;
  404. background: -webkit-linear-gradient( #494a57, #aacbe3) !important;
  405. text-shadow: 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 1px #000 !important;
  406. color: #e8f0f4 !important;
  407. box-shadow: inset 0px 0px 6px #fff;
  408. }
  409. #plushie_notice {
  410. border: 1px solid #68828c;
  411. border-radius: 2px;
  412. background: -webkit-linear-gradient( #494a57, #aacbe3) !important;
  413. text-shadow: 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 1px #000 !important;
  414. color: #e8f0f4 !important;
  415. box-shadow: inset 0px 0px 6px #fff;
  416. }
  417. a:visited {
  418. color: #68828c;
  419. text-decoration: none;
  420. font-weight: bold;
  421. cursor: pointer;
  422. }
  423. .maps-found-item {
  424. color: #3a5284 !important;
  425. }
  426. input[type="button" i],
  427. input[type="submit" i],
  428. input[type="reset" i],
  429. input[type="file" i]::-webkit-file-upload-button,
  430. button {
  431. border: 1px solid #68828c;
  432. border-radius: 2px;
  433. background: -webkit-linear-gradient( #494a57, #aacbe3) !important;
  434. text-shadow: 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 1px #000 !important;
  435. color: #e8f0f4 !important;
  436. box-shadow: inset 0px 0px 6px #fff;
  437. padding: 5px;
  438. }
  439. td.greyed {
  440. background: #64a8e8 !important;
  441. }
  442. .rares-tab-pokemon {
  443. border: 1px solid #a1b8c1;
  444. border-radius: 2px;
  445. background: -webkit-linear-gradient( #494a57, #d9ebf9) !important;
  446. background: #648b9b;
  447. text-shadow: 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 1px #000 !important;
  448. color: #eceaea !important;
  449. box-shadow: inset 0px 0px 6px #fff;
  450. }
  451. .rares-tab-pokemon a {
  452. text-shadow: 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 1px #000 !important;
  453. color: #c8dce5 !important;
  454. }
  455. .completion-bar-inner {
  456. background: -webkit-linear-gradient( #494a57, #aacbe3) !important;
  457. }
  458. .completion-bar {
  459. background: #c8dce5;
  460. border: 1px solid;
  461. border-color: #68828c;
  462. border-radius: 3px;
  463. }
  464. #times-searched, .times-mined-complete {
  465. color: #68828c;
  466. font-weight: bold;
  467. }
  468. .party-tooltip-sprite-bg {
  469. background: -webkit-linear-gradient( #494a57, #aacbe3) !important;
  470. box-shadow: inset 0px 0px 0px 1px #68828c, inset 0px 0px 3px #68828c, inset 0px 0px 1px #68828c;
  471. color: #68828c !important;
  472. text-shadow: 0px 0px 5px aliceblue;
  473. border: 1px solid #68828c;
  474. }
  475. #SW_Window, .hover_text {
  476. background-color: #7bbfff !important;
  477. border: 2px;
  478. border-color: #68828c !important;
  479. box-shadow: inset 0px 0px 0px 1px #68828c, inset 0px 0px 3px #68828c, inset 0px 0px 1px #68828c;
  480.  
  481. }
  482. .party-pokemon-header {
  483. background: -webkit-linear-gradient( #494a57, #aacbe3) !important;
  484. box-shadow: inset 0px 0px 0px 1px #68828c, inset 0px 0px 3px #68828c, inset 0px 0px 1px #68828c;
  485. color: #e8f0f4 !important;
  486. text-shadow: 0px 0px 15px #68828c;
  487. border: 1px solid #68828c;
  488. border-radius: 3px 3px 15px 15px;
  489. }
  490. input.inputform.inputform,
  491. textarea.inputform.inputform,
  492. select.inputformarea.inputformarea,
  493. select.formselect.formselect {
  494. border-color: #68828c;
  495. background: #aacbe3;
  496. color: #e8f0f4;
  497. text-shadow: 0px 0px 3px #68828c !important;
  498. }
  499. #H_MoneyAmount,
  500. #H_MoonPoints,
  501. #H_Money,
  502. #H_MoonPointsAmount {
  503. color: #68828c !important;
  504. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement