Advertisement
Guest User

Network Theme 1 by Wallflohwr

a guest
Feb 15th, 2013
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.08 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. <!--- Lots Of Options Network Theme by Sam (http://ry-ot.tk). Originally coded for The White Blog Network and offered in good will as an open source document for your editing and using pleasure.
  4.  
  5. All I ask is that you leave one of the two credit links at the bottom of the page (if you have a dark scheme, leave the white, and a light scheme, the black etc etc etc) Notations on how to use this code provided in the code, as well as on the faq featured at http://networkthemes.tumblr.com.
  6.  
  7. Pages on the blog are still not supported. (I still don't know why they don't work. If you can figure that out.. please let me know!
  8.  
  9. Updated as of 1/8/2013 v1.3-->
  10.  
  11.  
  12. <!--------------------------------
  13.  
  14. asdfghjkl;
  15.  
  16.  
  17. _( )_
  18. (_(%)_)
  19. (_)\
  20. | __
  21. |/_/
  22. |
  23. |
  24.  
  25. theme heavily tweaked by wallflohwr,
  26. don't remove credit for that either xx
  27. thanks for choosin me :)
  28.  
  29. --------------------------------------->
  30.  
  31.  
  32. <html lang="en">
  33. <head>
  34.  
  35. <link rel="shortcut icon" href="{Favicon}" />
  36.  
  37. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  38. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  39.  
  40. <meta name="color:Background" content="#000">
  41. <meta name="color:BlockBgColor" content="#fff">
  42. <meta name="color:Title" content="#000">
  43. <meta name="color:BlogLinks" content="#fff">
  44. <meta name="color:PageLinks" content="#000">
  45. <meta name="color:BlogLinksHover" content="#666">
  46. <meta name="color:PageLinksHover" content="#666">
  47. <meta name="if:ShowPageLinks" content="1">
  48. <meta name="if:ShowTitle" content="1">
  49. <meta name="if:Background image" content="0">
  50. <meta name="if:banner" content="1">
  51. <meta name="image:Background">
  52. <meta name="image:Banner" content="http://static.tumblr.com/907687ff38b74b3ca2e5e7f822c10457/p8blwgt/6ROmi9024/tumblr_static_network-theme-1.gif">
  53. <meta name="text:Admin" content="http://">
  54. <meta name="text:Link 2" content="http://">
  55. <meta name="text:Link 2 Title" content="Admin 2">
  56.  
  57.  
  58. <meta name="text:Person 1" content="Person 1">
  59. <meta name="text:Person 1 URL" content="http://">
  60. <meta name="text:Person 2" content="Person 2">
  61. <meta name="text:Person 2 URL" content="http://">
  62. <meta name="text:Person 3" content="Person 3">
  63. <meta name="text:Person 3 URL" content="http://">
  64. <meta name="text:Person 4" content="Person 4">
  65. <meta name="text:Person 4 URL" content="http://">
  66. <meta name="text:Person 5" content="Person 5">
  67. <meta name="text:Person 5 URL" content="http://">
  68. <meta name="text:Person 6" content="Person 6">
  69. <meta name="text:Person 6 URL" content="http://">
  70. <meta name="text:Person 7" content="Person 7">
  71. <meta name="text:Person 7 URL" content="http://">
  72. <meta name="text:Person 8" content="Person 8">
  73. <meta name="text:Person 8 URL" content="http://">
  74. <meta name="text:Person 9" content="Person 9">
  75. <meta name="text:Person 9 URL" content="http://">
  76. <meta name="text:Person 10" content="Person 10">
  77. <meta name="text:Person 10 URL" content="http://">
  78. <meta name="text:Person 11" content="Person 11">
  79. <meta name="text:Person 11 URL" content="http://">
  80. <meta name="text:Person 12" content="Person 12">
  81. <meta name="text:Person 12 URL" content="http://">
  82. <meta name="text:Person 13" content="Person 13">
  83. <meta name="text:Person 13 URL" content="http://">
  84. <meta name="text:Person 14" content="Person 14">
  85. <meta name="text:Person 14 URL" content="http://">
  86. <meta name="text:Person 15" content="Person 15">
  87. <meta name="text:Person 15 URL" content="http://">
  88. <meta name="text:Person 16" content="Person 16">
  89. <meta name="text:Person 16 URL" content="http://">
  90. <meta name="text:Person 17" content="Person 17">
  91. <meta name="text:Person 17 URL" content="http://">
  92. <meta name="text:Person 18" content="Person 18">
  93. <meta name="text:Person 18 URL" content="http://">
  94. <meta name="text:Person 19" content="Person 19">
  95. <meta name="text:Person 19 URL" content="http://">
  96. <meta name="text:Person 20" content="Person 20">
  97. <meta name="text:Person 20 URL" content="http://">
  98.  
  99.  
  100.  
  101. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  102.  
  103. <title>{Title}</title>
  104. <style type="text/css">
  105.  
  106. body {
  107. margin: 0px;
  108. background-color:{color:background};
  109. {block:ifbackgroundimage}
  110. background-attachment: fixed;
  111. background-image:url('{image:Background}');
  112. -webkit-background-size: cover;
  113. -moz-background-size: cover;
  114. -o-background-size: cover;
  115. background-size: cover;
  116. {/block:ifbackgroundimage}
  117. }
  118.  
  119. #container {
  120. position:relative;
  121. margin-left:auto;
  122. margin-right:auto;
  123. height:100%;
  124. top:10px;
  125. text-align: center;
  126. visibility: visible;
  127. z-index: 100;
  128. }
  129.  
  130. #body {
  131. position: absolute;
  132. left: 0%;
  133. top: 0%;
  134. width: 98%;
  135. height:98%;
  136. padding: 1%;
  137. z-index: -1000;
  138. }
  139.  
  140. table.description {
  141. margin-left:auto;
  142. margin-right:auto;
  143. margin-top:8px;
  144. margin-bottom:-20px;
  145. text-align: center;
  146. font-weight: bold;
  147. font-family: Coming Soon;
  148. font-size:1.7em;
  149. }
  150.  
  151. a, a:hover, a:active, a:visited {
  152. text-decoration:none;
  153. }
  154.  
  155. span a, #bloglinks a{
  156. font-weight: bold;
  157. text-decoration: none;
  158. color: {color:BlogLinks};
  159. font-size:15px;
  160. }
  161.  
  162. span a:hover, #bloglinks a:hover{
  163. text-decoration: none;
  164. }
  165.  
  166. span:hover{
  167. color: {color:BlogLinksHover};
  168. }
  169. span a:active, #bloglinks a:active{
  170. text-decoration: none;
  171. color: {color:BlogLinksHover};
  172. }
  173.  
  174. #bloglinks a:visited{
  175. text-decoration: none;
  176. color: {color:BlogLinks};
  177. }
  178.  
  179. #container table tr td {
  180. color: {color:BlogLinks};
  181. background-color: {color:BlockBgColor};
  182. width:200px;
  183. Text-align:center;
  184. vertical-align:middle;
  185. font-family: Coming Soon;
  186. font-size:.6em;
  187. }
  188.  
  189. div.title{
  190. text-transform:uppercase;
  191. font-family:Coming Soon;
  192. color:{color:Title};
  193. padding-top:10px;
  194. font-size:25px;
  195. }
  196.  
  197. a.pagelinks{
  198. font-family:Coming Soon;
  199. color:{color:PageLinks};
  200. font-size:15px;
  201. text-decoration:none;
  202. }
  203.  
  204. a.pagelinks:hover{
  205. color:{color:PageLinksHover};
  206. }
  207.  
  208. a.pagelinks:visited{
  209. color:{color:PageLinks};
  210. text-decoration:none;
  211. }
  212.  
  213. <!--[if IE]>
  214. <style type="text/css">
  215. body {
  216. margin: 0px;
  217. overflow: hidden;
  218. }
  219.  
  220. #body {
  221. padding: 1em;
  222. width: 100%;
  223. height:100%;
  224. overflow: hidden;
  225. }
  226.  
  227. #pink {
  228. text-align: center;
  229. font-size: 11px;
  230. position:fixed;
  231. left:100px;
  232. bottom:-5px;
  233. -webkit-transition: all .5s ease-in-out;
  234. -moz-transition: all .5s ease-in-out;
  235. -o-transition: all .5s ease-in-out;
  236. z-index:999;
  237. font-family:coming soon;
  238. }
  239.  
  240. #pink:hover {bottom:60px;}
  241.  
  242. #blue {
  243. background: #fff;
  244. border-bottom:none;
  245. padding:5px 0 5px 0;
  246. width:250px;
  247. height:20px;
  248. z-index: 9999;
  249. }
  250.  
  251. </style>
  252.  
  253. <link href='http://fonts.googleapis.com/css?family=Coming+Soon' rel='stylesheet' type='text/css'>
  254.  
  255. </head>
  256. <body>
  257. <div id="container">
  258.  
  259. {block:ifshowtitle}<div class="title"><strong>{Title}</strong></div>{/block:ifshowtitle}
  260. {block:ifbanner}<img src="{image:Banner}"height=200>{/block:ifbanner}<br><br>
  261. {block:ifshowdescription}
  262. <table class="description" width="200" border="0" cellspacing="7" cellpadding="7">
  263.  
  264. <tr>
  265.  
  266. <td>
  267.  
  268. </table>
  269.  
  270. <br>
  271. {/block:ifshowdescription}
  272.  
  273. {block:ifshowpagelinks}
  274. <table width="800" height="20" border="0" align="center" cellpadding="7" cellspacing="7" columns="4" >
  275.  
  276. <!-- places for links, i.e. about page, link to ask, faq etc must be external links, This (and all of my others for networks) theme will not work multiple pages on the same blog, not even an ask page. To remove this, uncheck show page links on appearance---->
  277.  
  278. <tr width="800" align="center" valign="middle">
  279.  
  280. <a class="pagelinks" href="{text:admin}">
  281.  
  282. Admin
  283.  
  284. </a>
  285.  
  286. &nbsp;&nbsp;♡&nbsp;&nbsp;
  287.  
  288. <a class="pagelinks" href="{text:Link 2}">
  289.  
  290. {text:Link 2 Title}
  291.  
  292. </a>
  293.  
  294. </table>
  295. {/block:ifshowpagelinks}
  296.  
  297. <table id="bloglinks" border="0" align="center" cellpadding="7" cellspacing="20" columns="4">
  298. <!--- links to blogs go here---->
  299. <td ><a class="bloglinks" href="{text:person 1 url}"><span>{text:person 1}</span></a></td>
  300.  
  301. <td ><a class="bloglinks" href="{text:person 2 url}"><span>{text:person 2}</span></a></td>
  302.  
  303. <td ><a class="bloglinks" href="{text:person 3 url}"><span>{text:person 3}</span></a></td>
  304.  
  305. <td ><a class="bloglinks" href="{text:person 4 url}"><span>{text:person 4}</span></a></td>
  306.  
  307. </tr><tr>
  308.  
  309. <td ><a class="bloglinks" href="{text:person 5 url}"><span>{text:person 5}</span></a></td>
  310.  
  311. <td ><a class="bloglinks" href="{text:person 6 url}"><span>{text:person 6}</span></a></td>
  312.  
  313. <td ><a class="bloglinks" href="{text:person 7 url}"><span>{text:person 7}</span></a></td>
  314.  
  315. <td ><a class="bloglinks" href="{text:person 8 url}"><span>{text:person 8}</span></a></td>
  316.  
  317. </tr>
  318.  
  319. <tr>
  320.  
  321. <td ><a class="bloglinks" href="{text:person 9 url}"><span>{text:person 9}</span></a></td>
  322.  
  323. <td ><a class="bloglinks" href="{text:person 10 url}"><span>{text:person 10}</span></a></td>
  324.  
  325. <td ><a class="bloglinks" href="{text:person 11 url}"><span>{text:person 11}</span></a></td>
  326.  
  327. <td ><a class="bloglinks" href="{text:person 12 url}"><span>{text:person 12}</span></a></td>
  328.  
  329. </tr>
  330.  
  331. <tr>
  332.  
  333. <td ><a class="bloglinks" href="{text:person 13 url}"><span>{text:person 13}</span></a></td>
  334.  
  335. <td ><a class="bloglinks" href="{text:person 14 url}"><span>{text:person 14}</span></a></td>
  336.  
  337. <td ><a class="bloglinks" href="{text:person 15 url}"><span>{text:person 15}</span></a></td>
  338.  
  339. <td ><a class="bloglinks" href="{text:person 16 url}"><span>{text:person 16}</span></a></td>
  340.  
  341. </tr>
  342.  
  343.  
  344. <tr>
  345.  
  346. <td ><a class="bloglinks" href="{text:person 17 url}"><span>{text:person 17}</span></a></td>
  347.  
  348. <td ><a class="bloglinks" href="{text:person 18 url}"><span>{text:person 18}</span></a></td>
  349.  
  350. <td ><a class="bloglinks" href="{text:person 19 url}"><span>{text:person 19}</span></a></td>
  351.  
  352. <td ><a class="bloglinks" href="{text:person 20 url}"><span>{text:person 20}</span></a></td>
  353.  
  354. </tr>
  355. <!---- for each additional row pf links, copy and paste from the tr tag to the /tr tag ---->
  356.  
  357. </table>
  358.  
  359.  
  360.  
  361. <div id="pink">
  362. <div id="blue">
  363. <div style="text-align:left">
  364.  
  365. <big><big>credit
  366. </div>
  367. theme by <a href="http://networkthemes.tumblr.com">networkthemes (ry-ot)</a><br>
  368. tweaked by <a href="http://wallflohwr.tumblr.com">wallflohwr</a></big></div></div>
  369.  
  370.  
  371. </body>
  372. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement