Advertisement
ohcrucio

theme07

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