Advertisement
ronweasleyythemes

Theme #1 by 0THEMES

Oct 30th, 2013
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.39 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 0TEMES @ Tumblr --->
  9.  
  10. <meta name="color:Background" content="#ffffff"/>
  11. <meta name="color:Text" content="#313131"/>
  12. <meta name="color:Link" content="#313131"/>
  13. <meta name="color:Link hover" content="#000000"/>
  14. <meta name="color:Tags" content="#f1f1f1"/>
  15. <meta name="color:Description" content="#FAFAFA"/>
  16. <meta name="color:Header links" content="#000000"/>
  17. <meta name="color:Header links hover" content="#FAFAFA"/>
  18.  
  19. <meta name="text:Link1" content="/" />
  20. <meta name="text:Link1 Title" content="link1" />
  21. <meta name="text:Link2" content="/" />
  22. <meta name="text:Link2 Title" content="link2" />
  23. <meta name="text:Link3" content="/" />
  24. <meta name="text:Link3 Title" content="link3" />
  25. <meta name="text:Link4" content="/" />
  26. <meta name="text:Link4 Title" content="link4" />
  27. <meta name="text:Link5" content="/" />
  28. <meta name="text:Link5 Title" content="link5" />
  29.  
  30.  
  31. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  32.  
  33. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  34.  
  35. <script>
  36. (function($){
  37. $(document).ready(function(){
  38. $("[title],a[title],img[title]").style_my_tooltips({
  39. tip_follows_cursor:"true",
  40. tip_delay_time:100,
  41. tip_fade_speed:100,
  42. attribute:"title"
  43. });
  44. });
  45. })(jQuery);
  46. </script>
  47.  
  48. <style type="text/css">
  49.  
  50. body {
  51. color:{color:text};
  52. background-color:{color:background};
  53. background-attachment:fixed;
  54. font-family: 'helvetica';
  55. font-size:10px;
  56. line-height:130%;
  57. text-align:justify;
  58. }
  59.  
  60.  
  61. a:link, a:active, a:visited {
  62. color: {color:link};
  63. text-decoration:none;
  64. -webkit-transition: all 0.4s ease;
  65. -moz-transition: all 0.4s ease;
  66. -ms-transition: all 0.4s ease;
  67. -o-transition: all 0.4s ease;
  68. transition: all 0.4s ease;
  69. }
  70.  
  71. a:hover {
  72. color:{color:link hover};
  73. -webkit-transition: all 0.4s ease;
  74. -moz-transition: all 0.4s ease;
  75. -ms-transition: all 0.4s ease;
  76. -o-transition: all 0.4s ease;
  77. transition: all 0.4s ease;
  78. }
  79.  
  80. #entries {
  81. margin:auto;
  82. width:400px;
  83. display: block;
  84. margin-top: 80px;
  85. }
  86.  
  87. #posts{
  88. overflow:hidden;
  89. margin:auto;
  90. width:400px;
  91. padding:20px
  92. background-color: {color:entry};
  93. margin-bottom: 50px;
  94. }
  95.  
  96. .source{
  97. font-family:'helvetica';
  98. font-size:9px;
  99. margin-top:25px;
  100. text-align:left;
  101. }
  102.  
  103. .tags{
  104. text-transform:lowercase;
  105. font-family:'helvetica';
  106. font-size:9px;
  107. line-height:230%;
  108. }
  109.  
  110. .tags a {
  111. padding:3px;
  112. color:{color:link};
  113. margin-right:10px;
  114. background-color:{color:tags};
  115. }
  116.  
  117. .tags a:hover {
  118. background-color:#ffffff;
  119. }
  120.  
  121. .info {
  122. padding-right:5px;
  123. text-transform:lowercase;
  124. margin-bottom:3px;
  125. }
  126.  
  127.  
  128. .title {
  129. font-size:20px;
  130. font-style:none;
  131. margin-top:80px;
  132. margin-bottom: 20px;
  133. text-align:center;
  134. margin-left:auto;
  135. margin-right:auto;
  136. width:400px;
  137. font-family:arial;
  138. font-weight:bolder;
  139. color:{color:title};
  140. text-transform:lowercase;
  141. }
  142.  
  143. .title a {
  144. color:{color:title};
  145. }
  146.  
  147. .navigation {
  148. text-align:center;
  149. line-height:100%;
  150. padding:1px;
  151. font-size:9px;
  152. margin-left:auto;
  153. margin-right:auto;
  154. text-transform:uppercase;
  155. font-weight:bolder;
  156. word-spacing:10px;
  157. width: 430px;
  158. }
  159.  
  160. .navigation a {
  161. text-align:center;
  162. }
  163.  
  164. .navigation a:hover {
  165. color:{color:header links hover};
  166. -webkit-transition: all 0.4s ease;
  167. -moz-transition: all 0.4s ease;
  168. -ms-transition: all 0.4s ease;
  169. -o-transition: all 0.4s ease;
  170. transition: all 0.4s ease;
  171. }
  172.  
  173. .description {
  174. padding:20px;
  175. text-align:block;
  176. line-height:135%;
  177. margin-left:auto;
  178. margin-right:auto;
  179. width:350px;
  180. }
  181.  
  182. #text {
  183. margin-left:auto;
  184. margin-right:auto;
  185. left:auto;
  186. height:auto;
  187. width:400px;
  188. margin-top:20px;
  189. background-color:{color:description};
  190. }
  191.  
  192. .caption {
  193.  
  194. }
  195. .caption img {
  196. max-width:390px;
  197. }
  198. .caption a {
  199. color:{color:text};
  200. border-bottom:1px solid {color:link};
  201. }
  202.  
  203. blockquote {
  204. margin-left:30px;
  205. width:340px;
  206. background-color:#FDFDFD;
  207. border-left:1px solid #F7F7F7;
  208. padding:2px 15px;
  209. }
  210. blockquote blockquote {
  211. padding-left:5px;
  212. width:300px;
  213. border-left:1px solid #F7F7F7;
  214. }
  215. blockquote img {
  216. max-width:390px;
  217. }
  218.  
  219. #quote {
  220. color:{color:title};
  221. font-size:10px;
  222. text-align:center;
  223. line-height:110%;
  224. padding:10px;
  225. font-style:italic;
  226. margin-bottom:5px;
  227. }
  228.  
  229. #quotesource {
  230. font-size:9px;
  231. text-align:right;
  232. }
  233.  
  234. #quotesource a:hover {
  235. color:{color:link hover};
  236. }
  237.  
  238.  
  239. .audio { height:73px; margin-bottom:5px; }
  240. .audio-album { position:absolute; width:60px; }
  241. .audio-player { opacity:0.6; filter:alpha(opacity=60); border:2px solid #f2f2f2; width:25px; height:25px; overflow:hidden; position:absolute; z-index:2; margin-left:16px; margin-top:16px; }
  242. .audio-info {text-transform:lowercase; letter-spacing:0px; text-align:center; margin-left:64px; padding:22px; border-top:}
  243.  
  244. #asker {
  245. background-color:#f0f0f0;
  246. line-height:145%;
  247. text-align: left;
  248. padding:10px 10px 10px 10px;
  249. }
  250.  
  251. #asker a:hover {
  252. color:{color: link hover};
  253. }
  254.  
  255. #answer {
  256. padding:10px;
  257. margin-bottom:5px;
  258. }
  259.  
  260. #credit {
  261. position:fixed;
  262. right:15px;
  263. bottom:10px;
  264. font-size:9px;
  265. padding:5px;
  266. }
  267.  
  268. #credit:hover {
  269. position:fixed;
  270. color:#eee;
  271. -webkit-transition: all 0.5s ease;
  272. -moz-transition: all 0.5s ease;
  273. -ms-transition: all 0.5s ease;
  274. -o-transition: all 0.5s ease;
  275. transition: all 0.5s ease;
  276. }
  277.  
  278. #s-m-t-tooltip{
  279. font-size:10px;
  280. font-family: 'helvetica';
  281. text-align:center;
  282. padding:4px;
  283. margin-top:20px;
  284. margin-left:15px;
  285. background:#FFFFFF;
  286. border:1px solid #FAFAFA;
  287. text-transform:lowercase;
  288. position:absolute;
  289. color:{color:text};
  290. }
  291.  
  292. #pag {
  293. font-family:helvetica;
  294. background-color:{color:description};
  295. padding:20px 0px 20px 0px;
  296. width:400px;
  297. font-size:10px;
  298. letter-spacing:1px;
  299. text-align: center;
  300. margin-left: auto;
  301. margin-right: auto;
  302. }
  303.  
  304.  
  305. {CustomCSS}</style></head><body>
  306. <div id="content">
  307.  
  308. <div class="title">
  309. <a href="/">{Title}</a></div>
  310. <div class="navigation">
  311. {block:ifLink1}<a href="{text:link1}" title="{text:link1 title}">i</a>{/block:ifLink1}
  312. {block:ifLink2}<a href="{text:link2}" title="{text:link2 title}">ii</a>{/block:ifLink2}
  313. {block:ifLink3}<a href="{text:link3}" title="{text:link3 title}">iii</a>{/block:ifLink3}
  314. {block:ifLink4}<a href="{text:link4}" title="{text:link4 title}">iv</a>{/block:ifLink4}
  315. {block:ifLink5}<a href="{text:link5}" title="{text:link5 title}">v</a>{/block:ifLink5}
  316.  
  317. </div>
  318. <div id="text">
  319.  
  320. <div class="description">
  321. {block:Description}
  322. {Description}
  323. {/block:Description}
  324. </div>
  325.  
  326. </div>
  327.  
  328.  
  329.  
  330.  
  331.  
  332. </div>
  333. <div id="entries">
  334. {block:Posts}
  335. <div id="posts">
  336.  
  337. {block:Title}<b>{Title}</b>{/block:Title}
  338. {block:Text}{Body}{/block:Text}
  339.  
  340. {block:Quote}
  341. <div id="quote">{Quote}</div>
  342. <div id="quotesource">— {Source}</div>
  343. {/block:Quote}
  344.  
  345. {block:Link}<a href="{URL}" class="link" {Target}><b>{Name}</b></a>
  346. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  347.  
  348. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  349.  
  350. {LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  351. {block:Photoset}<center>{Photoset-400}</center>{block:Caption}{Caption}{/block:Caption}
  352.  
  353. {/block:Photoset}
  354.  
  355. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}
  356.  
  357. <span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  358.  
  359. {/block:Chat}
  360.  
  361. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  362.  
  363. {block:Answer}
  364. <table style="padding-bottom:5px;margin-bottom:5px;">
  365. <tr>
  366. <td style="vertical-align:top;padding-right:10px;"><img src="{AskerPortraitURL-30}"></td>
  367. <td style="vertical-align:top;"><strong><big>{Asker} asked:</big></strong><br>{Question}</td>
  368. </tr>
  369. </table>
  370. {Answer}{/block:answer}
  371.  
  372. {block:Audio}<div class="audio">
  373. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  374. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
  375. </div>
  376.  
  377. <div class="audio-info">
  378. {block:TrackName}<big><big><i>{TrackName}</i></big></big>{/block:TrackName} {block:Artist}
  379. <br><span style="font-size:7px; letter-spacing:2px; text-transform:uppercase; ">{Artist}</span>{/block:Artist}
  380. </div></div>
  381. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  382. {/block:Audio}
  383.  
  384. {block:IndexPage}
  385. <div class="source">
  386. <div class="info">
  387. <a href="{Permalink}" title="{block:Date}{TimeAgo}{/block:Date}">{block:Date}{Month} {MonthNumber} {/block:Date}</a>{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}</div>
  388. </div><div class="tags">{block:HasTags}{block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags} </div>
  389. </div>{/block:IndexPage}
  390.  
  391.  
  392. {block:PermalinkPage}
  393. <div class="source">
  394. <div class="info">
  395. <a href="{Permalink}" title="{block:Date}{TimeAgo}{/block:Date}">{block:Date}{Month} {MonthNumber} {/block:Date}</a>{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount} {block:ContentSource}
  396. <br>by:<a href="{SourceURL}" title="{SourceTitle}" />source</a> via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}" />source</a>{/block:ContentSource}</div>
  397. </div><div class="tags">{block:HasTags}{block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags} </div>{/block:PermalinkPage}
  398.  
  399. </div><br>
  400. {/block:Posts}
  401.  
  402. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  403.  
  404. {block:Pagination}
  405. <div id="pag">
  406. <center>
  407. {block:PreviousPage}
  408. <a href="{PreviousPage}"><big>‹</big> </a>
  409. {/block:PreviousPage} page
  410. {CurrentPage}
  411. {block:NextPage}<a href="{NextPage}"> <big>›</big></a>
  412. {/block:NextPage}
  413. </center>
  414. </div>
  415. {/block:Pagination}
  416.  
  417.  
  418.  
  419. {block:ContentSource}
  420.  
  421. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  422.  
  423. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  424.  
  425. {/block:SourceLogo}
  426.  
  427. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
  428.  
  429. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  430.  
  431.  
  432. </div>
  433.  
  434. <div id="credit"><a href="http://0themes.tumblr.com"> ©</a></div>
  435.  
  436. </body>
  437. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement