Advertisement
addictcastiel

upd1_html

Jun 17th, 2015
581
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.33 KB | None | 0 0
  1. <div id="cloud">
  2. <img src="{image:updates tab big img}"></div>
  3.  
  4. <!----------------------------------------------------------------------------
  5.                        NOTES [feel free to delete]
  6.                        
  7. • <p> starts new paragraph, </p> ends it;
  8. • <br> starts a new line;
  9. • to add a link use this: <a href="url" title="hover link text">link name</a>
  10. • to add a picture use this: <img width=120px src="url"> (delete width part if   your picture is already smaller than updates tab;
  11. • to change color/font/text size etc use: <span style="color:#??????; font-size:??px; font-family:???????;"> your text </span>
  12. • <i>italic</i> <b>bold</b> <u>underline</u> <s>strike</s>
  13. • <small>small text</small> <big>big text</big>
  14. • <marquee>scrolling text</marquee>
  15.  
  16. ----------------------------------------------------------------------------->
  17.  
  18. <div id="drop1">
  19. <div id="raindrop">
  20. <img {block:Ifnotupdatestabontheleft}align="right"{/block:Ifnotupdatestabontheleft} src="{image:updates tab small img}"></div>
  21. <div class="dropin">
  22.  
  23. <div style="font-size:16px; color:{color:tab name text color}; background-color:{color:tab name bg color}; padding:4px">{text:tab1 name}</a></div><br>
  24.  
  25. {text:content1}
  26.  
  27. </div></div>
  28.  
  29.  
  30. <div id="drop2">
  31. <div id="raindrop">
  32. <img {block:Ifnotupdatestabontheleft}align="right"{/block:Ifnotupdatestabontheleft} src="{image:updates tab small img}"></div>
  33. <div class="dropin">
  34.  
  35. <div style="font-size:16px; color:{color:tab name text color}; background-color:{color:tab name bg color}; padding:4px">{text:tab2 name}</a></div><br>
  36.  
  37. {text:content2}
  38.  
  39. </div></div>
  40.  
  41.  
  42. <div id="drop3">
  43. <div id="raindrop">
  44. <img {block:Ifnotupdatestabontheleft}align="right"{/block:Ifnotupdatestabontheleft} src="{image:updates tab small img}"></div>
  45. <div class="dropin">
  46.  
  47. <div style="font-size:16px; color:{color:tab name text color}; background-color:{color:tab name bg color}; padding:4px">{text:tab3 name}</a></div><br>
  48.  
  49. {text:content3}
  50.        
  51. </div></div>
  52.  
  53.  
  54. <div id="drop4">
  55. <div id="raindrop">
  56. <img {block:Ifnotupdatestabontheleft}align="right"{/block:Ifnotupdatestabontheleft} src="{image:updates tab small img}"></div>
  57. <div class="dropin">
  58.  
  59. <div style="font-size:16px; color:{color:tab name text color}; background-color:{color:tab name bg color}; padding:4px">{text:tab4 name}</a></div><br>
  60.  
  61. {text:content4}
  62.  
  63. </div></div>
  64.    
  65.    
  66. <div id="drop5">
  67. <div id="raindrop">
  68. <img {block:Ifnotupdatestabontheleft}align="right"{/block:Ifnotupdatestabontheleft} src="{image:updates tab small img}"></div>
  69. <div class="dropin">
  70.  
  71. <div style="font-size:16px; color:{color:tab name text color}; background-color:{color:tab name bg color}; padding:4px">{text:tab5 name}</a></div><br>
  72.  
  73. {text:content5}
  74.  
  75. <!---------------------------------CREDIT RULES-------------------------------
  76.  
  77. I would really appreciate if you put a credit somewhere (faq,updates tab etc) on your blog but it's not necessary
  78. However, you may not:
  79.    claim this updates tab as your own
  80.    use it as a base
  81.    remove the credit which is above css code
  82. And if someone asks where did you get this updates tab, you have to redirect them to my blog
  83. Feel free to delete this and enjoy!
  84.  
  85. ----------------------------------------------------------------------------->
  86.  
  87. <p><a href="http://dixcndaryl.tumblr.com">credit</a></p>
  88.  
  89. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement