Advertisement
winchestheart

theme 13; the dark world.

Aug 2nd, 2013
15,487
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.30 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <!-- Theme 13; The dark world by ~winchestheart.
  5. // http://winchestheart.tumblr.com © //
  6.  
  7. This work is licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License.
  8. > http://creativecommons.org/licenses/by-nc/3.0/
  9.  
  10. Read the rules before using any of my themes:
  11. > http://winchestheart.tumblr.com/rules
  12.  
  13. Do not remove the credit or use as your own work.
  14. Thank you.
  15.  
  16. -->
  17.  
  18.  
  19. <html><head>
  20. <title>{Title}</title>
  21. <link rel="shortcut icon" href="{Favicon}">
  22.  
  23. <meta name="image:Sidebar" content="" />
  24. <meta name="image:Background" content="" />
  25.  
  26. <meta name="color:Links" content="#c6c6c6" />
  27. <meta name="color:Main Color" content="#bdcbcc" />
  28. <meta name="color:Text" content="#a7a7a7" />
  29. <meta name="color:Background" content="#ffffff" />
  30. <meta name="color:Post" content="#ffffff" />
  31. <meta name="color:Border" content="#f1f1f1" />
  32. <meta name="color:Question Background" content="#f9f9f9" />
  33.  
  34. <meta name="text:Link 01" content="home" />
  35. <meta name="text:Link 02" content="ask" />
  36. <meta name="text:Link 03" content="link" />
  37. <meta name="text:Link 04" content="link" />
  38. <meta name="text:Link 01 URL" content="/" />
  39. <meta name="text:Link 02 URL" content="/ask" />
  40. <meta name="text:Link 03 URL" content="/" />
  41. <meta name="text:Link 04 URL" content="/" />
  42. <meta name="text:Background Image Position" content="left" />
  43.  
  44. <meta name="if:Lazy Load" content="0" />
  45. <meta name="if:Custom Scrollbar" content="1" />
  46. <meta name="if:Background Image Repeat" content="0" />
  47.  
  48.  
  49. <!------------------------------------------------------------------------>
  50.  
  51. {block:IfLazyLoad}
  52. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  53. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  54. <script type="text/javascript" charset="utf-8">
  55. var $j = jQuery.noConflict();
  56. $j(function() {
  57. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  58. $j("img").lazyload({
  59. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  60. effect: "fadeIn",
  61. });
  62. });
  63. </script>
  64. {/block:IfLazyLoad}
  65.  
  66.  
  67. <!------------------------------------------------------------------------>
  68.  
  69. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  70.  
  71.  
  72. <style type="text/css">
  73.  
  74. {block:IfCustomScrollbar}
  75. ::-webkit-scrollbar {width:5px;height:5px;background:{color:sidebar background};}
  76. ::-webkit-scrollbar-thumb:vertical {height:5px;background:{color:main color};}
  77. ::-webkit-scrollbar-thumb:horizontal {height:5px;background:{color:main color};}
  78. {/block:IfCustomScrollbar}
  79.  
  80. iframe#tumblr_controls {top:0px!important;right:3px!important;position: fixed!important;}
  81.  
  82. body {font-family:calibri;font-size:10px;line-height:11px;background-color:{color:background};color:{color:text};background-attachment:fixed;background-image:url('{image:Background}');background-position:{text:Background Image Position};{block:IfNotBackgroundImageRepeat}background-repeat:no-repeat;{/block:IfNotBackgroundImageRepeat}{block:IfBackgroundImageRepeat}background-repeat:repeat;{/block:IfBackgroundImageRepeat}}
  83.  
  84. a {text-decoration:none;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;color:{color:links};}
  85. a:hover {color:{color:main color};}
  86.  
  87. strong, bold, b {font-weight:normal;color:{color:links};}
  88.  
  89. small, sub {font-size:10px;}
  90. code {font:10px 'Inconsolata';}
  91. pre {word-wrap:break-word;font:10px 'Inconsolata';padding:8px;background-color:{color:question background};}
  92.  
  93. blockquote {padding-left:8px;margin:-2px 8px;border-left:3px solid {color:border};}
  94.  
  95. h1 {font:12px cambria;}
  96.  
  97. .label {font-weight:bold;color:{color:main color};}
  98. .chat {line-height:12px;margin:8px;}
  99.  
  100. ::selection {color:{color:main color};}
  101. ::-moz-selection {color:{color:main color};}
  102. ::-webkit-selection {color:{color:main color};}
  103.  
  104. #credit {position:fixed;bottom:5px;right:5px;text-transform:uppercase;font-size:8px;font-weight:bold;font-family:calibri;padding:3px;border:1px solid {color:border};}
  105.  
  106.  
  107. /*************************************************************************/
  108.  
  109. #sidebar {position:fixed;width:245px;margin-left:180px;margin-top:200px;}
  110.  
  111. .sideimg {width:245px;height:110px;overflow:hidden;}
  112.  
  113. .navigation {width:225px;margin:4px 8px;padding:5px 3px;font:7px cambria;text-align:center;text-transform:uppercase;letter-spacing:1px;border-top:1px solid {color:border};}
  114. .navigation a {padding:2px 1px;margin:0px 5px;color:{color:text};}
  115. .navigation a:hover {text-decoration:underline;}
  116.  
  117. .description {margin:5px 8px 0px 8px;text-align:justify;padding:5px;line-height:13px;}
  118.  
  119. .pagination {text-align:center;font-family:'Inconsolata';margin-top:20px;color:{color:links};}
  120. .pagination a {padding:1px 3px;margin:0px 5px;}
  121. .pagination a:hover {background-color:{color:main color};color:{color:background};}
  122.  
  123. .currentpage {margin:0px 5px;padding:1px 3px;background-color:{color:main color};color:{color:background};}
  124.  
  125.  
  126. /*************************************************************************/
  127.  
  128. #post {width:500px;margin-left:520px;padding:1px;padding-bottom:4px;text-align:justify;background-color:transparent;}
  129.  
  130. #permalink {margin:0px 0px 8px 519px;width:500px;line-height:12px;}
  131.  
  132. .permalink {letter-spacing:1px;text-transform:uppercase;padding:1px 3px;border-bottom:1px solid {color:border};color:{color:links};}
  133. .permalink a {font:7px cambria;text-transform:uppercase;}
  134.  
  135. .date {text-align:left;}
  136. .rebloglike {text-align:right;margin-top:-12px;}
  137.  
  138. .tags {letter-spacing:1px;font:8px cambria italic;margin:2px 0px 0px 2px;width:500px;color:{color:links};}
  139. .tags a:hover {text-decoration:underline;color:{color:links};}
  140.  
  141. .heart {font:arial 10px;-webkit-transition: all 0s linear;-moz-transition: all 0s linear;-ms-transition: all 0s linear;-o-transition: all 0s linear;transition: all 0s linear;}
  142. .heart:hover {color:red;}
  143.  
  144.  
  145. /*************************************************************************/
  146.  
  147. .quote {font-size:12px;font-family:cambria;line-height:15px;}
  148. .source {font-size:8px;text-transform:uppercase;font-family:calibri;font-weight:bold;padding-top:10px;text-align:center;margin-bottom:10px;}
  149.  
  150.  
  151. /*************************************************************************/
  152.  
  153. #question {z-index:10;padding:10px;text-align:justify;line-height:10px;min-height:46px;background-color:{color:question background};}
  154.  
  155. .portrait {position:absolute;height:48px;width:48px;}
  156. .portrait img {border:3px solid {color:border};}
  157.  
  158. .asker {margin:5px 0px 4px 60px;font:12px cambria italic;}
  159. .asker a {margin-left:-5px;}
  160.  
  161. .question {margin-left:55px;}
  162.  
  163.  
  164. /*************************************************************************/
  165.  
  166. #audio {margin-bottom:10px;padding:10px;height:80px;background-color:{color:question background};}
  167.  
  168. .cover {width:80px;height:80px;position:absolute;}
  169. .cover img {z-index:10;width:70px;height:70px;border:5px solid {color:border};}
  170.  
  171. .player {margin:15px 0px 0px 100px;}
  172. .audioinfo {margin:10px 0px 0px 110px;}
  173.  
  174.  
  175. /*************************************************************************/
  176.  
  177. .notes {margin-left:245px;margin-top:30px;width:480px;}
  178. .notes a:hover {background-color:transparent;color:{color:links};}
  179. ol.notes {list-style-type:none;}
  180. ol.notes li.note {padding-bottom:7px;margin-bottom:12px;border-bottom:1px solid {color:border};}
  181. ol.notes li.note img.avatar {vertical-align:-5px;}
  182. ol.notes li.note img {padding:2px;}
  183. ol.notes li.note blockquote {padding-left:5px;margin-left:30px;}
  184.  
  185.  
  186. </style>
  187. </head>
  188.  
  189. <body>
  190.  
  191. <div id="credit"><a href="http://winchestheart.tumblr.com" target="_blank" title="theme by winchestheart">THEME</a></div>
  192.  
  193. <!------------------------------------------------------------------------>
  194.  
  195. <div id="sidebar">
  196.  
  197. <center><div class="sideimg"><img src="{image:sidebar}" width="245"></div></center>
  198.  
  199. <div class="description">{Description}</div>
  200.  
  201. <div class="navigation">
  202. {block:PreviousPage}<a href="{PreviousPage}" style="font-size:9px;">-</a> {/block:PreviousPage}<a href="{text:Link 01 URL}">{text:Link 01}</a> <a href="{text:Link 02 URL}">{text:Link 02}</a> <a href="{text:Link 03 URL}">{text:Link 03}</a> <a href="{text:Link 04 URL}">{text:Link 04}</a>{block:NextPage} <a href="{NextPage}" style="font-size:9px;">+</a>{/block:NextPage}</div>
  203.  
  204. </div> <!-- sidebar -->
  205.  
  206.  
  207. <!------------------------------------------------------------------------>
  208.  
  209. {block:Posts}
  210.  
  211. <br><br><br>
  212.  
  213. <div id="post">
  214.  
  215. {block:Text}{block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}{Body}{/block:Text}
  216.  
  217. {block:Photo}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  218.  
  219. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  220.  
  221. {block:Quote}<div class="quote">"{Quote}"</div>{block:Source}<div class="source">- {Source}</div>{/block:Source}{/block:Quote}
  222.  
  223. {block:Link}<h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  224.  
  225. {block:Chat}<div id="chat">{block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}<div class="chat">{block:Lines}<div class="{Alt} user_{UserNumber}">{block:Label}<span class="label">{Label} </span>{/block:Label}{Line}</div>{/block:Lines}</div></div>{/block:Chat}
  226.  
  227. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  228.  
  229. {block:Audio}<div id="audio"><div class="cover"><img src="http://static.tumblr.com/jivo3dw/cnHmoby5g/audio.png"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}" width="80"></div>{/block:AlbumArt}<div class="player">{AudioPlayerWhite}</div><div class="audioinfo">{block:Artist}<b>{Artist}</b>&nbsp;&nbsp;{/block:Artist}{block:TrackName}<i>{TrackName}</i>{/block:TrackName}</div></div><div id="audiocaption">{block:Caption}{Caption}{/block:Caption}</div>{/block:Audio}
  230.  
  231. {block:Answer}<div id="question"><div class="portrait"><img src="{AskerPortraitURL-40}"></div><div class="asker">{Asker}</div><div class="question">{Question}</div></div>{Answer}{/block:Answer}
  232.  
  233. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  234. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  235.  
  236. <!-- {block:NoRebloggedFrom}
  237. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  238. {/block:NoRebloggedFrom} -->
  239.  
  240. </div><!-- post -->
  241.  
  242.  
  243. <div id="permalink">
  244.  
  245. <div class="permalink">
  246. <div class="date">{block:Date}<a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}</a>{/block:Date}{block:NoteCount} ▪ <a href="{Permalink}">{NoteCount}</a>{/block:NoteCount} {block:RebloggedFrom} ▪ <a href="{ReblogRootURL}" title="posted by {ReblogRootName}" target="_blank">source</a>{/block:RebloggedFrom}</div><div class="rebloglike"><a href="{ReblogURL}" target="_blank">reblog</a> <a href="{Permalink}" class="heart">♥</a> </div></div>
  247.  
  248. <div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  249.  
  250. </div>
  251.  
  252. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  253.  
  254. </div><!-- post -->
  255.  
  256. {/block:Posts}
  257.  
  258. <br><br><br>
  259.  
  260. </body>
  261. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement