wallflwers

family theme

Jun 20th, 2013
642
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.06 KB | None | 0 0
  1. <!--THEME BY JOSHDEVIN, PLEASE DO NOT USE AS A BASE OR REDISTRIBUTE IN ANYWAY.-->
  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. <meta name="image:face" content=""/>
  11. <meta name="color:icon" content="#eeeeee"/>
  12. <meta name="color:text" content="#eeeeee"/>
  13.  
  14. <div style="font-size: 11px; letter-spacing: 2px; float: right; position: fixed; bottom: 10px; right: 10px; color:{color:text};font-family:inconsolata;"><a href="http://joshdevin.tumblr.com">©<i>j</i>D</a></div>
  15.  
  16. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  17. <script type="text/javascript">
  18. $(document).ready(function(){
  19. $(".links_body").hide();
  20. $(".links_head").click(function(){
  21. $(this).next(".links_body").slideToggle('fast');
  22. }); }); </script>
  23.  
  24. <style type="text/css">
  25.  
  26.  
  27.  
  28. ::-webkit-scrollbar {width: 5px; height: 5px; background:{color:Scrollbar Background}; }
  29. ::-webkit-scrollbar-thumb { background-color: {color:Scrollbar};}
  30.  
  31. body{
  32. font-family:calibri;
  33. font-size:11px;
  34. letter-spacing:1px;
  35. line-height:13px;
  36. background-image:url(http://25.media.tumblr.com/tumblr_m33qwzyv7F1r6uwfxo2_250.png);
  37. background-position: fixed;
  38. background-attachment:fixed;
  39. background-repeat:repeat;
  40. text-decoration:none;
  41. }
  42.  
  43. a:link, a:active, a:visited{
  44. color:#a8aeaf;
  45. text-decoration:none;
  46. -webkit-transition: all 0.4s linear;
  47. -moz-transition: all 0.4s linear;
  48. transition: all 0.4s linear;
  49. }
  50.  
  51. a:hover{
  52. color:#797a7a;
  53. -webkit-transition: all 0.4s linear;
  54. -moz-transition: all 0.4s linear;
  55. transition: all 0.4s linear;
  56. }
  57.  
  58. #container {
  59. width:250px;
  60. margin:0 auto;
  61. }
  62.  
  63. #title {
  64. font-family: Futura, "Trebuchet MS", Arial, sans-serif;
  65. font-size:20px;
  66. letter-spacing:5px;
  67. width:1300px;
  68. color:#ccc;
  69. margin-top:100px;
  70. text-align:center;
  71. position:fixed;
  72. text-transform:uppercase;
  73. }
  74.  
  75. #box {
  76. margin-top:130px;
  77. position:fixed;
  78. margin-left:517px;
  79. width:260px;
  80. }
  81.  
  82. .url {
  83. font-family: 'Trebuchet MS';
  84. background-color:#eee;
  85. text-align:center;
  86. color:#fff;
  87. font-size:10px;
  88. line-height:240%;
  89. text-transform:uppercase;
  90. }
  91.  
  92. .url:hover {
  93. background-color:#f2f2f2;
  94. -webkit-transition: all 0.4s linear;
  95. -moz-transition: all 0.4s linear;
  96. transition: all 0.4s linear;
  97. }
  98.  
  99. .about {
  100. font-family:calibri;
  101. text-transform:lowercase;
  102. font-size:9px;
  103. background:#f2f2f2;
  104. border:1px solid #eee;
  105. position:fixed;
  106. text-align:justify;
  107. line-height:140%;
  108. color:#A5A5A5;
  109. margin-left:-70px;
  110. padding:3px;
  111. opacity:0;
  112. width:60px;
  113. margin-top:-24px;
  114. -webkit-transition: all 0.4s linear;
  115. -moz-transition: all 0.4s linear;
  116. transition: all 0.4s linear;
  117. }
  118.  
  119. .url:hover .about {
  120. opacity:1;
  121. }
  122.  
  123. .url:hover .chapters {
  124. opacity:1;
  125. }
  126.  
  127. .chapters {
  128. font-family:calibri;
  129. text-transform:lowercase;
  130. font-size:9px;
  131. background:#f2f2f2;
  132. border:1px solid #eee;
  133. position:fixed;
  134. text-align:justify;
  135. line-height:140%;
  136. color:#A5A5A5;
  137. margin-left:262px;
  138. padding:3px;
  139. opacity:0;
  140. margin-top:-24px;
  141. -webkit-transition: all 0.4s linear;
  142. -moz-transition: all 0.4s linear;
  143. transition: all 0.4s linear;
  144. }
  145.  
  146. .chapters a{
  147. border-bottom:1px solid #a8aeaf;
  148. line-height:150%;
  149. }
  150.  
  151.  
  152. </style>
  153. </head>
  154.  
  155. <body>
  156.  
  157. <div id="title">MEMBERS</div>
  158. <div id="box">
  159. <div class="url">
  160. <a href="/">URL HERE</a>
  161. <div class="about"> put a description of the member here</div>
  162. <div class="chapters">
  163. <img src="http://oi39.tinypic.com/i604mh.jpg" style="width:80px;padding:2px;">
  164. </div>
  165. </div>
  166. <br>
  167. <div class="url">
  168. <a href="/">URL HERE</a>
  169. <div class="about"> put a description of the member here</div>
  170. <div class="chapters">
  171. <img src="http://oi39.tinypic.com/i604mh.jpg" style="width:80px;padding:2px;">
  172. </div>
  173. </div>
  174. <br>
  175. <div class="url">
  176. <a href="/">URL HERE</a>
  177. <div class="about"> put a description of the member here</div>
  178. <div class="chapters">
  179. <img src="http://oi39.tinypic.com/i604mh.jpg" style="width:80px;padding:2px;">
  180. </div>
  181. </div>
  182. <br>
  183. <div class="url">
  184. <a href="/">URL HERE</a>
  185. <div class="about"> put a description of the member here</div>
  186. <div class="chapters">
  187. <img src="http://oi39.tinypic.com/i604mh.jpg" style="width:80px;padding:2px;">
  188. </div>
  189. </div>
  190. <br>
  191. <div class="url">
  192. <a href="/">URL HERE</a>
  193. <div class="about"> put a description of the member here</div>
  194. <div class="chapters">
  195. <img src="http://oi39.tinypic.com/i604mh.jpg" style="width:80px;padding:2px;">
  196. </div>
  197. </div>
  198. <br>
  199. <div class="url">
  200. <a href="/">URL HERE</a>
  201. <div class="about"> put a description of the member here</div>
  202. <div class="chapters">
  203. <img src="http://oi39.tinypic.com/i604mh.jpg" style="width:80px;padding:2px;">
  204. </div>
  205. </div>
  206. <br>
  207. <div class="url">
  208. <a href="/">URL HERE</a>
  209. <div class="about"> put a description of the member here</div>
  210. <div class="chapters">
  211. <img src="http://oi39.tinypic.com/i604mh.jpg" style="width:80px;padding:2px;">
  212. </div>
  213. </div>
  214. <br>
  215. <div class="url">
  216. <a href="/">URL HERE</a>
  217. <div class="about"> put a description of the member here</div>
  218. <div class="chapters">
  219. <img src="http://oi39.tinypic.com/i604mh.jpg" style="width:80px;padding:2px;">
  220. </div>
  221. </div>
  222. <br>
  223. <div class="url">
  224. <a href="/">URL HERE</a>
  225. <div class="about"> put a description of the member here</div>
  226. <div class="chapters">
  227. <img src="http://oi39.tinypic.com/i604mh.jpg" style="width:80px;padding:2px;">
  228. </div>
  229. </div>
  230. <br>
  231. <div class="url">
  232. <a href="/">URL HERE</a>
  233. <div class="about"> put a description of the member here</div>
  234. <div class="chapters">
  235. <img src="http://oi39.tinypic.com/i604mh.jpg" style="width:80px;padding:2px;">
  236. </div>
  237. </div>
  238.  
  239. </body>
  240. </html>
Advertisement
Add Comment
Please, Sign In to add comment