Advertisement
Guest User

asd

a guest
Mar 20th, 2019
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.20 KB | None | 0 0
  1. /*Thumb Grid*/
  2. .gl1t {
  3.     background: #1e272e50 !important;
  4.     border: 1px solid rgba(0, 0, 0, 0.5);
  5.     border-radius: 5px;
  6.     border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  7.     border-right: 1px solid rgba(0, 0, 0, 0.5);
  8.     position: relative;
  9.     margin: 5px;
  10.     min-height: 375px;
  11. }
  12. /*Thumbnail Edge, High = Round*/
  13. .gl3t {
  14.     border-radius: 5px;
  15.     margin: auto auto auto auto;
  16. }
  17.  
  18. /*Thumbnail Title Font*/
  19. .gl4t {
  20.     font-weight: bold;
  21.     text-shadow: -1px -1px 0 #353535, 1px -1px 0 #353535, -1px 1px 0 #353535, 1px 1px 0 #353535;
  22. }
  23.  
  24.  
  25. /*Navigation Bar*/
  26. table.ptt td,
  27. table.ptb td {
  28.     background: #0000;
  29.     border: 1px solid #000000a8;
  30.     padding: 4.2px;
  31.     font-size: 11.5pt;
  32. }
  33.  
  34. /*Navigation Bar Hover*/
  35. table.ptt td:hover,
  36. table.ptb td:hover {
  37.     background: #00000036;
  38. }
  39.  
  40. /*Thumbnail Block Bottom Margin*/
  41. div.itg {
  42.     max-width: none;
  43.     border-top: none;
  44.     border-bottom: none;
  45.     margin-bottom: 10px;
  46. }
  47.  
  48. /*Thumbnail Align Adjust*/
  49. .gld {
  50.     border-left: none;
  51. }
  52.  
  53.  
  54. /*New Content Since Last Visit Marker*/
  55. .glnew {
  56.     font-weight: bold;
  57.     color: #63acff;
  58. }
  59.  
  60. /*Category Buttons In Thumbs*/
  61. .cs {
  62.     height: 18px !important;
  63.     line-height: 19px !important;
  64.     border-radius: 10px !important;
  65.     color: #fff !important;
  66.     font-family: "Arial" !important;
  67.     font-size: 12px !important;
  68.     text-shadow: -1px -1px 0 #353535, 1px -1px 0 #353535, -1px 1px 0 #353535, 1px 1px 0 #353535;
  69. }
  70.  
  71. /*Button Doujinshi*/
  72. .ct2 {
  73.     background: radial-gradient(#bd7979, #bd7979);
  74.     border: 1px solid #bd7979;
  75.     height: 15px;
  76.     width: 82px;
  77.     line-height: 15px;
  78. }
  79.  
  80. /*Button Manga*/
  81. .ct3 {
  82.     background: radial-gradient(#b58e5c, #b58e5c);
  83.     border: 1px solid #b58e5c;
  84.     height: 15px;
  85.     width: 82px;
  86.     line-height: 15px;
  87. }
  88.  
  89. /*Button Artist CG*/
  90. .ct4 {
  91.     background: radial-gradient(#9c9f3f, #9c9f3f);
  92.     border: 1px solid #9c9f3f;
  93.     height: 15px;
  94.     width: 82px;
  95.     line-height: 15px;
  96. }
  97.  
  98. /*Button Game CG*/
  99. .ct5 {
  100.     background: radial-gradient(#8a546687, #8a546687);
  101.     border: 1px solid #8a546687;
  102.     height: 15px;
  103.     width: 82px;
  104.     line-height: 15px;
  105. }
  106.  
  107. /*Button Western*/
  108. .cta {
  109.     background: radial-gradient(#5d7954, #5d7954);
  110.     border: 1px solid #5d7954;
  111.     height: 15px;
  112.     width: 82px;
  113.     line-height: 15px;
  114. }
  115.  
  116. /*Button Non-H*/
  117. .ct9 {
  118.     background: radial-gradient(#5794a2, #5794a2);
  119.     border: 1px solid #5794a2;
  120.     height: 15px;
  121.     width: 82px;
  122.     line-height: 15px;
  123. }
  124.  
  125. /*Button Image Set*/
  126. .ct6 {
  127.     background: radial-gradient(#475b7d, #475b7d);
  128.     border: 1px solid #475b7d;
  129.     height: 15px;
  130.     width: 82px;
  131.     line-height: 15px;
  132. }
  133.  
  134. /*Button Cosplay*/
  135. .ct7 {
  136.     background: radial-gradient(#82668e, #82668e);
  137.     border: 1px solid #82668e;
  138.     height: 15px;
  139.     width: 82px;
  140.     line-height: 15px;
  141. }
  142.  
  143. /*Button Asian Porn*/
  144. .ct8 {
  145.     background: radial-gradient(#38665b, #38665b);
  146.     border: 1px solid #38665b;
  147.     height: 15px;
  148.     width: 82px;
  149.     line-height: 15px;
  150. }
  151.  
  152. /*Button Misc*/
  153. .ct1 {
  154.     background: radial-gradient(#707070, #707070);
  155.     border: 1px solid #707070;
  156.     height: 15px;
  157.     width: 82px;
  158.     line-height: 15px;
  159. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement