Advertisement
Guest User

itslike4am.css

a guest
Dec 3rd, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.04 KB | None | 0 0
  1. /*
  2.     itslike4am.css
  3.     Hecho con amor por el juguetero
  4.     rel-0.3 03/12/2017
  5. */
  6.  
  7. body {
  8.     background-color: #222;
  9.     color: #CED1CF;
  10. }
  11.  
  12. a:link {
  13.     text-decoration: none;
  14. }
  15.  
  16. a:visited {
  17.     text-decoration: none;
  18. }
  19.  
  20. a:hover {
  21.     text-decoration: none;
  22. }
  23.  
  24. a:active {
  25.     text-decoration: none;
  26. }
  27.  
  28. body.mainpage {
  29.     background: #222222 url(/bg2.gif);
  30.     font-size: 14px;
  31. }
  32.  
  33. hr{
  34.     display: none;
  35.     border-bottom: 1px solid black;
  36. }
  37.  
  38. #titlebox h1 {
  39.     color: #dc9656;
  40.     font-size: 2em;
  41.     font-weight: bold;
  42.     text-align: center;
  43. }
  44.  
  45. .mainpage .thread {
  46.     color: #CED1CF;
  47.     background: #1D1F21;
  48.     border: 2px double #4B4E55;
  49.     padding: 7px;
  50.     margin-bottom: 19px;
  51.     opacity: 0.95;
  52.                                            
  53. }
  54.  
  55. body.threadpage {
  56.     background: #222222;
  57.     font-size: 14px;
  58.     background-image: url(/0/junk/w/kizuna.png);
  59.     background-repeat: no-repeat;
  60.     background-attachment: fixed;
  61.     background-position-x: calc(100% - 10px);
  62.     background-position-y: bottom;
  63. }
  64.  
  65. .threadpage .thread {
  66.     padding: 1em;
  67.     color: #CED1CF;
  68.     margin-right: 180px
  69. }
  70.  
  71. .threadpage .thread h1 {
  72.     font-weight: bold;
  73.     font-size: 1.5em;
  74.     color: #ab4642;
  75. }
  76.  
  77. .threadpage .nav {
  78.     padding-left: 6px
  79. }
  80.  
  81. .threadpage h1 {
  82.     color: #ab4642;
  83. }
  84.  
  85. #rules {
  86.     font-size: 16px;
  87. }
  88.  
  89. .mainpage .thread h2 a {
  90.     font-size: 1em;
  91.     color: #CC6666;
  92. }
  93.  
  94. .msg {
  95.     font-size: 16px;
  96. }
  97.  
  98. h2 small {
  99.     margin-right: 2px;
  100.     color: #999999;
  101.     font-size: inherit;
  102. }
  103.  
  104. .name,
  105. .trip {
  106.     color: #B5BD68;
  107. }
  108.  
  109. .name,
  110. .trip,
  111. .abbrev {
  112.     color: #B5BD68;
  113. }
  114.  
  115. .reply h3 {
  116.     color: #c1c5c2;
  117. }
  118.  
  119. a,
  120. a:hover,
  121. a .name,
  122. a .trip {
  123.     color: #81A2BE;
  124. }
  125.  
  126. .outerbox,
  127. #threadlist {
  128.     background: #111213;
  129.     color: #777879;
  130.     border: 1px solid #4B4E55;
  131.     padding: 3px;
  132. }
  133.  
  134. .outerbox {
  135.     margin-bottom: 19px
  136. }
  137.  
  138. .innerbox {
  139.     border: none;
  140.     padding: 5px;
  141.     margin: 7px
  142. }
  143.  
  144. .date {
  145.     color: #4d4e4d;
  146. }
  147.  
  148. .mainpage h3:hover {
  149.     background: #383838;
  150. }
  151.  
  152. .extrabox::after {
  153.     content: "leave me here";
  154.     opacity: 0.25;
  155. }
  156.  
  157. .extrabox {
  158.     border: none;
  159.     color: #222222;
  160.     margin: 7px 0 7px 7px;
  161.     float: left;
  162.     width: 24px;
  163.     height: auto;
  164.     flex: 0 1 24px;
  165.     -webkit-flex: 0 1 24px
  166. }
  167.  
  168. .footer::after {
  169.     content: " LunyToons y noriega ... con mรกs flOw"
  170. }
  171.  
  172. .footer {
  173.     color: #f7ca88;
  174.     margin-bottom: 19px
  175. }
  176.  
  177. .quoted {
  178.     margin-left: 1em;
  179. }
  180.  
  181. .del a {
  182.     color: #ab4642;
  183. }
  184.  
  185.  
  186. /* i fucking hate this */
  187.  
  188. .size {
  189.     display: none;
  190.     color: #ab4642;
  191. }
  192.  
  193. .yt {
  194.     border: 1px solid gray;
  195.     color: #e8e8e8;
  196.     background-color: #383838;
  197. }
  198.  
  199. .mainpage .nav {
  200.     text-align: center;
  201.     background-color: #000;
  202.     color: #7cafc2;
  203.     ;
  204. }
  205.  
  206. textarea,
  207. input,
  208. select {
  209.     color: #e8e8e8 !important;
  210.     background-color: #383838 !important;
  211.     border: 1px solid #4B4E55;
  212. }
  213.  
  214. .banner {
  215.     -webkit-filter: grayscale(60%);
  216.     filter: grayscale(60%);
  217. }
  218.  
  219. .links {
  220.     text-align: center;
  221.     font-weight: bold
  222. }
  223.  
  224. #titlebox .threadnav {
  225.     float: right
  226. }
  227.  
  228. .thread .threadnav {
  229.     text-align: right
  230. }
  231.  
  232. #styles {
  233.     float: left
  234. }
  235.  
  236. #threadlinks {
  237.     font-weight: bold;
  238.     text-align: right;
  239.     margin-bottom: 5px
  240. }
  241.  
  242. .mainpage .threadlinks {
  243.     font-weight: bold
  244. }
  245.  
  246. .cont {
  247.     border: none;
  248.     padding: 6px 6px 0;
  249. }
  250.  
  251. .deleted {
  252.     color: #afafaf;
  253.     margin-bottom: 1.1em
  254. }
  255.  
  256. .q {
  257.     color: #666
  258. }
  259.  
  260. .formpad {
  261.     padding-left: 40px
  262. }
  263.  
  264. .size {
  265.     color: #FF0000
  266. }
  267.  
  268. .threadpage .threadlinks {
  269.     margin: 0.5em 0
  270. }
  271.  
  272. .mainpage .thread form {
  273.     padding-bottom: 1em
  274. }
  275.  
  276. form .msg {
  277.     border: 1px dotted #000;
  278.     background: #383838
  279. }
  280.  
  281. #q-p {
  282.     background: #383838;
  283.     border: 1px solid #999;
  284.     margin-right: 8px
  285. }
  286.  
  287. #createbox {
  288.     display: flex
  289. }
  290.  
  291. #createbox .innerbox {
  292.     overflow: hidden;
  293.     flex: 0 1 100%;
  294.     -webkit-flex: 0 1 100%
  295. }
  296.  
  297. /* country code */
  298. .name em{
  299.     color: #b294bb;
  300. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement