zaincumsthemes

WhoVille Christmas ❅ Theme 14

Dec 8th, 2013
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.18 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2.  
  3. <!--ZAINCUM>>Captialcities theme 14! YOU KNOW THE RULES LIKE COME
  4.  
  5. ╔══╗────────╔═╦╗──╔╦═╦╗─────╔═╗
  6. ║║║╠═╦╦╦╦╦╦╗║╠╣╚╦╦╬╣═╣╚╦══╦═╣═╣
  7. ║║║║╩╣╔╣╔╣║║║╠╣║║╔╣╠═║╔╣║║║╬╠═║
  8. ╚╩╩╩═╩╝╚╝╠╗║╚═╩╩╩╝╚╩═╩═╩╩╩╩╩╩═╝
  9. ─────────╚═╝
  10.  
  11. ⋱ ⋮ ⋰
  12. ⋯ ✰ ⋯
  13. ⋰ ⋮ ⋱
  14. ….| _▄▄_
  15. ….|.(◑ჴ◑)
  16. ….|..▶★◀
  17. …↺(_____)↺
  18. ….|(______)
  19. ★ ⋰⋱ ★ ⋰⋱ ★ ⋰⋱
  20. ------>
  21.  
  22.  
  23. <meta name="color:background" content="#ffffff"/>
  24. <meta name="color:text" content="#838282"/>
  25. <meta name="color:link" content="#b8b8b8"/>
  26. <meta name="color:link hover" content="#eeeeee"/>
  27. <meta name="color:border" content="#eeeeee"/>
  28. <meta name="color:hoverlink border" content="838282"/>
  29. <meta name="color:hoverlink text" content="838282"/>
  30. <meta name="color:hoverlink bg" content="#ffffff"/>
  31.  
  32. <meta name="image:sidebar" content=""/>
  33. <meta name="image:sidebar2" content=""/>
  34.  
  35.  
  36. <meta name="text:link title" content="/">
  37. <meta name="text:link1 text" content="link 1">
  38. <meta name="text:link1 url" content="/">
  39. <meta name="text:link1 hover" content="link 1">
  40. <meta name="text:link2 text" content="link 2">
  41. <meta name="text:link2 url" content="/">
  42. <meta name="text:link2 hover" content="link 2">
  43. <meta name="text:link3 text" content="link 3">
  44. <meta name="text:link3 url" content="/">
  45. <meta name="text:link3 hover" content="link 3">
  46. <meta name="text:link4 text" content="link 4">
  47. <meta name="text:link4 url" content="/">
  48. <meta name="text:link4 hover" content="link 4">
  49. <meta name="text:link5 text" content="link 5">
  50. <meta name="text:link5 url" content="/">
  51. <meta name="text:link5 hover" content="link 5">
  52.  
  53. <head>
  54. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  55. <script type="text/javascript">
  56. $(document).ready(function(){
  57. $(".links_body").hide();
  58. $(".links_head").click(function(){
  59. $(this).next(".links_body").slideToggle('fast');
  60. }); }); </script>
  61. <style type="text/css">
  62. .links_list { margin:0px; padding:0px; width:100%;}
  63. .links_head { padding-top:5px; padding-bottom:5px; cursor:pointer; position:relative; margin:1px; text-align:center;}
  64. .links_body { padding:10px; text-align:left; display:none;}
  65. </style>
  66.  
  67. <title>{Title}</title>
  68. <link rel="shortcut icon" href="{Favicon}">
  69. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  70. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  71.  
  72. <style type="text/css">
  73.  
  74. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:#96dce3;}
  75. ::-webkit-scrollbar {background-color:#000000;height:7px;width:12px;border:5px solid #fff;}
  76.  
  77. body {
  78. background:{color:background};
  79. margin:0px;
  80. color:{color:text};
  81. font-family:arial;
  82. font-size:10px;
  83. line-height:100%;
  84. }
  85.  
  86.  
  87. #top {
  88. position:fixed;
  89. margin-top:-50px;
  90. margin-left:0px;
  91. width:2000px;
  92. height:80px;;
  93. background-image:url(http://media.tumblr.com/4004cf2fc1c4877a1ac19abae9761968/tumblr_inline_mw4gu8AxTI1r37k2u.png);
  94. z-index:1;
  95. }
  96.  
  97. #bottom {
  98. position:fixed;
  99. margin-top:530px;
  100. margin-left:0px;
  101. width:2000px;
  102. height:80px;;
  103. background:transparent;
  104. background-image:url(http://media.tumblr.com/3c27c5dd4e1007bca25da576bc84828b/tumblr_inline_mxi6naYMKr1rohu8o.png)
  105. }
  106.  
  107. a {
  108. text-decoration:none;
  109. outline:none;
  110. -moz-outline-style:none;
  111. color:{color:link};
  112. -moz-transition-duration:0.8s;
  113. -webkit-transition-duration:0.8s;
  114. -o-transition-duration:0.8s;
  115. }
  116.  
  117. a:hover {
  118. color:{color:link hover};
  119. outline:none;
  120. -moz-outline-style:none;
  121. }
  122.  
  123. img {
  124. border:none;
  125. }
  126.  
  127. blockquote {
  128. padding-left:5px;
  129. border-left:2px solid;
  130.  
  131. }
  132.  
  133. blockquote blockquote {
  134. padding-left:5px;
  135. border-left:2px solid;
  136. }
  137.  
  138. h1 {
  139. font-size:8px;
  140. text-align:center;
  141. font-family:calibri;
  142. letter-spacing:1px;
  143. color:{color:text};
  144. }
  145.  
  146. h2 {
  147. font-size:8px;
  148. text-align:center;
  149. font-family:calibri;
  150. letter-spacing:1px;
  151. color:{color:text};
  152. }
  153.  
  154. #sidebar:hover #description {
  155.  
  156. opacity:.8;
  157. -webkit-transition: all 0.5s ease-out;
  158. -moz-transition: all 0.5s ease-out;
  159. transition: all 0.5s ease-out;
  160.  
  161. }
  162.  
  163. #sidebar:hover #pagination {
  164.  
  165. opacity:.8;
  166. -webkit-transition: all 0.5s ease-out;
  167. -moz-transition: all 0.5s ease-out;
  168. transition: all 0.5s ease-out;
  169.  
  170. }
  171.  
  172. #sidebar {
  173. width:200px;
  174. position:fixed;
  175. margin-left:230px;
  176. margin-top:190px;
  177. }
  178.  
  179. @font-face{font-family:Black Swan;src:url(http://static.tumblr.com/q54tzar/7POm34eyl/a_s_black_swan_3_.ttf);}
  180.  
  181. #title {
  182. font-family:'Black Swan';
  183. width:525px;
  184. font-size:55px;
  185. margin-top:-30px;
  186. margin-left:-185px;
  187. padding:6px;
  188. color:black;
  189. position:fixed;
  190. }
  191.  
  192. #sidebarimage {
  193. position:fixed;
  194. width:200px;
  195. height:135px;
  196. }
  197.  
  198. #sidebarimage img {
  199. width:198px;
  200. height:135px;
  201. margin-left:-168px;
  202. padding:1px;
  203. -moz-transition-duration:0.7s;
  204. -webkit-transition-duration:0.7s;
  205. -o-transition-duration:0.7s;
  206.  
  207. }
  208.  
  209. #sidebarimage2 {
  210. position:fixed;
  211. width:200px;
  212. height:135px;
  213. }
  214.  
  215. #sidebarimage2 img {
  216. width:200px;
  217. height:135px;
  218. margin-left:30px;
  219. padding:1px;
  220. -moz-transition-duration:0.7s;
  221. -webkit-transition-duration:0.7s;
  222. -o-transition-duration:0.7s;
  223.  
  224. }
  225.  
  226. @font-face{font-family:Hand of Sean;src:url(http://static.tumblr.com/9wzbixa/RxLmj2j5g/handsean.ttf);}
  227. #description {
  228. position:fixed;
  229. font-family:"Hand of Sean";
  230. line-height:110%;
  231. opacity:0;
  232. font-size:11px;
  233. width:290px;
  234. height:83px;
  235. margin-top:15px;
  236. padding:11px;
  237. margin-left:-111px;
  238. text-align:center;
  239. z-index:999999999999999;
  240. color:#000;
  241. background-color:#fff;
  242. overflow:auto;
  243. -webkit-transition: all 0.5s ease-out;
  244. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  245. }
  246.  
  247. #pagination {
  248. font-size:15px;
  249. text-align:center;
  250. margin-top:150px;
  251. margin-left:190px;
  252. word-spacing:5px;
  253. position:fixed;
  254. }
  255.  
  256. @font-face{font-family:Ashley Marie;src:url(http://static.tumblr.com/9wzbixa/qKtmj2fnf/ashleymarie.ttf);}
  257. #links {
  258. font-family:"Ashley Marie";
  259. width:200px;
  260. margin-top:137px;
  261. margin-left:-75px;
  262. position:fixed;
  263. padding:5px;
  264. text-align:center;
  265. word-spacing:2px;
  266. font-size:15px;
  267. display:block;
  268. font-style:bold;
  269. color:{color:link};
  270. background-color:#96dce3;
  271. }
  272.  
  273. #links a {
  274. letter-spacing: 1px;
  275. padding:3px;
  276. }
  277.  
  278. #s-m-t-tooltip {
  279. max-width:300px;
  280. padding:3px 4px 5px 4px;
  281. margin:20px 0px 0px 20px;
  282. background-color:{color:hoverlink bg};
  283. border:3px solid; color:{color:hoverlink border};
  284. font-family:calibri;
  285. font-size:9px;
  286. letter-spacing:2px;
  287. text-transform:uppercase;
  288. color:{color:hoverlink text};
  289. z-index:999999999999999999999999999999999999;
  290. }
  291.  
  292. #entries {
  293. padding:20px;
  294. width:500px;
  295. margin-left:500px;
  296. margin-top:40px;
  297. }
  298.  
  299. #post {
  300. width:500px;
  301. }
  302.  
  303. #postinfo {
  304. margin-top:7px;
  305. margin-bottom:20px;
  306. text-align:center;
  307. padding-top:5px;
  308. padding-bottom:5px;
  309. color:white;
  310. background-color:black;
  311. }
  312.  
  313. #postinfo a {
  314. color:#ebebeb;
  315. }
  316.  
  317. #ask {
  318. font-size:11px;
  319. padding-top:10px;
  320. padding-bottom:10px;
  321. padding-left:10px;
  322. text-align:left;
  323. color:#ebebeb;
  324. background-color:black;
  325. border-bottom:1px solid #eee;
  326. font-style:bold;
  327. text-transform:uppercase;
  328. }
  329.  
  330. #ask a{
  331. color:#ebebeb;
  332.  
  333. }
  334.  
  335. #answer {
  336. text-align:left;
  337. padding-top:10px;
  338. padding-bottom:10px;
  339. padding-left:10px;
  340. color:#949494;
  341. font-size:11px;
  342. font-style:bold;
  343. text-transform:uppercase;
  344. }
  345.  
  346. #cred {
  347. position:fixed;
  348. font-size:8px;
  349. font-weight:normal;
  350. line-height:150%;
  351. letter-spacing:2px;
  352. right:10px;
  353. bottom:10px;
  354. text-transform:uppercase;
  355. text-align:center;
  356. }
  357.  
  358.  
  359. {CustomCSS}</style></head><body>
  360. <script type="text/javascript" src="http://static.tumblr.com/qsifglb/mZjl87ts1/f8.js"></script>
  361.  
  362. <script type="text/javascript">
  363. snowStorm.snowColor = '#58a4f2'; //
  364. snowStorm.flakesMaxActive = 150;
  365. </script>
  366.  
  367. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  368. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  369. <script>
  370.  
  371. (function($){
  372.  
  373. $(document).ready(function(){
  374.  
  375. $("a[title]").style_my_tooltips({
  376.  
  377. tip_follows_cursor:true,
  378.  
  379. tip_delay_time:50,
  380.  
  381. tip_fade_speed:600,
  382.  
  383. attribute:"title"
  384.  
  385. });
  386.  
  387. });
  388.  
  389. })(jQuery);
  390.  
  391. </script>
  392.  
  393. <div id="top"></div>
  394. <div id="bottom"></div>
  395.  
  396. <div id="sidebar">
  397.  
  398. <div id="title">{title}</div>
  399.  
  400. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  401. <div id="sidebarimage2"><img src="{image:sidebar2}"></div>
  402.  
  403. <div id="links">
  404. <div class="links_list">
  405. <p class="links_head">❅ {text:link title} ❅</p>
  406. <div class="links_body">
  407. <center>
  408. <a title="{text:link1 hover}" href="{text:link1 url}">{text:link1 text}</a>
  409. <a title="{text:link2 hover}" href="{text:link2 url}">{text:link2 text}</a>
  410. <a title="{text:link3 hover}" href="{text:link3 url}">{text:link3 text}</a>
  411. <a title="{text:link4 hover}" href="{text:link4 url}">{text:link4 text}</a>
  412. <a title="{text:link5 hover}" href="{text:link5 url}">{text:link5 text}</a>
  413. </div>
  414. </center>
  415. </div></div>
  416.  
  417. <div id="description">{Description}</div>
  418.  
  419. <div id="pagination">
  420. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">-</a>{/block:PreviousPage}
  421. {block:NextPage}<a href="{NextPage}">+</a>{/block:NextPage}{/block:Pagination}
  422. </div>
  423.  
  424. </div>
  425.  
  426.  
  427. <div id="entries">{block:Posts}<div id="post">
  428.  
  429. {block:Text}<h1>{block:Title}<big><big>{Title}</big></big>{/block:Title}</h1>{Body}{/block:Text}
  430.  
  431. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  432.  
  433. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  434.  
  435. {block:Quote}<big><b><i>"{Quote}"</i></b></big>{block:Source}<p></p>— {Source}{/block:Source}{/block:Quote}
  436.  
  437. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  438.  
  439. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  440.  
  441. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  442.  
  443. {block:Audio}<div class="audio_container">{block:AudioEmbed}{AudioEmbed color="white"}{/block:AudioEmbed}</div>
  444. {block:Caption}<div class="caption">{Caption}</div>
  445. {/block:Caption}{/block:Audio}
  446.  
  447. {block:Answer}<div id="question"><img src="{AskerPortraitURL-24}"></div><big><i>{Asker} shivered:</big></i><br>{Question}<p>{Answer}{/block:Answer}
  448.  
  449. <div id="postinfo"><a href="{Permalink}">{TimeAgo}</a>{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a> from {block:RebloggedFrom}<a href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom} {block:ContentSource} by <a href="{SourceURL}"> <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}{/block:RebloggedFrom}
  450.  
  451. {block:HasTags}<div id="tags">{block:Tags} ❅ <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  452.  
  453. {/block:Posts}{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}{/block:Posts}
  454.  
  455. </div></div></div></div>
  456. </div>
  457.  
  458. <div style="
  459. position:fixed;
  460. bottom:-10px;
  461. right:150px;
  462. font-size:14px;
  463. letter-spacing:1px;
  464. font-family:midnight;
  465. padding-bottom:10px;
  466. margin-right:-150px;
  467. ">
  468. <a href="http://captialcites.tumblr.com/"><img src="http://media.tumblr.com/54dd57c17b64c90e0926a264f87182f9/tumblr_inline_mvyl9eemVP1ql5d5i.gif"></a></div>
  469.  
  470. </body>
  471. </html>
Add Comment
Please, Sign In to add comment