Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* --
- UPDATE TAB I
- by alydae
- released: february 26, 2016
- - do not steal any part of this code
- - direct questions to enchantedthemes.tumblr.com
- thank you for using!!!
- -- */
- .updates {
- position:fixed;
- right:30px;
- top:30px;
- font-size:9.5px;
- line-height:170%;
- text-align:justify;
- -webkit-font-smoothing:antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .updtitle {
- font-size:11px;
- font-weight:600;
- letter-spacing:.5px;
- text-transform:uppercase;
- text-align:right;
- padding-bottom:8px;
- }
- .updbox {
- margin-bottom:8px;
- height:10px;
- width:10px;
- background-color:#000;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- }
- .updtext {
- padding-right:0px;
- margin-left:-175px;
- visibility:hidden;
- opacity:0;
- width:125px;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- }
- .updbox:hover .updtext {
- visibility:visible;
- opacity:1;
- padding:0px 30px;
- width:125px;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- }
- /* end updates tabs */
Advertisement
Add Comment
Please, Sign In to add comment