Jak_Atackka

FJ Custom CSS

Mar 3rd, 2014
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. /* Recolor image borders */
  2. a.thumbnail_link {border-color:#ba0ac5 !important;} /* Not viewed - purple */
  3. a.thumbnail_link:visited{border-color:#9ce205 !important;} /* Viewed - green */
  4. li.bg_2 div a.thumbnail_link, li.bg_3 div a.thumbnail_link {border-color:#0e91f1 !important;} /* Not viewed video - blue */
  5. li.bg_2 div a.thumbnail_link:visited, li.bg_3 div a.thumbnail_link:visited {border-color:#4db587 !important;} /* Viewed video - blue-green */
  6.  
  7. /* Resize images */
  8. /*ul.iTh li, ul.iThCompressed li, ul.iThCompressed_160x160 li{width: 90px !important;}
  9. a.thumbnail_link{width:86px !important; height: 86px !important;}
  10. a.thumbnail_link img{width:82px !important; height: auto !important;}*/
  11.  
  12. /* Hide front-page thumb overlay */
  13. span.thumbnailThumbPanel{display: none !important;}
  14.  
  15. /* Force comments to be equal width, instead of oneverylongcommentwithnospaces throwing it off */
  16. table#commentsList_mp{table-layout: fixed;}
  17. td.cl_tx{overflow: hidden;}
Advertisement
Add Comment
Please, Sign In to add comment