Skip to content

Instantly share code, notes, and snippets.

@melihbuyuk
Created December 31, 2011 21:24
Show Gist options
  • Save melihbuyuk/1545394 to your computer and use it in GitHub Desktop.
Save melihbuyuk/1545394 to your computer and use it in GitHub Desktop.
FriendFeed Custom Theme CSS
body { background: #FFFFFF;}
#footer,.box-bar, #header {display:none !important;}
@media screen {
@font-face {
font-family: 'Neucha';
font-style: normal;
font-weight:normal; src: local('Neucha'), url('http://themes.googleusercontent.com/font?kit=EcY9zoxaUNcYqXVG35_hCQ') format('truetype');
}
}
.text {
line-height: 25px;
margin: 0 0 11px;
padding: 12px 5px !important;
font-family:'Neucha' !important;
font-size:23px !important;
}
.friend{}
#page{} a {
display: inline-block;
color:#777 !important;
-webkit-transition:All .5s ease;
-moz-transition:All .5s ease;
-o-transition:All .5s ease;
-webkit-transform: scale(1.0);
-moz-transform: scale(1.0);
-o-transform:scale(1.0) ;
}
a:hover {
color:#333 !important;
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1) ;
-o-transform: scale(1.1);
}
.box-body {
border:1px solid #eee;
background:url(http://renkhane.com/xc1vfp.png) repeat 0 0 !important;
-moz-border-radius: 15px;border-radius: 15px;
}
.box-top,.box-bottom{display: none !important;}
.entry {border-bottom: 1px solid #999 !important;}
.content{color: #222 !important ;}
body {
text-shadow: 0px 1px 0px #ddd !important;
background: url(http://friendfeed-media.s3.amazonaws.com/efd2b2d3bb64c817bb1cdae45d30eab589facaef) no-repeat center center fixed !important url('http://friendfeed-media.s3.amazonaws.com/5b395e0081f2dc7d4de96f6a1e879c67f57d8c37') fixed no-repeat;
}
button.fancy,
.subscribebar,
.box .box-bar,
.box .box-bar .box-corner { background: url("/static/images/shine.png") repeat-x top #227CF2 !important; border-color: #227CF2 !important; }
button.fancy,
.subscribebar { border: none; }
.box .box-bar {
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
}
.box .box-bar .box-corner {
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
}
#sidebar .box .box-body,
#sidebar .box .box-bottom,
#sidebar .box .box-bottom .box-corner { background: #DDDDDD; }
#sidebar .box .box-body a,
#sidebar .box .footer,
#sidebar .box .footer a,
#sidebar .box .emptymessage,
#sidebar .box .emptymessage a,
#sidebar .box .updated,
#footer,
#footer a { color: black;}
#sidebar .box .section { border-bottom: 1px solid #227CF2; }
#sidebar .box .box-bottom {
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
}
#sidebar .box .box-bottom .box-corner {
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
}
#header,#header a, #sidebar #profile, #sidebar #profile a { color: black;}
.subbar { background-color: #EEE !important; }
#footer {
background: #DDDDDD;
margin-top: 20px;
padding: 10px;
-moz-border-radius: 10px;
-webkit-border-bottom: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment