Advertisement
ohcrucio

theme15

Jan 26th, 2016
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.06 KB | None | 0 0
  1. <html>
  2. <head>
  3. <!-- THEME 15 by Elin
  4. http://malfuys.tumblr.com/
  5.  
  6. -RULES-
  7. 1. DO NOT REMOVE THE CREDITS
  8. 2. DO NOT USE IT AS A BASE
  9. 3. DO NOT CLAIM AS YOUR OWN -->
  10.  
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  12. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  13.  
  14. <title>{Title} - {block:PostTitle}{PostTitle}{/block:PostTitle}</title>
  15. <link rel="shortcut icon" href="{Favicon}" />
  16. {block:Description}<meta name="description" content="{MetaDescription}" /><meta name="description" content="{MetaDescription}" />{/block:Description}
  17.  
  18. <link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
  19.  
  20. <meta name="color:Background" content="#FFFFFF"/>
  21. <meta name="color:Text" content="#4a4a4a"/>
  22. <meta name="color:Title" content="#4a4a4a"/>
  23. <meta name="color:Links" content="#4a4a4a"/>
  24. <meta name="color:Links Hover" content="#bbbbbb"/>
  25. <meta name="color:Borders" content="#efefef"/>
  26. <meta name="color:Bold Text" content="#643847"/>
  27. <meta name="color:Italic Text" content="#9b5b77"/>
  28. <meta name="image:Sidebar Image" content=""/>
  29. <meta name="text:Link 1" content=""/>
  30. <meta name="text:Link 1 Name" content=""/>
  31. <meta name="text:Link 2" content=""/>
  32. <meta name="text:Link 2 Name" content=""/>
  33. <meta name="text:Link 3" content=""/>
  34. <meta name="text:Link 3 Name" content=""/>
  35. <meta name="text:Link 4" content=""/>
  36. <meta name="text:Link 4 Name" content=""/>
  37.  
  38. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  39. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  40. <script>
  41. (function($){
  42. $(document).ready(function(){
  43. $("a[title]").style_my_tooltips({
  44. tip_follows_cursor:true,
  45. tip_delay_time:100,
  46. tip_fade_speed:300,
  47. attribute:"title"
  48. });
  49. });
  50. })(jQuery);
  51. </script>
  52.  
  53. <style type="text/css">
  54.  
  55. body {
  56. background: {color:Background};
  57. padding: 0px;
  58. margin: 0px;
  59. font-size: 10px;
  60. font-family: arial;
  61. }
  62.  
  63. a, a:visited {
  64. font-family: trebuchet ms;
  65. text-decoration: none;
  66. color: {color:Links};
  67. -webkit-transition: all 0.7s ease-in-out;
  68. -moz-transition: all 0.7s ease-in-out;
  69. -o-transition: all 0.7s ease-in-out;
  70. transition: all 0.7s ease-in-out;
  71. }
  72.  
  73. a:hover {
  74. font-style: trebuchet ms;
  75. text-decoration: none;
  76. color: {color:Links Hover};
  77. -webkit-transition: all 0.7s ease-in-out;
  78. -moz-transition: all 0.7s ease-in-out;
  79. -o-transition: all 0.7s ease-in-out;
  80. transition: all 0.7s ease-in-out;
  81. }
  82.  
  83. h1 {
  84. margin: -5px 0;
  85. padding: 0;
  86. font-size: 22px;
  87. font-family: Lobster;
  88. text-decoration: none;
  89. font-weight: bold;
  90. letter-spacing: 2px;
  91. color: {color:Title};
  92. }
  93.  
  94. h1 a, h1 a:visited {
  95. text-decoration: none;
  96. color: {color:Links};
  97. }
  98.  
  99. h1 a:hover {
  100. color: {color:Links Hover};
  101. }
  102.  
  103. table {
  104. background: #FFFFFF;
  105. }
  106.  
  107. b, bold {
  108. color: {color:Bold Text};
  109. }
  110. i, em italic {
  111. color: {color:Italic Text};
  112. }
  113.  
  114. p {
  115. text-align: justify;
  116. margin: -4px 0 8px 0;
  117. padding-top: 1px;
  118. }
  119.  
  120. ::-webkit-scrollbar {
  121. width: 10px;
  122. }
  123.  
  124. ::-webkit-scrollbar {
  125. height: 10px;
  126. }
  127.  
  128. ::-webkit-scrollbar-thumb {
  129. background-color: {color:Borders};
  130. }
  131.  
  132. #topbar {
  133. width: 100%;
  134. height: 80px;
  135. }
  136.  
  137. #sidebar {
  138. position: fixed;
  139. top: 190px;
  140. left: 110px;
  141. width: 202px;
  142. }
  143.  
  144. #sidebarimg {
  145. border: 1px solid {color:Borders};
  146. width: 180px;
  147. padding: 10px;
  148. margin-bottom: -30px;
  149. }
  150.  
  151. #title {
  152. margin: 5px 0;
  153. text-align: center;
  154. }
  155.  
  156. #desc {
  157. color: {color:Text};
  158. text-align: center;
  159. font-size: 9px;
  160. margin-top: -5px;
  161. }
  162.  
  163. #desc a {
  164. font-family: arial;
  165. }
  166.  
  167. #links {
  168. padding: 1px;
  169. text-align: center;
  170. }
  171.  
  172. #links a {
  173. color: #FFF;
  174. margin: 2px;
  175. font-size: 10px;
  176. text-transform: uppercase;
  177. }
  178.  
  179. #links a:hover {
  180. color: {color:Links Hover};
  181. -webkit-transition: all 0.7s ease-in-out;
  182. -moz-transition: all 0.7s ease-in-out;
  183. -o-transition: all 0.7s ease-in-out;
  184. transition: all 0.7s ease-in-out;
  185. }
  186.  
  187. #pagination {
  188. margin-top: 8px;
  189. }
  190.  
  191. #pagination a {
  192. margin: 10px;
  193. font-size: 9px;
  194. }
  195.  
  196. #wrapper {
  197. position: relative;
  198. margin-left: 422px;
  199. margin-top: 50px;
  200. width: 500px;
  201. }
  202.  
  203. .entries {
  204. margin: 10px 0 10px 0;
  205. }
  206.  
  207. .post {
  208. position: relative;
  209. width: 500px;
  210. overflow: hidden;
  211. margin-top: 60px;
  212. margin-bottom: 5px;
  213. color: {color:Text};
  214. background: #FFF;
  215. border: 1px solid {color:Borders};
  216. padding: 10px 10px 0 10px;
  217. }
  218.  
  219. .posttitle h1 {
  220. color: {color:Text};
  221. padding: 0;
  222. }
  223.  
  224. #quote {
  225. font-size: 16px;
  226. font-family: arial;
  227. font-weight: normal;
  228. font-style: italic;
  229. display: block;
  230. color: {color:Text};
  231. }
  232.  
  233. .info {
  234. width: 514px;
  235. font-size: 9px;
  236. margin-top: -5px;
  237. font-family: trebuchet ms;
  238. text-transform: uppercase;
  239. color: {color:Text};
  240. }
  241.  
  242. .info a:hover {
  243. color: {color:Links Hover};
  244. }
  245.  
  246. #reblog {
  247. float: right;
  248. }
  249.  
  250. #tags {
  251. width:514px;
  252. margin-top: 3px;
  253. text-align:center;
  254. }
  255.  
  256. #tags a {
  257. padding: 1px 2px;
  258. font-style: none;
  259. text-decoration: none;
  260. text-transform: none;
  261. }
  262.  
  263. #tags a:hover {
  264. color: {color:Links Hover};
  265. }
  266.  
  267. #tags a:visited {
  268. color: {color:Links};
  269. }
  270.  
  271. ol.notes {
  272. margin-top: 30px;
  273. text-transform: uppercase;
  274. font-size: 9px;
  275. font-family: trebuchet ms;
  276. list-style-type: decimal-leading-zero;
  277. }
  278.  
  279. ol.notes li.note {
  280. padding: 5px;
  281. margin-left: -5px;
  282. }
  283.  
  284. ol.notes li.note img.avatar {
  285. display: none;
  286. }
  287.  
  288. ol.notes li.note a, ol.notes li.note a:visted {
  289. text-decoration: none;
  290. color: {color:Text};
  291. }
  292.  
  293. ol.notes li.note a:hover {
  294. color: {color:Links};
  295. }
  296.  
  297. .question {
  298. width: 500px;
  299. font-size: 9px;
  300. margin-bottom: 10px;
  301. color: {color:Text};
  302. text-align: justify;
  303. background-color: {color:Borders};
  304. }
  305.  
  306. .ask {
  307. padding: 10px 15px;
  308. font-style: italic;
  309. }
  310.  
  311. .asker {
  312. padding: 10px 0 0 0;
  313. margin-bottom:-5px;
  314. font-size: 12px;
  315. text-transform: uppercase;
  316. font-family: arial;
  317. font-weight: bold;
  318. color: {color:Links};
  319. }
  320.  
  321. .asker a {
  322. padding-left: 15px;
  323. }
  324.  
  325. .answer {
  326. color: {color:Text};
  327. clear: both;
  328. text-align: justify;
  329. }
  330.  
  331. .caption {
  332. margin: 5px;
  333. text-align: justify;
  334. }
  335.  
  336. blockquote {
  337. border-left: 2px solid #f6f6f6;
  338. padding-left: 4px;
  339. margin: 5px;
  340. margin-left: 20px;
  341. text-align: justify;
  342. }
  343.  
  344. .source {
  345. display: none;
  346. }
  347.  
  348. #credit {
  349. position: fixed;
  350. bottom: 5px;
  351. right: 5px;
  352. padding: 2px;
  353. font-size: 9px;
  354. }
  355.  
  356. #credit a, #credit a:visited {
  357. text-transform: uppercase;
  358. color: {color:Links};
  359. }
  360.  
  361. #credit a:hover {
  362. color: {color:Links Hover};
  363. }
  364.  
  365. #s-m-t-tooltip {
  366. max-width: 300px;
  367. padding: 1px 2px;
  368. margin-top: -15px;
  369. margin-left: 7px;
  370. font-family: trebuchet ms;
  371. text-transform: uppercase;
  372. color: {color:Borders};
  373. font-size: 9px;
  374. z-index: 1000;
  375. }
  376.  
  377. #audio {
  378. padding-bottom: 10px;
  379. }
  380.  
  381. </style>
  382.  
  383. </head>
  384. <body>
  385. <div id="topbar">
  386. <div id="title"><h1>{Title}</h1></div>
  387. <div id="desc">
  388. {block:description}{description}{/block:description}
  389. </div>
  390. </div>
  391. <div id="sidebar">
  392. <div id="sidebarimg">
  393. <img src="{image:Sidebar Image}" style="width: 180px;">
  394. </div>
  395. <div id="links">
  396. <a href="/" title="home">01.</a>
  397. <a href="/ask" title="ask">02.</a>
  398. <a href="/archive" title="archive">03.</a>
  399. {block:ifLink1}
  400. <a href="{text:Link 1}" title="{text:Link 1 Name}">04.</a>
  401. {/block:ifLink1}
  402. {block:ifLink2}
  403. <a href="{text:Link 2}" title="{text:Link 2 Name}">05.</a>
  404. {/block:ifLink2}
  405. {block:ifLink3}
  406. <a href="{text:Link 3}" title="{text:Link 3 Name}">06.</a>
  407. {/block:ifLink3}
  408. {block:ifLink4}
  409. <a href="{text:Link 4}" title="{text:Link 4 Name}">07.</a>
  410. {/block:ifLink4}
  411. </div>
  412. <div id="pagination">
  413. {block:Pagination}
  414. {block:PreviousPage}<a href="{PreviousPage}" style="float:left;">&larr; PREVIOUS</a>
  415. {/block:PreviousPage}
  416. {block:NextPage}<a href="{NextPage}" style="float:right;">NEXT &rarr;</a>
  417. {/block:NextPage}
  418. {/block:Pagination}
  419. </div>
  420. </div>
  421.  
  422. <div id="credit">
  423. <a href="http://malfuys.tumblr.com/">theme &copy;</a>
  424. </div>
  425.  
  426. <div id="wrapper">
  427.  
  428. {block:Posts}
  429. <div class="entries">
  430. <div class="post">
  431.  
  432. {block:Text}
  433. <div class="posttitle">
  434. {block:Title}<h1 style="padding-bottom:3px;">{Title}</h1>{/block:Title}
  435. </div>
  436. {Body}
  437. {/block:Text}
  438.  
  439. {block:Photo}
  440. <img src="{PhotoURL-500}"/>
  441. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  442. {/block:Photo}
  443.  
  444. <div class="source">
  445. {block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo} <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>{/block:ContentSource}
  446. </div>
  447.  
  448. {block:Photoset}
  449. {Photoset-500}
  450. {block:Caption}<span class="caption">{Caption}</span><div style="margin-bottom:-11px;"></div>{/block:Caption}
  451. <div class="html_photoset" style="padding-bottom:10px"></div>{/block:Photoset}
  452.  
  453. {block:Quote}
  454. <div id="quote">"{Quote}"</div>
  455. {block:Source}<div style="padding-bottom: 5px;">- {Source}</div>{/block:Source}
  456. {/block:Quote}
  457.  
  458. {block:Link}
  459. <h1><a href="{URL}" target="{Target}" style="font-family:Lobster; font-weight:normal; font-size:18px;">{Name} &rarr;</a></h1><div style="padding-bottom:10px;"></div>
  460. {block:Description}{Description}{/block:Description}
  461. {/block:Link}
  462.  
  463. {block:Chat}
  464. {block:Title}<h1>{Title}</h1>{/block:Title}<div style="margin-top:-5px;"></div>{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br/>{/block:Lines} <div style="margin-bottom:5px;"></div>
  465. {/block:Chat}
  466.  
  467. {block:Audio}
  468. <div id="audio">{AudioPlayerBlack}</div>
  469. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  470. {/block:Audio}
  471.  
  472. {block:Video}
  473. {Video-500}
  474. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  475. {/block:Video}
  476.  
  477. {block:Answer}
  478. <div class="question">
  479. <div class="asker">
  480. {Asker} said
  481. </div>
  482. <div class="ask">
  483. {Question}
  484. </div>
  485. </div>
  486. <div class="answer">
  487. {Answer}
  488. </div>
  489. {/block:Answer}
  490. </div>
  491.  
  492.  
  493. <div class="info" style="background-color: {color:Borders}; padding: 2px 4px;">
  494. {block:Date}<a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix} -{ShortYear}</a>{/block:Date}{block:NoteCount}&nbsp;&nbsp;<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:IndexPage}&nbsp;&nbsp;|&nbsp;&nbsp;<a href="{ReblogURL}" target="_blank">Reblog</a>{block:IndexPage}
  495. <div id="reblog">{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>&nbsp;/&nbsp;<a href="{ReblogRootURL}">source</a>{/block:RebloggedFrom}</div>
  496. </div>
  497. {block:HasTags}
  498. <div id="tags">{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  499. </div>
  500. {/block:HasTags}
  501.  
  502. {block:PermalinkPage}{block:PostNotes}{PostNotes}{/block:PostNotes}{/block:PermalinkPage}
  503.  
  504. {block:NotReblog}
  505. {/block:NotReblog}
  506. </div>
  507. {/block:Posts}
  508. </div>
  509. </body>
  510. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement