Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ------------------------------------------------
- ------------------C O D E #1-------------------
- ------------------------------------------------
- #tabholder {
- position: fixed;
- z-index: 9;
- top: 10px;
- left: 10px;
- width: 70px;
- padding: 0px;
- }
- #tab {
- margin: 5px;
- width: 70px;
- height: 20px;
- line-height: 20px;
- font-size: 9px;
- font-family: consolas;
- text-transform: uppercase;
- overflow: hidden;
- text-align: center;
- letter-spacing: 1px;
- padding: 0px;
- background: #f3f3f3;
- color: #999;
- border-radius: 15px;
- box-shadow: 2px 2px 0px #e3e3e3;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #tab:hover {
- width: 100px;
- height: 100px;
- overflow: auto;
- line-height: 12px;
- padding: 5px;
- border-radius: 5px;
- }
- #musicplayer {
- margin-left: 29px;
- width: 12px;
- height: 13px;
- line-height: 15px;
- overflow: hidden;
- padding: 5px 5px 3px 5px;
- background: #f3f3f3;
- border-radius: 14px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- box-shadow: 2px 2px 0px #e3e3e3;
- }
- #musicplayer:hover {
- margin-left: 22px;
- width: 27px;
- border-radius: 5px;
- }
- #playerr {
- color: #33cccc;
- margin-left: -24px;
- }
- ------------------------------------------------
- ------------------C O D E #2-------------------
- ------------------------------------------------
- <div id="tabholder">
- <div id="tab">
- Status<br>
- - Delete this line add here your visits and online counter ^^ -
- </div>
- <div id="tab">
- Updates<br>
- - Delete this line and write here your updates *-* -
- </div>
- <div id="tab">
- More<br>
- -delete this line and write here more about you, your networks or anything you please. :) -
- </div>
- <div id="musicplayer">
- <div id="playerr">
- <!-- Delete this line and add here your embed music code, use Billy Music Player -->
- </div>
- </div>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement