Advertisement
lennonthemes

family/friends/favs

May 4th, 2013
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.00 KB | None | 0 0
  1. <!---theme by bonivur keep all credit--->
  2.  
  3. <head>
  4.  
  5.  
  6. <link rel="shortcut icon" href="{favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{rss}">
  8. <!--Colours-->
  9.  
  10. <meta name="color:Background" content="#f2f2f2"/>
  11.  
  12. <style type="text/css">
  13.  
  14. body
  15. {font-family: times;
  16. font-size: 11px;
  17. color: #000;
  18. background-position: fixed;
  19. background-attachment:fixed;
  20. background-repeat:repeat;
  21. background:{color:background};
  22. font-style:italic;
  23. }
  24.  
  25. a:link, a:active, a:visited{
  26. color: #777777;
  27. text-decoration: none;
  28.  
  29. }
  30.  
  31.  
  32.  
  33.  
  34.  
  35. #all {
  36. margin:30;
  37. margin-left:30%;
  38. }
  39.  
  40. #pannel {
  41. width:180px;
  42. height:170px;
  43. padding:0px;
  44. background-color:#transparent;
  45. }
  46.  
  47. #poster {
  48. width:120px;
  49. height:120px;
  50. margin-top:10px;
  51. position: fixed;
  52. background-color:transparent;
  53. }
  54.  
  55. #poster img {
  56. width:120px;
  57. height:120px;
  58. border:1px dotted #ccc;
  59. padding:6px;
  60. }
  61.  
  62.  
  63. #about {
  64. text-align:center;
  65. padding:10px;
  66. padding-top:3px;
  67. margin-bottom:20px;
  68. position:absolute;
  69. width:110px;
  70. height:10px;
  71. font-family: times;
  72. opacity:0;
  73. font-size:9px;
  74. background:#fefefe;
  75. color:#000;
  76. font-style:italic;
  77.  
  78. }
  79.  
  80. #pannel:hover #about {
  81. opacity:.98;
  82. margin-top:0px;
  83. height:115px;
  84. -webkit-transition: all 0.5s ease-out;
  85. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  86. }
  87.  
  88. #name {
  89. font-family: times;
  90. font-size:10px;
  91. text-align:center;
  92. text-transform:lowercase;
  93. font-style:italic;
  94. }
  95.  
  96.  
  97. #top {
  98. width:550px;
  99. height:auto;
  100. font-family: times new roman;
  101. font-size:11px;
  102. margin-left: 30.5%;
  103. line-height:18px;
  104. padding:2px;
  105. margin-top: 20px;
  106. text-align:center;
  107. text-transform:lowercase;
  108. font-style:italic;
  109. background-color:#transparent;
  110. }
  111.  
  112. #admin {
  113. font-size:12px;
  114. color:#000;
  115. font-family: times new roman;
  116. letter-spacing: 1px;
  117. text-align: center;
  118. padding: 2 3 2 3;
  119. width: 120px;
  120. position: fixed;
  121. margin-top: -5px;
  122. }
  123.  
  124. .header {
  125. height:20px;
  126. color:#000;
  127. font-family:"stars";
  128. font-size:18px;
  129. text-align:center;
  130. letter-spacing:1px;
  131. text-transform:lowercase;
  132. padding:5px 10px;
  133. margin:0px;
  134. }
  135.  
  136. .header a {
  137. color:#eeeeee;
  138. text-decoration:none;
  139. }
  140.  
  141.  
  142.  
  143. </style>
  144.  
  145.  
  146. <div id="border-top"></div>
  147.  
  148.  
  149.  
  150. </div>
  151. <div id="top">
  152. <div class="header">{Title}</div>
  153.  
  154. <a href=" / ">link</a>
  155. <a href=" / ">link</a>
  156. <a href=" / ">link</a>
  157.  
  158. </div>
  159.  
  160. <table id="all" border="0" cellpadding="0" cellspacing="20">
  161.  
  162.  
  163. <!---start of 1st column--->
  164. <!---start 1st pannel--->
  165. <td><div id="pannel">
  166. <div id="poster">
  167. <div id="admin"><a href="/"> url </a></div><!---name of the member--->
  168. <p>
  169. <div id="about">
  170. <div id="name"><p> description here</div><!--- description goes here--->
  171. </div>
  172. <img width="120px" src="https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcT5I4zU3wUqtKu1IVlmSy6OtPH5IMD6inetCU6cLObLJT6THBJ8"/><!---replace this url with the image url you want to use--->
  173. </div>
  174.  
  175. </div></td>
  176. <!---end 2st pannel--->
  177.  
  178.  
  179.  
  180. <!---start 2nd pannel--->
  181. <td><div id="pannel">
  182. <div id="poster">
  183. <div id="admin"><a href="/"> url </a></div><!---name of the member--->
  184. <p>
  185. <div id="about">
  186. <div id="name"><p>description here</div><!--- description goes here--->
  187. </div>
  188. <img width="120px" src="https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcT5I4zU3wUqtKu1IVlmSy6OtPH5IMD6inetCU6cLObLJT6THBJ8"/><!---replace this url with the image url you want to use--->
  189. </div>
  190.  
  191. </div></td>
  192. <!---end 2nd pannel--->
  193.  
  194.  
  195. <!---start 3rd pannel--->
  196. <td><div id="pannel">
  197. <div id="poster">
  198. <div id="admin"><a href="/"> url </a></div><!---name of the member--->
  199. <p>
  200. <div id="about">
  201. <div id="name"><p>description here</div><!--- description goes here--->
  202. </div>
  203. <img width="120px" src="https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcT5I4zU3wUqtKu1IVlmSy6OtPH5IMD6inetCU6cLObLJT6THBJ8"/><!---replace this url with the image url you want to use--->
  204. </div>
  205.  
  206. </div></td>
  207. <!---end of 3rd pannel--->
  208. <!--- end of 1st column--->
  209.  
  210. <tr>
  211.  
  212. <!--- start of 2nd column--->
  213. <!---start 1st pannel--->
  214. <td><div id="pannel">
  215. <div id="poster">
  216. <div id="admin"><a href="/"> url </a></div><!---name of the member--->
  217. <p>
  218. <div id="about">
  219. <div id="name"><p>description here</div><!--- description goes here--->
  220. </div>
  221. <img width="120px" src="https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcT5I4zU3wUqtKu1IVlmSy6OtPH5IMD6inetCU6cLObLJT6THBJ8"/><!---replace this url with the image url you want to use--->
  222. </div>
  223.  
  224. </div></td>
  225. <!---end 1st pannel--->
  226.  
  227.  
  228.  
  229.  
  230. <!---start 2nd pannel--->
  231. <td><div id="pannel">
  232. <div id="poster">
  233. <div id="admin"><a href="/"> url </a></div><!---name of the member--->
  234. <p>
  235. <div id="about">
  236. <div id="name"><p>description here</div><!--- description goes here-->
  237. </div>
  238. <img width="120px" src="https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcT5I4zU3wUqtKu1IVlmSy6OtPH5IMD6inetCU6cLObLJT6THBJ8"/><!---replace this url with the image url you want to use--->
  239. </div>
  240.  
  241. </div></td>
  242. <!--end 2nd pannel-->
  243.  
  244.  
  245.  
  246. <!---start 3rd pannel--->
  247. <td><div id="pannel">
  248. <div id="poster">
  249. <div id="admin"><a href="/"> url </a></div><!---name of the member--->
  250. <p>
  251. <div id="about">
  252. <div id="name"><p>description here</div><!--- description goes here-->
  253. </div>
  254. <img width="120px" src="https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcT5I4zU3wUqtKu1IVlmSy6OtPH5IMD6inetCU6cLObLJT6THBJ8"/><!--replace this url with the image url you want to use--->
  255. </div>
  256.  
  257. </div></td>
  258. <!---end of 3rd pannel--->
  259. <!--- end of 2nd column--->
  260.  
  261. <!--- to add more columns, copy everything from <tr> of the first pannel to </td> of the next pannel.--->
  262.  
  263. </table>
  264.  
  265.  
  266.  
  267.  
  268.  
  269. </body><!--- dont remove! --->
  270. <div style="position:fixed; top:35px; right:5px;font-size:12px;">
  271. <a href="http://bonivur.tumblr.com">bonivur © </a>
  272. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement