Advertisement
ohcrucio

theme06

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