Guest User

IB /cyber/ style for lynxchan 2.0

a guest
Nov 18th, 2019
503
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.57 KB | None | 0 0
  1. /*Generated by /server/*/
  2. nav {
  3.     border-bottom: 1px solid #808080;
  4.     background: #000000;
  5. }
  6. body{
  7.     color: #BCBCBC;
  8.     font-family: "Lucida Console", Monaco, monospace;
  9.     font-size: 100%;
  10.     background: url("https://i.imgur.com/Bj5D8UI.gif") fixed repeat top #000000;
  11. }
  12. .boardHeader p {
  13.     color: #cc0000;
  14. }
  15. .redText{
  16.     color: #FF6400;
  17. }
  18. .greenText{
  19.     color: #93e0e3;
  20. }
  21. a{
  22.     color: #c80b63;
  23.     text-decoration: none;
  24. }
  25. a:hover{
  26.     color: #ff0000;
  27.     text-decoration: underline;
  28. }
  29. .labelRole{
  30.     color: #FBDE2D;
  31. }
  32.  
  33. #newPostFieldset, #quick-reply table, .modalDecorationPanel, .floatingMenu, #settingsFieldset, .reportFieldset{
  34.     background: #2b2b2b;
  35.     border: solid 1px #989898;
  36.     box-shadow: 1px 2px #8C8C8C, 2px 4px #7E7E7E, 3px 6px #737373, 4px 8px #666666;
  37. }
  38. input, select, textarea{
  39.     background-color: #1A1A1A;
  40.     color: #888;
  41.     1px solid #666;
  42. }
  43. #postingForm th, .modalTableBody th{
  44.     background-color: rgba(46, 139, 87, 0.6);
  45. }
  46. input[type="button"], input[type="submit"], button, .dropzone, .selectedCell{
  47.     color: #BCBCBC;
  48.     background: black;
  49.     1px solid #666;
  50. }
  51. .opCell{ /*Purple*/
  52.     color: #9E82FA;
  53.     background-color: #241630;
  54.     box-shadow: 1px 2px #6050A0, 2px 4px #48406F, 3px 6px #3D3755, 4px 8px #322F40, 1px 2px #48406F inset, 2px 4px #3D3755 inset, 3px 6px #322F40 inset,20px 20px 50px 60px #111 inset;
  55.     margin-bottom: 20px;
  56.     padding: 10px;
  57.     border: solid 1px #7b68ee;
  58. }
  59. .opHead{
  60.     background-image: url('https://i.imgur.com/Ua5aMb0.png');
  61.     background-repeat: repeat-x;
  62.     background-position: bottom;
  63.     padding-bottom: 7px;
  64. }
  65.  
  66. .innerPost{ /*Green*/
  67.     color: #61CE3C;
  68.     background-color: #25362C;
  69.     border: solid 1px #2e8b57;
  70.     box-shadow: 1px 2px #267549, 2px 4px #216741, 3px 6px #1D5837, 4px 8px #16452C,1px 2px #216741 inset, 2px 4px #1D5837 inset, 3px 6px #16452C inset,20px 20px 60px 20px #111 inset;
  71.     padding: 4px;
  72.     margin-top: 9px;
  73. }
  74. .postInfo {
  75.     background-image: url('https://i.imgur.com/Ua5aMb0.png');
  76.     background-repeat: repeat-x;
  77.     background-position: bottom;
  78.     padding-bottom: 7px;
  79. }
  80. a, .coloredIcon, .unhideButton, .embedButton, .checkedFavouriteButton::before, #selectedTab, #showFormsButton{
  81.     color: #AAA;
  82.     font-weight: bold;
  83. }
  84. .labelSubject {
  85.     color: #59ACE3;
  86. }
  87. .linkName{
  88.     color: #AA0000;
  89. }
  90. .noEmailName, .noEmailName:hover, .labelCreated{
  91.     color: #989898;
  92. }
  93. .linkSelf{
  94.     color: #00A0A0;
  95. }
  96. .linkQuote{
  97.     color: #00A0A0;
  98. }
  99. .markedPost{
  100.     border: solid 1px #7b68ee;
  101. }
  102. #quick-reply table, .modalDecorationPanel, .floatingMenu, #settingsFieldset, .reportFieldset{
  103.     color: #AAA;
  104.     background: rgba(46, 139, 87, 0.6);
  105. }
Advertisement
Add Comment
Please, Sign In to add comment