Advertisement
Guest User

Flashback 17 - CSS / Stylish

a guest
May 28th, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.62 KB | None | 0 0
  1. /* --------------------------------- */
  2. /* Modifiering Flashback 17
  3. /* Av: Netcast
  4. /* OBS: Ej gjort för full-width
  5. /* Redigera fritt på eget bevåg
  6. /* --------------------------------- */
  7.  
  8. /* Övergripande */
  9. body { background: #111; }
  10. table.tborder td { border: 0px; }
  11. .smallfont { font-size: 10px; }
  12.  
  13. /* Färg- och storleksändringar av #site-left och tabeller */
  14. #site-left { width: 100% !important; }
  15. #site-left td { background: none !important; }
  16. #site-left thead > tr { background: none !important; }
  17. #site-left tr:nth-child(even) { background: #eff0f1;; }
  18. #site-left tr:hover { background: #ddd; }
  19. #site-left tr.tr_sticky { background: #ffd; }
  20.  
  21. /* Fix för forum-sektionerna */
  22. .forumslist tr:nth-child(odd) { background: #f9f9f9; }
  23.  
  24. /* Modifieringar av headern för att passa den mörka bakgrunden */
  25. #top-logo { background: none !important; }
  26. #top-logo a { text-indent: 0 !important; color: #eee; line-height: 50px; text-decoration: none; }
  27. #top-logo a:before { content: "← " }
  28. #top-logo-wrap { background: #111; text-align: left; padding-top: 30px; height: 75px; }
  29. .navbar-default { background: #111; }
  30.  
  31. /* Trådöversikt & dyl */
  32. .table-threads a { text-decoration: none !important; }
  33. .table-threads .fa-thumb-tack, .threadslist .fa-thumb-tack { line-height: 30px; }
  34. .tr_sticky .td_title { font-weight: 600; }
  35. .tr_sticky .td_title a, .tr_sticky .td_title .thread-poster { font-weight: 400; }
  36. .td_title div a:not(.thread-pagenav-lastpage) { font-size: 13px; }
  37. .forumslist a, .page-title a, .post-deleted a, .post-small a, .post-user-info a, .well a, a.post-user-username { color: #000; text-decoration: none; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement