alydae

update tab i - html

Feb 21st, 2016
3,729
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. <!-- updates tabs begin -->
  2.  
  3. <div class="updates">
  4.  
  5. <!--
  6. template:
  7. <div class="updbox">
  8. <div class="updtext">
  9.  
  10. <div class="updtitle">title</div>
  11.  
  12. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et
  13.  
  14. </div>
  15. </div>
  16. -->
  17.  
  18. <div class="updbox">
  19. <div class="updtext">
  20.  
  21. <div class="updtitle">title</div><!-- this is where the title of your tab goes. you can add more to made subtitles. -->
  22.  
  23. <!-- delete this and replace with the contexts of your tabs! -->
  24. there is a guide <a href="/updates1">here</a> to help you with customising. questions can always be directed to <a href="/contact">here</a>.
  25.  
  26. <p>if you want your updates to be styled like these ones, send me an ask and I'll tell you the styling.</p>
  27. <!-- up to here -->
  28.  
  29. </div>
  30. </div>
  31.  
  32. <div class="updbox">
  33. <div class="updtext">
  34.  
  35. <div class="updtitle">title</div><!-- this is where the title of your tab goes. you can add more to made subtitles. -->
  36.  
  37. <!-- delete this and replace with the contexts of your tabs! -->
  38. this is where you enter your text. the styling of the text automatically matches with your blog's text styles. if your blog allows that styling, it can be used.
  39.  
  40. <p>that means that everything, including <i>italics</i>, <b>bold</b>, <s>strikethrough</s>, <small>small</small>, <big>big</big>, <a href="/">links</a> and
  41. <br><blockquote>blockquote</blockquote>
  42. can be used.
  43. </p>
  44. <!-- up to here -->
  45.  
  46. </div>
  47. </div>
  48.  
  49. <div class="updbox">
  50. <div class="updtext">
  51.  
  52. <div class="updtitle">title</div><!-- this is where the title of your tab goes. you can add more to made subtitles. -->
  53.  
  54. <!-- delete this and replace with the contexts of your tabs! -->
  55. these boxes will get longer with your text so you can write as much as you like.
  56.  
  57. <p>there is also no limit to how many boxes you can have. three is the default.</p>
  58. <!-- up to here -->
  59.  
  60. <!-- please do not delete this. you may move it somewhere else but please do not delete it. -->
  61. <p>tabs credit: <a href="https://enchantedthemes.tumblr.com" title="enchantedthemes">alydae</a></p>
  62.  
  63. </div>
  64. </div>
  65.  
  66. </div>
  67.  
  68. <!--- end update tabs. thank you for using! --->
Advertisement
Add Comment
Please, Sign In to add comment