Re diseñar Facebook con Stylebot
Si estas aburrido del Mismo Facebook siempre o hay cosas que no te gustan este post es para vos.
Vamos a presentar varios diseños para FB y otras cosas mas.
AVISO: El Diseño, obviamente, lo ves SOLAMENTE vos y no es oficial.
Requisitos
Tener Google Chrome y la Extensión Stylebot.
Descargar Stylebot
Diseños y Codigos
Facebook V. 1.0
Este Diseño esta bueno. La tira que se ve a la izquierda aparece cuando ponemos el mouse cerca de el y se esconde cuando esta lejos.
Instalar
Code CSS
Facebook 1.5.0
Este diseño es casi igual al original, Se le saco los costados sobrantes y se ve Mucho mas grande.
Instalar
Code CSS
Facebook 2.0 [Recomendado]
En mi opinión es el Mejor de las 3 versiones anteriores. Esta mucho mejor que los otros. Lo recomiendo.
Instalar
Code CSS
Facebook BlackOut [Recomendado]
Esta MUY buena esta versión. Si no te gusta lo blanco y preferis lo Dark este esta MUY bien para vos.
Instalar
Code CSS
YAPA
Si te molestan las Publicidades cuando estas jugando Limpia TODO, saca las publicidades, etc Instalando lo siguiente:
Instalar
Code CSS
Si no te funciono....
... Copia el Codigo CSS que esta abajo de cada uno y sigue lo que dice este video:
Espero que te Haya gustado el Post
Seguime y Enterate de otros Aportes
Post Similares:
Si estas aburrido del Mismo Facebook siempre o hay cosas que no te gustan este post es para vos.
Vamos a presentar varios diseños para FB y otras cosas mas.
AVISO: El Diseño, obviamente, lo ves SOLAMENTE vos y no es oficial.
Requisitos
Tener Google Chrome y la Extensión Stylebot.
Descargar Stylebot
Diseños y Codigos
Facebook V. 1.0
Este Diseño esta bueno. La tira que se ve a la izquierda aparece cuando ponemos el mouse cerca de el y se esconde cuando esta lejos.
Instalar
Code CSS
/**
Title: new facebook
URL: http://stylebot.me/styles/1187
Author: http://stylebot.me/users/appierijssen
**/
#blueBar {
box-shadow: 0px 0px 40px #00f;
position: fixed;
padding-left: 30px;
}
#leftCol {
width: 200px;
background: #ddf;
z-index: 3;
left: -203px;
-webkit-transition: left .4s;
border-right: 3px solid transparent;
position: fixed;
height: 100%;
}
#leftCol:hover {
left: 0px;
}
.fbxWelcomeBoxImg {
zoom: 3;
margin-left: 12px;
margin-right: -50px;
}
#contentCol {
margin-left: -53px;
width: 125%;
}
.fbChatSidebar {
width: 250px;
right: -249px;
-webkit-transition: right .4s;
}
.fbChatSidebar:hover {
right: 0px;
}
.uiScrollableAreaBody {
width: 250px;
}
.fbxWelcomeBoxName {
text-align: center;
width: 100%;
font-size: 14px;
margin-top: 125px;
margin-bottom: 10px;
padding-left: 17px;
}
.uiInlineBlock {
display: auto;
}
#contentArea {
width: 70.6%;
}
#rightCol {
width: 26%;
padding-top: 30px;
}
.rightColumnWrapper, .ego_column {
width: 350px;
}
.uiUfi {
width: auto;
border-radius: 10px;
border: none;
}
.ufiItem {
background-color: #ddf;
-webkit-transition: background-color .2s;
}
.profilePic {
height: 100px;
width: 100px;
}
.storyContent, .ego_unit {
-webkit-transition: background .2s, box-shadow .2s;
outline: none;
}
.storyContent:hover, .ego_unit:hover {
background: #e8e8ff;
box-shadow: 0px 0px 10px #aaf;
}
.storyContent:hover .ufiItem {
background-color: #ccf;
}
.storyContent:active, .ego_unit:active {
background: #ccf;
}
.uiMenu, .uiMenuX, .uiTypeaheadView, .navigation, .fbJewelFlyout, .search {
border: 1px solid #ddd;
border-top: none;
outline-color: transparent;
outline-width: 0px;
box-shadow: 0px 5px 10px grey;
}
.header {
background: none;
border: none;
text-align: right;
margin-bottom: -20px;
z-index: 3;
}
.actorDescription {
position: relative;
top: 115px;
left: -110px;
width: 100px;
text-align: center;
}
.uiStreamMessage {
margin-top: -10px;
}
.fbRemindersThickline {
border: none;
background: none;
}
#navSearch {
width: 445px;
}
.inputtext {
width: 409px;
}
.uiComposerMetaContainer:hover {
box-shadow: 0px 0px 10px grey;
}
.search {
border: none;
}
.uiHeader {
border: none;
background: #eee;
}
.uiStreamMinistoryGroup {
margin-left: 50px;
margin-top: -20px;
}
.homeSideNav {
padding: 2px;
margin: -2px;
}
.homeSideNav:hover .uiSideNav {
visibility: visible;
}
.homeSideNav:hover {
background-color: #eef;
}
.navHeader, .navHeader a, .uiHeader h5 {
font-size: 21px;
}
.uiSideNav, .profile-friends {
position: absolute;
left: 190px;
margin-top: -40px;
background: #ddf;
visibility: hidden;
padding: 4px;
padding-left: none;
min-width: 150px;
}
.relationshipSection:hover .profile-friends {
visibility: visible;
}
#uyy7zi_1 {
width: 440px;
}
.uiUnifiedStory {
border-top: none;
}
.ego_unit {
border: none;
}
#pageFooter {
display: none;
}
.uiUfiLike {
border-radius: 10px 10px 0px 0px;
}
.uiUfiAddCommentCollapsed {
border-radius: 0px 0px 10px 10px;
}
.profile-friends .UIImageBlock {
height: 100px;
}
.profile-friends {
overflow: scroll ;
}
Facebook 1.5.0
Este diseño es casi igual al original, Se le saco los costados sobrantes y se ve Mucho mas grande.
Instalar
Code CSS
body {
font-size: 1em ;
background: #eee;
line-height: normal;
}
#headerArea {
position: relative;
z-index: 500;
}
#blueBar {
height: 2.5em ;
position: fixed;
top: 0;
z-index: 2000;
}
::-webkit-scrollbar {
width: 8px;
}
/* Track */
::-webkit-scrollbar-track {
/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
/*-webkit-border-radius: 10px;
border-radius: 10px;*/
background: #eee;
}
/* Handle */
::-webkit-scrollbar-thumb {
/*border-radius: 1px;*/
background: rgba(0,0,0,0.5);
/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */
}
::-webkit-scrollbar-thumb:window-inactive {
background: rgba(0,0,0,0.4);
}
.sidebarCapable body {
overflow-x: hidden;
}
.UIActionLinks_bottom {
font-size: 1em ;
}
.uiLinkButton input {
font-size: 1em ;
}
.tinyViewport #blueBarHolder {
position: fixed;
width: 100%;
}
.leftAlign #blueBar #pageHead {
margin: 0 0 0 1em;
}
#globalContainer {
width: 98%;
/*min-width: 981px;*/
}
.sidebarMode #pageHead, .sidebarMode #globalContainer {
left: 0;
}
#pagelet_sidebar .fbChatSidebar {
top: 2.5em;
bottom: 0;
height: auto;
width: 17em;
}
#pagelet_sidebar #pagelet_ticker {
height: 50%;
}
#pagelet_sidebar .fbChatSidebarBody {
position: absolute;
bottom: 5em;
top: 50%;
height: auto;
}
#pagelet_sidebar .fbChatSidebarMessage {
position: absolute;
bottom: 1.5em;
}
.sidebarMode.ticker .fbChatSidebar, .sidebarMode.ticker .fbChatSidebar .uiScrollableAreaBody {
width: auto ;
}
.sidebarMode.ticker .fbChatSidebar .ticker_container {
width: auto ;
}
.sidebarMode.ticker .tickerStoryContent {
max-width: 13.5em;
}
#leftCol {
padding-left: 1.5em;
color: #fff;
width: 15em ;
}
.uiSideNav .selectedItem .item, .uiSideNav .selectedItem .item:hover, .uiSideNav ul .selectedItem .subitem, .uiSideNav ul .selectedItem .subitem:hover {
background-color: #eee;
}
#leftColContainer {
position: fixed;
top: 2.5em;
bottom: 0;
/*border-right: 2px solid #aaa;*/
background: #fff;
left: 0;
z-index: 1000;
width: 16.4em;
overflow-y: auto;
overflow-x: hidden;
display: none;
padding-bottom: 2em;
}
.hasLeftCol #leftColContainer {
display: block;
}
/*#leftColContainer::-webkit-scrollbar {
width: 0;
}*/
#leftColContainer::-webkit-scrollbar-track {
background: transparent;
}
#leftColContainer::-webkit-scrollbar-thumb {
/*background: transparent;*/
}
.timelineLayout #leftColContainer {
display: none;
}
#leftCol a, .navHeader, .navHeader a {
color: #555;
}
#leftCol .selectedItem a {
color: #555;
}
#contentCol {
position: absolute;
right: 0;
top: 0;
width: auto;
left: 0;
margin-left: 0;
background-color: #eee ;
padding: 0;
}
.tinyViewport #contentCol {
top: 2.5em;
}
.uiStream .uiStreamHeader .uiStreamHeaderChronologicalForm, .uiStream .uiStreamHeader .uiStreamHeaderText {
background-color: #eee;
}
#mainContainer {
position: relative;
}
#contentArea {
position: absolute;
top: 0;
width: auto;
right: 0em;
left: 15.2em;
padding: 0 1.5em ;
margin: 0;
}
.uiStreamStory .mainWrapper {
margin: 1em 0.5em;
background: #fff;
padding: 0.6em 0.8em;
border: 2px solid #ccc;
}
.uiSideNav .item, .uiSideNav .subitem {
padding: 8px 15px 5px 35px;
border-bottom: 1px solid #ddd;
}
.uiUfi {
width: auto;
}
.uiStreamMessage {
font-size: 1em;
}
.uiStreamStory {
border: 0;
border-top: 1px solid #ddd;
}
.hasLeftCol #contentCol {
border-left: 0;
}
#pageFooter {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
display: none;
}
.profilePic {
border: 2px solid #aaa;
background: #fff;
}
#pageFooter .clearfix {
margin-bottom: 0;
}
#jewelContainer {
margin-left: 4em;
}
#navSearch {
margin-left: 1em;
}
.liquid #blueBar #pageHead, #blueBar #pageHead {
min-width: 981px;
width: 98%;
}
.ego_unit {
display: none;
}
div.uiHeader.uiHeaderTopAndBottomBorder.mbs.uiSideHeader {
display: none;
}
#rightCol {
display: none;
}
#MessagingFrame {
width: 100% ;
position: relative;
}
#MessagingFrame .threadRow {
background: white;
width: 100%;
}
#MessagingFrame .threadRow .uiGrid {
width: 100%;
}
#MessagingFrame .MessagingReadHeader {
left: 16.5em;
right: 0;
width: auto;
max-width: 1024px;
top: 3.5em;
padding: 0.3em 1em 0 1em;
border-bottom: 2px solid #bbb;
}
#MessagingFrame .MessagingReadHeader .uiHeader {
padding-bottom: 0.5em;
}
.fixedBody #MessagingFrame .MessagingContentWrapper {
margin-top: 3em;
}
#MessagingContentWrapper .MessagingReadViewMainContent {
width: 100%;
max-width: 1024px;
}
.MessagingMessage .content {
width: auto;
}
#MessagingShelf {
right: 0;
left: 16em;
width: auto;
}
#MessagingInlineComposer {
padding-left: 1em;
}
#MessagingInlineComposer .MessagingComposerForm {
max-width: 1024px;
}
#MessagingInlineComposer .MessagingComposerBody {
width: 98%;
max-width: none;
}
#MessagingComposerOptions {
max-width: none;
}
#MessagingFrame .MessagingContentBorder {
width: 100%;
}
#MessagingFrame .MessagingReadViewMainContent {
}
#MessagingFrame .MessagingMessage {
padding: 0 0.5em;
margin: 0.5em 0;
background: white;
border: 1px solid #bbb;
}
#MessagingFrame .MessagingMessage .content {
line-height: normal;
}
.uiSideNav .sideNavItem .noCount {
height: 1em;
}
.threadMainCol {
width: auto;
}
.hasLeftCol #headerArea {
float: none;
margin: 0 20px 0;
position: absolute;
top: 0em;
left: 15em;
z-index: 1000;
background: #EEE;
width: auto;
right: 15em;
padding: 0.5em 0 0 0;
}
#fbPhotoSnowlift {
z-index: 3000;
}
.mvm {
padding-left: 1em;
}
.timelineLayout #contentArea {
/*position: absolute;
left: 0;
width: 100% ;*/
}
.fbTimelineTwoColumn .timelineUnitContainer {
/*width: 46%;*/
}
.sidebarCapable #rightCol {
display: inherit;
}
.sidebarCapable #contentArea {
right: 15em;
}
.sidebarMode body.safari4 .fixedScrolling, .sidebarMode .safari4.fixedBody #leftCol, .sidebarMode .safari4.fixedBody .MessagingReadHeader, .sidebarMode .safari4.fixedBody .MessagingContentHeaderWrapper, .sidebarMode .safari4.fixedBody .fbTimelineMapHeader {
margin-left: 0;
}
#pagelet_photo_bar, #album_pagelet, .fbEventInfo {
margin-top: 4em;
}
#album_header_pagelet {
padding: 0.5em 0 0 16em;
}
#pagelet_stream_pager {
margin-bottom: 2em;
}
.fbProfileByline {
width: auto;
}
#contentCol.friendListFilter #contentArea {
padding-top: 4em;
}
#contentCol.groupSlimLayout #contentArea {
padding-top: 10em;
}
.groupsSlimBarTop, .groupsSlimBarBottom, .groupsCoverPhoto {
margin: 0 -1em 0 -1em;
}
Facebook 2.0 [Recomendado]
En mi opinión es el Mejor de las 3 versiones anteriores. Esta mucho mejor que los otros. Lo recomiendo.
Instalar
Code CSS
#blueBar:hover {
opacity: 1;
}
#pageLogo, .jewel {
margin-top: 1px;
border-radius: 2px;
margin-left: 0px;
}
#headNav {
background-color: transparent;
border: none;
padding: 2px 0px;
}
.uiProfilePhoto {
border-radius: .5em;
}
.uiSelectorButton {
border: none ;
}
.uiStream .hideButton, .uiStream .hideSelector {
margin-right: -4px;
}
.uiUfi .ufiItem {
background-color: transparent;
border: none;
}
.img {
border-radius: .33em;
}
.uiHeader {
border: none;
border-radius: 0 .5em .5em / 0 0 .5em .5em;
}
.UIStandardFrame_Container {
margin-top: 0px;
padding-top: 52px;
}
.profile_color_bar {
padding-top: 52px ;
}
.uiMediaThumb {
border-radius: .5em;
}
.stageBackdrop {
margin-top: 42px;
border-top-left-radius: 1em;
border-top-right-radius: 1em;
}
.uiTooltip {
border-radius: .5em;
}
.pas {
border-radius: .5em;
}
.shaded {
border-top-left-radius: .5em;
border-bottom-left-radius: .5em;
}
.dialog_title {
border-top-left-radius: .5em;
border-top-right-radius: .5em;
}
.GBThreadRow {
background: -webkit-linear-gradient(top, #FFF, #F8F8F8);
}
.GBThreadRow:hover {
background: -webkit-linear-gradient(top, #FFF, #EEE);
}
body {
background: -webkit-linear-gradient(top, #FFF, #F8F8F8);
background-attachment: fixed;
}
.gigaboxx_thread_hidden_messages {
border-radius: .5em;
}
.UIWell {
background: none;
border: none;
margin: 0;
}
.uiHeaderPage {
padding-bottom: 5px;
}
.ego_unit {
border: none;
padding-top: 0;
}
.uiSideHeader {
background: -webkit-linear-gradient(left, #EEE, #FFF);
}
#mainContainer {
padding-top: 42px;
}
.MessagingContentBorder {
display: none;
}
.MessagingReadHeader {
top: 0;
padding-top: 100px;
}
#MessagingNetegoSidebar {
top: 90px;
}
.uiStreamStory:hover {
border-color: #999;
/* background-image: -webkit-linear-gradient(top, #FFF, #EEE); */
box-shadow: 0 0 1px #999, 0 0 4px #999 inset;
}
.rNubContainer {
border-top-left-radius: .5em;
border-top-right-radius: .5em;
}
#fbTranslationsNub {
border-right: 1px solid #999;
}
.fbNubButton {
border: none;
background-image: -webkit-linear-gradient(top, white, #DEDEDE);
margin-top: 1px;
border-radius: .5em;
}
div.MessagingReadHeader {
top: 0;
padding-top: 60px;
}
#pageHead:hover {
opacity: 1;
}
#MessagingShelfContent {
border-radius: 0 0 .5em .5em;
}
.uiPhotoThumb:hover {
box-shadow: 0 0 4px #3B5998;
}
a:not(.uiPhotoThumb)> img:not(.status, .lb_status) {
box-shadow: 0 0 12px -2px #999;
}
.item > a {
-webkit-transition: background-color .25s linear;
}
.fbNubFlyoutTitlebar {
border-top-left-radius: .5em;
border-top-right-radius: .5em;
-webkit-transition: background-color .25s linear;
}
.uiPhotoThumb {
border-radius: .5em;
box-shadow: 0 0 12px -2px #999;
}
#contentCol {
margin-top: 2px;
}
#blueBarHolder {
height: 0;
}
#pageHead {
padding-bottom: 6px;
}
#content {
width: 989px;
}
.fbFeedTickerStory {
-webkit-transition: background-color .25s linear;
}
#stream_movable_header + .uiStreamStory> a> .sp_8w67my {
margin-top: 6px;
}
.fbCurrentStory {
-webkit-transition: background-color .25s linear;
}
.item {
-webkit-transition: background-color .25s linear;
}
.topNavLink, .topNavLink> a, .jewelButton, #pageLogo> a {
border-radius: .5em;
-webkit-transition: background-color .25s linear, color .25s linear;
}
.openToggler > .jewelButton {
border-radius: .5em .5em 0 0;
}
.jewelItemList > li > a {
-webkit-transition: background-color .25s linear, border-color .25s linear, outline .25s linear;
}
.topborder {
box-shadow: 0 -6px 12px -6px #AAA;
margin-top: 12px;
border: none;
}
.uiMorePagerPrimary, .showOtherMasher {
-webkit-transition: background-color .25s linear;
border-radius: .5em;
box-shadow: 0 0 6px 0px #AAA;
}
.uiMorePagerPrimary, .showOtherMasher:hover> *> a {
text-decoration: none;
}
.uiStream .uiStreamHide {
margin: 0;
}
.highlightIndicator {
top: -1px;
}
#rightCol {
padding-top: 0;
}
.mentionsTypeahead> .wrap {
border-radius: .5em;
padding: 0.5em;
}
.MessagingComposerBody {
padding: .5em;
border-radius: .5em;
}
.uiStreamHeaderChronologicalForm {
top: -16px;
}
.storyContent {
margin: 10px;
padding: 0;
}
.uiStreamStory {
/* background-image: -webkit-linear-gradient(top, #FFF, #F8F8F8); */
background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 36px, white 36px, white 72px), -webkit-linear-gradient(top, white, #F8F8F8);
border: 1px solid #CCC;
border-radius: .25em;
margin-bottom: 1em;
margin-left: 0;
padding: 0;
}
#blueBar {
position: fixed;
height: 44px;
opacity: .8;
-webkit-transition: opacity .5s ease-in-out;
top: 0;
padding-top: 0;
padding-right: 4px;
padding-bottom: 0;
padding-left: 4px;
box-shadow: 0 0 3px 1px #AAA;
width: 100%;
}
#leftCol {
margin-top: 4px;
padding-top: 12px;
padding-left: 12px;
margin-left: -10px;
box-shadow: 0 0 12px -1px #AAA;
border-radius: 0 0 0 12px;
min-height: 0;
padding-bottom: 12px;
position: static;
}
.fixedBody #leftCol {
margin-left: -100px;
}
.uiBoxGray {
box-shadow: inset 0 0px 120px 0 #EEE;
background: transparent;
border-radius: .5em;
}
.actorPhoto {
margin: 0 10px 0 0;
padding-top: 2px;
}
.uiStramHeader {
margin-bottom: 6px;
}
.mainWrapper {
margin-top: 0;
margin-right: 25px;
margin-bottom: 0;
margin-left: 0;
padding-top: 2px;
}
.uiStreamStory:first-child {
margin-top: 0;
}
#pagelet_ego_pane, #pagelet_ego_pane_w {
display: none;
}
.uiStreamStory:last-child {
margin-bottom: 3px;
}
#blueBarHolder div.fixed_elem#blueBar {
position: fixed;
}
.fbTimelineUFI {
background-color: transparent;
}
#contentArea {
padding: 0 3px;
}
Facebook BlackOut [Recomendado]
Esta MUY buena esta versión. Si no te gusta lo blanco y preferis lo Dark este esta MUY bien para vos.
Instalar
Code CSS
.highlightIndicator, .tinyman:after, .fbTimelineSideAds, .fbTimelineScrubber, .buttonWrap, .fbTimelineSpine, .spinePointer, .topBorder, .bottomBorder, #footerContainer, .middleLink, .moreSectionsLink, .uiStreamHeaderChronologicalForm, .uiStreamHeader {
display: none ;
}
* {
border-color: transparent ;
font-family: Arial ;
color: #FFFFFF ;
background-color: transparent ;
}
.fbPhotoSnowbox {
background-color: rgba(0, 0, 0, 0.75) ;
}
.fbPhotoSnowboxInfo, .UIBeeper, .UIBeeper_Full, .menuDivider {
background-color: #222222 ;
}
.profile-picture img {
max-width: 170px ;
}
.webComposerPhotoUpload input, .webComposerPhotoUpload {
color: #000000 ;
}
body {
background-image: url('http://i.imgur.com/RIPZR.jpg') ;
background-repeat: repeat ;
background-attachment: fixed ;
background-position: center ;
}
.fbCurrentStory:hover, .connect_widget_like_button, .fbFeedTickerStory:hover, .item a:hover, .fbJewelFlyout li:hover, .uiSideNav a:hover, .fbNubFlyoutBody, .uiButtonConfirm {
background-color: #333333 ;
}
.fbChatMessageGroup {
border-color: #2c2c2c ;
}
.fbChatSidebar {
background-color: #161818 ;
}
#leftCol {
padding-top: 0px ;
padding-left: 0px ;
}
.arrowLeft a {
background-image: url('http://i.imgur.com/26zf5.png') ;
border-color: #666666 ;
}
.arrowRight a {
background-image: url('http://i.imgur.com/v6B6z.png') ;
border-color: #666666 ;
}
.uiStreamSubstory {
border-color: transparent ;
}
.uiHeader {
background-color: transparent ;
}
.fbSidebarGripper, .fbTickerFooter, .fbSidebarGripper div, .navSubmenu:hover {
background-color: #222222 ;
}
.fbTimelineCountButton, .uiBoxWhite, .uiButtonGroup {
background-color: #1c1c1c ;
}
.composerTypeahead {
border-bottom: 1px solid ;
border-color: #000000 ;
}
.child_was_focused {
border-bottom-color: #181818;
}
.uiComposerOpen .focus_target {
padding-bottom: 0px;
}
.fbxWelcomeBox {
background-color: #0a0a0a ;
text-align: center ;
}
.fbNubFlyoutFooter {
background: #111111 ;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) ;
color: #FFFFFF ;
border: #333333 ;
}
.uiStream .uiSelectorButton {
background-image: url("http://i.imgur.com/2VlYO.png") ;
}
.uiSearchInput {
background-image: url("http://i.imgur.com/Romir.png") ;
}
.jewelButton {
background-image: url("http://i.imgur.com/BagCU.png") ;
}
.jewelButton:hover, .topNavLink a:hover {
background-color: #222222 ;
}
.uiScrollableAreaGripper {
background-color: #666666 ;
}
.uiSearchInput, .fbPhotosGridHeader, .uiComposerMessageBoxControls, #MessagingShelf, .uiBoxGray {
background: #111111 ;
}
.uiButton {
background: #1c1c1c ;
}
#blueBar {
background: -moz-linear-gradient(center top , #333333, #000000) repeat
scroll 0 0 transparent ;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) ;
border-color: #333333 ;
}
#navSearch {
width: 510px ;
margin-top: 8px ;
margin-left: 22px ;
}
.uiSearchInput button {
right: -152px ;
}
#contentCol, #pageLogo a {
background-color: transparent ;
border-color: transparent ;
}
.uiMorePager {
margin-bottom: 6px ;
background-color: #1c1c1c ;
-moz-border-radius: 5px 5px 5px 5px;
border: 0px solid #333333 ;
}
.uiStreamStory {
margin-bottom: 2px ;
background-color: transparent ;
background-image: url('http://i.imgur.com/T2LPj.png') ;
-moz-border-radius: 15px 15px 15px 15px;
border: 0px solid #333333 ;
}
#album_pagelet {
background-color: #111111 ;
margin-left: 0px ;
margin-top: -15px ;
}
.tagWrapper, #pagelet_main_column, .timelineUnitContainer, .fbTimelineTopSection, #MessagingMessages {
background-color: transparent ;
background-image: url('http://i.imgur.com/T2LPj.png') ;
-moz-border-radius: 15px 15px 15px 15px;
border: 0px solid #333333 ;
}
#pagelet_main_column {
width: 500px ;
}
.fbJewelFlyout, .uiToggleFlyout, .navigation, .container, .uiOverlayContent, .search, .pop_container_advanced {
background-color: #111111 ;
-moz-border-radius: 0px 15px 15px 15px;
border: 2px solid #333333 ;
}
#left_column, #leftCol, .MessagingReadHeader {
background: #111111 ;
-moz-border-radius: 0px 0px 0px 15px;
}
#left_column, #leftCol {
margin-left: 0px ;
width: 182px ;
}
.uiMediaThumb i, .uiProfilePhoto {
-moz-border-radius: 5px 5px 5px 5px;
border: 1px solid #000000 ;
}
#rightCol {
margin-top: 0px ;
padding-top: 0px ;
background: transperent ;
-moz-border-radius: 0px 0px 15px 0px;
border: 0px solid #333333 ;
}
#right_column, .rightColumnWrapper {
margin-top: 0px ;
padding-top: 0px ;
position: fixed ;
background: #111111 ;
-moz-border-radius: 0px 0px 15px 0px;
border: 0px solid #333333 ;
}
.aboutMePagelet {
background-color: transparent ;
background-image: url('http://i.imgur.com/T2LPj.png') ;
-moz-border-radius: 0px 0px 5px 5px;
border: 0px solid #333333 ;
}
.fbNubButton, .fbNubFlyoutTitlebar, .uiToggleFlyout, .fbChatSidebarFooter {
background: -moz-linear-gradient(center top , #333333, #000000) ;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) ;
color: #FFFFFF ;
-moz-border-radius: 5px 5px 0px 0px ;
border: #333333 ;
}
.fbChatOrderedList {
background: -moz-linear-gradient(center right , #333333, #000000) ;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) ;
color: #FFFFFF ;
-moz-border-radius: 5px 5px 0px 0px ;
border: #333333 ;
}
.uiTypeahead {
background: #111111 ;
-moz-border-radius: 5px 5px 5px 5px;
border: 2px solid #333333 ;
}
div.titlebarLabel.clearfix {
background-color: #1a1a1a;
}
div.rhc.photoUfiContainer {
background-color: #292929;
}
div.stage {
background-color: #1a1a1a;
}
YAPA
Si te molestan las Publicidades cuando estas jugando Limpia TODO, saca las publicidades, etc Instalando lo siguiente:
Instalar
Code CSS
#rightCol {
width: 0px;
}
.fixedAux {
display: none;
}
div#zbar {
display: none;
}
div#MOTD.noticebox {
display: none;
}
#LikePluginPagelet {
display: none;
}
.liquid div#globalContainer {
padding-right: 0px;
}
literal {
display: none;
}
#flashapp {
height: 670px; /* Change the value according to your desired height */
}
Si no te funciono....
... Copia el Codigo CSS que esta abajo de cada uno y sigue lo que dice este video:
Espero que te Haya gustado el Post
Seguime y Enterate de otros Aportes
Post Similares: