Advertisement
anaodia7

Terminal blue

Sep 28th, 2023 (edited)
983
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.65 KB | None | 0 0
  1. /*Usar por cima do Yotsuba Blue*/
  2.  
  3. body {
  4.     background: #000000;
  5.     color: #40e0d0;
  6.     font-family: sans-serif;
  7.     font-size: 12px;
  8. }
  9. h1{
  10.     font-size: 20pt;
  11.     text-align: center;
  12.     letter-spacing: 0px;
  13. }
  14. header div.subtitle, h1, h2, h3, h4, div.ban h1 {
  15.     color: #40e0d0;
  16.     font-family: sans-serif;
  17. }
  18. div.title p {
  19.     font-size: 10px;
  20. }
  21. a:link, a:visited, .intro a.email span.name {
  22.     color: #40e0d0;
  23.     text-decoration: underline;
  24.     font-family: sans-serif;
  25. }
  26. a:link:hover, a:visited:hover {
  27.     color: #40e0d0;
  28.     font-family: sans-serif;
  29.     text-decoration: underline overline;
  30. }
  31. a.post_no {
  32.     color:#40e0d0;
  33.     text-decoration: none;
  34. }
  35. a.post_no:hover {
  36.     color: #40e0d0;
  37.     text-decoration: underline overline;
  38. }
  39. div.post.reply {
  40.     background: #000000;
  41.     border: 1px dashed;
  42.     border-color:#40e0d0;
  43. }
  44. div.post.reply.highlighted {
  45.     background: transparent;
  46.     border: #40e0d0 1px dotted;
  47.     border-color:#40e0d0;
  48. }
  49. div.post.reply div.body a:link, div.post.reply div.body a:visited {
  50.     color:#40e0d0;
  51. }
  52. div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover {
  53.     color:#40e0d0;
  54. }
  55. .intro span.subject {
  56.     font-size: 12px;
  57.     font-family: sans-serif;
  58.     color: #446655;
  59.     font-weight: 800;
  60. }
  61. .intro span.name {
  62.     color: #40e0d0;
  63.     font-weight: 800;
  64. }
  65. .intro a.capcode, p.intro a.nametag {
  66.     color: #40e0d0;
  67.     margin-left: 0;
  68. }
  69. .intro a.email, p.intro a.email span.name, p.intro a.email:hover, p.intro a.email:hover span.name {
  70.     color: #40e0d0;
  71. }
  72. input[type="text"], textarea, select {
  73.     background: #000000;
  74.     color: #40e0d0;
  75.     border: 1px dashed;
  76.     border-color:#40e0d0;
  77.     padding-left: 5px;
  78.     padding-right: -5px;
  79.     font-family: sans-serif;
  80.     font-size: 10pt;
  81. }
  82. input[type="password"] {
  83.     background: #000000;
  84.     color: #40e0d0;
  85.     border: 1px dashed;
  86.     border-color:#40e0d0;
  87. }
  88.  
  89. form table tr th {
  90.     background: #000000;
  91.     color: #40e0d0;
  92.     font-weight: 800;
  93.     text-align: left;
  94.     padding: 0;
  95.     border: #40e0d0 1px dashed;
  96.     border-color:#40e0d0;
  97. }
  98. div.banner {
  99.     background: #00AA00;
  100.     color: #FFFFFF;
  101.     text-align: center;
  102.     width: 250px;
  103.     padding: 4px;
  104.     padding-left: 12px;
  105.     padding-right: 12px;
  106.     margin-left: auto;
  107.     margin-right: auto;
  108.     font-size: 12px;
  109. }
  110. input[type="submit"] {
  111.     background: #000000;
  112.     border: 1px dashed;
  113.     border-color:#40e0d0;
  114.     color: #40e0d0;
  115. }
  116. input[type="submit"]:hover {
  117.     background: #000000;
  118.     border: 1px dashed;
  119.     border-color:#40e0d0;
  120.     color: #40e0d0;
  121. }
  122. p.fileinfo a:hover {
  123.     text-decoration: underline;
  124. }
  125. span.trip {
  126.     color:#40e0d0;
  127. }
  128. div.pages {
  129.     color:#40e0d0;
  130.     background: #000000;
  131.     border: 1px dashed;
  132.     border-color:#40e0d0;
  133.     font-family: sans-serif;
  134.     font-size: 10pt;
  135. }
  136. div.pages a.selected {
  137.     color: #40e0d0;
  138. }
  139. hr {
  140.     height: 1px;
  141.     border: 1px dashed;
  142.     border-color:#40e0d0;
  143. }
  144. div.boardlist {
  145.     color: #40e0d0;
  146. }
  147. div.ban {
  148.     border: transparent 0px dashed;
  149.     border-color:#40e0d0;
  150. }
  151. div.ban h2 {
  152.     background: transparent;
  153.     color: #40e0d0;
  154.     font-size: 12px;
  155. }
  156. table.modlog tr th {
  157.     background: #000000;
  158.     color: #40e0d0;
  159. }
  160.  
  161. .desktop-style div.boardlist:nth-child(1) {
  162.   background-color: black;
  163.   border-bottom: #40e0d0 1px dashed;
  164. }
  165. .desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
  166.   background-color: black;
  167. }
  168.  
  169. .desktop-style .sub {
  170.   background: none;
  171. }
  172.  
  173. a.quick-reply-btn{
  174.   visibility: hidden !important;
  175. visibility: collapse !important;
  176. }
  177.  
  178. textarea#body{
  179.    width: 295px;
  180.    height: 92px;
  181. }
  182.  
  183. .dropzone-wrap{
  184.   width: 295px !important;
  185. }
  186.  
  187. #options_div, #alert_div, div.pages, .theme-catalog div.grid-size-small{
  188.   background: #000;
  189.   border: 1px dotted #40e0d0;
  190. }
  191.  
  192. .options_tab_icon{
  193.   color: #40e0d0;
  194. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement