Advertisement
html-tutorials

Crescents Theme (Network Theme 2)

Aug 25th, 2012
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.35 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. <html lang="en">
  4. <head>
  5.  
  6. <link href='http://fonts.googleapis.com/css?family=Snippet|Anonymous+Pro' rel='stylesheet' type='text/css'>
  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:PageLinksHover" content="#fff">
  20. <meta name="font:BlogLinksAndDescription" content="Arial">
  21. <meta name="font:PageLinks" content="Arial">
  22. <meta name="if:Background image" content="0">
  23. <meta name="if:ShowTitle" content="1">
  24. <meta name="if:234x60Banner" content="0">
  25. <meta name="if:468x60Banner" content="0">
  26. <meta name="if:300x100Banner" content="0">
  27. <meta name="if:728x90Banner" content="0">
  28. <meta name="image:Background">
  29. <meta name="image:Banner">
  30. <meta name="text:Link URL 1" content="http://">
  31. <meta name="text:Link 1" content="link 1">
  32. <meta name="text:Link URL 2" content="http://">
  33. <meta name="text:Link 2" content="link 2">
  34. <meta name="text:Link URL 3" content="http://">
  35. <meta name="text:Link 3" content="link 3">
  36.  
  37.  
  38. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  39.  
  40. <title>{Title}</title>
  41. <style type="text/css">
  42.  
  43.  
  44. .POST IMG:HOVER {
  45. OPACITY: 1;
  46.  
  47. /*GLOW*/
  48. -WEBKIT-BOX-SHADOW: 0PX 0PX 20PX RGBA(255,255,255,0.8);
  49. -MOZ-BOX-SHADOW: 0PX 0PX 20PX RGBA(255,255,255,0.8);
  50. BOX-SHADOW: 0PX 0PX 20PX RGBA(255,255,255,0.8);
  51. }
  52.  
  53. .kitten {
  54. display : block;
  55. text-align: center;
  56. background : #e6e6e6;
  57. font-size: 12px;
  58. width: 70px;
  59. height: 20px;
  60. letter-spacing:0px;
  61. margin-top:5px;
  62. margin-left:3px;
  63. line-height:18px;
  64. color: #000;
  65. font-family: happy monkey;
  66. text-align:center;
  67. -webkit-transition-duration: .6s;
  68. -webkit-border-radius:2px;
  69. moz-border-radius:2px;
  70. -o-border-radius:2px;
  71. border-radius:2px;
  72. border-top-right-radius:0px;
  73. border-bottom-right-radius:60px;
  74. border-top-left-radius:60px;
  75. border-bottom-left-radius:0px;
  76. display: inline-block;
  77. }
  78.  
  79. .kitten:hover {
  80. background-color: #928a92;
  81. -moz-transition: all .2s ease-in-out;
  82. -o-transition: all .2s ease-in-out;
  83. transition: all .2s ease-in-out;
  84. -webkit-transition: all .2s ease-in-out;
  85. -webkit-transition-duration: .8s;
  86. -webkit-border-radius:2px;
  87. moz-border-radius:2px;
  88. -o-border-radius:2px;
  89. border-radius:2px;
  90. border-top-right-radius:600px;
  91. border-bottom-right-radius:0px;
  92. border-top-left-radius:0px;
  93. border-bottom-left-radius:600px;
  94. -webkit-transition-duration: 1s;
  95. -webkit-transition-duration: 1s;
  96. }
  97.  
  98. body {
  99.  
  100.  
  101. margin: 0px;
  102.  
  103. background-color:{color:background};
  104. {block:ifbackgroundimage}background-attachment: fixed; background-image:url('{image:Background}');-webkit-background-size: cover;
  105. -moz-background-size: cover;
  106. -o-background-size: cover;
  107. background-size: cover;{/block:ifbackgroundimage}}
  108.  
  109. }
  110.  
  111.  
  112.  
  113. #container {
  114.  
  115. position:relative;
  116.  
  117. margin:auto;
  118.  
  119. width:1000px;
  120.  
  121. height:100%;
  122.  
  123. top:10px;
  124.  
  125. text-align: center;
  126.  
  127. visibility: visible;
  128.  
  129. z-index: 100;
  130.  
  131. }
  132.  
  133.  
  134.  
  135.  
  136.  
  137. #body {
  138.  
  139. position: absolute;
  140.  
  141. left: 0%;
  142.  
  143. top: 0%;
  144.  
  145. width: 98%;
  146.  
  147. height:98%;
  148.  
  149. padding: 1%;
  150.  
  151. z-index: -1000;
  152.  
  153. }
  154.  
  155.  
  156.  
  157. li {
  158.  
  159. margin-bottom: 2em;
  160.  
  161. }
  162.  
  163. <!--[if IE]>
  164.  
  165. <style type="text/css">
  166.  
  167. body {
  168.  
  169. margin: 0px;
  170.  
  171. overflow: hidden;
  172.  
  173. }
  174.  
  175.  
  176.  
  177. #body {
  178.  
  179. padding: 1em;
  180.  
  181. width: 100%;
  182.  
  183. height:100%;
  184.  
  185. overflow: hidden;
  186.  
  187. }
  188.  
  189. </style>
  190.  
  191. <![endif]-->
  192.  
  193. </style>
  194. <style type="text/css">
  195.  
  196. <!--
  197.  
  198. #container table {
  199.  
  200. text-align: center;
  201.  
  202. font-weight: bold;
  203.  
  204. font-family: {font:BlogLinksAndDescription};
  205.  
  206. font-size: 10px;
  207.  
  208. }
  209.  
  210. a.bloglinks{
  211. font-family: 'Anonymous Pro', sans-serif;
  212. font-weight: bold;
  213. text-decoration: none;
  214. color: black;
  215. font-size: 20px;
  216. }
  217. /*
  218. a.bloglinks:visited {
  219.  
  220. text-decoration: none;
  221. color: {color:BlogLinks};
  222.  
  223. } */
  224.  
  225. a.bloglinks:hover {
  226.  
  227. text-decoration: underline;
  228. color: {color:BlogLinksHover};
  229. }
  230.  
  231. a.bloglinks:active {
  232.  
  233. text-decoration: underline;
  234.  
  235. color: {color:BlogLinksHover};
  236. }
  237.  
  238. a.bloglinks:visited {
  239.  
  240. color:"#000"
  241. }
  242.  
  243. #container table tr td {
  244.  
  245. color: {color:BlogLinks};
  246. background-color: #5f5d5d;
  247. width:200px;
  248. Text-align:center;
  249. vertical-align:middle;
  250. }
  251.  
  252. div.title{
  253. font-size: 40px;
  254. text-transform:uppercase;
  255. font-family: 'Snippet', sans-serif;
  256. color:{color:Title};
  257. padding-top:10px;
  258.  
  259. }
  260.  
  261. a.pagelinks{
  262.  
  263. font-family:arial;
  264. color:black;
  265. font-size:10px;
  266. text-decoration:none;
  267.  
  268. }
  269.  
  270. a.pagelinks:hover{
  271.  
  272. font-family:{font:BlogLinks};
  273. color:{color:PageLinksHover};
  274. font-size:10px;
  275.  
  276.  
  277. }
  278. /*
  279. a.pagelinks:visited{
  280.  
  281. font-family:{font:PageLinks};
  282. color:{color:PageLinks};
  283. font-size:10px;
  284. text-decoration:none;
  285.  
  286.  
  287. }
  288. */
  289. -->
  290.  
  291. </style>
  292.  
  293. </head>
  294. <body>
  295.  
  296. <center>
  297. {block:ifshowtitle}<div class="title"><strong>{Title}</strong></div>{/block:ifshowtitle}
  298. {block:if234x60banner}<img src="{image:Banner}" width=234px height=60px>{/block:if234x60banner}
  299. {block:if468x60banner}<img src="{image:Banner}" width=468px height=60px>{/block:if468x60banner}
  300. {block:if728x90banner}<img src="{image:Banner}" width=728px height=90px>{/block:if728x90banner}
  301. {block:if300x100banner}<img src="{image:Banner}" width=300px height=100px>{/block:if300x100banner}
  302.  
  303. <center><table width="200" border="0" cellspacing="7" cellpadding="7"></center></div>
  304.  
  305. </p>
  306. <div style="font-family: Arial; color: #ffffff;">Ctrl+f description in your EDIT HTML then put what you want.</div>
  307.  
  308.  
  309.  
  310. </table>
  311.  
  312. <br>
  313.  
  314. <table width="800" height="20" border="0" align="center" cellpadding="7" cellspacing="7" columns="4">
  315.  
  316.  
  317. <tr width="800" align="center" valign="middle">
  318. <div class="kitten">
  319. <a class="pagelinks" href="http://naturalblissethemes.tumblr.com/">owner</a></div>
  320. <div class="kitten">
  321. <a class="pagelinks" href="{text:Link URL 1}">{text:Link 1}</a></div>
  322. <div class="kitten">
  323. <a class="pagelinks" href="{text: Link URL 2}">{text:Link 2}</a></div>
  324. <div class="kitten">
  325. <a class="pagelinks" href="{text: Link URL 3}">{text:Link 3}</a></div>
  326.  
  327. </table>
  328.  
  329. <div id="container">
  330.  
  331. <table width="1000x" height="1000px" border="0" align="center" cellspacing="10" columns="4" >
  332. <!---put your links and picture background below---->
  333. <td style="background: url(http://25.media.tumblr.com/tumblr_m8cqndBNzB1qzzelmo1_500.png) no-repeat center; background-size:290px 320px; border-top-left-radius: 100px;
  334. border-bottom-right-radius: 100px;
  335. }"><a class="bloglinks" href="http://naturalblissethemes.tumblr.com" target="_blank">OPEN</a></td>
  336.  
  337. <td style="background: url(http://25.media.tumblr.com/tumblr_m8cqndBNzB1qzzelmo1_500.png) no-repeat center; background-size:290px 320px; border-top-left-radius: 100px;
  338. border-bottom-right-radius: 100px;
  339. }"><a class="bloglinks" href="http://naturalblissethemes.tumblr.com" target="_blank">OPEN</a></td>
  340.  
  341. <td style="background: url(http://25.media.tumblr.com/tumblr_m8cqndBNzB1qzzelmo1_500.png) no-repeat center; background-size:290px 320px; border-top-left-radius: 100px;
  342. border-bottom-right-radius: 100px;
  343. }"><a class="bloglinks" href="http://naturalblissethemes.tumblr.com" target="_blank">OPEN</a></td>
  344.  
  345. <td style="background: url(http://25.media.tumblr.com/tumblr_m8cqndBNzB1qzzelmo1_500.png) no-repeat center; background-size:290px 320px; border-top-left-radius: 100px;
  346. border-bottom-right-radius: 100px;
  347. }"><a class="bloglinks" href="http://naturalblissethemes.tumblr.com" target="_blank">OPEN</a></td>
  348.  
  349. </tr><tr>
  350.  
  351. <td style="background: url(http://25.media.tumblr.com/tumblr_m8cqndBNzB1qzzelmo1_500.png) no-repeat center; background-size:290px 320px; border-top-left-radius: 100px;
  352. border-bottom-right-radius: 100px;
  353. }"><a class="bloglinks" href="http://naturalblissethemes.tumblr.com" target="_blank">OPEN</a></td>
  354.  
  355. <td style="background: url(http://25.media.tumblr.com/tumblr_m8cqndBNzB1qzzelmo1_500.png) no-repeat center; background-size:290px 320px; border-top-left-radius: 100px;
  356. border-bottom-right-radius: 100px;
  357. }"><a class="bloglinks" href="http://naturalblissethemes.tumblr.com" target="_blank">OPEN</a></td>
  358.  
  359. <td style="background: url(http://25.media.tumblr.com/tumblr_m8cqndBNzB1qzzelmo1_500.png) no-repeat center; background-size:290px 320px; border-top-left-radius: 100px;
  360. border-bottom-right-radius: 100px;
  361. }"><a class="bloglinks" href="http://naturalblissethemes.tumblr.com" target="_blank">OPEN</a></td>
  362.  
  363. <td style="background: url(http://25.media.tumblr.com/tumblr_m8cqndBNzB1qzzelmo1_500.png) no-repeat center; background-size:290px 320px; border-top-left-radius: 100px;
  364. border-bottom-right-radius: 100px;
  365. }"><a class="bloglinks" href="http://naturalblissethemes.tumblr.com" target="_blank">OPEN</a></td>
  366.  
  367. </tr>
  368.  
  369. <tr>
  370.  
  371. <td style="background: url(http://25.media.tumblr.com/tumblr_m8cqndBNzB1qzzelmo1_500.png) no-repeat center; background-size:290px 320px; border-top-left-radius: 100px;
  372. border-bottom-right-radius: 100px;
  373. }"><a class="bloglinks" href="http://naturalblissethemes.tumblr.com" target="_blank">OPEN</a></td>
  374.  
  375. <td style="background: url(http://25.media.tumblr.com/tumblr_m8cqndBNzB1qzzelmo1_500.png) no-repeat center; background-size:290px 320px; border-top-left-radius: 100px;
  376. border-bottom-right-radius: 100px;
  377. }"><a class="bloglinks" href="http://naturalblissethemes.tumblr.com" target="_blank">OPEN</a></td>
  378.  
  379. <td style="background: url(http://25.media.tumblr.com/tumblr_m8cqndBNzB1qzzelmo1_500.png) no-repeat center; background-size:290px 320px; border-top-left-radius: 100px;
  380. border-bottom-right-radius: 100px;
  381. }"><a class="bloglinks" href="http://naturalblissethemes.tumblr.com" target="_blank">OPEN</a></td>
  382.  
  383. <td style="background: url(http://25.media.tumblr.com/tumblr_m8cqndBNzB1qzzelmo1_500.png) no-repeat center; background-size:290px 320px; border-top-left-radius: 100px;
  384. border-bottom-right-radius: 100px;
  385. }"><a class="bloglinks" href="http://naturalblissethemes.tumblr.com" target="_blank">OPEN</a></td>
  386.  
  387. </tr>
  388. </div>
  389.  
  390. </table>
  391. <div style="display:block;bottom:5px;right:5px;font-size:21px;font-family:courier new;position:fixed;background-color:#ffffff;padding:4px;border-radius:5px;z-index:6;opacity:0.75;"><a href="http://naturalblisse.tumblr.com/">ℕ</a></div>
  392. </body>
  393. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement