Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.97 KB | None | 0 0
  1. /*
  2. Forum styles
  3. ------------------------------------------------------------------------- */
  4.  
  5. .section-forum h1.page-title {
  6.   position: relative;
  7.   text-indent: 0;
  8.   padding-bottom: 10px;
  9.  
  10. }
  11.  
  12. #forum {
  13.   margin-top: 20px;
  14.   color: #fff;
  15.   font-size: 11px;
  16.   line-height: 13px;
  17. }
  18.  
  19. #forum table {
  20.   width: 90%;
  21.   margin-bottom: 20px;
  22. }
  23.  
  24. td.forum div {
  25.   padding: 5px 0;
  26. }
  27.  
  28. td.icon {
  29.   padding-right: 10px;
  30. }
  31.  
  32. td.active {
  33.   background-color: #efefef;
  34. }
  35.  
  36. .forum .name a, .topic a {
  37.   font-family: "JustusBold", Georgia, serif;
  38.   text-transform: uppercase;
  39.   padding-right: 16px;
  40.   background: url('../images/arrow.png') right 1px no-repeat;
  41. }
  42.  
  43. .topics, .posts {
  44.   font-family: "PTSansBold", Arial, Helvetica, sans-serif;
  45.   color: #a8e8f6;
  46.   font-size: 15px;
  47. }
  48.  
  49. .last-reply a {
  50.   color: #B00507;
  51.   font-weight: bold
  52. }
  53.  
  54. td.active {
  55.   background: none;
  56. }
  57.  
  58. thead th, thead th a {
  59.   font-family: "JustusBold", Georgia, serif;
  60.   text-transform: uppercase;
  61.   color: #B00507;
  62.   padding-bottom: 5px;
  63. }
  64.  
  65. thead th {
  66.   border-bottom: 1px solid #c0c0c0;
  67. }
  68.  
  69. .ntype-forum #comments {
  70.   clear: both;
  71. }
  72.  
  73. td.topic  {
  74.   padding: 12px 0;
  75. }
  76.  
  77. .ntype-forum .comment-content,
  78. .ntype-forum #comments .comment-content {
  79.   float: left;
  80.   margin: 0 0 0 20px;
  81.   width: 635px;
  82. }
  83.  
  84. .ntype-forum .forum-topic-navigation {
  85.   display: none;
  86. }
  87.  
  88. .ntype-forum .user-info {
  89.   float: left;
  90.   text-align: right;
  91.   width: 100px;
  92.   overflow: hidden;
  93. }
  94. .ntype-forum .username,
  95. .ntype-forum #comments .username {
  96.   clear: both;
  97. }
  98.  
  99. .ntype-forum .picture img {
  100.   float: left;
  101. }
  102.  
  103. .ntype-forum .submitted {
  104.   padding: 0 0 5px;
  105.   text-align: right;
  106.   font-family: "PTSansBold", Arial, Helvetica, sans-serif;
  107.   color: #a8e8f6;
  108.   font-size: 12px;
  109. }
  110.  
  111. .forum-post {
  112.   font-size: 11px;
  113.   line-height: 13px;
  114. }
  115.  
  116. .forum-post p {
  117.   padding-bottom: 6px;
  118. }
  119.  
  120. .ntype-forum #comments {
  121.   padding-top: 30px;
  122. }
  123.  
  124. .nodetype-forum-reply {
  125.   padding-bottom: 13px;
  126. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement