Advertisement
jessvm

09 - Silenced

Feb 23rd, 2013
4,860
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.07 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <!------------------------------------------------------------------------
  4.  
  5.  
  6. THEME 09 (SILENCED) BY WINTERDREAMING
  7.  
  8. @ HTTP://WINTERDREAMING.TUMBLR.COM/
  9.  
  10. PLEASE DO NOT:
  11. - REMOVE THE CREDIT
  12. - CLAIM AS YOUR OWN
  13. - STEAL ANY PART OF THE CODE
  14. - REDISTRIBUTE FOR COMMERCIAL USAGE
  15.  
  16.  
  17. -------------------------------------------------------------------------->
  18. <head>
  19.  
  20. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  21. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  22. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  23. <link rel="shortcut icon" href="{Favicon}" />
  24. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  25.  
  26. <!-----------------------------VARIABLES---------------------------------->
  27. <meta name="image:background" content="http://static.tumblr.com/3c7c2908029832d9d3a6c0d34cf5b786/eblp3l5/8Uumj0nos/tumblr_static_tumblr_m0leqewfjp1r9g6hvo2_400.png"/>
  28. <meta name="image:sidebar" content=""/>
  29.  
  30. <meta name="color:background" content="#fafafa"/>
  31. <meta name="color:links" content="#69bd5e"/>
  32. <meta name="color:links hover" content="#c4c4c4"/>
  33. <meta name="color:post bg" content="#ffffff"/>
  34. <meta name="color:post borders" content="#fafafa"/>
  35. <meta name="color:scrollbar bar" content="#d6d6d6"/>
  36. <meta name="color:sidebar bg" content="#1a1a1a"/>
  37. <meta name="color:sidebar text" content="#aca9a9"/>
  38. <meta name="color:side icon bg" content="#ffffff"/>
  39. <meta name="color:text" content="#aca9a9"/>
  40.  
  41. <meta name="text:link 1 name" content="link 1"/>
  42. <meta name="text:link 1 url" content="/"/>
  43. <meta name="text:link 2 name" content="link 2"/>
  44. <meta name="text:link 2 url" content="/"/>
  45. <meta name="text:link 3 name" content="link 3"/>
  46. <meta name="text:link 3 url" content="/"/>
  47. <meta name="text:link 4 name" content="link 4"/>
  48. <meta name="text:link 4 url" content="/"/>
  49.  
  50. <meta name="if:show captions" content="1"/>
  51. <meta name="if:faded images" content="0"/>
  52. <meta name="if:smaller posts" content="0"/>
  53.  
  54. <!--------------------------TOOL TIPS SCRIPT------------------------------>
  55. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  56. <script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
  57.  
  58. <style type="text/css">
  59.  
  60. ::-webkit-scrollbar {width: 8px; height:8px; background:{color:background}}
  61. ::-webkit-scrollbar-button {width: 8px; height:8px; background:{color:scrollbar bar}}
  62. ::-webkit-scrollbar-corner {padding:2px;background:{color:background}}
  63. ::-webkit-scrollbar-thumb {background: {color:scrollbar bar};}
  64.  
  65. iframe#tumblr_controls { right:3px !important; position:fixed !important; }
  66.  
  67. body{ font-family:calibri,sans-serif; font-size:11px; color:{color:text}; background-color:{color:background}; background-image:url('{image:background}'); background-attachment:fixed; }
  68.  
  69. blockquote{ padding:0px 0px 0px 5px; margin-left:5px; border-left:5px solid {color:post borders}; }
  70.  
  71. small{ font-size:9px; }
  72. big{ font-size:13px; }
  73.  
  74. a{ text-decoration:none; color:{color:links}; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:all 0.5s ease; }
  75. a:hover{ color:{color:links hover}; }
  76.  
  77. #wrap{ {block:ifNotsmallerposts}width:750px;{/block:ifNotsmallerposts}{block:ifsmallerposts}width:650px;{/block:ifsmallerposts} margin-left:170px; z-index:10;}
  78.  
  79. /*-------------------------------SIDEBAR---------------------------------*/
  80. #sidebar{ top:0px; bottom:0px; left:0px; text-align:center; position:fixed; width:255px; padding:30px; background-color:{color:sidebar bg}; }
  81.  
  82. #side{ float:right; width:160px; }
  83.  
  84. #spic{ z-index:2; margin-top:70px;}
  85. #spic img{ width:140px; opacity:1; border-radius:4px; border:10px solid {color:side icon bg}; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:all 0.5s ease; }
  86. #spic img:hover{ border:10px solid {color:sidebar bg};}
  87.  
  88. #snav{ margin-top:-16px; margin-bottom:15px; margin-left:-10px; font-style:italic; width:180px; font-size:19px; line-height:12px; letter-spacing:1px;}
  89. #snav a{ margin:0px 1px; border-radius:0px 0px 10px 10px; display:inline-block; padding:2px 6px; border:0px solid {color:side icon border}; background:{color:side icon bg}; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:all 0.5s ease; }
  90. #snav a:hover{ background:{color:sidebar bg}; }
  91.  
  92. #tabdesc{ font-family:times new roman; margin-top:10px; font-style:italic; font-size:10px; text-align:center; letter-spacing:1px; color:{color:sidebar text}; }
  93.  
  94. #tabnav{ font-family:calibri; text-align:center; margin-top:10px; text-transform:uppercase; font-size:8px; letter-spacing:2px;}
  95. #tabnav a{ margin:3px; display:inline-block; padding-bottom:2px; color:{color:sidebar text}; border-bottom:1px dashed {color:sidebar text};}
  96. #tabnav a:hover{ color:{color:side icon bg}; }
  97.  
  98. #spage{ font-style:normal; font-size:8px; text-transform:uppercase; letter-spacing:1px;}
  99. .paging{ display:inline-block; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:all 0.5s ease; }
  100. .paging:hover{ color:{color:side icon bg}; }
  101.  
  102. /*--------------------------------POSTS----------------------------------*/
  103. #posts{ margin:50px 0px 0px 201px;}
  104.  
  105. {block:iffadedimages}.faded, #post img{ opacity:0.8; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:all 0.5s ease; }
  106. #post:hover .faded, #post:hover #post img{ opacity:1; }{/block:iffadedimages}
  107.  
  108. #pp{ }
  109. #post{ box-shadow: -2px 4px 7px {color:sidebar text}; border-radius: 10px; padding:15px; margin-bottom:50px; overflow:auto; background:{color:post bg}; {block:ifNotsmallerposts}width:500px;{/block:ifNotsmallerposts}{block:ifsmallerposts}width:400px;{/block:ifsmallerposts} }
  110. #post img{max-width:100%;}
  111.  
  112. h1{ font-size:15px; font-style:italic; text-align:center; font-weight:normal; font-family:times new roman; }
  113. h1:first-letter{ font-size:20px; color:{color:links}; }
  114.  
  115. #tagpage{ box-shadow: -2px 4px 7px {color:sidebar text}; border-radius: 10px; padding:15px; margin-bottom:50px; padding:15px; margin-bottom:30px; background:{color:post bg};
  116. {block:ifNotsmallerposts}width:500px;{/block:ifNotsmallerposts}{block:ifsmallerposts}width:400px;{/block:ifsmallerposts} }
  117. #tagpage hr{ display:none; opacity:0.3; border:0; height:1px; width:200px; background:{color:text}; }
  118.  
  119. #quote{ font-family:times new roman; text-indent:50px; font-size:15px; margin-top:10px; font-style:italic; text-align:left; }
  120. #quote:first-letter{ font-size:20px; color:{color:links}; }
  121. #qsource{ text-align:right; text-transform:uppercase; font-size:8px; letter-spacing:1px; }
  122.  
  123. #plink { font-family:times new roman; font-size:15px; font-style:italic; text-align:center;}
  124.  
  125. #ask{ font-family:times new roman; padding:10px 20px; text-align:center; background:{color:post borders}; }
  126. #asker{ font-family:calibri; text-transform:uppercase; margin-bottom:5px; font-size:9px; letter-spacing:1px; color:{color:links}; }
  127.  
  128. #pinfo{ border-top:1px solid #f0f0f0; margin-top:10px; padding-top:5px; text-transform:uppercase; font-size:9px; letter-spacing:1px; text-align:center; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:all 0.5s ease;}
  129. .notecount{ display:inline-block;}
  130. #pinfo, #pinfo a{color:{color:text}; opacity:0.7; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:all 0.5s ease;}
  131. #post:hover #pinfo, #post:hover #pinfo a{ opacity:1;}
  132.  
  133. #postnotes{ margin-left:-30px; font-size:9px; line-height:250%; letter-spacing:1px; text-transform:lowercase; }
  134. #postnotes a{ font-style:italic;}
  135. #postnotes img{ width:10px; margin-bottom:-5px; margin-right:2px; padding:2px; border:1px solid {color:scrollbar bar}; }
  136.  
  137. ol.notes li{ list-style:none; }
  138.  
  139. #datetab a{color:#000;}
  140. #datetab img{margin-bottom:-1px; margin-left:-1px;}
  141. #datetab{ text-transform:uppercase; position:absolute; font-family:monospace; font-size:11px; opacity:0; padding:5px 0px 4px 0px; margin-top:0px; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:all 0.5s ease; {block:ifNotsmallerposts}margin-left:514px;{/block:ifNotsmallerposts}{block:ifsmallerposts}margin-left:414px;{/block:ifsmallerposts} }
  142. #post:hover #datetab{ padding:5px 10px 4px 30px; border-radius:0px 10px 10px 0px; box-shadow: 3px 2px 5px -1px {color:sidebar text}; background:{color:post bg}; opacity:1; }
  143.  
  144. #reblog a{color:#000;}
  145. #reblog{ text-transform:uppercase; font-family:monospace; font-size:11px; opacity:0; padding:5px 0px 4px 0px; position:absolute; margin-top:35px; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:all 0.5s ease; {block:ifNotsmallerposts}margin-left:514px;{/block:ifNotsmallerposts}{block:ifsmallerposts}margin-left:414px;{/block:ifsmallerposts} }
  146. #reblog a{}
  147. #reblog a:hover{}
  148. #post:hover #reblog{ padding:5px 10px 4px 30px; border-radius:0px 10px 10px 0px; box-shadow: 3px 2px 5px -1px {color:sidebar text}; background:{color:post bg}; opacity:1; }
  149.  
  150. /*-----------------------------CHAT POSTS--------------------------------*/
  151. #cline{ line-height:20px; }
  152. #cline hr{ border:0; height:1px; opacity:0.1; background:{color:text};}
  153. #clabel{ font-weight:bold; display:inline; }
  154. .c2, .c4, .c6, .c8, .c10, .c12, .c14{ color:{color:links}; }
  155.  
  156. /*-----------------------------AUDIO POSTS-------------------------------*/
  157. #audio{ z-index:1;}
  158.  
  159. #aart{ width:100px; height:100px; padding:5px; background:{color:post borders}; }
  160. #aart img{ width:100px; }
  161.  
  162. #aplayer{ padding:37px; background:#fff; position:absolute; opacity:0.5; margin-top:5px; margin-left:5px; z-index:999;}
  163. #ap{ width:26px; overflow:hidden; height:26px; }
  164.  
  165. #ainfo{ text-transform:uppercase; font-size:9px; letter-spacing:1px; position:absolute; margin-top:-110px; height:110px; margin-left:120px; background:{color:post borders}; {block:ifNotsmallerposts}width:380px;{/block:ifNotsmallerposts}{block:ifsmallerposts}width:280px;{/block:ifsmallerposts}}
  166. #ai{ padding:30px 10px; text-align:center;}
  167.  
  168. div#qTip {
  169. display: none;
  170. text-align:left;
  171. position:absolute;
  172. letter-spacing:2px;
  173. text-transform:uppercase;
  174. font-weight:bold!important;
  175. z-index:99;
  176. font-family:calibri;
  177. font-size:8px;
  178. padding:5px 8px;
  179. line-height:13px;
  180. color:{color:text};
  181. background:{color:post bg};
  182. border:1px solid {color:text};
  183.  
  184.  
  185. /*------------------------------CUSTOM CSS-------------------------------*/
  186. {CustomCSS}
  187. </style>
  188. </head>
  189.  
  190. <body>
  191. <div id="wrap">
  192.  
  193. <div id="sidebar">
  194.  
  195. <div id="side">
  196. <div id="spic"><a href="/" title="{Title}"><img src="{image:sidebar}"></a></div>
  197.  
  198. <br>
  199.  
  200. <div id="snav">
  201. <a href="/" title="refresh"><img src="http://static.tumblr.com/0faedcb86a5578a8f69422e920a1abb2/eblp3l5/c6lmiwqrw/tumblr_static_home.png"></a>
  202. <a href="/ask" title="message"><img src="http://static.tumblr.com/619846035dae379a7097a2d1740ce3a7/eblp3l5/Kn4miwqty/tumblr_static_inbox.png"></a>
  203. <a href="/archive" title="archive"><img src="http://static.tumblr.com/d899425a58d3f6723ef8029d5f78ce0b/eblp3l5/zcJmiwqwa/tumblr_static_calendar.png"></a>
  204. <a href="http://winterdreaming.tumblr.com" title="theme by winterdreaming" target="_blank"><img src="http://static.tumblr.com/1d45ca2f436114b7d2373c14b2e5e738/eblp3l5/90rmiwqz3/tumblr_static_document.png"></a>
  205.  
  206. </div>
  207.  
  208. <div id="tabdesc">{Description}</div>
  209.  
  210. <div id="tabnav">
  211. <a href="{text:link 1 url}">{text:link 1 name}</a>
  212. <a href="{text:link 2 url}">{text:link 2 name}</a>
  213. <a href="{text:link 3 url}">{text:link 3 name}</a>
  214. <a href="{text:link 4 url}">{text:link 4 name}</a>
  215. </div>
  216.  
  217. {block:Pagination}<br><div id="spage">
  218. {block:PreviousPage}<a href="{PreviousPage}" class="paging">back</a> - {/block:PreviousPage}page {CurrentPage} of {TotalPages}{block:NextPage} - <a href="{NextPage}" class="paging">next</a>{/block:NextPage}
  219. </div>{/block:Pagination}
  220.  
  221. </div>
  222. </div>
  223.  
  224. <div id="posts">
  225. <div id="pp">
  226.  
  227. {block:TagPage}<div id="tagpage">
  228. <h1>Posts tagged with "<a href="{TagURL}">{Tag}</a>"</h1>
  229. <hr>
  230. </div>{/block:TagPage}
  231.  
  232. {block:Posts}<div id="post">
  233.  
  234. {block:Date}<div id="datetab"><a href="{Permalink}" title="posted {ShortMonth} {DayOfMonthWithZero}, {Year}">{TimeAgo} <img src="http://static.tumblr.com/327c0783d136b0cee1a04de39e92e037/eblp3l5/hZ5mj1jeg/tumblr_static_clock.png"></a></div>{/block:Date}
  235. <div id="reblog"><a href="{ReblogURL}" title="reblog this post" target="_blank">Reblog <img src="http://static.tumblr.com/0cfbcd08e7700bb27807c4e068b735c4/eblp3l5/DOxmj0pm2/tumblr_static_loop.png" width="15px"></a></div>
  236.  
  237. {block:Text}
  238. {block:Title}<h1>{Title}</h1>{/block:Title}
  239. {Body}
  240. {/block:Text}
  241.  
  242. {block:Photo}
  243. <div class="faded">{block:ifNotsmallerposts}<img src="{PhotoURL-500}">{/block:ifNotsmallerposts}{block:ifsmallerposts}<img src="{PhotoURL-400}">{/block:ifsmallerposts}</div>
  244. {block:ifshowcaptions}
  245. {block:Caption}{Caption}{/block:Caption}
  246. {/block:ifshowcaptions}
  247. {/block:Photo}
  248.  
  249. {block:Photoset}
  250. <div class="faded">{block:ifNotsmallerposts}{Photoset-500}{/block:ifNotsmallerposts}{block:ifsmallerposts}{Photoset-400}{/block:ifsmallerposts}</div>
  251. {block:ifshowcaptions}
  252. {block:Caption}{Caption}{/block:Caption}
  253. {/block:ifshowcaptions}
  254. {/block:Photoset}
  255.  
  256. {block:Quote}
  257. <div id="quote">{Quote}</div>
  258. {block:Source}<div id="qsource">— {Source}</div>{/block:Source}
  259. {/block:Quote}
  260.  
  261. {block:Link}
  262. <div style="text-align:center;"><a href="{URL}" target="{Target}" id="plink">{Name} ⇒</a></div>
  263. {block:Description}{Description}{/block:Description}
  264. {/block:Link}
  265.  
  266. {block:Chat}
  267. {block:Title}<h1>{Title}</h1>{/block:Title}
  268. <div id="cline"><hr>{block:Lines}<div class="c{UserNumber}">{block:Label}<div id="clabel">{Label}&nbsp;&nbsp;</div>{/block:Label} {Line}<br></div><hr>{/block:Lines}</div>
  269. {/block:Chat}
  270.  
  271. {block:Audio}<div id="audio">
  272.  
  273. <div id="aplayer">{block:AudioPlayer}
  274. <div id="ap">{AudioPlayerWhite}</div>
  275. {/block:AudioPlayer}</div>
  276.  
  277. <div id="aart">{block:AlbumArt}
  278. <img src="{AlbumArtURL}">
  279. {/block:AlbumArt}</div>
  280.  
  281. <div id="ainfo">
  282. <div id="ai">{block:TrackName}{TrackName}{/block:TrackName}{block:Artist} by {Artist}{/block:Artist}
  283. {block:Album}<br> on {Album}{/block:Album}{block:PlayCount} <br>{PlayCountWithLabel}{/block:PlayCount}</div>
  284. </div>
  285. </div>
  286. {block:ifshowcaptions}
  287. {block:Caption}{Caption}{/block:Caption}
  288. {/block:ifshowcaptions}
  289. {/block:Audio}
  290.  
  291. {block:Video}
  292. <div class="faded">{block:ifNotsmallerposts}{Video-500}{/block:ifNotsmallerposts}{block:ifsmallerposts}{Video-400}{/block:ifsmallerposts}</div>
  293. {block:ifshowcaptions}
  294. {block:Caption}{Caption}{/block:Caption}
  295. {/block:ifshowcaptions}
  296. {/block:Video}
  297.  
  298. {block:Answer}
  299. <div id="ask">
  300. <div id="asker">{Asker} asked:</div>
  301. <i>{Question}</i>
  302. </div>
  303. {Answer}
  304. {/block:Answer}
  305.  
  306. <div id="pinfo">
  307. {block:RebloggedFrom}<div class="notecount"><a href="{ReblogParentURL}" title="via: {ReblogParentName}" >via&nbsp;</a></div>{block:ContentSource}<div class="notecount"> ∙ <a href="{SourceURL}" title="source: {SourceTitle}" >source&nbsp;</a></div>{/block:ContentSource}{/block:RebloggedFrom}{block:NoteCount}<div class="notecount"> ∙ <a href="{Permalink}">{NoteCountWithLabel}</a></div>{/block:NoteCount}
  308. {block:HasTags}<div id="tagbox">
  309. {block:Tags}
  310. <a href="{TagURL}"># {Tag}&nbsp;&nbsp;</a>
  311. {/block:Tags}
  312. </div>{/block:HasTags}
  313. </div>
  314.  
  315. {block:PostNotes}<br><div id="postnotes">{PostNotes-16}</div>{/block:PostNotes}
  316.  
  317. </div>{/block:Posts}</div></div>
  318.  
  319. </div>
  320. </body>
  321. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement