everything here is mine. unless stated.

Tumblr Tutorial: Update tab


//Assalamualaikum\\


  • Paste this code with all other meta links;

<meta name="image:titletab" content=""/>


  • Paste this code before </style>

#fag {
text-align: center;
font-size: 10px;
position:fixed;
left:15px;
top:-101px;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
z-index:999;
}

#fag:hover {top:0px;}

#got {
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
border-width:1px;
border-color:#FFFFFF;
padding: 5px 0 5px 0;
background: #fff;
width:100px;
height:90px;
z-index: 9999;
}

#gottab img {
text-align: center;
color:#454545;
height:25px;
padding: 2px 0 8px 0;
background:#fff;
width: 80px;
height:auto;
}


  • Paste this code after <body>

<div id="fag">
<div id="got"> <center>
<p>/your update goes here/</p>
</center></div>
<div id="gottab"><img src="/image url/"></div>
</div>


No comments: