Giter VIP home page Giter VIP logo

stylish-chrome-extension's Introduction

Stylish-Chrome-Extension

A bunch of CSS customizations for Stylish Extension (Chrome)

Link to Stylish Extension -> https://chrome.google.com/webstore/detail/stylish/fjnbnpbmkenffdnngjfgmeleoegfcffe?utm_source=chrome-ntp-icon

Facebook

Grab this -> https://userstyles.org/styles/53261/facebook-wide-flat-design

& extend with:

#leftCol {
    position: fixed
}
#navItem_983686418327131,
#navItem_230259100322928,
#eventsNav,
#pagelet_welcome_box,
#interestsNav,
#pagesNav,
#pagelet_sidebar,
#pinnedNav,
#findFriendsNav,
#u_0_f,
#appsNav ,
#developerNav,
#pagelet_side_ads {
    display: none;
}
/* 
======  
modal 
======  
*/
._3qx ._3ixn {
    background-color: #868695;
    opacity: .4;
}
._n3 {
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: 0 8px 55px rgba(54,65,89,.3)
}

Whats App (responsive mode)

Mouse over the header to show the friends list.

Note:

  • Makes more sense if you use as a single window
@media screen and (max-width: 500px) {
	.app-wrapper-main.app-wrapper {
		min-width:100%
	}
	
	.drawer-container-mid,.drawer-container-right,
	.pane-chat,.pane-intro {
    	width:100%
	}
	
	.pane-list,
	.drawer-container-left {
    	height:60px;
    	position:absolute;
    	width:100%
	}
	
	.pane-list:hover,
	.drawer-container-left:hover {
    	border:1px solid rgba(0,0,0,.8);
    	border-top:none;
    	box-shadow:0 8px 45px rgba(54,65,89,1);
    	cursor:pointer;
    	height:80%
	}
	
	.pane-chat-header {
    	margin-top:60px
	}
    
    .pane-list-header {
	   background: rgba(225,245,254,.92);
	}
	
	.pane-list:hover .pane-list-header {
    	background:#009688
	}
	 
	
    /* Notification Badge */  
	.app:after{
		background-color:#C00;
		border:1px solid #900;
		border-radius:25px;
		bottom:0;
		color:#fff;
		content:counter(unread);
		font-size:14px;
		height:20px;
		left:45px;
		line-height:20px;
		position:absolute;
		text-align:center;
		top:30px;
		width:20px;
	}
}
/* Counter */
.app{ counter-reset: unread }
.unread { counter-increment: unread }

stylish-chrome-extension's People

Contributors

marcussousa avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.