Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* UPDATES TAB */
- #tab16 {
- position:fixed;
- left:10px;
- top:25px;
- width:130px;
- font-size:11px;
- padding:10px;
- }
- #tab16 a{
- text-decoration:none;
- color:{color:Tab Links};
- font-size:8px; /* --- CHANGE THE LINK FONT SIZE HERE ---*/
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #tab16 a:hover{
- background:none;
- color:{color:Tab Links Hover};
- font-size:8px; /* --- CHANGE THE LINK FONT SIZE HERE ---*/
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- /* UPDATES TAB */
- /* --- UPDATES TAB BOX 1 ---*/
- #tab16line1 {
- height:10px;
- width:10px;
- display: inline-block;
- position:fixed;
- opacity:1;
- background-color:{color:Tab Line 1 Colour};
- }
- #tab16line1:hover #tab16textbox1{
- width:80px;
- height:100px;
- padding-left:15px;
- opacity:1;
- -webkit-transition:0.7s;
- -moz-transition:0.7s;
- -ms-transition:0.7s;
- -o-transition:0.7s;
- transition:0.7s;
- }
- #tab16textbox1 {
- width:0px;
- height:0px;
- color:{color:Tab Text};
- font-family:calibri; /* CHANGE FONT HERE */
- font-size:8px; /* CHANGE FONT SIZE HERE */
- line-height:110%;
- border-top:2px solid {color:Tab Line 1 Colour};
- padding-top:5px;
- margin-top:4px;
- margin-left:0px;
- text-transform:uppercase;
- overflow:hidden;
- opacity:1;
- text-align:left;
- -webkit-transition:0.7s;
- -moz-transition:0.7s;
- -ms-transition:0.7s;
- -o-transition:0.7s;
- transition:0.7s;
- }
- /* --- UPDATES TAB BOX 1 ---*/
- /* --- UPDATES TAB BOX 2 ---*/
- #tab16line2 {
- height:10px;
- width:10px;
- display: inline-block;
- position:fixed;
- margin-top:14px;
- opacity:1;
- background-color: {color:Tab Line 2 Colour};
- }
- #tab16line2:hover #tab16textbox2{
- width:80px;
- height:100px;
- padding-left:15px;
- opacity:1;
- -webkit-transition:0.7s;
- -moz-transition:0.7s;
- -ms-transition:0.7s;
- -o-transition:0.7s;
- transition:0.7s;
- }
- #tab16textbox2 {
- width:0px;
- height:0px;
- color:{color:Tab Text};
- font-family:calibri; /* CHANGE FONT HERE */
- font-size:8px; /* CHANGE FONT SIZE HERE */
- line-height:110%;
- border-top:2px solid {color:Tab Line 2 Colour};
- padding-top:5px;
- margin-top:4px;
- margin-left:0px;
- text-transform:uppercase;
- overflow:hidden;
- opacity:1;
- text-align:left;
- -webkit-transition:0.7s;
- -moz-transition:0.7s;
- -ms-transition:0.7s;
- -o-transition:0.7s;
- transition:0.7s;
- }
- /* --- UPDATES TAB BOX 2 ---*/
- /* --- UPDATES TAB BOX 3 ---*/
- #tab16line3 {
- height:10px;
- width:10px;
- display: inline-block;
- position:fixed;
- margin-top:28px;
- background-color: {color:Tab Line 3 Colour};
- }
- #tab16line3:hover #tab16textbox3{
- width:80px;
- height:100px;
- padding-left:15px;
- opacity:1;
- -webkit-transition:0.7s;
- -moz-transition:0.7s;
- -ms-transition:0.7s;
- -o-transition:0.7s;
- transition:0.7s;
- }
- #tab16textbox3 {
- width:0px;
- height:0px;
- color:{color:Tab Text};
- font-family:calibri; /* CHANGE FONT HERE */
- font-size:8px; /* CHANGE FONT SIZE HERE */
- line-height:110%;
- border-top:2px solid {color:Tab Line 3 Colour};
- padding-top:5px;
- margin-top:4px;
- margin-left:0px;
- text-transform:uppercase;
- overflow:hidden;
- opacity:1;
- text-align:left;
- -webkit-transition:0.7s;
- -moz-transition:0.7s;
- -ms-transition:0.7s;
- -o-transition:0.7s;
- transition:0.7s;
- }
- /* --- UPDATES TAB BOX 3 ---*/
- /* --- UPDATES TAB BOX 4 ---*/
- #tab16line4 {
- height:10px;
- width:10px;
- display: inline-block;
- position:fixed;
- margin-top:42px;
- background-color: {color:Tab Line 4 Colour};
- }
- #tab16line4:hover #tab16textbox4{
- width:80px;
- height:100px;
- padding-left:15px;
- opacity:1;
- -webkit-transition:0.7s;
- -moz-transition:0.7s;
- -ms-transition:0.7s;
- -o-transition:0.7s;
- transition:0.7s;
- }
- #tab16textbox4 {
- width:0px;
- height:0px;
- color:{color:Tab Text};
- font-family:calibri; /* CHANGE FONT HERE */
- font-size:8px; /* CHANGE FONT SIZE HERE */
- line-height:110%;
- border-top:2px solid {color:Tab Line 4 Colour};
- padding-top:5px;
- margin-top:4px;
- margin-left:0px;
- text-transform:uppercase;
- overflow:hidden;
- opacity:1;
- text-align:left;
- -webkit-transition:0.7s;
- -moz-transition:0.7s;
- -ms-transition:0.7s;
- -o-transition:0.7s;
- transition:0.7s;
- }
- /* --- UPDATES TAB BOX 4 ---*/
- /* --- UPDATES TAB BOX 5 ---*/
- #tab16line5 {
- height:10px;
- width:10px;
- display: inline-block;
- position:fixed;
- margin-top:56px;
- background-color: {color:Tab Line 5 Colour};
- }
- #tab16line5:hover #tab16textbox5{
- width:80px;
- height:100px;
- padding-left:15px;
- opacity:1;
- -webkit-transition:0.7s;
- -moz-transition:0.7s;
- -ms-transition:0.7s;
- -o-transition:0.7s;
- transition:0.7s;
- }
- #tab16textbox5 {
- width:0px;
- height:0px;
- color:{color:Tab Text};
- font-family:calibri; /* CHANGE FONT HERE */
- font-size:8px; /* CHANGE FONT SIZE HERE */
- line-height:110%;
- border-top:2px solid {color:Tab Line 5 Colour};
- padding-top:5px;
- margin-top:4px;
- margin-left:0px;
- text-transform:uppercase;
- overflow:hidden;
- opacity:1;
- text-align:left;
- -webkit-transition:0.7s;
- -moz-transition:0.7s;
- -ms-transition:0.7s;
- -o-transition:0.7s;
- transition:0.7s;
- }
- /* --- UPDATES TAB BOX 5 ---*/
- /* UPDATES TAB */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement