{"sections":[{"urls":[],"urlPrefixes":[],"domains":["facebook.com"],"regexps":[],"code":"/** GLOBAL FACEBOOK HEADING **/\r\n\r\n/* CSS Identifiers and Classes: \r\n#pageHead - Global Facebook heading controls and menus\r\n#blueBar - Global Facebook heading background */\r\n\r\n/* Application of Styles Common to All Heading Elements */\r\n#pageHead,\r\n#blueBar {\r\nposition: fixed !important;\r\ntop: 0 !important;\r\nbackground-color: #3b5998 !important;\r\nz-index: 9999 !important;\r\n}\r\n\r\n/* Application of Styles Specific to Controls */\r\n#pageHead {\r\nleft: 0 !important;\r\nright: 0 !important;\r\nwidth: auto !important;\r\n}\r\n\r\n/* Application of Styles Specific to Background */\r\n#blueBar {\r\nwidth: 100% !important;\r\n}\r\n\r\n/** GLOBAL FACEBOOK FOOTING **/\r\n\r\n/* CSS Identifiers and Classes: \r\n#pageFooter - Global Facebook footing container */\r\n\r\n/* Reduction of Global Footer's Visibility + Margin Amendments for Modifications to the Application Sidebar [which are included near the end of this code] */\r\n#pageFooter {\r\nheight: 1px !important;\r\nmargin-bottom: 28px !important;\r\n}\r\n\r\n/* The Complete Elimination of Any Remaining Visibility */\r\n#pageFooter * {\r\nbackground-color: transparent !important;\r\ncolor: transparent !important;\r\n}\r\n\r\n/** LEFT HOME PAGE COLUMN \u0026 LEFT PROFILE PAGE COLUMN **/\r\n\r\n/* CSS Identifiers and Classes: \r\n#leftCol - Left column; generic\r\n#left_column - Left column on Profile page\r\n#pagelet_left_column - Part of left column on Profile page */\r\n\r\n/* Application of Position and Appearance Styling Common to Both Columns */\r\n#leftCol, #left_column {\r\nz-index: 1 !important; /* Required to stop any neighboring columns from overlapping */\r\nposition: fixed !important;\r\nborder-right: 1px solid #999999 !important;\r\nbackground: white !important;\r\n}\r\n\r\n/* Application of Position Styling Unique to Left Profile Column */\r\n#pagelet_left_column {\r\nposition: fixed !important;\r\ntop: 40px !important;\r\nbottom: 24px !important;\r\nheight: auto !important;\r\nwidth: 196px !important;\r\noverflow-y: scroll !important;\r\n}\r\n\r\n/** GLOBAL CENTRAL COLUMN **/\r\n\r\n/* CSS Identifiers and Classes: \r\n#contentCol - Central column on Home and Profile pages\r\n.profile_top_bar_container - Generic Profile heading content */\r\n\r\n/* Avoidance of Being Overlapped by the Global Heading */\r\nbody {\r\nmargin-top: 40px !important;\r\n}\r\n\r\n/** FACEBOOK DOCK/CHAT CONTAINER **/\r\n\r\n/* CSS Identifiers and Classes: \r\n.fbDock - Invisible dock-like container for Facebook Chat, and possibly other non-scrolling content as well */\r\n\r\n/* Expansion and Aesthetic Improvements to the Facebook Dock */\r\n.fbDock {\r\nposition: fixed !important;\r\nleft: 1px !important;\r\nright: 1px !important;\r\nborder-left: 1px solid #999999 !important;\r\nwidth: auto !important;\r\n}\r\n\r\n/* FACEBOOK APPLICATION PANEL */\r\n\r\n/* CSS Identifiers and Classes: \r\n.sideNavSectionContent - Generic container for the heading, items, and other content related to a user's Facebook Applications\r\n.uiSideNav - Generic class name for any sidebar container that pertains to a given set of items */\r\n\r\n/* Removal of \"See More\" Link */\r\n.sideNavSectionContent \u003e *:last-child {\r\nvisibility: collapse !important;\r\n}\r\n\r\n/* Aesthetic Elimination of Existing Borders and Background Images */\r\n.sideNavSectionContent \u003e .uiSideNav * {\r\nborder: 0 !important; /* Otherwise, the result would look a bit sloppy. */\r\n}\r\n\r\n.uiSideNav .item, .uiSideNav .subitem {\r\nborder-bottom: 0 !important;\r\n}\r\n\r\n.rNubContainer {\r\nborder-right: 0 !important;\r\n}\r\n\r\n.rNubContainer, .fbNubButton {\r\nborder-top: 0 !important;\r\nbackground: none !important;\r\n}\r\n\r\n.og .openToggler .fbNubButton .fbChatTab,\r\n.og .openToggler .fbNubButton .UIImageBlock {\r\nmargin-top: -1px !important;\r\n}\r\n\r\n/* Integration of Highlight Colors Relative to Facebook Chat's */\r\n.sideNavSectionContent \u003e .uiSideNav \u003e *:hover {\r\nbackground-color: white !important;\r\n}\r\n\r\n.sideNavSectionContent \u003e .uiSideNav \u003e * \u003e *:hover {\r\ncolor: black !important;\r\nbackground: none !important;\r\n}\r\n\r\n/* Generalized Adjustments in the Spacing and Display of Items */\r\n.sideNavSectionContent .uiSideNav li {\r\ndisplay: -moz-box !important;\r\n}\r\n\r\n.sideNavSectionContent .uiSideNav .subitem {\r\npadding-left: 8px !important;\r\n}\r\n\r\n.sideNavSectionContent .uiSideNav li .imgWrap {\r\nleft: 16px !important;\r\n}\r\n\r\n.sideNavSectionContent .uiSideNav li .buttonWrap {\r\nposition: relative !important;\r\nmargin-left: 4px !important;\r\nmargin-right: 4px !important;\r\n}\r\n\r\n.sideNavSectionContent .uiSideNav ul {\r\ndisplay: -moz-box !important;\r\n-moz-box-orient: horizontal !important;\r\n}\r\n\r\n.sideNavSectionContent \u003e .uiSideNav \u003e * {\r\ndisplay: -moz-box !important;\r\nmargin-left: 16px !important;\r\nmargin-top: 1px !important;\r\npadding-top: 2px !important;\r\npadding-bottom: 2px !important;\r\n}\r\n\r\n/* Aesthetic Application of a Label */\r\n.sideNavSectionContent .uiSideNav:before {\r\npadding-left: 8px !important;\r\npadding-right: 4px !important;\r\nfont-weight: bold !important;\r\ncontent: \"Applications:\" !important;\r\n}\r\n\r\n/* Additional Aesthetic Integration w/ Facebook Chat + Restyling and Repositioning of Panel into Toolbar Layout */\r\n.sideNavSectionContent .uiSideNav {\r\nmin-height: 25px !important;\r\nborder-left: 1px solid #999999 !important;\r\nborder-right: 1px solid #999999 !important;\r\nz-index: 50 !important;\r\nposition: fixed !important;\r\nleft: 16px !important;\r\nright: 16px !important;\r\npadding-right: 16px !important;\r\nwidth: auto !important;\r\nmax-width: none !important;\r\nbottom: 25px !important;\r\ndisplay: -moz-box !important;\r\n-moz-box-orient: horizontal !important;\r\n}\r\n\r\n/** MISCELLANEOUS AESTHETIC FIXES + CHANGES **/\r\n\r\n/* Final, Aesthetic Application of Common Background to both Facebook Dock and Application Panel */\r\n.fbDock, .sideNavSectionContent .uiSideNav {\r\nbackground: -moz-linear-gradient(rgb(247,247,247) 3px, rgb(223,223,223)) !important;\r\nborder: 1px solid #999999 !important;\r\nborder-bottom: 0 !important;\r\n-moz-border-top-colors: #999999 white !important;\r\nborder-top: 2px double !important;\r\n}\r\n\r\n/* Miscellaneous subitem styling */\r\n.sideNavSectionContent .uiSideNav .subitem {\r\nfont-style: oblique !important;\r\n}\r\n\r\n.sideNavSectionContent .uiSideNav *:last-of-type \u003e .subitem {\r\nborder-right: 2px double !important;\r\n-moz-border-right-colors: white #999999 !important;\r\n}"}],"url":"http://userstyles.org/styles/37254","updateUrl":"https://userstyles.org/styles/chrome/37254.json","md5Url":"https://update.userstyles.org/37254.md5","originalMd5":"2c6a94dfbef741eb82fc610462efa0bd","name":"Facebook: Simplicity Styling (Fx4.0-stable)","thumbnail":"https://userstyles.org/auto_style_screenshots/37254-after.png?r=1776398420"}