Created
December 3, 2013 23:55
-
-
Save josesayago/7779917 to your computer and use it in GitHub Desktop.
Some Facebook CSS classes tweaked.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#blueBar { | |
background: rgba(254,254,254,.5); | |
border-bottom: 1px solid rgba(200,200,200,1); | |
} | |
#blueBarHolder #blueBar:after { | |
background-image: none; | |
} | |
.navLink.bigPadding { | |
background: rgba(254,254,254,1); | |
color: rgba(150,150,150,1); | |
text-shadow: 0 0 1px rgba(245,245,245,1); | |
} | |
.fbJewel a.jewelButton, .navItem { | |
-webkit-filter: grayscale(1); | |
} | |
#pageLogo._5bfh a { | |
-webkit-filter: grayscale(1); | |
} | |
#rightCol { | |
display: none; | |
} | |
#contentArea { | |
width: 90%; | |
} | |
.inputtext { | |
background: transparent; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment