Advertisement
Perfect-Nicholas

Theme #28 - Tragedy

Feb 11th, 2014
1,711
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.93 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. <!---- theme 28 by llermans © tumblr.com --->
  9.  
  10. <meta name="color:Background" content="#f4f4f4"/>
  11. <meta name="color:Text" content="#3e3e3e"/>
  12. <meta name="color:Link" content="#333333"/>
  13. <meta name="color:Link Hover" content="#000000" />
  14. <meta name="color:Sidebar Background" content="#ffffff" />
  15.  
  16. <meta name="image:Sidebar" content=""/>
  17.  
  18. <meta name="text:link 1" content="link 1"/>
  19. <meta name="text:link 1 url" content="/"/>
  20. <meta name="text:link 2" content="link 2"/>
  21. <meta name="text:link 2 url" content="/"/>
  22. <meta name="text:link 3" content="link 3"/>
  23. <meta name="text:link 3 url" content="/"/>
  24. <meta name="text:link 4" content="link 4"/>
  25. <meta name="text:link 4 url" content="/"/>
  26.  
  27. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  28. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  29.  
  30. <script>
  31.  
  32. (function($){
  33.  
  34. $(document).ready(function(){
  35.  
  36. $("a[title]").style_my_tooltips({
  37.  
  38. tip_follows_cursor:true,
  39.  
  40. tip_delay_time:30,
  41.  
  42. tip_fade_speed:300,
  43.  
  44. attribute:"title"
  45.  
  46. });
  47.  
  48. });
  49.  
  50. })(jQuery);
  51.  
  52. </script>
  53.  
  54.  
  55. <style type="text/css">
  56.  
  57. #s-m-t-tooltip {color:{color:sidebar background};font-size:10px;font-style: italic;font-family: times;margin:12px 0px 0px 12px;padding:8px 5px;max-width:400px;background-color:{color:text};text-transform:lowercase;letter-spacing: 1px;z-index:999; border: 1px solid #838383;}
  58.  
  59. html, body, h1, h2, h3, h4, h5, h6, p, ol, blockquote {margin:0; padding:0; list-style:none;}
  60.  
  61. body {font: 10px Helvetica; color: {color:text}; background-color: {color:background}; line-height:5px;}
  62. a {color: {color:link};}
  63. a:hover {color: {color:link hover};}
  64. a {text-decoration:none;}
  65.  
  66. b, strong {color:{color:text}}
  67. i, em {color:{color:text}}
  68. small {font-size:8px;}
  69. big {font-size:12px;}
  70. ul {list-style:square;text-align:justify;}
  71.  
  72. blockquote {padding: 3px 0 3px 13px;border-left: 1px solid {color:text};text-align:justify;}
  73.  
  74. blockquote p {display:block!important;}
  75.  
  76. blockquote img {max-width:220px!important;}
  77.  
  78. /* content */
  79. #content {left:50%; margin-left:-150px; position:absolute; width:420px; margin-top: 25px; margin-bottom: 25px;}
  80.  
  81. /* sidebar */
  82. #sidebar {margin-left: -290px; overflow: hidden; top: 1px; line-height:15px; width: 180px; position: fixed; margin-bottom: 15px; text-align: center; margin-top:100px; background:{color:sidebar background}; border: 1px solid #838383; box-shadow: 3px 5px 7px rgba(0,0,0, 0.5);}
  83. #sidebar h1 a {color: {color:text}; text-decoration: none;}
  84. #sidebar h1 a:hover {color: {color:text}; text-decoration: none;}
  85. #sidebarbot {padding:5px; font-weight:bold; color:{color:background}; background:{color:text}; text-align:center;}
  86.  
  87. #sidebar img {width:180px;}
  88.  
  89. #description {width:150px; padding:15px; word-spacing:2px; text-align:justify;}
  90.  
  91. div.links a{position:relative; display:inline-block; width:9px; height:9px; margin-right:8px; background:{color:background}; -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -o-transition: all 0.6s ease;}
  92.  
  93. div.links a:hover{background:{color:link hover}; transition-duration: 0.8s; -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -o-transition: all 0.6s ease;}
  94.  
  95. #title {font-size:12px; padding:5px; font-weight:bold; color:{color:background}; background:{color:text}; text-transform:uppercase;}
  96.  
  97. /* pagination */
  98. #pagination {font-size: 9px; text-align:center; text-shadow: 3px 5px 7px rgba(0,0,0, 0.5); letter-spacing:1px; text-transform: lowercase; font-style: italic; font-family: times; margin-bottom:10px;}
  99.  
  100. #pagination a {padding:10px; margin-bottom:10px; color:{color:background}; background:{color:text};}
  101.  
  102. /* posts */
  103. .post {line-height: 18px; clear: both; padding: 10px; background:{color:sidebar background}; border: 1px solid #B8B8B8; box-shadow: 3px 5px 7px rgba(0,0,0, 0.5);}
  104. .post h3 {font-size: 1em;}
  105. .caption blockquote {padding-left: 20px;}
  106.  
  107. /* kinds of posts */
  108. .post_text {text-align: left;}
  109.  
  110. .post_photo {margin-bottom: 5px; text-align: center;}
  111. .post_photo img {border: 0;}
  112.  
  113. .post_quote {text-align: left; font-size: 12px; font-style:italic;}
  114. .source {font-size: 12px; border-right: 1px solid #B8B8B8; border-left: 1px solid #B8B8B8; padding:10px; line-height:150%; background:{color:sidebar background}; opacity:0.8; text-align:center; box-shadow: 3px 5px 7px rgba(0,0,0, 0.5);}
  115.  
  116. .post_ask {text-align: justify;}
  117. .askertop {padding:10px; background:{color:text}; text-transform:uppercase; font-size:8px; letter-spacing:1px; color:{color:sidebar background};}
  118. .askertop a {color:{color:sidebar background};}
  119. .answer {text-align: justify;}
  120. .question {margin-bottom: 0px;}
  121.  
  122. .post_link {text-align: left;}
  123.  
  124. .post_audio {text-align: left;}
  125. #audio {background:#000; padding:15px; height:30px;}
  126. .audioinfo {z-index:99999; text-transform:uppercase; color:#fff; font-size:12px; float: right; line-height:15px; position: relative;}
  127.  
  128. .post_video {text-align: left;}
  129.  
  130. .post_chat {text-align: left;}
  131. .post_chat li {list-style-type: none;}
  132.  
  133. /* metadata */
  134. #info {font-size: 10px; padding:10px; text-align:center; text-transform:none; margin-bottom: 60px; line-height:150%; color:{color:background}; background:{color:text}; box-shadow: 3px 5px 7px rgba(0,0,0, 0.5);}
  135.  
  136. ol.notes {display:block; padding-bottom:2%; text-align:left; list-style-type:none; padding:25px 0; line-height: 13px;}
  137.  
  138. ol.notes li.note{padding:2%; background:{color:sidebar background}; margin-bottom: 5px; padding-left: 80px;}
  139.  
  140. ol.notes li.note img.avatar{width:0px; height:0px;}
  141.  
  142. .pagenotes {text-align:left;}
  143.  
  144. .tags {text-transform:uppercase; font-size:8px; letter-spacing:1px; color:{color:background};}
  145. .tags a {color:{color:background}; margin-right:8px;-webkit-transition: all 1.0s ease; -moz-transition: all 1.0s ease; -o-transition: all 1.0s ease;}
  146. .tags a:hover {margin-right:8px; -webkit-transition: all 1.0s ease; -moz-transition: all 1.0s ease; -o-transition: all 1.0s ease;}
  147.  
  148. /*custom css */
  149. .caption{padding-top:13px;padding-left:10px;padding-bottom:5px;margin-top:5px;text-align:left;font-size:10px;font-style:italic;padding-right:10px;}
  150. .captionau {padding-top: 0px;padding-left:10px;padding-bottom:5px;margin-top:5px;text-align:left;font-size:10px;font-style:italic;padding-right:10px;}
  151. .clear {clear: both;}
  152.  
  153. .post img{width:400px;}
  154.  
  155. /*credit*/
  156. #credit {position:fixed; background: rgba(255,255,255,.5 ); right:10px; bottom:10px; text-shadow:2px 1px #eee; text-transform:uppercase; font:8px 'times'; letter-spacing:1px; padding:5px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
  157.  
  158. {CustomCSS}
  159.  
  160. </style></head>
  161. <body>
  162.  
  163. <div id="content">
  164.  
  165. <div id="sidebar">
  166.  
  167. <div id="title">{title}</div>
  168.  
  169. <a href="/"><img src="{image:Sidebar}" /></a>
  170.  
  171. <div id="description">{description}</div>
  172.  
  173. <div id="sidebarbot">
  174. <div class="links">
  175. {block:iflink1}<a href="{text:link 1 url}" title="{text:link 1}"></a>{/block:iflink1}
  176. {block:iflink2}<a href="{text:link 2 url}" title="{text:link 2}"></a>{/block:iflink2}
  177. {block:iflink3}<a href="{text:link 3 url}" title="{text:link 3}"></a>{/block:iflink3}
  178. {block:iflink4}<a href="{text:link 4 url}" title="{text:link 4}"></a>{/block:iflink4}
  179. </div>
  180.  
  181. </div>
  182.  
  183.  
  184. </div>
  185.  
  186. <div id="entries">
  187.  
  188. {block:ContentSource}
  189. <!-- {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  190. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  191. {/block:SourceLogo}
  192. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  193. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  194.  
  195. {block:Posts}
  196.  
  197. {block:Text}
  198. <div class="post">
  199. <li class="post_text">
  200. {block:Title}
  201. <h3><a href="{Permalink}">{Title}</a></h3>
  202. {/block:Title}{Body}
  203. </li></div>
  204. {/block:Text}
  205.  
  206.  
  207. {block:Photo}
  208. <div class="post">
  209. <li class="post_photo">
  210. <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  211.  
  212. {block:Caption}
  213. <div class="caption">{Caption}</div>
  214. {/block:Caption}
  215. </li></div>
  216. {/block:Photo}
  217.  
  218.  
  219. {block:Photoset}
  220. <div class="post">
  221. <li class="post_photoset">
  222. {Photoset-400}{block:Caption}
  223. <div class="caption">{Caption}</div>
  224. {/block:Caption}
  225. </li></div>
  226. {/block:Photoset}
  227.  
  228.  
  229. {block:Quote}
  230. <div class="post">
  231. <li class="post_quote">
  232. {Quote}</li></div>
  233. {block:Source}
  234. <div class="source">{Source}</div>
  235. {/block:Source}
  236. {/block:Quote}
  237.  
  238.  
  239. {block:Link}
  240. <div class="post">
  241. <li class="post_link">
  242. <a href="{URL}" {Target}>{Name}</a>
  243.  
  244. {block:Description}
  245. <div class="description">{Description}</div>
  246. {/block:Description}
  247. </li></div>
  248. {/block:Link}
  249.  
  250.  
  251. {block:Chat}
  252. <div class="post">
  253. <li class="post_chat">
  254. {block:Title}
  255. <h3><a href="{Permalink}">{Title}</a></h3>
  256. {/block:Title}
  257.  
  258. <ul class="chat">
  259. {block:Lines}
  260. <li class="{Alt} user_{UserNumber}">
  261. {block:Label}
  262. <span class="label">{Label}</span>
  263. {/block:Label}{Line}
  264. </li>
  265. {/block:Lines}
  266. </ul>
  267. </li></div>
  268. {/block:Chat}
  269.  
  270.  
  271. {block:Answer}
  272. <div class="askertop">
  273. <b style="color:{color:background}">{Asker}</b> asked:</div>
  274. <div class="post">
  275. <li class="post_answer">
  276. <div class="question">{Question}</div>
  277. <br>
  278. <div class="answer">{Answer}</div>
  279. </li></div>
  280. {/block:Answer}
  281.  
  282.  
  283. {block:Video}
  284. <div class="post">
  285. <li class="post_video">
  286. {Video-400}{block:Caption}
  287. <div class="caption">{Caption}</div>
  288. {/block:Caption}
  289. </li></div>
  290. {/block:Video}
  291.  
  292.  
  293. {block:Audio}
  294. <div id="audio">
  295. <div style="float:left; width: 20px;">{AudioPlayerBlack}</div><div class="audioinfo">{block:TrackName}{TrackName}{/block:TrackName}<br>{block:Artist}{Artist}{/block:Artist}</div></div>
  296. <div class="post">
  297. <li class="post_audio">
  298. {block:Caption}
  299. <div class="captionau">{Caption}</div>
  300. {/block:Caption}
  301. </li></div>
  302. {/block:Audio}
  303.  
  304.  
  305. {block:indexpage}
  306. <div id="info"><span style="font-weight:bold;">
  307. {block:Date}{ShortMonth} {DayOfMonthWithZero} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date}</span> + <a href="{Permalink}" style="color:{color:background}"> {NoteCount} </a> {block:permalinkpage}{block:RebloggedFrom} <br/> <a href="{ReblogParentURL}" title="{ReblogParenttitle}">via</a> {block:ContentSource}• <a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRoottitle}">source</a>{/block:ContentSource}{/block:RebloggedFrom}{/block:permalinkpage}{block:HasTags}<br/><div class="tags">{block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  308. </div>{/block:indexpage}
  309.  
  310. {block:PermalinkPagination}
  311. <div id="info"><span style="font-weight:bold;">
  312. {block:Date}{ShortMonth} {DayOfMonthWithZero} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date}</span> + <a href="{Permalink}" style="color:{color:background}"> {NoteCount} </a> {block:permalinkpage}{block:RebloggedFrom}<br/><a href="{ReblogParentURL}" title="{ReblogParenttitle}" style="color:{color:background}">via</a> {block:ContentSource}• <a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRoottitle}" style="color:{color:background}">source</a>{/block:ContentSource}{/block:RebloggedFrom}{/block:permalinkpage}{block:HasTags}<br/><div class="tags">{block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  313. </div>{/block:PermalinkPagination}
  314.  
  315. {block:PostNotes}<div class="pagenotes">{PostNotes}</div>{/block:PostNotes}
  316. {/block:Posts}
  317.  
  318. <div id="pagination">
  319. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> {/block:PreviousPage}{block:NextPage} <a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  320. </div><br><br>
  321. <div class="clear"></div>
  322.  
  323. <div id="credit">
  324. <a href="http://llermans.tumblr.com/" title="theme by llermans">
  325. LLMNS
  326. </a>
  327.  
  328. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement