Facebook Timeline - One Column View – стиль для социальной сети Facebook, который сливает Timeline-профиль пользователя в одну широкую колонку.
Code
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("facebook.com") {
/* Removes unnecessary frame which always places itself above "What's on your mind?" frame */
#pagelet_timeline_friends_unit {
display: none;
}
/* Frame sizing */
.fbTimelineUnit {
clear: both !important;
float: left !important;
width: 850px !important;
margin-top: 5px !important;
}
.timelineUnitContainer {
width: 819px !important;
}
.ogProfileLastUnit {
width: 815px !important;
}
.timelineReportContainer {
width: 850px !important;
}
.fbTimelineComposerUnit {
width: 839px !important;
}
.fbTimelineUFI.uiCommentContainer {
width: 843px !important;
}
/* Replace top and bottom border */
.topBorder {
background-image: url('https://s-static.ak.facebook.com/rsrc.php/v1/yU/r/j0eBHOpxhI1.png') !important;
background-repeat: no-repeat !important;
background-position: 0 -5px !important;
width: 851px !important;
}
.bottomBorder {
background-image: url('https://s-static.ak.facebook.com/rsrc.php/v1/yU/r/j0eBHOpxhI1.png') !important;
background-repeat: no-repeat !important;
background-position: 0 0px !important;
width: 851px !important;
}
/* Replace spine pointer */
.fbTimelineUnit .spinePointer {
background-image: url('https://s-static.ak.facebook.com/rsrc.php/v1/yU/r/j0eBHOpxhI1.png') !important;
background-repeat: no-repeat !important;
background-position: -810px -9px !important;
height: 21px !important;
left: 418px !important;
top: -20px !important;
width: 15px !important;
}
}