Advertisement
RenzXVI

Lightshot: Blue Leather and Metal

May 6th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.71 KB | None | 0 0
  1. @-moz-document url-prefix("http://prntscr.com"), domain("prnt.sc") {
  2. #head, body, #content, #foot, #foot div, .box, .center,
  3.  .border, .aC button, .aC, td h2, .payment-check-box {
  4. background: url(http://vignette4.wikia.nocookie.net/kallenbearrp/images/5/51/Googletile.png/revision/latest?cb=20160113083017);
  5. background-repeat: repeat;
  6. }
  7.  
  8. a, p, h1, h2, h3, h4, h5, small, b, tr, .aC, .box, .error, .aC, .cL {
  9.     color: #2cabe2 !important;
  10.     text-shadow:0px 0px 2px black;
  11. }
  12.  
  13. .twitter-item__text {
  14.     color: #bbb;
  15.     text-shadow:0px 0px 2px black;
  16. }
  17.  
  18. .purchase {
  19. background:blue !important;
  20. }
  21.  
  22. .twitter-header__title {
  23.     font-size: 18px;
  24.     font-weight: bold;
  25.     color: #2CABE2;
  26.     opacity: .8;
  27.     text-shadow: 0 1px 0 #fff;
  28. }
  29.  
  30. .twitter-header__title_small, .twitter__more {
  31.     font-size: 15px;
  32.     color: #2CABE2;
  33.     opacity: .8;
  34.     font-weight: bold;
  35.     text-shadow: 0 1px 0 #fff;
  36.     background: rgba(0,0,0,0.40);
  37. }
  38.  
  39. .header-auth-popup ul, .header-language-popup ul {
  40.     margin: 0;
  41.     padding: 0;
  42.     background: rgba(0, 0, 0, 0.80);
  43. }
  44.  
  45. .gallery__title, .loaded-info {
  46.     background: rgba(0, 0, 0, 0.40);
  47. }
  48.  
  49. .gallery__title textarea {
  50.     color: #ccc;
  51.     text-shadow: 0 0 2px #000;
  52. }
  53.  
  54. .gallery__date {
  55.     font-size: 12px;
  56.     color: #ccc;
  57.     text-shadow: 0 0 2px #000;
  58. }
  59.  
  60. .footer {
  61.     background: url(http://vignette2.wikia.nocookie.net/kallenbearrp/images/7/73/Seamless-leather-texture5.jpg/revision/latest?cb=20160113115101);
  62.     background-repeat: repeat ;
  63. }
  64.  
  65. .footer-logo {
  66.     background: rgba(41, 142, 186, 0.40);
  67.     box-shadow: 0px 0px 20px #298EBA;
  68. }
  69.  
  70. .footer-copy {
  71.     color: #000;
  72.     font-weight: bold;
  73.     text-shadow:0px 0px 2px white;
  74. }
  75. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement