Advertisement
ohcrucio

theme12

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