Advertisement
Anaerin

Slashdot Beta Widescreen Fix and reskin for Stylish

Oct 1st, 2013
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.40 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("slashdot.org") {
  4. div.col-river {
  5.    max-width: none !important;
  6.    width: 77% !important; /* This number will need to be changed based on your screen width. Sorry. */
  7. }
  8. span.current {
  9.    float: left;
  10.    color: white !important;
  11. }
  12. div.container {
  13.    max-width: none !important;
  14. }
  15. article.comment-article {
  16.    margin-top: 5px !important;
  17.    margin-left: 15px !important;
  18.    border: 1px solid #3E403F;
  19.    border-collapse: collapse;
  20.    border-top-left-radius: 10px;
  21.    margin-right: 2px;
  22. }
  23. article.comment-article div.comment-body {
  24.    padding: 0 10px;
  25. }
  26. article.comment-article h3.comment-title {
  27.    color: white !important;
  28.    background: linear-gradient(to bottom, #337D7C 0px, #006663 100%) repeat scroll 0% 0%;
  29.    padding: 3px 5px 5px 5px;
  30.    border-top-left-radius: 10px;
  31. }
  32. article.comment-article h4.avatar-tiny {
  33.    padding: 0 5px 5px 10px;
  34.    line-height: 1em !important;
  35. }
  36. article.comment-article h3.comment-title span {
  37.    color: #cccccc !important;
  38. }
  39.  
  40. footer.comment-footer {
  41.    padding: 0 10px !important;
  42.    border-bottom: none !important;
  43. }
  44. article.comment-article header {
  45.    margin-bottom: 0 !important;
  46.    background-color: #ECEEEE;
  47.    border-top-left-radius: 10px;
  48. }
  49. img.hero {
  50.    width: auto !important;
  51.    float: left;
  52.    padding-right: 15px;
  53. }
  54. article.layout-article {
  55.    clear: left;
  56. }
  57. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement