Advertisement
Guest User

Tiede.fi foorumi siedettävämmäksi (v1.2)

a guest
Nov 29th, 2013
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.37 KB | None | 0 0
  1. @-moz-document domain('tiede.fi'){
  2.     div.contentContainer.forum-page article.forumPost, div.contentContainer .forum-page article.forumPost {
  3.         padding: 4px !important;
  4.     }
  5.    
  6.     div.contentContainer.forum-page article.forumPost header, div.contentContainer .forum-page article.forumPost header {
  7.         padding: 4px !important;
  8.         margin: 0px !important;
  9.         border-bottom: 1px solid #CCCCDD !important;
  10.         background-color: #DFDFF0 !important;
  11.     }
  12.    
  13.     div.contentContainer.forum-page article.forumPost .postContent, div.contentContainer .forum-page article.forumPost .postContent {
  14.         padding: 5px !important;
  15.         padding-bottom: 12px !important;
  16.         margin: 0px !important;
  17.         border-bottom: 0px !important;      
  18.         font-family: verdana !important;
  19.         font-weight: normal !important;
  20.         font-size: 14px !important;
  21.         line-height: normal !important;
  22.         color: rgb(0, 0, 0) !important;
  23.     }
  24.     div.postAuthor ul.left li {
  25.         !visibility: hidden !important;
  26.     }
  27.     div.postAuthor ul.left li a span.red {
  28.         color: #6166C9 !important;
  29.         font-family: verdana !important;
  30.         font-weight: bold !important;
  31.     }
  32.    
  33.     div.contentContainer.forum-page article.forumPost a.button.small, div.contentContainer .forum-page article.forumPost a.button.small {
  34.         padding: 1px 10px 1px !important;
  35.         background: none !important;
  36.         color: #000066 !important;
  37.         background-color: #DDDDFF !important;
  38.         font: bold 10px verdana !important;
  39.     }
  40.  
  41.    
  42.     div.contentContainer.forum-page article.forumPost a.action.red:hover, div.contentContainer .forum-page article.forumPost a {
  43.         font: 10px verdana !important;
  44.         text-decoration: underline !important;
  45.         color: rgb(0, 0, 0) !important;
  46.     }
  47.    
  48.    
  49.     div.contentContainer.forum-page article.forumPost, div.contentContainer .forum-page article.forumPost {
  50.         padding:0px !important;
  51.         background-color: #EEEEFF !important;
  52.     }
  53.    
  54.     div.contentContainer.forum-page article.forumPost .postContent .quoteContainer, div.contentContainer .forum-page article.forumPost .postContent
  55.     .quoteContainer {
  56.         padding:0px !important;
  57.         border:1px dashed #5C60B6 !important;
  58.     }
  59.    
  60.     div.contentContainer.forum-page article.forumPost .postContent .quoteContainer, div.contentContainer .forum-page article.forumPost .postContent
  61.     .quoteContainer p {
  62.         margin: 0px 0px 10px 40px !important;
  63.     }
  64.     div.contentContainer.forum-page article.forumPost .postContent .quoteContainer, div.contentContainer .forum-page article.forumPost .postContent
  65.     .quoteContainer p {
  66.         padding-left:10px !important;
  67.     }
  68.      div.contentContainer.forum-page article.forumPost .signature, div.contentContainer .forum-page article.forumPost .signature {
  69.         display:none !important;
  70.     }
  71.    
  72.     div.postAuthor ul.left li:nth-child(2){
  73.         display:none !important;
  74.     }
  75.     div.postAuthor ul.left li:nth-child(3){
  76.         display:none !important;
  77.     }
  78.    
  79.     div.contentContainer.forum-page article.forumPost .postAuthor img, div.contentContainer .forum-page article.forumPost .postAuthor img {
  80.         display: none !important;
  81.     }
  82.    
  83.     article.clearfix a.button:nth-of-type(1) {
  84.         display:none !important;
  85.     }
  86.  
  87.  
  88. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement