Advertisement
ohcrucio

theme11

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