Advertisement
Guest User

Prowizoryczna poprawka forum gram.pl by Ranveld 10.10.2015

a guest
Oct 10th, 2015
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.89 KB | None | 0 0
  1. .profileLink, div.avatar {
  2.     border-radius: 0%; /* Usunąć tę linijkę, jeśli ktoś lubi okrągłe avatary ;) */
  3. }
  4.  
  5. a.info {
  6.     display: none;
  7. }
  8.  
  9. body {
  10.     background-color: #CCC;
  11.     background-image: linear-gradient(#AAA 6rem, #CCC 100rem);
  12. }
  13.  
  14. #main {
  15.     background-color: #F9F9F9;
  16. }
  17.  
  18. .threadTitle {
  19.     font-size: 14px;
  20. }
  21.  
  22. .threadTitle::before {
  23.     width: 13px;
  24.     height: 13px;
  25. }
  26.  
  27. .threadPagination {
  28.     display: none;
  29. }
  30.  
  31. .threadInfo {
  32.     margin: 0px;
  33.     display: none;
  34. }
  35.  
  36. .thread {
  37.     padding: 0rem 1rem;
  38.     min-height: 50px;
  39. }
  40.  
  41. .lastActivity .avatar {
  42.     height: 3.5rem;
  43.     width: 3.5rem;
  44.     margin-left: -5rem;
  45.     margin-top: 0.5rem;
  46. }
  47.  
  48. .lastActivity {
  49.     font-size: 12px;
  50. }
  51.  
  52. .date {
  53.     margin: -5px 0 0 0;
  54.     display: block;
  55. }
  56.  
  57. .forumDashboard::before {
  58.     display: none ;
  59. }
  60.  
  61. .forumDashboard {
  62.     padding: 2rem;
  63. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement