Advertisement
Guest User

76chan css

a guest
May 30th, 2019
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.35 KB | None | 0 0
  1.  
  2.  
  3.  
  4. /*
  5.      FILE ARCHIVED ON 2:54:22 Aug 12, 2015 AND RETRIEVED FROM THE
  6.      INTERNET ARCHIVE ON 22:36:28 Oct 27, 2015.
  7.      JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
  8.  
  9.      ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
  10.      SECTION 108(a)(3)).
  11. */
  12. /*
  13. *  76chan-srs.css
  14. *  76chan's serious css made by u kno who (illu) :^)
  15. */
  16.  
  17. body {
  18.     background: #f1efee;
  19.     color: #68615e;
  20. }
  21.  
  22. span.quote {
  23.     color: #5ab738;
  24. }
  25.  
  26. a:link, a:visited {
  27.     color: #a758c9;
  28.     text-decoration: none;
  29. }
  30.  
  31. a:link, a:visited, p.intro a.email span.name, p.intro a.post_no {
  32.     -moz-transition: 0.15s text-shadow, 0.15s color;
  33.     -webkit-transition: 0.15s text-shadow, 0.15s color;
  34.     -khtml-transition: 0.15s text-shadow, 0.15s color;
  35.     -o-transition: 0.15s text-shadow, 0.15s color;
  36.     -ms-transition: 0.15s text-shadow, 0.15s color;
  37.     transition: 0.15s text-shadow, 0.15s color;
  38. }
  39.  
  40. a:link:hover, a:visited:hover, div.banner a:hover {
  41.     color: #b279cb;
  42.     text-decoration: none;
  43.     text-shadow: 0px 0px 5px #cd9ae3;
  44. }
  45. div#op_13763.post.op:hover, img.banner:hover, img.board_image:hover {
  46.     -webkit-animation-name: buzz;
  47.     animation-name: buzz;
  48.     -webkit-animation-duration: 0.15s;
  49.     animation-duration: 0.15s;
  50.     -webkit-animation-timing-function: linear;
  51.     animation-timing-function: linear;
  52.     -webkit-animation-iteration-count: infinite;
  53.     animation-iteration-count: infinite;
  54. }
  55.  
  56. @keyframes buzz {
  57.     50% {
  58.         -webkit-transform: translateX(3px) rotate(2deg);
  59.         transform: translateX(3px) rotate(2deg);
  60.     }
  61.     100% {
  62.         -webkit-transform: translateX(-3px) rotate(-2deg);
  63.         transform: translateX(-3px) rotate(-2deg);
  64.     }
  65. }
  66.  
  67. @-webkit-keyframes buzz {
  68.     50% {
  69.         -webkit-transform: translateX(3px) rotate(2deg);
  70.         transform: translateX(3px) rotate(2deg);
  71.     }
  72.     100% {
  73.         -webkit-transform: translateX(-3px) rotate(-2deg);
  74.         transform: translateX(-3px) rotate(-2deg);
  75.     }
  76. }
  77. div.boardlist:first-of-type {
  78.     background: rgb(241, 239, 238) none repeat scroll 0% 0%;
  79.     color: #68615e;
  80.     box-shadow: 0px 0px 3px rgb(27, 24, 25);
  81.     width: 100%;
  82.     position: fixed !important;
  83.     text-align: center;
  84.     align-content: center;
  85.     padding: 0px;
  86.     top: -4px;
  87.     right: 0px;
  88.     z-index: 900000;
  89. }
  90.  
  91. img.banner, img.board_image {
  92.     border: none;
  93.     margin-top: 25px;
  94. }
  95.  
  96. h1, header div.subtitle, h2, div.title {
  97.     color: #a758c9;
  98. }
  99.  
  100. hr {
  101.     border-color: #a8a19f;
  102. }
  103.  
  104. .intro a.post_no:hover, a.post_no {
  105.     color: #b279cb;
  106. }
  107.  
  108. span.trip {
  109.     color: #00ad9c;
  110. }
  111.  
  112. p.intro a.email span.name {
  113.     color: #1b1918;
  114. }
  115.  
  116. p.intro a.email:hover span.name {
  117.     color: #b279cb;
  118. }
  119.  
  120. .intro span.name, span.name {
  121.     color: #68615e;
  122. }
  123.  
  124. .intro span.capcode, span.capcode {
  125.     color: #f2495a;
  126. }
  127.  
  128. .intro span.subject, span.subject {
  129.     color: #719de8;
  130. }
  131.  
  132. div.pages.top {
  133.     display: none;
  134. }
  135.  
  136. div.pages {
  137.     color: #68615e;
  138.     background: #f1efee;
  139.     border-right: none !important;
  140.     border-bottom: none !important;
  141. }
  142.  
  143. div.post.reply {
  144.     background: #e1e1e1;
  145.     border: 1px;
  146.     border-color: #e1e1e1;
  147.     box-shadow: none;
  148. }
  149.  
  150. div.post.reply.highlighted {
  151.     background: #e1e1e1;
  152.     border: 2px solid;
  153.     border-color: #68615e;
  154.     box-shadow: none;
  155. }
  156.  
  157. div.post.reply div.body a {
  158.     color: #a758c9;
  159. }
  160.  
  161. div.banner, div.banner a {
  162.     background-color: #e1e1e1;
  163.     color: #a758c9;
  164. }
  165.  
  166. form table tr th, table.modlog tr th {
  167.     background: #e1e1e1;
  168. }
  169.  
  170. fieldset legend {
  171.     background: #e1e1e1:
  172.     color: #a758c9;
  173. }
  174.  
  175. fieldset {
  176.     border: 0px;
  177. }
  178.  
  179. .theme-catalog div.thread img {
  180.     float: none!important;
  181.     margin: auto;
  182.     max-height: 150px;
  183.     max-width: 120px;
  184.     box-shadow: none;  
  185.     border: none;
  186. }
  187.  
  188. .theme-catalog div.thread {
  189.     display: inline-block;
  190.     vertical-align: top;
  191.     text-align: center;
  192.     font-weight: normal;
  193.     margin-top: 2px;
  194.     margin-bottom: 2px;
  195.     padding: 5px;
  196.     height: 300px;
  197.     width: 205px;
  198.     overflow: hidden;
  199.     position: relative;
  200.     font-size: 11px;
  201.     max-height: 300px;
  202.     background: #e1e1e1;
  203.     border: 2px solid #d9d9d9;
  204. }
  205.  
  206. div.ban {
  207. border: none;
  208. }
  209.  
  210. div.ban h2 {
  211. background: #e1e1e1;
  212. color: #a758c9;
  213. }
  214.  
  215. .box-wrap {
  216.     max-width: 670px;
  217.     min-width: 332px;
  218.     margin: 30px auto;
  219.     overflow: auto;
  220.     padding: 0;
  221. }
  222. .box {
  223.     background: white;
  224.     border: none;
  225.     width: 330px;
  226.     margin: 8px 0;
  227.     padding: 0;
  228. }
  229. .box ul {
  230.     padding: 2px 15px;
  231. }
  232. .box ul li {
  233.     list-style: none;
  234.     margin: 0;
  235. }
  236. .box.left {
  237.     background: #ffffff;
  238.     color: #060;
  239.     border: none;
  240.     float: left;
  241. }
  242. .box.right {
  243.     background: #ffffff;
  244.     color: #a758c9;
  245.     border: none;
  246.     float: right;
  247. }
  248.  
  249. .box h2 {
  250.     padding: 3px 7px;
  251.     font-size: 12pt;
  252. }
  253. .box.left h2 {
  254.     background: #e1e1e1;
  255.     color: #a758c9;
  256. }
  257. .box.right h2 {
  258.     background: #e1e1e1;
  259.     color: #a758c9;
  260. }
  261. .box img {
  262.     float: none;
  263.     margin: 10px auto;
  264. }
  265.  
  266. /*
  267.      FILE ARCHIVED ON 05:07:26 Sep 21, 2018 AND RETRIEVED FROM THE
  268.      INTERNET ARCHIVE ON 15:39:53 May 30, 2019.
  269.      JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
  270.  
  271.      ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
  272.      SECTION 108(a)(3)).
  273. */
  274. /*
  275. playback timings (ms):
  276.   LoadShardBlock: 40.14 (3)
  277.   esindex: 0.01
  278.   captures_list: 60.919
  279.   CDXLines.iter: 15.072 (3)
  280.   PetaboxLoader3.datanode: 69.863 (4)
  281.   exclusion.robots: 0.173
  282.   exclusion.robots.policy: 0.159
  283.   RedisCDXSource: 1.847
  284.   PetaboxLoader3.resolve: 103.066
  285.   load_resource: 157.394
  286. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement