Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @import url(http://weloveiconfonts.com/api/?family=iconicfill);
- /* iconicfill */
- [class*="iconicfill-"]:before {
- font-family: 'IconicFill', sans-serif;
- }
- #upd {
- position: fixed;
- top: 10px;
- left: 10px;
- width: 150px;
- }
- #upd a {
- display: block;
- margin-bottom: 10px;
- width: 20px;
- height: 20px;
- line-height: 20px;
- text-align: center;
- font-size: 13px;
- color: #bbb;
- -webkit-border-radius: 16px;
- -moz-border-radius: 16px;
- border-radius: 16px;
- border: 1px solid #f3f3f3;
- background: #fff;
- }
- .mwah::-webkit-scrollbar-thumb:vertical { background: #ddd; height: auto; border: 2px solid #fff; }
- .mwah::-webkit-scrollbar-thumb:horizontal { background: #ddd; height: auto; border: 2px solid #fff; }
- .mwah::-webkit-scrollbar { height: 5px; width: 5px; background: #fff; }
- .mwah {
- position: fixed;
- z-index: 99999;
- top: 10px;
- left: 45px;
- width: 110px;
- max-height: 95px;
- overflow: auto;
- padding: 10px;
- font-family: Arial;
- font-size: 10px;
- color: #999;
- border: 1px solid #f3f3f3;
- background: #fff;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement