Advertisement
wallflwers

Family Page 01 by Joshdevin

Jan 2nd, 2013
3,574
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.81 KB | None | 0 0
  1.  
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head>
  6. <title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9.  
  10. <link href='http://fonts.googleapis.com/css?family=Text+Me+One' rel='stylesheet' type='text/css'>
  11.  
  12.  
  13. <meta name="color:links" content="#f8f8f8"/>
  14. <meta name="color:Background" content="#ffffff"/>
  15. <meta name="color:Border" content="#e8e8e8"/>
  16. <meta name="color:Name" content="#d59db0"/>
  17. <meta name="color:namehover" content="#d59db0"/>
  18. <meta name="color:linkshover" content="#292727"/>
  19. <meta name="color:Text" content="#9c8f93"/>
  20. <meta name="color:title" content=""/>
  21. <meta name="color:url" content=""/>
  22.  
  23.  
  24. <div style="font-size: 10px; letter-spacing: 1px; float: right; position: fixed; bottom: 10px; right: 10px; text-transform:lowercase;color:{color:text}"><a href="http://joshdevin.tumblr.com">©<i>j</i>oshdevin</a></div>
  25.  
  26.  
  27. <style type="text/css">
  28.  
  29. #bite
  30. #bite a{
  31. display:block
  32. }
  33. #bite .death {margin-top:-10px;
  34. filter: alpha(opacity = 0);
  35. opacity:0;-webkit-transition: all 0.8s ease-out;
  36. -moz-transition: all 0.5s ease-out;transition: all 0.8s ease-out;
  37. }
  38.  
  39. #bite:hover .death {
  40. margin-top:2px;
  41. -webkit-transition: all 0.8s ease-out;
  42. -moz-transition: all 0.8s ease-out;
  43. transition: all 0.8s ease-out;
  44. filter: alpha(opacity = 100);
  45. filter: alpha(opacity = 100);
  46. opacity:100;
  47. }
  48.  
  49.  
  50. body
  51. {font-family:calibri;
  52. font-size:9px;
  53. background-color:{color:background};
  54. }
  55.  
  56. a
  57. {text-decoration:none;
  58. -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;
  59. opacity:1;
  60. color:{color:links};
  61. }
  62.  
  63. a:hover
  64. {text-decoration:none;
  65. opacity:1;
  66. color:{color:linkshover};}
  67.  
  68. #title {
  69. text-align:center;
  70. text-transform:lowercase;
  71. font-family: courier;
  72. background-color:#000;
  73. color:{color:title};
  74. font-size:12px;
  75. margin-top:10px;
  76. margin-left:15px;
  77. letter-spacing:3px;
  78. padding:10px;
  79. }
  80.  
  81. #links {
  82. text-align:center;
  83. color:{color:links};
  84. font-size:11px;
  85. padding:5px;
  86. padding-top:10px;
  87. padding-bottom:20px;
  88. margin-left:20px;
  89. }
  90.  
  91. #links a:hover {
  92. opacity:0.6;
  93. color:{color:linkshover};
  94. }
  95.  
  96. #line
  97. {width:150px;
  98. float:left;
  99. margin-left:15;
  100. margin-right:15px;
  101. margin-bottom:5px;}
  102.  
  103. #icon {
  104. margin-left:30px;
  105. padding:10px;
  106. border:1px solid {color:border};
  107. width:90px;
  108. height:90px;
  109. overflow:hidden;
  110. }
  111.  
  112.  
  113.  
  114. #icon{
  115. -webkit-transition: opacity 0.5s linear;
  116. opacity: 0.75;
  117. }
  118.  
  119. #icon:hover{
  120. -webkit-transition: opacity 0.5s linear;
  121. opacity: 1;
  122. }
  123.  
  124.  
  125. #icon{
  126. -moz-transition: opacity 0.5s linear;
  127. opacity: 0.75;
  128. }
  129.  
  130. #icon:hover{
  131. -moz-transition: opacity 0.5s linear;
  132. opacity: 1;
  133. }
  134.  
  135.  
  136. #name {
  137. margin-left:30px;
  138. width:110px;
  139. padding-top:5px;
  140. color:{color:Name};
  141. padding-bottom:2px;
  142. border-bottom:1px dashed {color:border};
  143. font-style:italic;
  144. font-size:12px;
  145. text-align:center;
  146. }
  147.  
  148. #name a:hover {
  149. color:{color:namehover};
  150. }
  151.  
  152.  
  153. #description {
  154. margin-left:30px;
  155. width:112px;
  156. font-size:9px;
  157. color:{color:text};
  158. text-align:center;
  159. padding-top:3px;
  160. font-family:arial;
  161. }
  162.  
  163. #url {
  164. margin-left:30px;
  165. width:115px;
  166. font-family:calibri;
  167. font-size:12px;
  168. letter-spacing:2px;
  169. color:{color:url};
  170. text-align:center;
  171. padding-top:3px;
  172. padding-bottom:20px;
  173. }
  174.  
  175. #admin {
  176. font-size:9px;
  177. color:{color:text};
  178. font-family:arial;
  179. }
  180.  
  181. </style>
  182. </head>
  183. <body>
  184. <table border="0" cellpadding="0" cellspacing="0" align="center">
  185. <tr><td>
  186. <div id="title">{title}</div>
  187. <div id="links">
  188. <!--MAKE SURE YOU LEAVE HTTP:// BEFORE EACH EXTERNAL LINK-->
  189. <a href="http://">back</a> •
  190. <a href="http://">ask</a> •
  191. <a href="http://joshdevin.tumblr.com">credit</a>
  192. <hr color="#d6d5d5" size=".5" width="25%">
  193. </div>
  194. </td></tr>
  195.  
  196. <tr><td>
  197. <div id="line">
  198. <!--ALL IMAGES MUST BE SQUARE OR ELSE THEY WILL BE STRETCHED-->
  199. <div id="bite">
  200. <div id="icon"><img width="90px" height="90px"src="IMG URL"/></div>
  201. <a href="http://joshdevin.tumblr.com/"><div id="name">• Name •</a>
  202. <div class="death">
  203. <!--CHANGE WHERE IT SAYS ADMIN DEPENDING ON IF ITS AN ADMIN OR MEMBER-->
  204. <div id="admin">admin</div></div>
  205. </div>
  206. <div id="description">Put description here!</div>
  207. <div id="url">url name</div>
  208. </div>
  209. </div></div>
  210.  
  211.  
  212. <div id="line">
  213. <!--ALL IMAGES MUST BE SQUARE OR ELSE THEY WILL BE STRETCHED-->
  214. <div id="bite">
  215. <div id="icon"><img width="90px" height="90px"src="IMG URL"/></div>
  216. <a href="http://joshdevin.tumblr.com/"><div id="name">• Name •</a>
  217. <div class="death">
  218. <!--CHANGE WHERE IT SAYS ADMIN DEPENDING ON IF ITS AN ADMIN OR MEMBER-->
  219. <div id="admin">member</div></div>
  220. </div>
  221. <div id="description">Put description here!</div>
  222. <div id="url">url name</div>
  223. </div>
  224. </div></div>
  225.  
  226.  
  227. <div id="line">
  228. <!--ALL IMAGES MUST BE SQUARE OR ELSE THEY WILL BE STRETCHED-->
  229. <div id="bite">
  230. <div id="icon"><img width="90px" height="90px"src="IMG URL"/></div>
  231. <a href="http://joshdevin.tumblr.com/"><div id="name">• Name •</a>
  232. <div class="death">
  233. <!--CHANGE WHERE IT SAYS ADMIN DEPENDING ON IF ITS AN ADMIN OR MEMBER-->
  234. <div id="admin">member</div></div>
  235. </div>
  236. <div id="description">Put description here!</div>
  237. <div id="url">url name</div>
  238. </div>
  239. </div></div>
  240.  
  241.  
  242. <div id="line">
  243. <!--ALL IMAGES MUST BE SQUARE OR ELSE THEY WILL BE STRETCHED-->
  244. <div id="bite">
  245. <div id="icon"><img width="90px" height="90px"src="IMG URL"/></div>
  246. <a href="http://joshdevin.tumblr.com/"><div id="name">• Name •</a>
  247. <div class="death">
  248. <!--CHANGE WHERE IT SAYS ADMIN DEPENDING ON IF ITS AN ADMIN OR MEMBER-->
  249. <div id="admin">member</div></div>
  250. </div>
  251. <div id="description">Put description here!</div>
  252. <div id="url">url name</div>
  253. </div>
  254. </div></div>
  255.  
  256. </td></tr>
  257. <tr><td>
  258.  
  259. <div id="line">
  260. <!--ALL IMAGES MUST BE SQUARE OR ELSE THEY WILL BE STRETCHED-->
  261. <div id="bite">
  262. <div id="icon"><img width="90px" height="90px"src="IMG URL"/></div>
  263. <a href="http://joshdevin.tumblr.com/"><div id="name">• Name •</a>
  264. <div class="death">
  265. <!--CHANGE WHERE IT SAYS ADMIN DEPENDING ON IF ITS AN ADMIN OR MEMBER-->
  266. <div id="admin">member</div></div>
  267. </div>
  268. <div id="description">Put description here!</div>
  269. <div id="url">url name</div>
  270. </div>
  271. </div></div>
  272.  
  273. <div id="line">
  274. <!--ALL IMAGES MUST BE SQUARE OR ELSE THEY WILL BE STRETCHED-->
  275. <div id="bite">
  276. <div id="icon"><img width="90px" height="90px"src="IMG URL"/></div>
  277. <a href="http://joshdevin.tumblr.com/"><div id="name">• Name •</a>
  278. <div class="death">
  279. <!--CHANGE WHERE IT SAYS ADMIN DEPENDING ON IF ITS AN ADMIN OR MEMBER-->
  280. <div id="admin">member</div></div>
  281. </div>
  282. <div id="description">Put description here!</div>
  283. <div id="url">url name</div>
  284. </div>
  285. </div></div>
  286.  
  287.  
  288. </td></tr>
  289. </table>
  290.  
  291.  
  292. </body>
  293. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement