darnpayne

network page

Sep 8th, 2013
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.54 KB | None | 0 0
  1. <!--
  2.  
  3. Network theme / family page by bangnothing
  4.  
  5. -->
  6.  
  7. <head>
  8.  
  9. <title>{title}</title>
  10. <link rel="shortcut icon" href="{favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{rss}">
  12.  
  13. <meta name="color:Name" content="#f8f8f8"/>
  14. <meta name="color:Description" content="#f8f8f8"/>
  15. <meta name="color:Links" content="#f8f8f8"/>
  16. <meta name="color:memberbg" content="#f8f8f8"/>
  17. <meta name="color:Titlebg" content="#f8f8f8"/>
  18.  
  19. <meta name="text:Link 1" content="" />
  20. <meta name="text:Link 1 Text" content="" />
  21.  
  22.  
  23. <style type="text/css">
  24.  
  25. body
  26. {font-family: arial;
  27. font-size: 11px;
  28. background-position: fixed;
  29. background-attachment:fixed;
  30. background-repeat:repeat;
  31. background-color:#fff;}
  32.  
  33. a:link, a:active, a:visited{
  34. color:{color:links};
  35. text-decoration: none;
  36. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  37. }
  38.  
  39. ::-webkit-scrollbar {width: 1px; height: 3px; background-color: #aaa;}
  40.  
  41. ::-webkit-scrollbar-thumb { background-color: {color:link};}
  42.  
  43. a:hover{
  44.  
  45. text-shadow: 2px 0 .2px #fff, -2px 0 .2px #fff;
  46. text-decoration:line-through;
  47. text-decoration: none;
  48. -webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  49. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;
  50. }
  51.  
  52.  
  53. /*dont touch*/
  54.  
  55. #all
  56. {margin:5 auto;
  57. margin-left:450px;}
  58.  
  59. #pannel
  60. {width:100px;
  61. height:170px;
  62. padding:5px;
  63. background-color:#000;
  64. }
  65.  
  66. #poster
  67. {width:80px;
  68. height:80px;
  69. padding-bottom:4px;
  70. padding-left:4px;
  71. padding-right:4px;
  72. padding-top:4px;
  73. overflow:hidden;
  74. float:center;
  75. background-color:#000;}
  76.  
  77. #poster img{
  78. height:90px;
  79. width:90px;
  80. margin-top:0px;
  81. Margin-left:0px;}
  82.  
  83. #about/*Description*/
  84. {text-align:center;
  85. padding:10px;
  86. padding-top:3px;
  87. margin-top:70px;
  88. margin-left:-10px;
  89. margin-right:0px;
  90. margin-bottom:10px;
  91. position:absolute;
  92. width:100px;
  93. letter-spacing:1px;
  94. font-family:'consolas';
  95. height:90px;
  96. opacity:1;
  97. font-size:10px;
  98. color:#fff;
  99. -webkit-transition: opacity 0.7s linear;
  100. -webkit-transition: all 0.7s ease-in-out;
  101. -moz-transition: all 0.7s ease-in-out;
  102. -o-transition: all 0.7s ease-in-out;}
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109. #stats {
  110. font-family: 'Merienda', cursive;
  111. font-size:15px;
  112. text-align:center;
  113. opacity:.7771;
  114. text-transform:lowercase;
  115. width:90px;
  116. height:99px;
  117. color:#fff;
  118. position:absolute;
  119. background-color:#000;
  120. margin-top:-9px;
  121. margin-left:0px;
  122. text-shadow: 2px 0 .2px #01a9db, -2px 0 .2px #f81fc2
  123. }
  124.  
  125. #poster:hover #stats{
  126. opacity:0;
  127. -webkit-transition: opacity 0.2s linear;
  128. -webkit-transition: all 0.2s ease-in-out;
  129. -moz-transition: all 0.2s ease-in-out;
  130. -o-transition: all 0.2s ease-in-out;
  131. }
  132.  
  133.  
  134.  
  135. /*dont touch's end*/
  136.  
  137. #name{
  138. color:#fff;
  139. margin-left:10px;
  140. text-align:center;
  141. width:60;
  142. padding:5px;
  143. font-family: 'consolas'; font-size:12px;
  144. text-transform:uppercase;}
  145.  
  146.  
  147. #bottom
  148. {
  149. width:900px;
  150. height:auto;
  151. font-family: 'consolas';font-family: 'Merienda', cursive; font-size:8px;
  152. color:#fff;
  153. font-size:18px;
  154. position:fixed;
  155. margin-left:250px;
  156. height:110px;
  157. line-height:30px;
  158. margin-top:-30px;
  159. padding:6px;
  160. text-align:center;
  161. text-transform:uppercase;
  162. background-color:#000;
  163.  
  164. }
  165.  
  166. #bottom:hover {
  167. color:#000;}
  168.  
  169. #title {
  170. width:800px;
  171. text-shadow: 2px 0 .2px #01a9db, -2px 0 .2px #000000;
  172. position:fixed;
  173. color:#fff;
  174. font-family: 'consolas'; font-family:'Merienda', cursive; font-size:8px;
  175.  
  176. font-size:50px;
  177. z-index:100;
  178. height:70px;
  179. margin-top:auto;
  180. letter-spacing:4px;
  181. margin-left:300px;
  182. text-align:center;
  183.  
  184. }
  185.  
  186.  
  187. </style>
  188.  
  189.  
  190. <div id="title">{title}</div>
  191.  
  192. <div id="bottom">
  193. <br><br><br><a href="http://tumblr.com/dashboard">Return</a>
  194. <a href="{text:Link 1}">{text:Link 1 Text}</a>
  195. <a href="http://bangnothing.tumblr.com">credit</a>
  196. </div>
  197.  
  198.  
  199. <link href='http://fonts.googleapis.com/css?family=Merienda' rel='stylesheet' type='text/css'>
  200.  
  201. <table id="all" border="0" cellpadding="0" cellspacing="20">
  202.  
  203.  
  204. <tr><tr><tr><tr><tr>
  205.  
  206.  
  207. <!--start of the pannel-->
  208. <tr>
  209.  
  210. <td><div id="pannel">
  211. <div id="about">
  212. <br><br><div id="name"><a href="http://URL.tumblr.com/">name</a></div>
  213. Description goes here</div>
  214. <div id="poster">
  215. <div id="stats"><br><br>admin</DIV>
  216.  
  217. <img width="80px" src="http://31.media.tumblr.com/3f2fcd7ed8ebaa3d4cba389b4fa951ba/tumblr_mq8pveRens1s3hujho6_250.jpg"/><!--replace this url with the image url you want to use-->
  218. </div>
  219.  
  220.  
  221. <div id=<td>
  222.  
  223. <td><div id="pannel">
  224. <div id="about">
  225. <br><br><div id="name"><a href="http://URL.tumblr.com/">name</a></div>
  226. Description goes here</div>
  227. <div id="poster">
  228. <div id="stats"><br><br>member</DIV>
  229.  
  230. <img width="80px" src="http://31.media.tumblr.com/3f2fcd7ed8ebaa3d4cba389b4fa951ba/tumblr_mq8pveRens1s3hujho6_250.jpg"/><!--replace this url with the image url you want to use-->
  231. </div>
  232.  
  233. <div id=<td>
  234.  
  235. <td><div id="pannel">
  236. <div id="about">
  237. <br><br><div id="name"><a href="http://URL.tumblr.com/">name</a></div>
  238. Description goes here</div>
  239. <div id="poster">
  240. <div id="stats"><br><br>member</DIV>
  241.  
  242. <img width="80px" src="http://31.media.tumblr.com/3f2fcd7ed8ebaa3d4cba389b4fa951ba/tumblr_mq8pveRens1s3hujho6_250.jpg"/><!--replace this url with the image url you want to use-->
  243. </div>
  244.  
  245.  
  246. <div id=<td>
  247.  
  248. <td><div id="pannel">
  249. <div id="about">
  250. <br><br><div id="name"><a href="http://URL.tumblr.com/">name</a></div>
  251. Description goes here</div>
  252. <div id="poster">
  253. <div id="stats"><br><br>member</DIV>
  254.  
  255. <img width="80px" src="http://31.media.tumblr.com/3f2fcd7ed8ebaa3d4cba389b4fa951ba/tumblr_mq8pveRens1s3hujho6_250.jpg"/><!--replace this url with the image url you want to use-->
  256. </div>
  257. <tr>
  258. <div id=<td>
  259.  
  260. <td><div id="pannel">
  261. <div id="about">
  262. <br><br><div id="name"><a href="http://URL.tumblr.com/">name</a></div>
  263. Description goes here</div>
  264. <div id="poster">
  265. <div id="stats"><br><br>member</DIV>
  266.  
  267. <img width="80px" src="http://31.media.tumblr.com/3f2fcd7ed8ebaa3d4cba389b4fa951ba/tumblr_mq8pveRens1s3hujho6_250.jpg"/><!--replace this url with the image url you want to use-->
  268. </div>
  269.  
  270. <div id=<td>
  271.  
  272. <td><div id="pannel">
  273. <div id="about">
  274. <br><br><div id="name"><a href="http://URL.tumblr.com/">name</a></div>
  275. Description goes here</div>
  276. <div id="poster">
  277. <div id="stats"><br><br>member</DIV>
  278.  
  279. <img width="80px" src="http://31.media.tumblr.com/3f2fcd7ed8ebaa3d4cba389b4fa951ba/tumblr_mq8pveRens1s3hujho6_250.jpg"/><!--replace this url with the image url you want to use-->
  280. </div>
  281.  
  282.  
  283. <div id=<td>
  284.  
  285. <td><div id="pannel">
  286. <div id="about">
  287. <br><br><div id="name"><a href="http://URL.tumblr.com/">name</a></div>
  288. Description goes here</div>
  289. <div id="poster">
  290. <div id="stats"><br><br>member</DIV>
  291.  
  292. <img width="80px" src="http://31.media.tumblr.com/3f2fcd7ed8ebaa3d4cba389b4fa951ba/tumblr_mq8pveRens1s3hujho6_250.jpg"/><!--replace this url with the image url you want to use-->
  293. </div>
  294. <td><div id="pannel">
  295. <div id="about">
  296. <br><br><div id="name"><a href="http://URL.tumblr.com/">name</a></div>
  297. Description goes here</div>
  298. <div id="poster">
  299. <div id="stats"><br><br>member</DIV>
  300.  
  301. <img width="80px" src="http://31.media.tumblr.com/3f2fcd7ed8ebaa3d4cba389b4fa951ba/tumblr_mq8pveRens1s3hujho6_250.jpg"/><!--replace this url with the image url you want to use-->
  302. </div>
  303. </table><!--all-->
  304.  
  305.  
  306. <!--sidebar-->
  307.  
  308.  
  309. </body>
  310. </html>
Advertisement
Add Comment
Please, Sign In to add comment