Advertisement
ohcrucio

theme01v2

Nov 9th, 2012
956
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.89 KB | None | 0 0
  1. <html>
  2. <head>
  3. <!-- THEME 01 version 2 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: 200px;
  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: underline;
  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: 140px;
  183. position: fixed;
  184. z-index: 50;
  185. width: 55px;
  186. margin: 2px;
  187. text-align: center;
  188. color: {color:Sidebar Links};
  189. background-color: {color:Link Background};
  190. transform: rotate(12deg) ;
  191. -webkit-transform: rotate(12deg) ;
  192. -moz-transform: rotate(12deg) ;
  193. -o-transform: rotate(12deg) ;
  194. -ms-transform: rotate(12deg) ;
  195. }
  196.  
  197. #link1 a {
  198. text-decoration: none;
  199. text-transform: lowercase;
  200. letter-spacing: 1px;
  201. color: {color:Sidebar Links};
  202. }
  203.  
  204. #link1 a:hover {
  205. color: {color:Links Hover};
  206. text-decoration: none;
  207. }
  208.  
  209. #link1 a:visited {
  210. text-decoration: none;
  211. }
  212.  
  213. #link2 {
  214. top: 195px;
  215. left: 140px;
  216. position: fixed;
  217. z-index: 50;
  218. width: 55px;
  219. margin: 2px;
  220. text-align: center;
  221. color: {color:Sidebar Links};
  222. background-color: {color:Link Background};
  223. transform: rotate(8deg) ;
  224. -webkit-transform: rotate(8deg) ;
  225. -moz-transform: rotate(8deg) ;
  226. -o-transform: rotate(8deg) ;
  227. -ms-transform: rotate(8deg) ;
  228. }
  229.  
  230. #link2 a {
  231. text-decoration: none;
  232. text-transform: lowercase;
  233. letter-spacing: 1px;
  234. color: {color:Sidebar Links};
  235. }
  236.  
  237. #link2 a:hover {
  238. color: {color:Links Hover};
  239. text-decoration: none;
  240. }
  241.  
  242. #link2 a:visited {
  243. text-decoration: none;
  244. }
  245.  
  246. #link3 {
  247. top: 215px;
  248. left: 140px;
  249. position: fixed;
  250. z-index: 50;
  251. width: 55px;
  252. margin: 2px;
  253. text-align: center;
  254. background-color: {color:Link Background};
  255. transform: rotate(4deg) ;
  256. -webkit-transform: rotate(4deg) ;
  257. -moz-transform: rotate(4deg) ;
  258. -o-transform: rotate(4deg) ;
  259. -ms-transform: rotate(4deg) ;
  260. }
  261.  
  262. #link3 a {
  263. text-decoration: none;
  264. text-transform: lowercase;
  265. letter-spacing: 1px;
  266. color: {color:Sidebar Links};
  267. }
  268.  
  269. #link3 a:hover {
  270. color: {color:Links Hover};
  271. text-decoration: none;
  272. }
  273.  
  274. #link3 a:visited {
  275. text-decoration: none;
  276. }
  277.  
  278. {block:ifLink1}
  279. #link4 {
  280. top: 235px;
  281. left: 140px;
  282. position: fixed;
  283. z-index: 50;
  284. width: 55px;
  285. margin: 2px;
  286. text-align: center;
  287. background-color: {color:Link Background};
  288. transform: rotate(-4deg) ;
  289. -webkit-transform: rotate(-4deg) ;
  290. -moz-transform: rotate(-4deg) ;
  291. -o-transform: rotate(-4deg) ;
  292. -ms-transform: rotate(-4deg) ;
  293. }
  294.  
  295. #link4 a {
  296. text-decoration: none;
  297. text-transform: lowercase;
  298. letter-spacing: 1px;
  299. color: {color:Sidebar Links};
  300. }
  301.  
  302. #link4 a:hover {
  303. color: {color:Links Hover};
  304. text-decoration: none;
  305. }
  306.  
  307. #link4 a:visited {
  308. text-decoration: none;
  309. }
  310. {/block:ifLink1}
  311.  
  312. {block:ifLink2}
  313. #link5 {
  314. top: 255px;
  315. left: 140px;
  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: 140px;
  352. position: fixed;
  353. z-index: 50;
  354. width: 55px;
  355. margin: 2px;
  356. text-align: center;
  357. background-color: {color:Link Background};
  358. transform: rotate(-12deg) ;
  359. -webkit-transform: rotate(-12deg) ;
  360. -moz-transform: rotate(-12deg) ;
  361. -o-transform: rotate(-12deg) ;
  362. -ms-transform: rotate(-12deg) ;
  363. }
  364.  
  365. #link6 a {
  366. text-decoration: none;
  367. text-transform: lowercase;
  368. letter-spacing: 1px;
  369. color: {color:Sidebar Links};
  370. }
  371.  
  372. #link6 a:hover {
  373. color: {color:Links Hover};
  374. text-decoration: none;
  375. }
  376.  
  377. #link6 a:visited {
  378. text-decoration: none;
  379. }
  380.  
  381. {/block:ifLink3}
  382.  
  383. #post {
  384. width: 500px;
  385. padding: 5px;
  386. overflow: hidden;
  387. margin-left: 450px!important;
  388. margin: 5px;
  389. font-size: 10px;
  390. font-family: calibri;
  391. color: {color:Post Text};
  392. background: {color:Post Background};
  393. }
  394.  
  395. #post a {
  396. color: {color:Post Link};
  397. }
  398.  
  399. #quote {
  400. font: italic 16px "Times New Roman";
  401. text-align: center;
  402. display: block;
  403. }
  404.  
  405. .caption {
  406. text-align: left;
  407. font-size: 11px;
  408. font-family: calibri;
  409. display: block;
  410. padding-right: 7px;
  411. }
  412.  
  413. .caption img {
  414. max-width: 500px;
  415. }
  416.  
  417. #info {
  418. margin-top: 15px;
  419. text-transformation: lowercase;
  420. }
  421.  
  422. #info a {
  423. color: {color:Sidebar Link};
  424. }
  425.  
  426. #tags {
  427. padding-top: 2px;
  428. {block:IfNotShowTags}{block:IndexPage}display: none;{/block:IndexPage}{/block:IfNotShowTags}
  429. }
  430.  
  431. #tags a {
  432. color: {color:Post Link};
  433. font-style: italic;
  434. }
  435.  
  436. #permabar {
  437. border-top: 1px solid {color:Info Border};
  438. padding-top: 5px;
  439. }
  440.  
  441. #via {
  442. float: right
  443. }
  444.  
  445. #notes {
  446. width: 500px;
  447. text-align: left;
  448. }
  449.  
  450. #notes a {
  451. color: {color:Sidebar Link};
  452. }
  453.  
  454. ol.notes {
  455. padding: 0px;
  456. margin: 15px 0px;
  457. list-style-type: none;
  458. }
  459.  
  460. #nav {
  461. padding: 5px;
  462. margin: 0px;
  463. text-align: center;
  464. }
  465.  
  466. #nav a {
  467. font-size: 28px;
  468. text-decoration: none;
  469. color: {color:Sidebar Links};
  470. }
  471.  
  472. #nav a:hover {
  473. color: {color:Links Hover};
  474. }
  475.  
  476. .ask {
  477. font-size: 10px;
  478. font-family: calibri;
  479. padding: 0 10px;
  480. }
  481. .asker {
  482. letter-spacing: 2px;
  483. font-size: 12px;
  484. font-family: calibri;
  485. }
  486.  
  487. .asker a {
  488. color: {color:Post Link};
  489. }
  490.  
  491. </style>
  492.  
  493. </head>
  494. <body>
  495.  
  496. <div id="link1"><a href="/ask">message</a></div>
  497. <div id="link2"><a href="/archive">archive</a></div>
  498. <div id="link3"><a href="http://ohcrucio.tumblr.com/">theme</a></div>
  499. {block:ifLink1}
  500. <div id="link4"><a href="{text:Link 1}">{text:Link 1 Name}</a></div>
  501. {/block:ifLink1}
  502. {block:ifLink2}
  503. <div id="link5"><a href="{text:Link 2}">{text:Link 2 Name}</a></div>
  504. {/block:ifLink2}
  505. {block:ifLink3}
  506. <div id="link6"><a href="{text:Link 3}">{text:Link 3 Name}</a></div>
  507. {/block:ifLink3}
  508.  
  509. <div id="sidebar">
  510. {block:ifshowtitle}<div id="title"><a href="/">{Title}</a></div>{/block:ifshowtitle}
  511. {block:ifsidebarimage}<img src="{image:sidebar}"/>{/block:ifsidebarimage}
  512. <div id="description">{block:description}{description}{/block:description}
  513. </div>
  514. <div id="nav">
  515. {block:Pagination}
  516.  
  517. {block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>
  518. {/block:PreviousPage}
  519. {block:NextPage}<a href="{NextPage}">&raquo;</a>
  520. {/block:NextPage}
  521.  
  522. {/block:Pagination}
  523. </div>
  524. </div>
  525.  
  526. {block:Posts}
  527. <div id="post">
  528.  
  529. {block:Text}
  530. {block:Title}<h1>{Title}</h1>{/block:Title}
  531. {Body}
  532. {/block:Text}
  533.  
  534. {block:Photo}
  535. <img src="{PhotoURL-500}"/>
  536. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  537. {/block:Photo}
  538.  
  539. {block:Photoset}
  540. {Photoset-500}
  541. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  542. {/block:Photoset}
  543.  
  544. {block:Quote}
  545. <div id="quote">{Quote}</div>
  546. {block:Source}<div align="center">- {Source}</div>{/block:Source}
  547. {/block:Quote}
  548.  
  549. {block:Link}
  550. <h1><a href="{URL}" target="{Target}">{Name}</a></h1>
  551. {block:Description}{Description}{/block:Description}
  552. {/block:Link}
  553.  
  554. {block:Chat}
  555. {block:Title}<h1>{Title}</h1>{/block:Title}
  556. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br/>{/block:Lines}
  557. {/block:Chat}
  558.  
  559. {block:Audio}
  560. <div id="audio">{AudioPlayerBlack}</div>
  561. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  562. {/block:Audio}
  563.  
  564. {block:Video}
  565. {Video-500}
  566. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  567. {/block:Video}
  568.  
  569. {block:Answer}
  570. <table width="100%"><tr><td width="40">
  571. <img src="{AskerPortraitURL-48}"/>
  572. </td><td class="ask">
  573. <div class="asker">
  574. {Asker} said:</div> {Question}</td></tr></table>
  575. <p>{Answer}</p>
  576. {/block:Answer}
  577.  
  578. <div id="info">
  579. <div id="permabar">{block:Date}Posted <a href="{Permalink}">{TimeAgo}</a>
  580. {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}{/block:Date}
  581. {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>
  582. </div>{/block:RebloggedFrom}</div>
  583. </div>
  584.  
  585. {block:PermalinkPage}<br><div id="notes">{block:PostNotes} {PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}
  586.  
  587. {block:HasTags}
  588. <div id="tags">{block:Tags}<a href="{TagURL}">#{Tag}</a> &nbsp;{/block:Tags}
  589. </div>
  590. {/block:HasTags}
  591.  
  592. {block:NotReblog}
  593. {/block:NotReblog}
  594.  
  595. </div>
  596. {/block:Posts}
  597.  
  598.  
  599. </body>
  600. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement