Advertisement
Guest User

discord.css

a guest
Apr 24th, 2015
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.56 KB | None | 0 0
  1. @import "http://fonts.googleapis.com/css?family=Open+Sans";
  2. @import "http://fonts.googleapis.com/css?family=Droid+Serif";
  3.  
  4. html, body{
  5.     min-width: 570px;
  6.     font-size: 95%;
  7.     position: relative;
  8.     font-family: Open Sans;
  9.     color: #F4F0CB;
  10.  
  11.     background: #070707 url('file:///home/fyik/code/CSS/resources/bgimage.png') no-repeat fixed right bottom;
  12.     background-size: auto 100%;
  13. }
  14.  
  15. a {
  16.     font-family: Open Sans;
  17.     font-weight: normal;
  18.     text-decoration: none;
  19. }
  20. a, a:visited, a:active {color: #ebd171 !important;}
  21. a:hover                {color: #eae135 !important;}
  22. hr                     {border: 1px solid rgba(88,85,75,0.5) !important;}
  23. /* logo */
  24. header h1, #settingsScreen h1{
  25.     color: #f8f8f8;
  26.     font-family: Droid Serif;
  27.     padding-top: 30px;
  28.     text-shadow: 2px 2px 5px rgba(116,109,91,1);
  29. }
  30. h2, span.heading{
  31.     color: #ebd171;
  32.     font-family: Droid Serif;
  33.     padding-top: 30px;
  34.     text-shadow: 2px 2px 5px rgba(116,109,91,1);
  35. }
  36. header .subtitle{
  37.     color: #f8f8f8 !important;
  38.     font-family: Droid Serif;
  39. }
  40. /* Post area */  
  41. form[name="post"] table tr th{
  42.     color: #f4f0cb;
  43.     font-weight: normal !important;
  44.     font-size: 0.8em;
  45.     border-top-left-radius: 5px;
  46.     border-bottom-left-radius: 5px;
  47.     font-family: Droid Serif;
  48.     background-color: rgba(35,35,35,0.6);
  49.     border: 1px solid #f8f8f8;
  50. }
  51. input[type="submit"] {
  52.     font-size: 1em;
  53. }
  54. form input[type="text"], form input[type="password"],
  55. form textarea,
  56. form[name="post"] tbody tr td input:nth-child(1) {
  57.     color: #f4f0cb;
  58.     border: 1px solid #f8f8f8;
  59.     padding: 3px 3px 3px 3px;
  60.     margin-bottom: -1px;
  61.     border-top-right-radius: 5px;
  62.     border-bottom-right-radius: 5px;
  63.     background-color: transparent;
  64.     font-family: Open Sans;
  65. }
  66. form input[type="text"]:focus, form input[type="password"]:focus,
  67. form textarea:focus,
  68. form tbody tr td input:nth-child(1):focus {
  69.     border: 1px solid #f8f8f8;
  70.     box-shadow: 1px 1px 7px rgba(116, 109, 91,1);
  71. }
  72. div.banner, .blotter, .hidetext{
  73.     font-family: Droid Serif;
  74.     margin-right: 50px;
  75.     margin-left: 50px;
  76.     margin-bottom: 6px;
  77.     padding: 10px 10px 10px 10px;
  78.     color: #f4f0cb !important;
  79.     background-color: rgba(35,35,35,0.6);
  80.     border: 2px solid #f8f8f8;
  81.     border-radius: 5px;
  82. }
  83. /* navbars */
  84. .boardlist.top{
  85.     min-width: 570px;
  86.     max-height: 26px;
  87. }
  88.  
  89. .boardlist.top{
  90.     box-shadow: 1px 1px 8px rgba(116, 109, 91,0.8);
  91.     color: rgb(244, 240, 203);
  92.     background-color: #070707;
  93. }
  94. #settingsScreen h2{
  95.     border-top: 1px solid transparent;
  96.     border-bottom: 2px solid rgba(225,55,60,0.6);
  97.     border-bottom-left-radius: 5px;
  98.     border-bottom-right-radius: 5px;
  99. }
  100. .boardlist.top .boardlistpart a,
  101. .boardlist.top .boardlistpart a.boardlistactive,
  102. .boardlist.top .watcherButton.open {
  103.     border: none !important;
  104.     padding: 4px 4px 5px 4px !important;
  105.     font-family: Droid Serif;
  106.     font-size: 12px !important;
  107.     color: #f4f0cb !important;
  108.     background: linear-gradient(to bottom,  rgba(116,109,91,0) 38%,rgba(116,109,91,0) 47%,rgba(116,109,91,0.8) 83%,rgba(116,109,91,0.8) 100%);
  109.     background-position: top;  
  110.     background-size:1px 50px !important;  
  111. }
  112. .boardlist.top .boardlistpart a:hover{
  113.     background: linear-gradient(to bottom,  rgba(116,109,91,0) 38%,rgba(116,109,91,0) 47%,rgba(116,109,91,0.8) 83%,rgba(116,109,91,0.8) 100%);
  114.     transition: background 300ms ease-out;  
  115.     background-position: bottom !important;
  116. }
  117. .boardlist.top .boardlistpart  a.boardlistactive,
  118. .boardlist.top .watcherButton.open {
  119.     background-position:bottom;
  120. }
  121. /* threads */
  122. .trip, .name, .wtrip, .wname{
  123.     font-weight: normal;
  124.     font-family: Droid Serif;
  125.     color: #a9a590 !important;
  126. }
  127. .capcode{
  128.     color: #e1373c;
  129.     font-family: Droid Serif;
  130.     border-top: 1px solid #eae135;
  131.     border-bottom: 1px solid #eae135;
  132. }
  133. .capcode:after     {content: '##';}
  134. .intro, .intro a, .subject, .wsubject{
  135.     font-family: Droid Serif;
  136.     color: #6c6955 !important;
  137. }
  138. img.postimg{
  139.     border-radius:  10px !important;
  140. }
  141. .thread{
  142.     min-width: 90%;
  143.     color: #f4f0cb;
  144. }
  145. .thread, .reply{
  146.     padding: 5px 5px 5px 5px !important;
  147. }
  148. .reply, .wthread{
  149.     background-color: rgba(0,0,0,0.5) !important;
  150.     border: 2px solid rgba(248,248,248,0.1) !important;
  151.     border-radius: 5px !important;
  152. }
  153. .post .body{
  154.     text-shadow:
  155.         -1px -1px 1px #000,
  156.         1px -1px 1px #000,
  157.         -1px 1px 1px #000,
  158.         1px 1px 1px #000;
  159. }
  160. .hidden-post{
  161.     font-family: Droid Serif;
  162.     color: rgb(108, 105, 85);
  163. }
  164. .spoiler{
  165.     text-shadow:0px 0px 0 transparent;
  166.     background-color: rgba(248,248,248,0.3);
  167.     color: transparent;
  168. }
  169. div.post-hover, #settingsScreen, #watcherScreen, #qr{
  170.     color: #f4f0cb !important;
  171.     background-color: #070707 !important;
  172.     border: 2px solid rgba(248,248,248,0.2) !important;
  173.     box-shadow: 1px 1px 5px rgba(116, 109, 91,1) !important;
  174.     border-radius: 5px !important;
  175. }
  176. a.email .name    {border-bottom: 1px dashed #a9a590;}
  177. .hidden-post     {font-family: Droid Serif; color: rgb(108, 105, 85);}
  178. .hidden-post a   {color: #ebd171;}
  179. .editmsg         {color: #6c6955; font-family: Droid Serif;}
  180. .spoiler:hover   {color: rgb(244,240,203);}
  181. .highlight       {border-left: 6px double rgba(248,248,248,0.4);}
  182. .quote           {color: rgb(120,182,212);}
  183. .pages           {background: inherit !important; border: none !important; color: inherit !important;}
  184. .boardlist.bottom{color: inherit;}
  185. #qr label        {color: inherit !important;}
  186. .hidetext        {border-width: 1px;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement