Advertisement
khalisar

christmas theme

Aug 18th, 2014
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.69 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8.  
  9.  
  10. <!-- theme 16 by quietwillfall
  11. please do not remove credit or use as base code
  12. thank you-->
  13. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  14.  
  15. <style>
  16. div#qTip {
  17. padding: 2px;
  18. display: none;
  19. font-style:none;
  20. text-align: center;
  21. position: absolute;
  22. font-size:10px;
  23. line-height:10px;
  24. font-family:arial;
  25. z-index: 1000;
  26. background: white;
  27. z-index: 9999999;
  28. border:1px solid #ccc;
  29. color: #999;
  30. letter-spacing: 1px;
  31. }
  32. </style>
  33.  
  34. <!-- COLORS -->
  35.  
  36. <meta name="color:background" content="#ffffff"/>
  37. <meta name="color:text" content="#b6b5b5"/>
  38. <meta name="color:link" content="#b87889"/>
  39. <meta name="color:linkhover" content="#f0e7e1"/>
  40. <meta name="color:scrollbar" content="ececec"/>
  41. <meta name="color:border" content="ececec"/>
  42. <meta name="color:links-background" content="ececec"/>
  43. <meta name="color:title" content="#000"/>
  44. <meta name="color:hover" content="#000"/>
  45.  
  46.  
  47.  
  48.  
  49. <!-- IMAGES -->
  50.  
  51. <meta name="image:sidebar" content=""/>
  52. <meta name="text:sidebar title" content="/"/>
  53.  
  54.  
  55. <!-- LINKS -->
  56.  
  57. <meta name="text:link 1" content="link"/>
  58. <meta name="text:link 1 url" content="/" />
  59. <meta name="text:link 2" content="link"/>
  60. <meta name="text:link 2 url" content="/" />
  61. <meta name="text:link 3" content="link"/>
  62. <meta name="text:link 3 url" content="/" />
  63. <meta name="text:link 4" content="link"/>
  64. <meta name="text:link 4 url" content="/" />
  65. <meta name="text:link 5" content="link"/>
  66. <meta name="text:link 5 url" content="/" />
  67.  
  68. <link href='http://fonts.googleapis.com/css?family=Norican' rel='stylesheet' type='text/css'>
  69.  
  70. <link href='http://fonts.googleapis.com/css?family=Satisfy' rel='stylesheet' type='text/css'>
  71.  
  72. <link href='http://fonts.googleapis.com/css?family=#fff:400,700' rel='stylesheet' type='text/css'>
  73.  
  74.  
  75. <style type="text/css">
  76. @font-face {font-family:'blog title';
  77. src:url('http://static.tumblr.com/sas2ex2/fj6mr4m97/amperzand.ttf');}
  78.  
  79. *, body, a, a:hover {cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), auto;}
  80.  
  81. ::selection {background: #fff; color:{color:selection};}
  82. ::-moz-selection {background: #fff; color:{color:selection};}
  83. ::-webkit-selection {background: #fff; color:{color:selection};}
  84.  
  85. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar};
  86. height:100px;}
  87.  
  88. ::-webkit-scrollbar { height:10px;width:5px; background-color:#fff;}
  89.  
  90.  
  91. /* --- BODY ---*/
  92.  
  93. body {
  94. font-style:none;
  95. font-family:arial;
  96. background:{color:background};
  97. margin:0px; color:{color:text};
  98. font-size:10px;
  99. line-height:100%;
  100.  
  101. }
  102.  
  103. blockquote {
  104. border-left:2px solid #ECECEC;
  105. padding-left:2px;
  106. margin:5px;
  107. }
  108.  
  109. a {
  110. color:{color:link}
  111. }
  112.  
  113. a {
  114. text-decoration:none;
  115. -webkit-transition:all 0.5s ease-in-out;
  116. -moz-transition:all 0.5s ease-in-out;
  117. -o-transition:all 0.5s ease-in-out;
  118. -ms-transition:all 0.5s ease-in-out;
  119. transition:all 0.5s ease-in-out;
  120. }
  121.  
  122. a:hover {
  123. color:{color:linkhover}
  124. }
  125.  
  126. img {none;}
  127.  
  128. h1 , h2 {
  129. font-family:arial;
  130. text-transform:none;
  131. font-size:14px;
  132. line-height:300%;
  133. letter-spacing:0px;
  134. text-align:center;
  135. font-style:none;
  136. }
  137.  
  138. #entries {
  139. padding:10px;
  140. width:550px;
  141. margin-left:500px;
  142. margin-top:50px;
  143.  
  144.  
  145. }
  146.  
  147. #post {
  148. width:500px;
  149. padding-bottom:100px;
  150. font-style:none;
  151. padding:15px;
  152. margin-bottom:10px;
  153. }
  154.  
  155.  
  156.  
  157.  
  158. /* --- SIDEBAR ---*/
  159.  
  160.  
  161. #sidebar
  162. {
  163. width:300px;
  164. position:fixed;
  165. margin-left:130px;
  166. margin-top:120px;
  167. }
  168.  
  169. #sidebar {width:100px;}
  170.  
  171. #sidebarimage img
  172. {
  173. margin-left:71px;
  174. width:159px;
  175. margin-top:40px;
  176. padding:8px;
  177.  
  178.  
  179. }
  180. #descimage img{
  181. margin-left:91px;
  182. width:100px;
  183. margin-top:30px;
  184. padding:8px;
  185. }
  186.  
  187. #stitle {
  188. position:fixed;
  189. line-height:145%;
  190. font-size:15px;
  191. width:200px;
  192. text-align:left;
  193. margin-top:247px;
  194. margin-left:215px;
  195. font-weight:bold;
  196. letter-spacing:1.5px;
  197. color:red;
  198. text-transform:lowercase;
  199. font-family:arial;
  200. {block:ifHideTitle}
  201. color:red;
  202. display:none;
  203. {/block:ifHideTitle}
  204. -moz-transition-duration:.7s;
  205. -webkit-transition-duration:.7s;
  206. -o-transition-duration:.7s;
  207. }
  208.  
  209. #stitle a {color:green;}
  210. #stitle a:hover {color:red;
  211. -moz-transition-duration:.7s;
  212. -webkit-transition-duration:.7s;
  213. -o-transition-duration:.7s;
  214.  
  215. }
  216.  
  217.  
  218. #nav {
  219. position:fixed;
  220. overflow:hidden;
  221. margin-top:150px;
  222. margin-left:315px;
  223. }
  224.  
  225. #link1 a , #link2 a, #link3 a
  226.  
  227. #title
  228. {
  229. font-family:arial;
  230. text-align:center;
  231. margin-top:200px;
  232. padding-bottom:0px;
  233. text-transform:none;
  234. line-height:200%;
  235. font-style:normal;
  236. font-size:10px;
  237. }
  238. #title a{
  239. line-height:200%;
  240. }
  241.  
  242. #links {
  243. letter-spacing:10px;
  244. position:fixed;
  245. font-family:arial;
  246. width:163px;
  247. padding-top:0px;
  248. padding-left:6px;
  249. padding-bottom:30px;
  250. height:80px;
  251. margin-top:30px;
  252. margin-left:75px;
  253. opacity:1;
  254. color:{color:link};
  255. font-size:9px;
  256. font-style:none;
  257. text-align:left;
  258. border-top:2px solid red;
  259.  
  260. }
  261.  
  262.  
  263. #links a{
  264.  
  265. display:inline-block;
  266. line-height:130%;
  267. width:10px;
  268. padding:0px;
  269. padding-right:0px;
  270. margin-top:8px;
  271. margin-bottom:0px;
  272. margin-right:10px;
  273. opacity:1;
  274. letter-spacing:1px;
  275. text-decoration:none;
  276. color:{color:text};
  277. -moz-transition-duration:.4s;
  278. -webkit-transition-duration:.4s;
  279. -o-transition-duration:.4s;
  280.  
  281. }
  282.  
  283. #links a:hover {
  284. font-style:normal;
  285. opacity:.7;
  286. border-bottom:2px solid red;
  287. -moz-transition-duration:.4s;
  288. -webkit-transition-duration:.4s;
  289. -o-transition-duration:.4s;
  290. }
  291.  
  292. #description {
  293. margin-left: 73px;
  294. margin-top: -32px;
  295. width: 150px;
  296. word-spacing:1px;
  297. line-height: 130%;
  298. background-color:#ffffff;
  299. text-transform:none;
  300. text-align:justify;
  301. font-family:arial;
  302. font-weight:bold;
  303. font-size: 10px;
  304. padding:10px;
  305. padding-top:20px;
  306. color:white;
  307. background-color:red;
  308. border-radius:5px;
  309.  
  310. }
  311.  
  312. #pagination {
  313. position:fixed;
  314. font-size:10px;
  315. text-transform:normal;
  316. color:#424242;
  317. margin-top:255px;
  318. margin-left:135px;
  319. width:110px;
  320. letter-spacing:0px;
  321. font-style:normal;
  322. text-align:center;
  323. }
  324.  
  325. #pagination a {
  326. color: #BDBDBD;
  327. }
  328.  
  329. #stuffcontainer {
  330. float:left;
  331. margin-left:200px;
  332. margin-top:75px;
  333. text-align:justify;
  334. background-color:#FFFFFF;
  335. color:#FFFFFF;
  336. border:1px;
  337. margin-bottom: 35px;
  338. }
  339.  
  340.  
  341. #stuff {
  342. width:500px;
  343. margin-top:20px;
  344. text-align:justify;
  345. font-size:11px;
  346. font-family:times;
  347. line-height:90%;
  348. letter-spacing:0x;
  349. color:#FFFFFF;
  350. }
  351.  
  352.  
  353.  
  354.  
  355.  
  356. #info {
  357. font-family:arial;
  358. width:500px;
  359. margin-top:5px;
  360. margin-left:5px;
  361. padding-left:10px;
  362. padding-bottom:5px;
  363. font-size:8px;
  364. color:white;
  365. font-weight:bold;
  366. text-transform:uppercase;
  367. font-style:normal;
  368. text-align:left;
  369. -moz-transition-duration:0.5s;
  370. -webkit-transition-duration:0.5s;
  371. -o-transition-duration:0.5s;
  372. background-color:red;
  373. border-radius:5px;
  374. }
  375.  
  376. #info a {
  377. color:white;
  378. font-style:normal;
  379. }
  380.  
  381. #info a:hover {
  382. color:{color:link hover};
  383. }
  384.  
  385. .tags {
  386. font-family:trebuchet ms;
  387. font-style:normal;
  388. width:500px;
  389. text-transform:none;
  390. font-style:normal;
  391. line-height:120%;
  392. font-size:9px;
  393. text-align:left;
  394. padding-top:5px;
  395. padding-bottom:2px;
  396. -moz-transition-duration:0.2s;
  397. -webkit-transition-duration:0.2s;
  398. -o-transition-duration:0.2s;
  399. }
  400. .tags a{
  401. color:{color:link};
  402. -moz-transition-duration:0.2s;
  403. -webkit-transition-duration:0.2s;
  404. -o-transition-duration:0.2s;
  405. }
  406. .tags a:hover{
  407. color:{color:link hover};
  408. -moz-transition-duration:0.2s;
  409. -webkit-transition-duration:0.2s;
  410. -o-transition-duration:0.2s;
  411. }
  412. .cover {
  413. position: relative;z-index: 1; width: 90px; float:left;}
  414.  
  415. .button {
  416. width:20px;
  417. height:30px;
  418. overflow: hidden;
  419. position: relative;
  420. z-index: 99;
  421. margin: 15px 24px 13px 16px;
  422. }
  423.  
  424. .musicbox {
  425. background-color: #fff;
  426. position: absolute;
  427. z-index: 99;
  428. margin-top: 15px;
  429. margin-left: 15px;
  430. opacity: 0.3;
  431. -webkit-transition: opacity 0.2s linear;
  432. -webkit-transition: all 0.2s linear;
  433. -moz-transition: all 0.2s linear;
  434. -o-transition: all 0.2s linear;
  435. }
  436. .musicbox:hover {opacity:0.9;}
  437. .musicinfo {
  438. padding:20px; font-size:12px;margin-left: 100px;text-align:center;background:#f7f7f7;margin-top:5px;}
  439.  
  440. #ask {
  441. float:left;
  442. margin-left:10px;
  443. }
  444.  
  445. #asker {
  446. float:left;
  447. margin-right:10px;
  448. margin-top:-5px;
  449. padding-right:2px;
  450. background-color:#fff;
  451. }
  452.  
  453. #asker img {
  454. padding:2px;
  455. -webkit-filter:grayscale(0);
  456. }
  457.  
  458. #asks {
  459. padding:10px;
  460. width:480px;
  461. height:101%;
  462. font-weight:bold;
  463. background:{color:Accent2};
  464. text-align:left;
  465. font-size:9px;
  466. letter-spacing:1px;
  467. text-transform:uppercase;
  468. color:{color:Accent1};
  469. overflow:hidden;
  470. }
  471.  
  472. #asks a {
  473. color:{color:Accent3};
  474. }
  475.  
  476. #asks a:hover {
  477. color:{color:Accent1};
  478. }
  479.  
  480. #question {
  481. text-transform:none;
  482. font-weight:normal;
  483. letter-spacing:1.5px;
  484. margin-top:0px;
  485. margin-left:7px;
  486. padding-left:15px;
  487. text-align:left;
  488. color:{color:Accent3};
  489. }
  490.  
  491. #answer {
  492. margin-top:-10px;
  493. margin-left:5px;
  494. }
  495.  
  496.  
  497.  
  498.  
  499.  
  500. #credit {
  501. font-size:11px;
  502. font-family:arial;
  503. letter-spacing:1px;
  504. -moz-transition-duration:0.5s;
  505. -webkit-transition-duration:0.5s;
  506. -o-transition-duration:0.5s;
  507. }
  508.  
  509. #credit a {
  510. background-color:#fff;
  511. padding:5px;
  512. border:1px solid #e9e9e9;
  513. position:fixed;
  514. right:15px;
  515. bottom:10px
  516. }
  517.  
  518. #credit a:hover {
  519. color:#fff;
  520. background-color:#000;
  521. }
  522.  
  523.  
  524.  
  525.  
  526.  
  527. {CustomCSS}
  528.  
  529. #ocehans1{
  530. height:13px;
  531. text-align:center;
  532. overflow:hidden;
  533. margin-top:-1px;
  534. border-bottom:1px solid #efefef;
  535. background-color:red;
  536. letter-spacing:1px;
  537. font-size:11px;
  538. line-height:10px;
  539. padding-top:2px;
  540. z-index:999999999999999999999;
  541. -webkit-transition: all 0.5s ease-in-out;
  542. -moz-transition: all 0.5s ease-in-out;
  543. -o-transition: all 0.5s ease-in-out;
  544. }
  545. #ocehans1:hover{
  546. height:115px;
  547. -webkit-transition: all 0.5s ease-in-out;
  548. -moz-transition: all 0.5s ease-in-out;
  549. -o-transition: all 0.5s ease-in-out;
  550. }
  551.  
  552. #ocehans2{
  553. height:13px;
  554. text-align:center;
  555. overflow:hidden;
  556. border-bottom:1px solid #efefef;
  557. background-color:red;
  558. letter-spacing:1px;
  559. font-size;11px;
  560. line-height:13px;
  561. z-index:999999999999999999999;
  562. -webkit-transition: all 0.5s ease-in-out;
  563. -moz-transition: all 0.5s ease-in-out;
  564. -o-transition: all 0.5s ease-in-out;
  565. }
  566.  
  567. #ocehans2:hover{
  568. height:75px;
  569. -webkit-transition: all 0.5s ease-in-out;
  570. -moz-transition: all 0.5s ease-in-out;
  571. -o-transition: all 0.5s ease-in-out;
  572. }
  573.  
  574. #ocehans3{
  575. height:13px;
  576. text-align:center;
  577. overflow:hidden;
  578. border-bottom:1px solid #efefef;
  579. background-color:red;
  580. letter-spacing:1px;
  581. font-size;11px;
  582. line-height:13px;
  583. z-index:999999999999999999999;
  584. -webkit-transition: all 0.5s ease-in-out;
  585. -moz-transition: all 0.5s ease-in-out;
  586. -o-transition: all 0.5s ease-in-out;
  587. }
  588.  
  589. #ocehans3:hover{
  590. height:70px;
  591. -webkit-transition: all 0.5s ease-in-out;
  592. -moz-transition: all 0.5s ease-in-out;
  593. -o-transition: all 0.5s ease-in-out;
  594. }
  595.  
  596.  
  597.  
  598. #ocehans4{
  599. height:13px;
  600. text-align:center;
  601. overflow:hidden;
  602. border-bottom:0px solid #efefef;
  603. background-color:red;
  604. letter-spacing:1px;
  605. font-size;11px;
  606. line-height:13px;
  607. z-index:999999999999999999999;
  608. -webkit-transition: all 0.5s ease-in-out;
  609. -moz-transition: all 0.5s ease-in-out;
  610. -o-transition: all 0.5s ease-in-out;
  611. }
  612.  
  613. #ocehans4:hover{
  614. height:55px;
  615. -webkit-transition: all 0.5s ease-in-out;
  616. -moz-transition: all 0.5s ease-in-out;
  617. -o-transition: all 0.5s ease-in-out;
  618. }
  619.  
  620. #ocehans{
  621. text-align:left;
  622. font-size:10px;
  623. text-transform:lowercase;
  624. opacity: .8;
  625. border:1px solid #fff;
  626. position:fixed;
  627. font-family:arial;
  628. left:14px;
  629. color:white;
  630. background-color:#fff;
  631. letter-spacing:1px;
  632. width:65px;
  633. z-index:9999;
  634. padding:4px;
  635. top:14px;
  636. border-radius:5px;
  637. }
  638.  
  639.  
  640.  
  641. </style>
  642. </head><body>
  643.  
  644.  
  645.  
  646. <div id="sidebar">
  647.  
  648. <div id="sidebarimage"><a title="{text:homelink title}" href="/"><img src="{image:sidebar}"></a></div>
  649. <div id="description">{Description}</div>
  650.  
  651. <div id="links">
  652.  
  653. {block:ifLink1}<a href="{text:Link 1 URL}" title="{text:Link 1}"><img src=http://media.tumblr.com/tumblr_mecjjiJNL81qdlkyg.gif></a>{/block:ifLink1}
  654. {block:ifLink2}<a href="{text:Link 2 URL}" title="{text:Link 2}"><img src=http://media.tumblr.com/tumblr_mecjjlGDyC1qdlkyg.gif></a>{/block:ifLink2}
  655. {block:ifLink3}<a href="{text:Link 3 URL}" title="{text:Link 3}"><img src=http://media.tumblr.com/tumblr_mecjjtN6mC1qdlkyg.gif></a>{/block:ifLink3}
  656. {block:ifLink4}<a href="{text:Link 4 URL}" title="{text:Link 4}"><img src=http://media.tumblr.com/tumblr_mecjkdHGAk1qdlkyg.gif></a>{/block:ifLink4}
  657. {block:ifLink5}<a href="{text:Link 5 URL}" title="{text:Link 5}"><img src=http://media.tumblr.com/tumblr_mecjkgXU0V1qdlkyg.gif></a>{/block:ifLink5}
  658.  
  659.  
  660. </div>
  661.  
  662.  
  663. </div>
  664.  
  665.  
  666.  
  667. <div id="pagination">
  668. {block:Pagination}
  669. <div id="pagination">
  670. {block:PreviousPage}
  671. <a href="{PreviousPage}">back </a>
  672. {/block:PreviousPage}
  673. {block:NextPage}
  674. <a href="{NextPage}">/ next</a>
  675. {/block:NextPage}
  676. </div></div>
  677. {/block:Pagination}</div>
  678. </div>
  679. </div>
  680. <div id="stitle"><a href="/" title="home">{text:sidebar title}</a></div>
  681. </div>
  682.  
  683.  
  684.  
  685. <div id="scrollbar">{scrollbar}</div>
  686.  
  687.  
  688.  
  689.  
  690.  
  691.  
  692. <div id="entries">{block:Posts}<div id="post">
  693.  
  694. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  695.  
  696. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  697.  
  698. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  699.  
  700. {block:Quote}<big><bold><big>"{Quote}"</big></bold></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  701.  
  702. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  703.  
  704. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  705.  
  706. {block:Audio}<div class="musicbox"><div class="button">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>{block:AlbumArt}<img src="{AlbumArtURL}" class="cover">{/block:AlbumArt}<div class="musicinfo">
  707. {block:TrackName}<div style="font-size:12px; font-style:italic; padding:5px!imporant;">{TrackName}</div>{/block:Trackname}<br>{block:Artist}<span style="font-size:10px;">{Artist}{/block:Artist}{block:Album} - {Album}</span>{/block:Album}<br><br>{block:PlayCount}<span style="font-style:normal; font-size:8px; text-transform:uppercase; letter-spacing:1px;">{PlayCount} plays</span> {/block:PlayCount}</div><div style="margin-top:20px;">{block:caption}{Caption}{/block:caption}</div>{/block:Audio}
  708.  
  709. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  710.  
  711.  
  712. {block:Answer}<div id="asks"><div id="asker"><img src="{AskerPortraitURL-24}"></div><div id="ask">{Asker} asked: </div><div id="question">{Question}</div></div><br><div id="answer">{Answer}</div>{/block:Answer}
  713.  
  714. <div id="info">
  715. <br><a href="{Permalink}">{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear} </a>{block:RebloggedFrom} / <a href="{ReblogParentURL}"> VIA </a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}"> / <a href="{SourceURL}">SOURCE</a> {/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} / <a href="{Permalink}">{NoteCountWithLabel}</a>
  716. {block:HasTags} / <a href="{ReblogURL}">REBLOG</a><div class="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  717. {/block:Posts}
  718. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  719. </div>
  720.  
  721.  
  722.  
  723. <<div id="credit" data="credit"> <a href="http://winterfell.co.vu">©</a></div>
  724. </div>
  725. </body>
  726. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement