fallenvvings

Companions v.2

Jul 28th, 2015
328
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.64 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--
  4. THIS THEME WAS CREATED BY: NATALIE (FALLENVVINGSTHEMES)
  5. You can edit this theme as much as you want.
  6. Please DO NOT remove the credit.
  7. Please like or reblog the post if you use this theme.
  8. THANKS! Enjoy!
  9. -->
  10.  
  11. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  12. <head>
  13.  
  14. <title>{Title}</title>
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17.  
  18. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  19. <script>
  20. (function($){
  21. $(document).ready(function(){
  22. $("[title]").style_my_tooltips({
  23. tip_follows_cursor:true,
  24. tip_delay_time:200,
  25. tip_fade_speed:300
  26. }
  27. );
  28. });
  29. })(jQuery);
  30. </script>
  31.  
  32. <style type="text/css">
  33.  
  34. #s-m-t-tooltip{
  35. max-width:300px;
  36. margin:15px;
  37. padding:2px 8px;
  38. border:1px solid #DDD;
  39. border-radius:4px;
  40. background:#FFF;
  41. color:#AAA;
  42. z-index:999999;
  43. font-size:8px;
  44. font-style:italic;
  45. text-transform:lowercase;
  46. }
  47.  
  48. ::-webkit-scrollbar {width: 7px;height: 5px;}
  49. /*change both "white" to the color of the #contain background color*/
  50. /*change #523843 to the background color of #top*/
  51. ::-webkit-scrollbar-track-piece {background-color: white; color:#523843;}
  52. ::-webkit-scrollbar-thumb:vertical {height: 3px; background-color: #523843; border:2px solid white;}
  53.  
  54.  
  55. /*page background color \/*/
  56. body {background-color:#EBDEE1;}
  57.  
  58. #contain {
  59. background-color:white; /*background color behind images*/
  60. width:505px;
  61. padding:0px 5px 10px 0px;
  62. height:440px;
  63. position:fixed;
  64. overflow:auto;
  65. left:530px;
  66. top:120px;
  67. }
  68.  
  69. #side {
  70. width:200px;
  71. height:450px;
  72. position:fixed;
  73. left:329px;
  74. top:120px;
  75. background-image:url('http://s9.favim.com/orig/131116/amazing-background-colorful-cute-Favim.com-1065697.png'); /*paste a URL of an image between ''*/
  76. /*it looks best if it's a pattern*/
  77. }
  78.  
  79. #top {
  80. background-color:#523843; /*the color of the top bar*/
  81. width:700px;
  82. position:fixed;
  83. top:70px;
  84. left:330px;
  85. height:40px;
  86. padding:5px;
  87. }
  88.  
  89. .ti {
  90. color:#e8b6d4; /*the color of the title*/
  91. font-family:corbel; /*the font of the title*/
  92. font-size:25px;
  93. margin-top:4px;
  94. margin-left:5px;
  95. }
  96.  
  97. .link {
  98. color:#faf0f6; /*the color of the // between links*/
  99. padding:3px;
  100. text-align:right;
  101. font-family:corbel;
  102. margin-top:-35px;
  103. width:485px;
  104. height:30px;
  105. margin-left:206px;
  106. }
  107.  
  108. a .links {
  109. display:inline-block;
  110. color:#e8b6d4; /*color of links*/
  111. padding:5px;
  112. -webkit-transition: all 0.5s ease;
  113. -moz-transition: all 0.5s ease;
  114. -o-transition: all 0.5s ease;
  115. }
  116.  
  117. a .links:hover {
  118. color:#faf0f6; /*color of links when you hover over them*/
  119. z-index:0;
  120. font-style:italic;
  121. -webkit-transition: all 0.5s ease;
  122. -moz-transition: all 0.5s ease;
  123. -o-transition: all 0.5s ease;
  124. }
  125.  
  126. .pers img {
  127. width:150px;
  128. height:150px;
  129. z-index:0;
  130. }
  131.  
  132. .pers {
  133. display:block;
  134. margin-left:13px;
  135. z-index:0;
  136. margin-top:10px;
  137. }
  138.  
  139. .int {
  140. font-family:calibri; /*font of description*/
  141. text-align:center;
  142. background-color:rgba(255,255,255,0.8);
  143. height:150px;
  144. width:305px;
  145. padding:5px;
  146. margin-left:170px;
  147. overflow:auto;
  148. font-size:13px;
  149. margin-top:-150px;
  150. position: relative;
  151. -webkit-transition: all 0.5s ease;
  152. -moz-transition: all 0.5s ease;
  153. -o-transition: all 0.5s ease;
  154. }
  155. /*color of url*/
  156. .int a {font-size:18px; color:#523843; text-decoration:none;}
  157.  
  158. </style></head><body><div id="side"></div>
  159.  
  160. <!--title in top bar \/-->
  161. <div id="top"><div class="ti">Companions</div><div class="link">
  162. <!--put entire link between ""
  163. for example: "http://tumblr.com"-->
  164. <a href="/"><div class="links">link</div></a> //
  165. <!--put the name of the link where it says link-->
  166. <a href="/"><div class="links">link</div></a> //
  167. <a href="/"><div class="links">link</div></a> //
  168. <a href="/"><div class="links">link</div></a>
  169. </div></div>
  170.  
  171. <div id="contain">
  172.  
  173. <!--PERSON ONE-->
  174. <div class="pers"><img src="https://31.media.tumblr.com/avatar_102877b83a4f_128.png"><!--add an image URL between ""--><div class="int">
  175. <!--change both URL to the persons URL-->
  176. <!--put your description where it says to-->
  177. <a href="http://URL.tumblr.com/">URL</a></br>here's where your description goes. it can generally be as long as you want it to tbh. so i'm going to keep talking into a random box just to prove to you that this description can be hella long. honestly idk why i'm doing this. just talking to a web page nbd don't mine me, ya know? i mean the font is so small that you shouldn't really need a description this big but if it happens that you have a lot to tell about yourself, a handy little scrollbar will appear, just like that.</div></div>
  178. <!--END OF PERSON ONE (to add more, copy from PERSON ONE to END PERSON ONE-->
  179.  
  180. <div class="pers"><img src="https://31.media.tumblr.com/avatar_77cd68fd9160_128.png"><div class="int">
  181. <a href="http://URL.tumblr.com/">URL</a></br> here's where your description goes</div></div>
  182.  
  183. <div class="pers"><img src="https://38.media.tumblr.com/avatar_a65f2676586f_128.png"><div class="int">
  184. <a href="http://URL.tumblr.com/">URL</a></br> here's where your description goes</div></div>
  185.  
  186. </div>
  187. <!--THAT'S IT!!! Please do not remove credit.-->
  188. <div style="position:fixed;bottom:2px; right:3px;"><a title="fvvthemes" href="http://fallenvvingsthemes.tumblr.com"><img width="60px;" src="http://static.tumblr.com/nuxi7mr/94Rnqk1a2/tumblr_mh9l7xhvq11s0c2c9o1_500.png"></a></div>
  189. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment