Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .upd_hold:hover {height:100%;}
- .upd_hold {
- position:fixed;
- height:32px; /* Initial height */
- max-width:155px;
- top:20px;
- left:20px;
- font-size:0;
- overflow:hidden;
- z-index:99999;
- /* Hover transitions below */
- transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -webkit-transition: all 0.5s ease-in-out;
- }
- .upd {background:#fff;border:1px solid #eee;color:#444;}
- .upd nav {padding:10px;border-top:1px solid #eee;}
- .upd nav *{font-size:9px;line-height:100%;margin:0;}
- .upd nav:first-of-type {border:0;}
- .upd nav h1{font-size:10px;cursor:help;height:10px;}
- .upd nav h3 {font-weight:400;letter-spacing:1px;text-transform:uppercase;}
- .upd nav .fa{margin-right:2px;}
- .upd nav a:last-of-type {margin-right:0;}
- .upd nav a:hover {color:#333;}
- .upd nav a {display:inline-block;margin:5px 5px 0 0;color:#999;}
- .upd nav p {line-height:150%;margin:5px 0 0;color:#999;}
- /* Search form */
- .search-form {display:block;width:100%;outline:none;padding:5px 0 0;}
- .search-form input {font-size:9px;font-family:inherit;border:none;outline:none;padding:0;}
- .search-form input[type=text] {color:#999;}
- input::-webkit-input-placeholder {color:#999;}
- input::-moz-placeholder {color:#999;}
- input:-moz-placeholder {color:#999;}
- input:-ms-input-placeholder {color:#999;}
- input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement