Advertisement
kathisneckdeep

[OLD] updates tab #1

May 8th, 2016
496
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.15 KB | None | 0 0
  1. PASTE AFTER <HEAD> DON'T COPY THIS BC WHY WOULD YOU?
  2.  
  3. <meta name="color:updc" content="#fcebd5"/>
  4. <meta name="text:updtitle1" content="apply"/>
  5. <meta name="text:updtext1" content="put your awards posts here"/>
  6. <meta name="text:updtitle2" content="updates"/>
  7. <meta name="text:box1title" content="statistics"/>
  8. <meta name="text:box1text" content="hello this is where you put your updates"/>
  9. <meta name="text:box2title" content="feautured in"/>
  10. <meta name="text:box2text" content="hello this is where you put your updates"/>
  11. <meta name="text:box3title" content="other"/>
  12. <meta name="text:box3text" content="hello this is where you put your updates"/>
  13.  
  14.  
  15. PASTE AFTER <STYLE TYPE="TEXT/CSS"> or <STYLE> DON'T COPY THIS BC WHY WOULD YOU?
  16.  
  17. /**updates tab by kathryn aka distance-themes for html help go to http://distance-themes.tumblr.com **/
  18. #updatescon{
  19. position:absolute; /**don't touch**/
  20. top:150px; /**margin from top**/
  21. right:50px; /**margin from right**/
  22. text-align:center; /**change it to left or right if you want**/
  23. width:180px; /**width of the whole thing i wouldn't change it tbh**/
  24. }
  25.  
  26. .updtitle{
  27. margin-top:5px; /**margin from top i wouldn't change it tbh**/
  28. padding:3px; /**padding**/
  29. text-transform:uppercase; /**change it to lowercase, capitalize, none if you want**/
  30. font-size:13px; /**font size**/
  31. letter-spacing:2px; /**space between the letters**/
  32. }
  33.  
  34. .updline{
  35. border-top:3px solid {color:updc}; /**border found in the top 3px is the thickness solid is the type change it to dashed, dotted or whatever you want**/
  36. width:25px; /**width don't change it**/
  37. margin-left:77px; /**margin from left don't change it**/
  38. }
  39.  
  40. .updline2{
  41. -webkit-transition: all .7s ease-in-out;
  42. -moz-transition: all .7s ease-in-out;
  43. -ms-transition: all .7s ease-in-out;
  44. -o-transition: all .7s ease-in-out;
  45. transition: all .7s ease-in-out;
  46. border-top:3px solid {color:updc}; /**border found in the top 3px is the thickness solid is the type change it to dashed, dotted or whatever you want**/
  47. width:25px; /**width don't change it**/
  48. margin-left:77px; /**margin from left don't change it**/
  49. }
  50.  
  51. #updatescon:hover .updline2{
  52. width:180px; /**width don't change it**/
  53. margin-left:0px; /**don't change it**/
  54. margin-right:0px; /**don't change it**/
  55. }
  56.  
  57. .updtext{
  58. margin-top:6px; /**margin from top**/
  59. }
  60.  
  61. .updbox{
  62. -webkit-transition: all .7s ease-in-out;
  63. -moz-transition: all .7s ease-in-out;
  64. -ms-transition: all .7s ease-in-out;
  65. -o-transition: all .7s ease-in-out;
  66. transition: all .7s ease-in-out;
  67. -webkit-transform: scale(1,0);
  68. transform: scale(1,0);
  69. -webkit-transform-origin: 0 0;
  70. transform-origin: 0 0;
  71. opacity:0; /**don't change it**/
  72. width:140px; /**width**/
  73. margin-left:15px; /**margin left**/
  74. margin-top:5px; /**margin top**/
  75. margin-bottom:2px; /**margin bottom**/
  76. padding-top:0px; /**padding top**/
  77. padding-bottom:8px; /**padding bottom**/
  78. padding-right:5px; /**padding right**/
  79. padding-left:5px; /**padding left**/
  80. border:1px solid {color:updc}; /**border. 1px is the thickness solid is the type change it to dashed, dotted or whatever you want**/
  81. }
  82.  
  83. #updatescon:hover .updbox{
  84. opacity:1;
  85. -webkit-transform: scale(1);
  86. -moz-transition: scale(1);
  87. -o-transition: scale(1);
  88. transform: scale(1);
  89. }
  90. /**updates tab**/
  91.  
  92. PASTE AFTER <BODY> DON'T COPY THIS BC WHY WOULD YOU?
  93.  
  94. <!-- start updates tab by kathryn aka distance-themes -->
  95. <div id="updatescon">
  96.  
  97. <!-- apply -->
  98. <div class="updtitle">{text:updtitle1}</div>
  99. <div class="updline"></div>
  100. <div class="updtext">{text:updtext1}</div>
  101.  
  102. <!-- updates title-->
  103. <div class="updtitle">{text:updtitle2}</div>
  104. <div class="updline2"></div>
  105.  
  106. <!-- updates content -->
  107. <div class="updbox"><!-- updates box 1 -->
  108. <div class="updtitle">{text:box1title}</div>
  109. {text:box1text}
  110. </div>
  111.  
  112. <div class="updbox"><!-- updates box 2 -->
  113. <div class="updtitle">{text:box2title}</div>
  114. {text:box2text}
  115. </div>
  116.  
  117. <div class="updbox"><!-- updates box 3 -->
  118. <div class="updtitle">{text:box3title}</div>
  119. {text:box3text}
  120. </div>
  121. </div>
  122. <!-- end of updates tab -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement