Advertisement
Zenit

Stylus Forocoches

Dec 11th, 2020
708
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.35 KB | None | 0 0
  1. ::-webkit-scrollbar-track{
  2.     background:#1e1e1e
  3. }
  4. ::-webkit-scrollbar-thumb{
  5.     background:rgb(80,80,80);
  6.     min-height:50px;
  7.     border-radius:30px;
  8. }
  9. ::-webkit-scrollbar-thumb:hover{
  10.     background:#55807b;
  11. }
  12. ::-webkit-scrollbar{
  13.     width:15px;
  14. }
  15.  
  16. body{
  17.     width: 60%;
  18.     margin: 0 auto;
  19.     background-color: #232323;
  20.     background-image: url(https://i.ibb.co/vsCJBRT/bruno-kelzer-Dw6t-Ba20afk-unsplash-1-1.jpg);
  21.     background-size: cover;
  22.     background-repeat: no-repeat;
  23.     background-attachment: fixed;
  24.     filter: brightness(90%);
  25. }
  26.  
  27. #AutoNumber1{
  28.     margin-top: 20px;
  29.     margin-bottom: 10px
  30. }
  31.  
  32. #AutoNumber1 td{
  33.     /*background: #55807b;*/
  34.     background: transparent
  35. }
  36.  
  37. #AutoNumber1 td:first-child{
  38.    width: 250px;
  39.   height: 40px;
  40.     padding-top: 20px;
  41.   background-image: url(https://upload.wikimedia.org/wikipedia/commons/6/6a/Roto2.png);
  42.     background-repeat: no-repeat;
  43. }
  44.  
  45. #AutoNumber1 td:first-child img, #AutoNumber1 td:last-child img{
  46.     display: none;
  47. }
  48.  
  49. .alt1-author {
  50.     background: #d4d4d4;
  51. }
  52.  
  53. a:visited, a:link{
  54.     color: #55807b
  55. }
  56.  
  57. .smallfont strong a{
  58.     filter: blur(4px);  
  59. }
  60.  
  61. .tborder-author {
  62.     border-left: 5px solid #5a7d79;
  63.     border-right: 5px solid #51706d;
  64. }
  65. .alt1-user{
  66.     background: #98a9b1;  
  67. }
  68.  
  69. #threadslist .alt1:first-child{
  70.     filter:hue-rotate(175deg);
  71. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement