zaincumsthemes

Creepy Meadows {{theme 10}}

Oct 20th, 2013
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.74 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 xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <head><title>{Title}</title>
  6.  
  7. <link rel="shortcut icon" href="{Favicon}">
  8.  
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10.  
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12.  
  13.  
  14.  
  15. <!---- Theme 10 By zaincum! This is my 3nd halloween theme and probably my last not sure if im going to make more.(i made 4 but one in not going to be released) You know the rulsed dont steal or claim as your own blah blah blah--->
  16.  
  17.  
  18.  
  19. <meta name="color:Background" content="#ffffff"/>
  20.  
  21. <meta name="color:Text" content="#838282"/>
  22.  
  23. <meta name="color:Link" content="#b8b8b8"/>
  24.  
  25. <meta name="color:border" content="#eeeeee"/>
  26.  
  27. <meta name="color:Link hover" content="#b8b8b8"/>
  28.  
  29. <meta name="image:sidebar" content=""/>
  30.  
  31. <meta name="text:link 1" content="link 1"/>
  32. <meta name="text:link 1 url" content="/" />
  33. <meta name="text:link 2" content="link 2"/>
  34. <meta name="text:link 2 url" content="/" />
  35. <meta name="text:link 3" content="link 3"/>
  36. <meta name="text:link 3 url" content="/" />
  37. <meta name="text:link 4" content="link 4"/>
  38. <meta name="text:link 4 url" content="/" />
  39.  
  40. <style type="text/css">
  41.  
  42. body {
  43.  
  44. background:{color:background};
  45.  
  46. margin:0px;
  47.  
  48. color:{color:text};
  49.  
  50. font-size:9px;
  51.  
  52. line-height:100%;
  53.  
  54. }
  55.  
  56.  
  57.  
  58. a {
  59.  
  60. text-decoration:none;
  61.  
  62. outline:none;
  63.  
  64. -moz-outline-style:none;
  65.  
  66. color:{color:link};
  67.  
  68. -moz-transition-duration:0.5s;
  69.  
  70. -webkit-transition-duration:0.5s;
  71.  
  72. -o-transition-duration:0.5s;
  73.  
  74. }
  75.  
  76.  
  77.  
  78. a:hover{
  79.  
  80. color:{color:link hover};
  81.  
  82. font-style:italic;
  83.  
  84. -moz-transition-duration:0.5s;
  85.  
  86. -webkit-transition-duration:0.5s;
  87.  
  88. -o-transition-duration:0.5s;}
  89.  
  90.  
  91.  
  92. img {
  93.  
  94. border:none;
  95.  
  96. }
  97.  
  98.  
  99.  
  100. blockquote {
  101.  
  102. padding-left:5px;
  103.  
  104. border-left:2px solid;
  105.  
  106. }
  107.  
  108.  
  109.  
  110. blockquote blockquote {
  111.  
  112. padding-left:5px;
  113.  
  114. border-left:2px solid;
  115.  
  116. }
  117.  
  118.  
  119.  
  120. h1 {
  121.  
  122. font-size:10px;
  123.  
  124. }
  125.  
  126.  
  127.  
  128.  
  129.  
  130. #entries {
  131.  
  132. padding:10px;
  133.  
  134. width:500px;
  135.  
  136. margin-left:500px;
  137.  
  138. margin-top:0px;
  139.  
  140. padding:0px;
  141.  
  142. }
  143.  
  144.  
  145.  
  146. #post {
  147.  
  148. width:500px;
  149.  
  150. }
  151.  
  152. #sidebar {
  153. width:120px;
  154. position:fixed;
  155. margin-left:200px;
  156. margin-top:250px;
  157. }
  158.  
  159.  
  160.  
  161. #sidebarimage {
  162. width 100px;
  163. }
  164.  
  165. #sidebarimage img {
  166. width:130px;
  167. position:fixed;
  168. height:120px;
  169. border: 8px solid #000;
  170. margin-top:-40px;
  171. margin-left: -169px;
  172. -moz-border-radius: 94px;
  173. -webkit-border-radius: 94px;
  174. }
  175.  
  176. #sidebar:hover #sidebarimage img{
  177.  
  178. -webkit-transition: all 0.7s ease-in-out;
  179.  
  180. -moz-transition: all 0.7s ease-in-out;
  181.  
  182. -o-transition: all 0.7s ease-in-out;
  183.  
  184. -webkit-transform: rotate(360deg);
  185.  
  186. -moz-transform: rotate(360deg);
  187.  
  188. -o-transform: rotate(360deg);
  189.  
  190. }
  191.  
  192.  
  193. #sidebarimage2 {
  194. width 100px;
  195. }
  196.  
  197. #sidebarimage2 img {
  198. width:450px;
  199. height:340px;
  200. margin-top:-66px;
  201. margin-left: -200px;
  202. padding:3px;
  203. }
  204.  
  205.  
  206. #description {
  207. width:180px;
  208. margin-top:-180px;
  209. margin-left:-110px;
  210. line-height:13px;
  211. text-align:center;
  212. background-color: #000000;
  213.  
  214. color:#fff;
  215.  
  216. }
  217.  
  218. #description
  219. a {color:#fff; -moz-transition-duration:1s;
  220.  
  221. -webkit-transition-duration:1s; -o-transition-duration:1s;}
  222.  
  223.  
  224.  
  225. #sidebar #description {
  226.  
  227. opacity:0;
  228.  
  229. -moz-transition-duration:1s;
  230.  
  231. -webkit-transition-duration:1s;
  232.  
  233. -o-transition-duration:1s;
  234.  
  235. }
  236.  
  237.  
  238.  
  239. #sidebar:hover #description {
  240.  
  241. opacity:.7771;
  242.  
  243. -moz-transition-duration:1s;
  244.  
  245. -webkit-transition-duration:1s;
  246.  
  247. -o-transition-duration:1s;
  248.  
  249. }
  250.  
  251.  
  252. #links {
  253. margin-top: -310px;
  254. margin-left:-160px;
  255. font-size:9px;
  256. text-transform:normal;
  257. text-align:center;
  258. letter-spacing:2px;
  259. position:absolute;
  260. line-height:170%;
  261. width:130px;
  262. font-style:normal;
  263. z-index:999999999999999;
  264. background-color: #fff;
  265. color:#000;
  266. height:120px;
  267. -moz-border-radius: 94px;
  268. -webkit-border-radius: 94px;
  269.  
  270. }
  271.  
  272. #links a {color:#000; -moz-transition-duration:1s;
  273.  
  274. -webkit-transition-duration:1s; -o-transition-duration:1s;}
  275.  
  276.  
  277.  
  278. #sidebar #links {
  279.  
  280. opacity:0;
  281.  
  282. -moz-transition-duration:1s;
  283.  
  284. -webkit-transition-duration:1s;
  285.  
  286. -o-transition-duration:1s;
  287.  
  288. }
  289.  
  290.  
  291.  
  292. #sidebar:hover #links {
  293.  
  294. opacity:.7771;
  295.  
  296. -moz-transition-duration:1s;
  297.  
  298. -webkit-transition-duration:1s;
  299.  
  300. -o-transition-duration:1s;
  301.  
  302. }
  303.  
  304. #links a{
  305. padding:3px;
  306. color:#3c3b3b;
  307. letter-spacing:0px;
  308. text-decoration:none;
  309. -moz-transition-duration:1s;
  310. -webkit-transition-duration:1s;
  311. -o-transition-duration:1s;
  312. }
  313.  
  314. #links a:hover{
  315. color:;
  316. -moz-transition-duration:0s;
  317. -webkit-transition-duration:0s;
  318. -o-transition-duration:0s;
  319. }
  320.  
  321. #pagination {
  322. font-size:25px;
  323. margin-top:-290px;
  324. margin-left:-100px;
  325. text-align:center;
  326. font-style:italic;
  327. width:405px;
  328. position:center;
  329.  
  330. }
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338. .caption {
  339.  
  340. width:500px;
  341.  
  342. text-align:justify;
  343.  
  344. line-height:120%;
  345.  
  346. }
  347.  
  348.  
  349.  
  350. .ask {
  351.  
  352. padding:10px;
  353.  
  354. text-align:left;
  355.  
  356. color:{color:text};
  357.  
  358. background-color:#eee;
  359.  
  360. border-bottom:1px solid #eee;
  361.  
  362. }
  363.  
  364.  
  365.  
  366. .ans {
  367.  
  368. text-align:left;
  369.  
  370. padding:10px;
  371.  
  372. color:{color:text};
  373.  
  374. }
  375.  
  376.  
  377.  
  378. .audio {
  379.  
  380. width:500px;
  381.  
  382. padding-bottom:10px;
  383.  
  384. background-color:{color:infobg};
  385.  
  386. }
  387.  
  388.  
  389.  
  390. .albumart {
  391.  
  392. float:left;
  393.  
  394. padding:0px 10px 10px 0px;
  395.  
  396. }
  397.  
  398.  
  399.  
  400. .albumart img {
  401.  
  402. width:45px;
  403.  
  404. height:45px;
  405.  
  406. }
  407.  
  408.  
  409.  
  410. .playercontainer {
  411.  
  412. text-align:left;
  413.  
  414. padding:10px;
  415.  
  416. background-color:#ffffff;
  417.  
  418. width:480px;
  419.  
  420. }
  421.  
  422.  
  423.  
  424. .audioinfo {
  425.  
  426. padding:10px;
  427.  
  428. color:{color:text};
  429.  
  430. }
  431.  
  432.  
  433.  
  434. #postinfo {
  435.  
  436. text-align:left;padding-top:3px;
  437.  
  438. margin-top:5px;
  439.  
  440. margin-bottom:10px;
  441.  
  442. text-transform: lowercase;
  443.  
  444. letter-spacing:0px;
  445. text-align:center;
  446.  
  447. font-size:8px;
  448.  
  449. line-height: 10px;
  450.  
  451. color:{color:link};
  452.  
  453.  
  454. }
  455.  
  456.  
  457.  
  458. #postinfo a {
  459.  
  460. color:{color:link};
  461.  
  462. text-align:center;
  463.  
  464. font-style:normal;
  465.  
  466.  
  467. }
  468.  
  469.  
  470.  
  471. #postinfo a:hover {
  472.  
  473. color:{color:hover};
  474.  
  475. }
  476.  
  477.  
  478.  
  479. .note {
  480.  
  481. text-transform:lowercase;
  482.  
  483. font-style:normal;
  484.  
  485. letter-spacing:0px;
  486.  
  487. font-size: 9px;
  488.  
  489. text-align:left;
  490.  
  491. line-height:90%;
  492.  
  493. margin-left:-40px;
  494.  
  495. }
  496.  
  497.  
  498.  
  499. .note li {
  500.  
  501. list-style-type:none;
  502.  
  503. border-bottom:1px solid {color:border};
  504.  
  505. padding:10px 25px 10px 25px;
  506.  
  507. text-align:left;
  508.  
  509. margin:0px;
  510.  
  511. -moz-transition-duration:0.5s;
  512.  
  513. -webkit-transition-duration:0.5s;
  514.  
  515. -o-transition-duration:0.5s;
  516.  
  517. }
  518.  
  519.  
  520.  
  521. .tags {
  522.  
  523. font-style:normal;
  524.  
  525. width:500px;
  526.  
  527. text-transform:uppercase;
  528.  
  529. font-style:normal;
  530.  
  531. color:{color:tags};
  532.  
  533. letter-spacing:2px;
  534.  
  535. line-height:120%;
  536.  
  537. font-size:8px;
  538.  
  539. text-align:left;
  540.  
  541. padding:2px;
  542.  
  543. -moz-transition-duration:0.5s;
  544.  
  545. -webkit-transition-duration:0.5s;
  546.  
  547. -o-transition-duration:0.5s;
  548.  
  549. }
  550.  
  551.  
  552.  
  553. .tags a {
  554.  
  555. color:{color:tags};
  556.  
  557. letter-spacing:1px;
  558.  
  559. padding:1px;
  560.  
  561. }
  562.  
  563.  
  564.  
  565. .tags a:hover {
  566.  
  567. color:{color:link};
  568.  
  569. }
  570.  
  571.  
  572. ul.chat, .chat ol, .chat li {
  573.  
  574. list-style:none;
  575.  
  576. margin:0px;
  577.  
  578. padding:2px;
  579.  
  580. }
  581.  
  582.  
  583.  
  584. .label {
  585.  
  586. text-decoration:underline;
  587.  
  588. font-weight:300;
  589.  
  590. background-color:{color:infobg};
  591.  
  592. margin-right:5px;
  593.  
  594. }
  595.  
  596.  
  597.  
  598.  
  599. .user_1 .label {color:{color:text}; font-weight:bold}
  600.  
  601. .user_2 .label {color:{color:link}; font-weight:bold}
  602.  
  603. .user_3 .label {color:{color:text}; font-weight:bold}
  604.  
  605. .user_4 .label {color:{color:link}; font-weight:bold}
  606.  
  607. .user_5 .label {color:{color:text}; font-weight:bold}
  608.  
  609. .user_6 .label {color:{color:link}; font-weight:bold}
  610.  
  611. ul.chat, .chat ol, .chat li {list-style:none; padding:2px}
  612.  
  613.  
  614.  
  615. {CustomCSS}</style></head><body>
  616.  
  617. <div id="sidebar">
  618.  
  619.  
  620. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  621. <div id="sidebarimage2"><img src="http://clipartist.info/clipart/halloween/landscape_002-2020px.png"/></div>
  622. <div id="links">
  623. <a href="/">home</a>
  624. <br>
  625. <a href="{text:link 1 url}">{text:link 1}</a>
  626. <br>
  627. <a href="{text:link 2 url}">{text:link 2}</a>
  628. <br>
  629. <a href="{text:link 3 url}">{text:link 3}</a>
  630. <br>
  631. <a href="{text:link 4 url}">{text:link 4}</a>
  632. <br>
  633.  
  634. </div>
  635.  
  636. <div id="description"><br>{Description}<br><br></div>
  637.  
  638. <div id="pagination">
  639. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a> {/block:PreviousPage}
  640. {block:NextPage}— <a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  641. </div>
  642.  
  643. </div>
  644.  
  645.  
  646.  
  647. <div id="entries">
  648.  
  649.  
  650. {block:Posts}<div id="post"><br><br><br><br><br><br>
  651.  
  652.  
  653.  
  654. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  655.  
  656.  
  657.  
  658. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  659.  
  660.  
  661.  
  662. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  663.  
  664. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  665.  
  666.  
  667.  
  668. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  669.  
  670.  
  671.  
  672. {block:Photoset}<center>{Photoset-500}</center>
  673.  
  674. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  675.  
  676.  
  677.  
  678. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  679.  
  680.  
  681.  
  682. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  683.  
  684.  
  685.  
  686. {block:Answer}<div class="ask">{Asker} said: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  687.  
  688.  
  689.  
  690. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  691.  
  692. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  693.  
  694. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  695.  
  696. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  697.  
  698. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  699.  
  700.  
  701.  
  702.  
  703.  
  704.  
  705. <div id="postinfo"><a href="{Perimalink}">posted on {block:Date}<a href="{Permalink}">{Month} {DayOfMonth}</a> {/block:Date} with <a href="{Permalink}">{NoteCount} notes </a> {block:RebloggedFrom} ♡ <a href="{ReblogParentURL}">via</a> & {/block:RebloggedFrom}
  706.  
  707. {block:ContentSource}<a href="{SourceURL}"> source <a href="{SourceURL}"></a>{/block:ContentSource}{/block:RebloggedFrom}<div id="tags" st>
  708.  
  709. {block:HasTags}<div id="tags">{block:Tags} # <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  710.  
  711. {/block:Posts}
  712.  
  713. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  714.  
  715.  
  716. {/block:Posts}</div></div></div>
  717.  
  718.  
  719.  
  720.  
  721.  
  722. </div>
  723.  
  724.  
  725.  
  726.  
  727.  
  728. </div>
  729.  
  730. </div>
  731.  
  732. </div>
  733.  
  734.  
  735.  
  736. </body>
  737.  
  738.  
  739.  
  740. <div style="
  741. position:fixed;
  742. bottom:-1px;
  743. right:-6px;
  744. font-size:10px;
  745. letter-spacing:1px;
  746. font-family:cambria;
  747. padding:6px;">
  748. <a href="http://zaincum.tumblr.com/"><img src="http://media.tumblr.com/tumblr_m9mgu4la7n1qb1380.gif"></a></center></div></center></div>
  749.  
  750. </html>
Add Comment
Please, Sign In to add comment