Don't like ads? PRO users don't see any ads ;-)
Guest

Lots of Options Network Theme

By: a guest on Aug 18th, 2012  |  syntax: None  |  size: 6.33 KB  |  hits: 731  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  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 (variasis.tumblr.com) originally coded for The White Blog Network. Please do not remove any credits in the code or on the page. Notations on how to use this code provided. Pages are not supported. -->
  4.  
  5. <html lang="en">
  6. <head>
  7.  
  8. <link rel="shortcut icon" href="{Favicon}" />
  9.  
  10. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  11. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  12.  
  13. <meta name="color:Background" content="#ffffff">
  14. <meta name="color:BlockBgColor" content="#000">
  15. <meta name="color:Title" content="#000">
  16. <meta name="font:Title" content="Georgia">
  17. <meta name="color:BlogLinks" content="#000">
  18. <meta name="color:PageLinks" content="#000">
  19. <meta name="color:BlogLinksHover" content="#000">
  20. <meta name="color:PageLinksHover" content="#fff">
  21. <meta name="font:BlogLinksAndDescription" content="Georgia">
  22. <meta name="font:PageLinks" content="Georgia">
  23. <meta name="if:Background image" content="0">
  24. <meta name="if:ShowTitle" content="1">
  25. <meta name="if:234x60Banner" content="0">
  26. <meta name="if:468x60Banner" content="0">
  27. <meta name="if:300x100Banner" content="0">
  28. <meta name="if:728x90Banner" content="0">
  29. <meta name="image:Background">
  30. <meta name="image:Banner">
  31.  
  32.  
  33. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  34.  
  35. <title>{Title}</title>
  36. <style type="text/css">
  37.  
  38. body {
  39.  
  40. /* for IE; otherwise, BG isn't fully stretched */
  41.  
  42. margin: 0px;
  43.  
  44. background-color:{color:background};
  45. {block:ifbackgroundimage}background-attachment: fixed; background-image:url('{image:Background}');-webkit-background-size: cover;
  46. -moz-background-size: cover;
  47. -o-background-size: cover;
  48. background-size: cover;{/block:ifbackgroundimage}}
  49.  
  50. }
  51.  
  52.  
  53.  
  54. #container {
  55.  
  56. position:relative;
  57.  
  58. margin:auto;
  59.  
  60. width:800px;
  61.  
  62. height:100%;
  63.  
  64. top:10px;
  65.  
  66. text-align: center;
  67.  
  68. visibility: visible;
  69.  
  70. z-index: 100;
  71.  
  72. }
  73.  
  74.  
  75.  
  76.  
  77.  
  78. #body {
  79.  
  80. position: absolute;
  81.  
  82. left: 0%;
  83.  
  84. top: 0%;
  85.  
  86. width: 98%;
  87.  
  88. height:98%;
  89.  
  90. padding: 1%;
  91.  
  92. z-index: -1000;
  93.  
  94. }
  95.  
  96.  
  97.  
  98. li {
  99.  
  100. margin-bottom: 2em;
  101.  
  102. }
  103.  
  104. <!--[if IE]>
  105.  
  106. <style type="text/css">
  107.  
  108. body {
  109.  
  110. margin: 0px;
  111.  
  112. overflow: hidden;
  113.  
  114. }
  115.  
  116.  
  117.  
  118. #body {
  119.  
  120. padding: 1em;
  121.  
  122. width: 100%;
  123.  
  124. height:100%;
  125.  
  126. overflow: hidden;
  127.  
  128. }
  129.  
  130. </style>
  131.  
  132. <![endif]-->
  133.  
  134. </style>
  135. <style type="text/css">
  136.  
  137. <!--
  138.  
  139. #container table {
  140.  
  141. text-align: center;
  142.  
  143. font-weight: bold;
  144.  
  145. font-family: {font:BlogLinksAndDescription};
  146.  
  147. font-size: 10px;
  148.  
  149. }
  150.  
  151. a.bloglinks{
  152.  
  153. font-weight: bold;
  154. text-decoration: none;
  155. color: {color:BlogLinks};
  156.  
  157. }
  158. /*
  159. a.bloglinks:visited {
  160.  
  161. text-decoration: none;
  162. color: {color:BlogLinks};
  163.  
  164. } */
  165.  
  166. a.bloglinks:hover {
  167.  
  168. text-decoration: none;
  169. color: {color:BlogLinksHover};
  170.  
  171. }
  172.  
  173. a.bloglinks:active {
  174.  
  175. text-decoration: none;
  176.  
  177. color: {color:BlogLinksHover};
  178.  
  179. }
  180.  
  181. a.bloglinks:visted {
  182.  
  183. color:"#000"
  184. }
  185.  
  186. #container table tr td {
  187.  
  188. color: {color:BlogLinks};
  189. background-color: {color:BlockBgColor};
  190. width:200px;
  191. Text-align:center;
  192. vertical-align:middle;
  193. }
  194.  
  195. div.title{
  196.  
  197. text-transform:uppercase;
  198. font-family:{font:Title};
  199. color:{color:Title};
  200. padding-top:10px;
  201.  
  202. }
  203.  
  204. a.pagelinks{
  205.  
  206. font-family:{font:PageLinks};
  207. color:{color:PageLinks};
  208. font-size:10px;
  209. text-decoration:none;
  210.  
  211. }
  212.  
  213. a.pagelinks:hover{
  214.  
  215. font-family:{font:BlogLinks};
  216. color:{color:PageLinksHover};
  217. font-size:10px;
  218.  
  219.  
  220. }
  221. /*
  222. a.pagelinks:visited{
  223.  
  224. font-family:{font:PageLinks};
  225. color:{color:PageLinks};
  226. font-size:10px;
  227. text-decoration:none;
  228.  
  229.  
  230. }
  231. */
  232. -->
  233.  
  234. </style>
  235.  
  236. </head>
  237. <body>
  238. <center>
  239. <div id="container">
  240.  
  241. {block:ifshowtitle}<div class="title"><strong>{Title}</strong></div>{/block:ifshowtitle}
  242. {block:if234x60banner}<img src="{image:Banner}" width=234px height=60px>{/block:if234x60banner}
  243. {block:if468x60banner}<img src="{image:Banner}" width=468px height=60px>{/block:if468x60banner}
  244. {block:if728x90banner}<img src="{image:Banner}" width=728px height=90px>{/block:if728x90banner}
  245. {block:if300x100banner}<img src="{image:Banner}" width=300px height=100px>{/block:if300x100banner}
  246.  
  247. <center><table width="200" border="0" cellspacing="7" cellpadding="7"></center>
  248.  
  249. <tr>
  250.  
  251. <td>{description}
  252.  
  253. </table>
  254.  
  255. <br>
  256.  
  257. <table width="800" height="20" border="0" align="center" cellpadding="7" cellspacing="7" columns="4">
  258.  
  259. <!-- places for links, i.e. about page, link to ask, faq etc must be external links,
  260. the theme is not coded for multiple pages on the same blog---->
  261.  
  262. <tr width="800" align="center" valign="middle">
  263.  
  264.  
  265. <a class="pagelinks" href="http://networkthemes.tumblr.com/">
  266.  
  267. [Supports external pages only]
  268.  
  269. </a>
  270.  
  271. <a class="pagelinks" href="http://networkthemes.tumblr.com">
  272.  
  273. [Must be added in code]
  274.  
  275. </a>
  276.  
  277. </table>
  278.  
  279.  
  280.  
  281. <table width="800" height="100" border="0" align="center" cellpadding="7" cellspacing="20" columns="4">
  282. <!--- links go here---->
  283. <td ><a class="bloglinks" href="http://networkthemes.tumblr.com">add</a></td>
  284.  
  285. <td ><a class="bloglinks" href="http://networkthemes.tumblr.com">blogs</a></td>
  286.  
  287. <td ><a class="bloglinks" href="http://networkthemes.tumblr.com">in</a></td>
  288.  
  289. <td ><a class="bloglinks" href="http://networkthemes.tumblr.com">code</a></td>
  290.  
  291. </tr><tr>
  292.  
  293. <td ><a class="bloglinks" href="http://networkthemes.tumblr.com">instructions</a></td>
  294.  
  295. <td ><a class="bloglinks" href="http://networkthemes.tumblr.com">for</a></td>
  296.  
  297. <td ><a class="bloglinks" href="http://networkthemes.tumblr.com">adding</a></td>
  298.  
  299. <td ><a class="bloglinks" href="http://networkthemes.tumblr.com">more</a></td>
  300.  
  301. </tr>
  302.  
  303. <tr>
  304.  
  305. <td ><a class="bloglinks" href="http://networkthemes.tumblr.com">rows</a></td>
  306.  
  307. <td ><a class="bloglinks" href="http://networkthemes.tumblr.com">at</a></td>
  308.  
  309. <td ><a class="bloglinks" href="http://networkthemes.tumblr.com">end of</a></td>
  310.  
  311. <td ><a class="bloglinks" href="http://networkthemes.tumblr.com">code</a></td>
  312.  
  313. </tr>
  314.  
  315. <!---- for each additional row, copy and paste from the tr tag to the /tr tag ---->
  316.  
  317. </table>
  318.  
  319. <!--- will break theme if removed--->
  320. <div style="position:fixed; bottom:10px; left:0px; opacity:.8;"><a href="http://networkthemes.tumblr.com" title="credit"><font size=2px color=black>credit</font><font size=2px color=white>credit</font></a></div>
  321.  
  322. </body>
  323. </html>