Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* --- UPDATES TAB ---*/
- #updateboxes {
- width: auto;
- height: auto;
- position:fixed;
- float:left;
- display:inline-block;
- top:80px; /* --- MOVE THE TAB UP OR DOWN HERE ---*/
- left: 30px; /* --- MOVE THE TAB TO THE LEFT OR TO THE RIGHT HERE ---*/
- }
- #updateboxes a{
- color:{color:Tab Links Colour};
- font-size:9px; /* --- CHANGE THE LINK FONT SIZE HERE ---*/
- text-decoration:none;
- -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;
- }
- #updateboxes a:hover{
- color:{color:Tab Links Colour Hover};
- font-size:9px; /* --- 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 BOX 1 START ---*/
- #updatelines1 {
- width: 25px;
- height: 25px;
- display: block;
- opacity:1;
- }
- #updateline1 {
- width: 23px;
- height: 5px;
- display: block;
- opacity:1;
- background-color: {color:Tab Cross 1 Colour};
- transform:rotate(45deg);
- -ms-transform:rotate(45deg);
- -webkit-transform:rotate(45deg);
- -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;
- }
- #updatelines1:hover #updateline1 {
- transform:rotate(90deg);
- -ms-transform:rotate(90deg);
- -webkit-transform:rotate(90deg);
- -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;
- }
- #updateline2 {
- width: 23px;
- height: 5px;
- display: block;
- opacity:1;
- margin-left:1px;
- margin-top:-5px;
- background-color: {color:Tab Cross 1 Colour};
- transform:rotate(135deg);
- -ms-transform:rotate(135deg);
- -webkit-transform:rotate(135deg);
- -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;
- }
- #updatelines1:hover #updateline2 {
- transform:rotate(90deg);
- -ms-transform:rotate(90deg);
- -webkit-transform:rotate(90deg);
- -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;
- }
- #updatebox1 {
- width: 0px;
- height: 0px;
- display: inline-block;
- float:left;
- opacity:0;
- margin-top:-5px;
- letter-spacing:1px;
- margin-left:13px;
- font-size:9px; /* --- CHANGE THE CONTENT´S FONT SIZE HERE ---*/
- line-height:110%;
- overflow:hidden;
- font-family:calibri; /* --- CHANGE THE CONTENT´S FONT HERE ---*/
- border-top:5px solid {color:Tab Cross 1 Colour};
- text-transform:uppercase;
- text-align:left;
- color:{color:Tab Text Colour};
- -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;
- }
- #updatelines1:hover #updatebox1 {
- opacity:1;
- height:200px; /* --- CHANGE THE CONTENT´S HEIGHT HERE ---*/
- width: 130px; /* --- CHANGE THE CONTENT´S WIDTH HERE ---*/
- padding-left:18px;
- padding-right:5px;
- padding-bottom:5px;
- padding-top:5px;
- -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 BOX 1 END ---*/
- /* --- UPDATES TAB BOX 2 START ---*/
- #updatelines2 {
- width: 25px;
- height: 25px;
- display: block;
- opacity:1;
- }
- #updateline3 {
- width: 23px;
- height: 5px;
- display: block;
- opacity:1;
- margin-top:10px;
- background-color: {color:Tab Cross 2 Colour};
- transform:rotate(45deg);
- -ms-transform:rotate(45deg);
- -webkit-transform:rotate(45deg);
- -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;
- }
- #updatelines2:hover #updateline3 {
- transform:rotate(90deg);
- -ms-transform:rotate(90deg);
- -webkit-transform:rotate(90deg);
- -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;
- }
- #updateline4 {
- width: 23px;
- height: 5px;
- display: block;
- opacity:1;
- margin-left:1px;
- margin-top:-5px;
- background-color: {color:Tab Cross 2 Colour};
- transform:rotate(135deg);
- -ms-transform:rotate(135deg);
- -webkit-transform:rotate(135deg);
- -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;
- }
- #updatelines2:hover #updateline4 {
- transform:rotate(90deg);
- -ms-transform:rotate(90deg);
- -webkit-transform:rotate(90deg);
- -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;
- }
- #updatebox2 {
- width: 0px;
- height: 0px;
- display: inline-block;
- float:left;
- opacity:0;
- margin-top:-5px;
- letter-spacing:1px;
- margin-left:13px;
- font-size:9px; /* --- CHANGE THE CONTENT´S FONT SIZE HERE ---*/
- line-height:110%;
- overflow:hidden;
- font-family:calibri; /* --- CHANGE THE CONTENT´S FONT HERE ---*/
- border-top:5px solid {color:Tab Cross 2 Colour};
- text-transform:uppercase;
- text-align:left;
- color:{color:Tab Text Colour};
- -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;
- }
- #updatelines2:hover #updatebox2 {
- opacity:1;
- height:200px; /* --- CHANGE THE CONTENT´S HEIGHT HERE ---*/
- width: 130px; /* --- CHANGE THE CONTENT´S WIDTH HERE ---*/
- padding-left:18px;
- padding-right:5px;
- padding-bottom:5px;
- padding-top:5px;
- -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 BOX 2 END ---*/
- /* --- UPDATES TAB BOX 3 START ---*/
- #updatelines3 {
- width: 25px;
- height: 25px;
- display: block;
- opacity:1;
- }
- #updateline5 {
- width: 23px;
- height: 5px;
- display: block;
- opacity:1;
- margin-top:10px;
- background-color: {color:Tab Cross 3 Colour};
- transform:rotate(45deg);
- -ms-transform:rotate(45deg);
- -webkit-transform:rotate(45deg);
- -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;
- }
- #updatelines3:hover #updateline5 {
- transform:rotate(90deg);
- -ms-transform:rotate(90deg);
- -webkit-transform:rotate(90deg);
- -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;
- }
- #updateline6 {
- width: 23px;
- height: 5px;
- display: block;
- opacity:1;
- margin-left:1px;
- margin-top:-5px;
- background-color: {color:Tab Cross 3 Colour};
- transform:rotate(135deg);
- -ms-transform:rotate(135deg);
- -webkit-transform:rotate(135deg);
- -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;
- }
- #updatelines3:hover #updateline6 {
- transform:rotate(90deg);
- -ms-transform:rotate(90deg);
- -webkit-transform:rotate(90deg);
- -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;
- }
- #updatebox3 {
- width: 0px;
- height: 0px;
- display: inline-block;
- float:left;
- opacity:0;
- margin-top:-5px;
- letter-spacing:1px;
- margin-left:13px;
- font-size:9px; /* --- CHANGE THE CONTENT´S FONT SIZE HERE ---*/
- line-height:110%;
- overflow:hidden;
- font-family:calibri; /* --- CHANGE THE CONTENT´S FONT HERE ---*/
- border-top:5px solid {color:Tab Cross 3 Colour};
- text-transform:uppercase;
- text-align:left;
- color:{color:Tab Text Colour};
- -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;
- }
- #updatelines3:hover #updatebox3 {
- opacity:1;
- height:200px; /* --- CHANGE THE CONTENT´S HEIGHT HERE ---*/
- width: 130px; /* --- CHANGE THE CONTENT´S WIDTH HERE ---*/
- padding-left:18px;
- padding-right:5px;
- padding-bottom:5px;
- padding-top:5px;
- -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 BOX 3 END ---*/
- /* --- UPDATES TAB BOX 4 START ---*/
- #updatelines4 {
- width: 25px;
- height: 25px;
- display: block;
- opacity:1;
- }
- #updateline7 {
- width: 23px;
- height: 5px;
- display: block;
- opacity:1;
- margin-top:10px;
- background-color: {color:Tab Cross 4 Colour};
- transform:rotate(45deg);
- -ms-transform:rotate(45deg);
- -webkit-transform:rotate(45deg);
- -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;
- }
- #updatelines4:hover #updateline7 {
- transform:rotate(90deg);
- -ms-transform:rotate(90deg);
- -webkit-transform:rotate(90deg);
- -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;
- }
- #updateline8 {
- width: 23px;
- height: 5px;
- display: block;
- opacity:1;
- margin-left:1px;
- margin-top:-5px;
- background-color: {color:Tab Cross 4 Colour};
- transform:rotate(135deg);
- -ms-transform:rotate(135deg);
- -webkit-transform:rotate(135deg);
- -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;
- }
- #updatelines4:hover #updateline8 {
- transform:rotate(90deg);
- -ms-transform:rotate(90deg);
- -webkit-transform:rotate(90deg);
- -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;
- }
- #updatebox4 {
- width: 0px;
- height: 0px;
- display: inline-block;
- float:left;
- opacity:0;
- margin-top:-5px;
- letter-spacing:1px;
- margin-left:13px;
- font-size:9px; /* --- CHANGE THE CONTENT´S FONT SIZE HERE ---*/
- line-height:110%;
- overflow:hidden;
- font-family:calibri; /* --- CHANGE THE CONTENT´S FONT HERE ---*/
- border-top:5px solid {color:Tab Cross 4 Colour};
- text-transform:uppercase;
- text-align:left;
- color:{color:Tab Text Colour};
- -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;
- }
- #updatelines4:hover #updatebox4 {
- opacity:1;
- height:200px; /* --- CHANGE THE CONTENT´S HEIGHT HERE ---*/
- width: 130px; /* --- CHANGE THE CONTENT´S WIDTH HERE ---*/
- padding-left:18px;
- padding-right:5px;
- padding-bottom:5px;
- padding-top:5px;
- -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 BOX 4 END ---*/
- /* --- UPDATES TAB BOX 5 START ---*/
- #updatelines5 {
- width: 25px;
- height: 25px;
- display: block;
- opacity:1;
- }
- #updateline9 {
- width: 23px;
- height: 5px;
- display: block;
- opacity:1;
- margin-top:10px;
- background-color: {color:Tab Cross 5 Colour};
- transform:rotate(45deg);
- -ms-transform:rotate(45deg);
- -webkit-transform:rotate(45deg);
- -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;
- }
- #updatelines5:hover #updateline9 {
- transform:rotate(90deg);
- -ms-transform:rotate(90deg);
- -webkit-transform:rotate(90deg);
- -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;
- }
- #updateline10 {
- width: 23px;
- height: 5px;
- display: block;
- opacity:1;
- margin-left:1px;
- margin-top:-5px;
- background-color: {color:Tab Cross 5 Colour};
- transform:rotate(135deg);
- -ms-transform:rotate(135deg);
- -webkit-transform:rotate(135deg);
- -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;
- }
- #updatelines5:hover #updateline10 {
- transform:rotate(90deg);
- -ms-transform:rotate(90deg);
- -webkit-transform:rotate(90deg);
- -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;
- }
- #updatebox5 {
- width: 0px;
- height: 0px;
- display: inline-block;
- float:left;
- opacity:0;
- margin-top:-5px;
- letter-spacing:1px;
- margin-left:13px;
- font-size:9px; /* --- CHANGE THE CONTENT´S FONT SIZE HERE ---*/
- line-height:110%;
- overflow:hidden;
- font-family:calibri; /* --- CHANGE THE CONTENT´S FONT HERE ---*/
- border-top:5px solid {color:Tab Cross 5 Colour};
- text-transform:uppercase;
- text-align:left;
- color:{color:Tab Text Colour};
- -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;
- }
- #updatelines5:hover #updatebox5 {
- opacity:1;
- height:200px; /* --- CHANGE THE CONTENT´S HEIGHT HERE ---*/
- width: 130px; /* --- CHANGE THE CONTENT´S WIDTH HERE ---*/
- padding-left:18px;
- padding-right:5px;
- padding-bottom:5px;
- padding-top:5px;
- -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 BOX 5 END ---*/
- /* --- IF YOU WANT TO ADD MORE BOXES THEN JUST COPY ONE OF THE ABOVE AND ADD IT IN THE HTML AS WELL (HTML=THE BLUEISH PART A LITTLE FURTHER BELOW. IF THERE ARE ANY QUESTIONS DON´T HESITATE TO ASK ME ON MY THEME BLOG (IAMTHEMELOCKED)---*/
- /* --- UPDATES TAB ---*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement