Advertisement
ohcrucio

theme14

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