Advertisement
Guest User

ide css

a guest
May 24th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.52 KB | None | 0 0
  1. @import url('https://fonts.googleapis.com/css?family=Pirata+One&subset=latin-ext');
  2.  
  3. body {
  4.     background: #111 url("drinking-tea.gif") no-repeat scroll right 40px top 45px;
  5.     color: #999999;
  6.     font-family: Arial,Helvetica,sans-serif;
  7.     font-size: 12px;
  8. }
  9. span.quote {
  10.     color: #b8d962;
  11. }
  12. h1 {
  13.     font-size: 30pt;
  14.     letter-spacing: 0;
  15.     text-align: center;
  16. }
  17. div.title, h1 {
  18.     color: #fff;
  19.     font-family: 'Pirata One', Arial, sans-serif;
  20. }
  21. div.title p {
  22.     font-size: 10px;
  23. }
  24. a:link, a:visited, .intro a.email span.name {
  25.     color: #cccccc;
  26.     font-family: sans-serif;
  27.     text-decoration: none;
  28. }
  29. a:link:hover, a:visited:hover {
  30.     color: #fff;
  31.     font-family: sans-serif;
  32.     text-decoration: none;
  33.     transition: color 0.3s ease-out 0s, background 2s ease-in 0s;
  34. }
  35. a.post_no {
  36.     color: #aaaaaa;
  37.     text-decoration: none;
  38. }
  39. a.post_no:hover {
  40.     color: #f93822;
  41.     text-decoration: underline overline;
  42. }
  43. div.post.reply {
  44.     background: #333333 none repeat scroll 0 0;
  45.     border: 1px solid #333333;
  46.     border-radius: 3px;
  47.     min-width: 400px;
  48. }
  49. div.post.reply.highlighted {
  50.     background: #555 none repeat scroll 0 0;
  51.     border: 1px solid transparent;
  52. }
  53. div.post.reply div.body a:link, div.post.reply div.body a:visited {
  54.     color: #cccccc;
  55. }
  56. div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover {
  57.     color: #f93822;
  58. }
  59. .intro span.subject {
  60.     color: #ce3220;
  61.     font-family: sans-serif;
  62.     font-size: 12px;
  63.     font-weight: 800;
  64. }
  65. .intro span.name {
  66.     color: #c81f1f;
  67.     font-family: "pirata one";
  68.     font-size: 20px;
  69.     font-weight: 400;
  70.     line-height: 0.7;
  71. }
  72. .intro a.capcode, p.intro a.nametag {
  73.     color: magenta;
  74.     font-family: sans-serif;
  75.     margin-left: 0;
  76. }
  77. .intro a.email, p.intro a.email span.name, p.intro a.email:hover, p.intro a.email:hover span.name {
  78.     color: #32ddaf;
  79.     font-family: sans-serif;
  80. }
  81. header div.subtitle {
  82.     font-family: sans-serif;
  83.     color: #c81f1f;
  84. }
  85. input[type="text"], textarea, select {
  86.     background: #333333 none repeat scroll 0 0;
  87.     border: 2px solid #333;
  88.     color: #cccccc;
  89.     font-family: sans-serif;
  90.     font-size: 10pt;
  91.     padding-left: 5px;
  92. }
  93. input[type="password"] {
  94.     background: #333333 none repeat scroll 0 0;
  95.     border: 1px solid #666666;
  96.     color: #cccccc;
  97. }
  98. form table tr th {
  99.     background: #333333 none repeat scroll 0 0;
  100.     color: #aaaaaa;
  101.     font-weight: 600;
  102.     padding: 4px 5px;
  103.     text-align: left;
  104.     vertical-align: top;
  105. }
  106. div.banner {
  107.     background: #f93822 none repeat scroll 0 0;
  108.     color: #000;
  109.     font-size: 12px;
  110.     margin-left: auto;
  111.     margin-right: auto;
  112.     padding: 4px 12px;
  113.     text-align: center;
  114.     width: 250px;
  115. }
  116. div.banner a {
  117.     color: #000;
  118. }
  119. input[type="submit"] {
  120.     background: #333333 none repeat scroll 0 0;
  121.     border: 1px solid #333333;
  122.     color: #cccccc;
  123.     padding: 2px 8px;
  124.     font-weight: bold;
  125. }
  126. input[type="submit"]:hover {
  127.     background: #c81f1f none repeat scroll 0 0;
  128.     border: 1px solid #c81f1f;
  129.     color: #fff;
  130. }
  131. input[type="text"]:focus {
  132.     border: 1px solid #aaa;
  133. }
  134. p.fileinfo a:hover {
  135.     text-decoration: underline;
  136. }
  137. span.trip {
  138.     color: #aaaaaa;
  139. }
  140. div.pages {
  141.     background: #333333 none repeat scroll 0 0;
  142.     border: 1px solid #333333;
  143.     color: #aaaaaa;
  144.     font-family: sans-serif;
  145.     font-size: 10pt;
  146. }
  147. div.pages a.selected {
  148.     color: #cccccc;
  149. }
  150. hr {
  151.     border-top: 1px dashed #444444;
  152.     padding-top: 8px;
  153. }
  154. div.boardlist {
  155.     background-color: rgba(12%, 12%, 12%, 0.1);
  156.     color: #999999;
  157. }
  158. div.ban {
  159.     background-color: transparent;
  160.     border: 0 solid transparent;
  161. }
  162. div.ban h2 {
  163.     background: transparent none repeat scroll 0 0;
  164.     color: lime;
  165.     font-size: 12px;
  166. }
  167. table.modlog tr th {
  168.     background: #333333 none repeat scroll 0 0;
  169.     color: #aaaaaa;
  170. }
  171. .desktop-style div.boardlist:not(.bottom) {
  172.     background-color: #666666;
  173.     text-shadow: 1px 1px 1px black, -1px -1px 1px black, -1px 1px 1px black, 1px -1px 1px black;
  174. }
  175. .desktop-style div.boardlist:hover:not(.bottom), .desktop-style div.boardlist.cb-menu:not(.bottom) {
  176.     background-color: rgba(30%, 30%, 30%, 0.65);
  177. }
  178. div.report {
  179.     color: #666666;
  180. }
  181. #options_div, #alert_div {
  182.     background: #333333 none repeat scroll 0 0;
  183. }
  184. .options_tab_icon {
  185.     color: #aaaaaa;
  186. }
  187. .options_tab_icon.active {
  188.     color: #ffffff;
  189. }
  190. #quick-reply table {
  191.     background: #333 none repeat scroll 0 0;
  192. }
  193. #style-select {
  194.     display: none;
  195. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement