daily pastebin goal
35%
SHARE
TWEET

FTB tweaks for Stylish

a guest Dec 15th, 2012 10 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("freethoughtblogs.com"), domain("www.freethoughtblogs.com") {
  4.     body {
  5.         background: none !important;
  6.         background-image: linear-gradient(to bottom, #CCCCCC 0%, #EEEEEE 100%) !important;
  7.     }
  8.     .bg-gradient {
  9.         background: none !important;
  10.     }
  11.     #container {
  12.         box-shadow: 0 0 10px black !important;    
  13.     }
  14.     #top-bar {
  15.         visibility: hidden;
  16.         margin-top: -90px;
  17.     }
  18.     .header-img {
  19.         width: 728px !important;
  20.         padding-left: 0 !important;
  21.         margin-left: -544px !important;
  22.     }
  23.     table.ftb_portal_table {
  24.         position:relative;
  25.         left:-1.5em;
  26.     }
  27.     ul.ftb_portal_ul {
  28.         text-align:left;
  29.     }
  30.     span.ftb_portal_post_title {
  31.         font-family: Helvetica;
  32.         font-size: 1em;
  33.     }
  34.     span.ftb_portal_post_excerpt {
  35.         font-family: Garamond;
  36.         line-height: 0;
  37.     }
  38.     .sidebar h3, .sidebar h3 a {
  39.         color: rgb(80,80,80) !important;
  40.         text-shadow: none !important;
  41.         font-weight: normal !important;
  42.         font-family: Impact !important;
  43.     }
  44.     .sidebar h3 a:hover {
  45.         color: rgb(50,50,50) !important;
  46.     }
  47.     .sidebar h2 {
  48.         font-family: Impact;
  49.         font-weight: normal;
  50.         color: #333 !important;
  51.         text-shadow: 2px 2px #ddd !important;
  52.         font-size: 1.5em;
  53.     }
  54.     .sidebar ul li {
  55.         border-bottom: 1px solid #e3e3e3 !important;
  56.     }
  57.     .post .entry {
  58.         padding: 1em 1.5em !important;
  59.         font-family: Garamond;
  60.     }
  61.     .post {
  62.         border: 0 !important;
  63.     }
  64.     .sharedaddy {
  65.         display: none;
  66.     }
  67. }
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
 
Top