Advertisement
Guest User

Untitled

a guest
Jun 21st, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.88 KB | None | 0 0
  1. body, .banner {
  2. font-weight: bolder;
  3. color: #23002e;
  4. text-shadow: 0px 0px 1px #ecacff;
  5. background-image: url("https://i.imgur.com/fM7IxZ3.png");
  6. -webkit-background-size: 1000%;
  7. background-size: 100%;
  8. background-repeat: repeat;
  9. background-attachment: fixed;
  10. }
  11. .sidebar .middle_navigation ul li.navtitle {
  12. border-color: black;
  13. border-width: 1px;
  14. color: white;
  15. box-shadow: 0 0 5px #fff;
  16. /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#68006e+0,a103a9+19,890290+35,c103a1+83,890290+94,a103a9+100 */
  17. background: rgb(104,0,110); /* Old browsers */
  18. background: -moz-linear-gradient(top, rgba(104,0,110,1) 0%, rgba(161,3,169,1) 19%, rgba(137,2,144,1) 35%, rgba(193,3,161,1) 83%, rgba(137,2,144,1) 94%, rgba(161,3,169,1) 100%); /* FF3.6-15 */
  19. background: -webkit-linear-gradient(top, rgba(104,0,110,1) 0%,rgba(161,3,169,1) 19%,rgba(137,2,144,1) 35%,rgba(193,3,161,1) 83%,rgba(137,2,144,1) 94%,rgba(161,3,169,1) 100%); /* Chrome10-25,Safari5.1-6 */
  20. background: linear-gradient(to bottom, rgba(104,0,110,1) 0%,rgba(161,3,169,1) 19%,rgba(137,2,144,1) 35%,rgba(193,3,161,1) 83%,rgba(137,2,144,1) 94%,rgba(161,3,169,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  21. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68006e', endColorstr='#a103a9',GradientType=0 ); /* IE6-9 */
  22. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d0019', endColorstr='#a90329',GradientType=0 ); /* IE6-9 */
  23.  
  24. }
  25. .sidebar {
  26. background: url("https://i.imgur.com/lIGUbEi.png");
  27. background-size: 100% 100%;
  28. border-color: black;
  29. box-shadow: 0 0 10px #fff;
  30. }
  31. .tnav_header {
  32. color: white;
  33. border-color: black;
  34. background: rgb(180, 221, 180);
  35. /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#68006e+0,a103a9+19,890290+35,c103a1+83,890290+94,a103a9+100 */
  36. background: rgb(104,0,110); /* Old browsers */
  37. background: -moz-linear-gradient(top, rgba(104,0,110,1) 0%, rgba(161,3,169,1) 19%, rgba(137,2,144,1) 35%, rgba(193,3,161,1) 83%, rgba(137,2,144,1) 94%, rgba(161,3,169,1) 100%); /* FF3.6-15 */
  38. background: -webkit-linear-gradient(top, rgba(104,0,110,1) 0%,rgba(161,3,169,1) 19%,rgba(137,2,144,1) 35%,rgba(193,3,161,1) 83%,rgba(137,2,144,1) 94%,rgba(161,3,169,1) 100%); /* Chrome10-25,Safari5.1-6 */
  39. background: linear-gradient(to bottom, rgba(104,0,110,1) 0%,rgba(161,3,169,1) 19%,rgba(137,2,144,1) 35%,rgba(193,3,161,1) 83%,rgba(137,2,144,1) 94%,rgba(161,3,169,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  40. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68006e', endColorstr='#a103a9',GradientType=0 ); /* IE6-9 */
  41.  
  42. }
  43. .tnav_information {
  44. border-color: black;
  45. background: #dd82ff;
  46. color: #650000;
  47. font-weight: bold;
  48. }
  49. .tnav_left_information {
  50. border-color: black;
  51. color: black;
  52. background: #dd82ff;
  53. }
  54. #footer {
  55. background-image: url(https://i.imgur.com/ryL7JZY.png);
  56. }
  57. #content .inside .inside_footer {
  58. background-image: url(https://i.imgur.com/2UVuB6H.png);
  59. }
  60. #content .inside .inside_header {
  61. background-image: url(https://i.imgur.com/yA7yXUG.png);
  62. }
  63. #content .content_header {
  64. background-image: url(https://i.imgur.com/nCKhM1a.png);
  65. }
  66. #content .inside {
  67. background-image: url(https://i.imgur.com/uFetKw1.png);
  68. }
  69. #content {
  70. background-image: url(https://i.imgur.com/EFuxVbO.png);
  71. }
  72. #internal_link, a, a:visited {
  73. color: #5b0000;
  74.  
  75. }
  76. #internal_link:hover, a:hover {
  77. color: #320000;
  78. text-shadow: 0px 0px 1px #fff, 0px 0px 1px #fff, 0px 0px 1px #fff;
  79.  
  80. }
  81. .alert a, .alert a:hover {
  82. color: black !important;
  83. }
  84. .p_title {
  85. color: #083200;
  86. text-shadow: 0px 0px 1px #fff, 0px 0px 1px #fff, 0px 0px 1px #fff;
  87.  
  88. }
  89. h1 {
  90. color: #5b0000;
  91. }
  92. #party .party-pokemon-header {
  93. text-shadow: 0px 0px 1px #fff, 0px 0px 1px #fff, 0px 0px 1px #fff;
  94. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement