Advertisement
shutupstrax

Here you go:)

Mar 31st, 2014
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.50 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 1 BY CLEVEROSWINS. PLEASE DO NOT REMOVE THE CREDIT OR CLAIM AS YOUR OWN. THANK YOU. --->
  9.  
  10. <meta name="color:Background" content="#ffffff"/>
  11. <meta name="color:Text" content="#000000"/>
  12. <meta name="color:Link" content="#6b6b6b"/>
  13. <meta name="color:Link Hover" content="#000000" />
  14.  
  15. <meta name="image:Sidebar" content=""/>
  16.  
  17. <meta name="text:link 1" content="link 1"/>
  18. <meta name="text:link 1 url" content="/"/>
  19. <meta name="text:link 2" content="link 2"/>
  20. <meta name="text:link 2 url" content="/"/>
  21. <meta name="text:link 3" content="link 3"/>
  22. <meta name="text:link 3 url" content="/"/>
  23. <meta name="text:link 4" content="link 4"/>
  24. <meta name="text:link 4 url" content="/"/>
  25.  
  26. <!--- CSS --->
  27.  
  28. <style type="text/css">
  29.  
  30. html, body, h1, h2, h3, h4, h5, h6, p, ol, blockquote {margin:0; padding:0; list-style:none;}
  31.  
  32. body {font: 10px Helvetica; color: {color:text}; background-color: {color:background}; line-height:5px;}
  33. a {color: {color:link};-webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 0.3s ease; -o-transition: all 1s ease; transition: all 1s ease}
  34. a:hover {color: {color:link hover}; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 0.3s ease; -o-transition: all 1s ease; transition: all 1s ease;}
  35. a {text-decoration:none;}
  36.  
  37. b, strong {color:{color:text}}
  38. i, em {color:{color:text}}
  39. small {font-size:8px;}
  40. big {font-size:12px;}
  41. ul {list-style:square;text-align:justify;}
  42.  
  43. blockquote {padding: 3px 0 3px 13px;border-left: 1px solid {color:text};text-align:justify;}
  44.  
  45.  
  46.  
  47. blockquote p {display:block!important;}
  48.  
  49. blockquote img {max-width:220px!important;}
  50.  
  51. /* content */
  52. #content {left:50%; margin-left:-150px; position:absolute; width:500px; margin-top: 25px; margin-bottom: 25px; overflow:hidden;}
  53.  
  54. /* sidebar */
  55. #sidebar {margin-left: -290px; overflow: hidden; top: 1px; line-height:15px; width: 200px; position: fixed; margin-bottom: 15px; text-align: center; margin-top:100px;}
  56. #sidebar h1 a {color: {color:text}; text-decoration: none;}
  57. #sidebar h1 a:hover {color: {color:text}; text-decoration: none;}
  58.  
  59. #sidebar img {width:200px;}
  60.  
  61. #description {width:180px; padding-left:10px; padding-right:10px; text-align:justify;}
  62.  
  63. #links {padding:10px;}
  64. #links a {padding:5px; margin-right:0px;}
  65.  
  66. #title {font-size:12px; margin-bottom:3px;font-weight:normal;}
  67.  
  68. /* pagination */
  69. #pagination {width: 175px; border-top:1px solid #eee; padding: 3px; font-size: 9px; line-height: 21px; text-shadow: 0 1px 1px #fff; text-align: center; margin-top: 10px; letter-spacing:1px; text-transform: lowercase; font-style: italic; font-family: times;}
  70.  
  71. /* posts */
  72. .post {line-height: 18px; clear: both; }
  73. .post h3 {font-size: 1em; }
  74. .caption blockquote {padding-left: 20px;}
  75.  
  76. /* kinds of posts */
  77. .post text {text-align: left;}
  78.  
  79. .post photo {margin-bottom: 5px; text-align: center;}
  80. .post photo img {border: 0;}
  81.  
  82. .post quote {text-align: left;}
  83. .post quote .source {font-size: 12px;}
  84.  
  85. .answer {text-align: justify; line-height: 15px;}
  86. .question {margin-bottom: 0px; line-height: 15px;}
  87.  
  88. .post link {text-align: left;}
  89.  
  90. .post audio {text-align: left; }
  91. .post video {text-align: left;}
  92.  
  93. .post chat {text-align: left;}
  94.  
  95. /* metadata */
  96. #info {margin-top: 10px; font-size: 10px; text-transform:none; margin-bottom: 60px; line-height:150%;}
  97.  
  98. ol.notes {display:block; text-align:left; margin-bottom:30px;}
  99. ol.notes li.note{padding:1%;}
  100.  
  101. .pagenotes {text-align:left;}
  102.  
  103. .tags {}
  104. .tags a {margin-right:5px;}
  105. .tags a:hover {margin-right:5px;text-decoration:underline;}
  106.  
  107. /*custom css */
  108. .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;}
  109.  
  110. .post img{width:500px;}
  111.  
  112. /*credit*/
  113. #credit {position:fixed; 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;}
  114. #asker {
  115. padding-bottom:10px;
  116. padding-left:5px;
  117. text-align:left;
  118. color:{color:text};
  119. line-height:200%;
  120. background-color:#f9f9f9;
  121.  
  122.  
  123. }
  124. #asker img {
  125. margin-left:2px;
  126. margin-bottom:-19px;
  127. margin-top:6px;
  128. padding:3px;
  129. }
  130.  
  131.  
  132. #asker a {
  133. font-family:Calibri;
  134. font-size:12px;
  135. margin-left:10px;}
  136.  
  137. #answer {margin-top:10px; height:auto; line-height:160%;}
  138. {CustomCSS}
  139.  
  140. </style></head>
  141. <body>
  142.  
  143. <div id="content">
  144.  
  145. <div id="sidebar">
  146.  
  147. <img src="{image:Sidebar}" />
  148.  
  149. <div id="links">
  150. {block:iflink1}<a href="{text:link 1 url}">{text:link 1}</a>{/block:iflink1}
  151. {block:iflink2}<a href="{text:link 2 url}">{text:link 2}</a>{/block:iflink2}
  152. {block:iflink3}<a href="{text:link 3 url}">{text:link 3}</a>{/block:iflink3}
  153. {block:iflink4}<a href="{text:link 4 url}">{text:link 4}</a>{/block:iflink4}
  154.  
  155. </div>
  156.  
  157. <div id="description">{description}
  158.  
  159. <div id="pagination">
  160. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a> / {/block:PreviousPage}{block:NextPage} <a href="{NextPage}">forth</a>{/block:NextPage}{/block:Pagination}
  161. </div>
  162.  
  163. </div>
  164.  
  165. </div>
  166.  
  167.  
  168. <div id="entries">
  169.  
  170. <ol id="posts">
  171.  
  172. {block:ContentSource}
  173. <!-- {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  174. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  175. {/block:SourceLogo}
  176. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  177. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  178.  
  179. {block:Posts}
  180. {block:Text}
  181. <li class="post text">
  182. {block:Title}
  183. <h3><a href="{Permalink}">{Title}</a></h3>
  184. {/block:Title}{Body}
  185. </li>
  186. {/block:Text}
  187.  
  188. {block:Photo}
  189. <li class="post photo">
  190. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  191.  
  192. {block:Caption}
  193. <div class="caption">{Caption}</div>
  194. {/block:Caption}
  195. </li>
  196. {/block:Photo}
  197.  
  198. {block:Photoset}
  199. <li class="post photoset">
  200. {Photoset-500}{block:Caption}
  201. <div class="caption">{Caption}</div>
  202. {/block:Caption}
  203. </li>
  204. {/block:Photoset}
  205.  
  206. {block:Quote}
  207. <big><big>
  208. <li class="post quote">
  209. {Quote}
  210. {block:Source}
  211. <div class="source">— {Source}</div>
  212. {/block:Source}
  213. </li>
  214. {/block:Quote}
  215.  
  216. {block:Link}
  217. <li class="post link">
  218. <a href="{URL}" {Target}>{Name}</a>
  219.  
  220. {block:Description}
  221. <div class="description">{Description}</div>
  222. {/block:Description}
  223. </li>
  224. {/block:Link}
  225.  
  226. {block:Chat}
  227. <li class="post chat">
  228. {block:Title}
  229. <h3><a href="{Permalink}">{Title}</a></h3>
  230. {/block:Title}
  231.  
  232. <ul class="chat">
  233. {block:Lines}
  234. <li class="{Alt} user_{UserNumber}">
  235. {block:Label}
  236. <span class="label">{Label}</span>
  237. {/block:Label}{Line}
  238. {/block:Lines}
  239. {/block:Chat}
  240.  
  241. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-30}" style="padding:2px; padding-bottom:10px;"> {Asker} whispered: {Question}</center></div><center><font face="cambria"><div id="answer"{Answer}</font>{/block:Answer}
  242.  
  243. {block:Video}
  244. <li class="post video">
  245. {Video-500}{block:Caption}
  246. <div class="caption">{Caption}</div>
  247. {/block:Caption}
  248. </li>
  249. {/block:Video}
  250.  
  251. {block:Audio}
  252. <li class="post audio">
  253. {AudioPlayerBlack}{block:Caption}
  254. <div class="caption">{Caption}</div>
  255. {/block:Caption}
  256. </li>
  257. {/block:Audio}
  258.  
  259. <div id="info">
  260. {block:Date}{Month} {DayOfMonth}{DayOfMonthSuffix}</a>{/block:Date} with <a href="{Permalink}"> {NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank" style="color:{color:text}">Reblog</a>
  261. {block:permalinkpage} / {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParenttitle}">Via</a> / {block:ContentSource}<a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRoottitle}" style="color:{color:text}">Source</a>{/block:ContentSource}{/block:RebloggedFrom}{/block:permalinkpage}<br/>{block:HasTags}<div class="tags">Tagged: {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  262. </div>
  263.  
  264. {block:PostNotes}<div class="pagenotes">{PostNotes}</div>{/block:PostNotes}
  265. {/block:Posts}
  266. </ol>
  267.  
  268. <div id="credit">
  269. <a href="http://cleveroswins.tumblr.com/">
  270. cleveroswins
  271. </a>
  272.  
  273. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement