Advertisement
gavin19

/r/thetruthishere

Mar 16th, 2013
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.54 KB | None | 0 0
  1. .link .title {
  2.     font-weight: bold
  3.  }
  4.  .link {
  5.     margin: 10px 335px 10px 0;
  6.     padding: 10px;
  7.     background-color: #6D9595;
  8.     border-radius: 5px;
  9.     color: #000000;
  10.     border-color: #000000;
  11.     border-style: solid;
  12.     border-width: 1px;
  13.     box-shadow: 0px 0px 5px #000 !important
  14.  }
  15.  .link ~ .odd {
  16.     background-color: #6D9595;
  17.     border-radius: 5px;
  18.     color: #000000;
  19.     padding: 10px;
  20.     border-color: #000000;
  21.     border-style: solid;
  22.     border-width: 1px
  23.     }
  24. .thing .odd:hover {
  25.     background-color: #638c8e
  26.     }
  27. .thing .even {
  28.     background-color: #6D9595;
  29.     border-radius: 5px;
  30.     color: #FFFFFF;
  31.     padding: 10px;
  32.     border-color: #000000;
  33.     border-style: solid;
  34.     border-width: 1px;
  35.     box-shadow: 0px 0px 5px #000 !important;
  36.     margin-top: 10px
  37.     }
  38. .thing .even:hover {
  39.     background-color: #638c8e
  40.     }
  41.     a.title:link {
  42.     color: orange
  43.     }
  44. a:hover, a:hover[href].title:link, a[href].submitter {
  45.     color: #006fab
  46.     }
  47. a:visited, a:visited[href].title:link {
  48.     color: #bd9ed1
  49.     }
  50. a:visited:hover, a:visited:hover[href].title:link {
  51.     color: #000
  52.     }
  53. .link {
  54.     border-bottom: 1px dotted #d8e2e3;
  55.     padding-bottom: 9px
  56.     }
  57.     a.title:link {
  58.     color: orange
  59.     }
  60. a:hover, a:hover[href].title:link, a[href].submitter {
  61.     color: #006fab
  62.     }
  63. a:visited, a:visited[href].title:link {
  64.     color: #bd9ed1
  65.     }
  66. a:visited:hover, a:visited:hover[href].title:link {
  67.     color: #000
  68.     }
  69. .link {
  70.     border-bottom: 1px dotted #d8e2e3;
  71.     padding-bottom: 9px
  72.     }
  73.  .tagline a {
  74.     color: #BCED91
  75.     }
  76. .buttons a, .subreddit, .domain a {
  77.     color: #BCED91 !important;
  78.     text-decoration: none
  79.     }
  80. a:hover {
  81.     color: #FFFFFF;
  82.     text-decoration: none
  83.     }
  84. .thing .tagline { color: #fff }
  85. .thing .title {
  86.     color: #15212d !important;
  87.     padding: 0px;
  88.     overflow: hidden;
  89.     font-family: "Trebuchet MS", verdana, arial;
  90.     font-size: 13pt
  91.     }
  92. .thing .title:visited {
  93.     color: #2e4862 !important;
  94.     }
  95. .thing .title:hover {
  96.     color: #FFFFFF
  97.     }
  98. .thing .title.click {
  99.     color: #15212d
  100.     }
  101. .thing .title.click:hover {
  102.     color: #FFFFFF
  103.     }
  104. .thing .title.loggedin {
  105.     color: #182a34
  106.     }
  107. .thing .title.loggedin:visited {
  108.     color: #000000
  109.     }
  110. .thing .title.loggedin:hover {
  111.     color: #FFFFFF
  112.     }
  113. .thing .title.loggedin.click {
  114.     color: #FFFFFF
  115.     }
  116. .thing .title.loggedin.click:hover {
  117.     color: #FFFFFF
  118.     }
  119. .thing .title.loggedin.click:visited {
  120.     color: #182a34
  121.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement