Advertisement
Guest User

Tiede.fi foorumi luettavammaksi (v1.3)

a guest
Dec 5th, 2013
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.71 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.     div.contentContainer.forum-page article.forumPost, div.contentContainer .forum-page article.forumPost {
  42.         padding:0px !important;
  43.         background-color: #EEEEFF !important;
  44.     }
  45.    
  46.     div.contentContainer.forum-page article.forumPost .postContent .quoteContainer, div.contentContainer .forum-page article.forumPost .postContent
  47.     .quoteContainer {
  48.         padding:0px !important;
  49.         border:1px dashed #5C60B6 !important;
  50.     }
  51.    
  52.     div.contentContainer.forum-page article.forumPost .postContent .quoteContainer, div.contentContainer .forum-page article.forumPost .postContent
  53.     .quoteContainer p {
  54.         margin: 0px 0px 10px 40px !important;
  55.     }
  56.     div.contentContainer.forum-page article.forumPost .postContent .quoteContainer, div.contentContainer .forum-page article.forumPost .postContent
  57.     .quoteContainer p {
  58.         padding:0px 0px 8px 6px !important;
  59.     }
  60.      div.contentContainer.forum-page article.forumPost .signature, div.contentContainer .forum-page article.forumPost .signature {
  61.         display:none !important;
  62.     }
  63.    
  64.     div.postAuthor ul.left li:nth-child(2){
  65.         display:none !important;
  66.     }
  67.     div.postAuthor ul.left li:nth-child(3){
  68.         display:none !important;
  69.     }
  70.    
  71.     div.contentContainer.forum-page article.forumPost .postAuthor img, div.contentContainer .forum-page article.forumPost .postAuthor img {
  72.         display: none !important;
  73.     }
  74.    
  75.     article.clearfix a.button:nth-of-type(1) {
  76.         display:none !important;
  77.     }
  78.    
  79.     div.contentContainer.forum-page article.forumPost .postContent h3, div.contentContainer .forum-page article.forumPost .postContent h3 {
  80.         display: none !important;
  81.     }
  82.  
  83.     div.contentContainer.forum-page article.forumPost a.reportLink {
  84.         font:8px verdana !important;
  85.         color:black !important;
  86.     }
  87.    
  88.  
  89.     div.contentContainer.forum-page article.forumPost header.blockHeader, div.contentContainer .forum-page article.forumPost header.blockHeader {
  90.         display: none !important;
  91.     }
  92.    
  93.     .blog-page .article-body {
  94.         font: 12px verdana !important;
  95.     }
  96.      
  97. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement