Advertisement
ohcrucio

theme01

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