Advertisement
ohcrucio

theme04

Mar 20th, 2013
404
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.90 KB | None | 0 0
  1. <html>
  2. <head>
  3. <!-- THEME 04 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. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  11. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  12.  
  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. <link href='http://fonts.googleapis.com/css?family=Parisienne' rel='stylesheet' type='text/css'>
  18.  
  19. <meta name="color:Background" content="#fcfcfc"/>
  20. <meta name="color:Text" content="#777777"/>
  21. <meta name="color:Title" content="#ac4a70"/>
  22. <meta name="color:Title Hover" content="#cc627a"/>
  23. <meta name="color:Post Title" content="#ac4a70"/>
  24. <meta name="color:Links" content="#cc627a"/>
  25. <meta name="color:Borders" content="#d6d5d5"/>
  26. <meta name="color:Links Hover" content="#ac4a70"/>
  27. <meta name="color:Bold Text" content="#b65b70"/>
  28. <meta name="color:Italic Text" content="#e78ba7"/>
  29. <meta name="image:Background" content=""/>
  30. <meta name="image:Sidebar" content=""/>
  31. <meta name="if:Show Title" content="1"/>
  32. <meta name="if:Show Tags" content="1"/>
  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. <meta name="text:Link 5" content=""/>
  42. <meta name="text:Link 5 Name" content=""/>
  43.  
  44. <style type="text/css">
  45.  
  46. body {
  47. background: {color:Background} url('{image:Background}') no-repeat fixed;
  48. padding: 0px;
  49. margin: 0px;
  50. font-size: 11px;
  51. font-family: Calibri;
  52. }
  53.  
  54. a {
  55. text-decoration: none;
  56. }
  57.  
  58. a:hover {
  59. color: {color:Links Hover};
  60. text-decoration: none;
  61. }
  62.  
  63. a:visited {
  64. text-decoration: none;
  65. }
  66.  
  67. h1 {
  68. font-size: 22px;
  69. font-family: 'Parisienne', cursive;
  70. text-align: center;
  71. text-decoration: none;
  72. font-weight: normal;
  73. text-transform: none;
  74. color: {color:Post Title};
  75. margin-top: 1px;
  76. margin-bottom: -5px;
  77. }
  78.  
  79. h1 a {
  80. text-decoration: none;
  81. text-transform: none;
  82. }
  83.  
  84. table {
  85. background: #FFFFFF;
  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: 55px;
  98. top: 150px;
  99. width: 300px;
  100. }
  101.  
  102. #description {
  103. margin: 0 auto;
  104. width: 178px;
  105. margin-top: 5px;
  106. text-align: center;
  107. color: {color:Text};
  108. margin-bottom: 10px;
  109. }
  110.  
  111. #description a {
  112. margin: 1px;
  113. font-size: 11px;
  114. text-decoration: none;
  115. color: {color:Links};
  116. transition: 0.5s;
  117. transition-timing-function: ease-in;
  118. -moz-transition: 0.5s;
  119. -moz-transition-timing-function: ease-in;
  120. -webkit-transition: 0.5s;
  121. -webkit-transition-timing-function: ease-in;
  122. -o-transition: 0.5s;
  123. -o-transition-timing-function: ease-in;
  124. transition: 0.5s;
  125. transition-timing-function: ease-out;
  126. -moz-transition: 0.5s;
  127. -moz-transition-timing-function: ease-out;
  128. -webkit-transition: 0.5s;
  129. -webkit-transition-timing-function: ease-out;
  130. -o-transition: 0.5s;
  131. -o-transition-timing-function: ease-out;
  132. }
  133.  
  134. #description a:hover {
  135. color: {color:Links Hover};
  136. text-decoration: none;
  137. }
  138.  
  139. #description a:visited {
  140. text-decoration: none;
  141. }
  142.  
  143. #description img {
  144. border: 0px;
  145. width: 160px;
  146. margin-bottom: 2px;
  147. margin-top: 5px;
  148. margin-left: 3px;
  149. }
  150.  
  151. {block:ifshowtitle}
  152. #title {
  153. margin-top: 0px;
  154. margin-bottom: -7px;
  155. }
  156.  
  157. #title a {
  158. display: block;
  159. margin: 0 auto;
  160. font-family: 'Parisienne', cursive;
  161. font-size: 24px;
  162. text-align: center;
  163. text-decoration: none;
  164. text-transform: none;
  165. text-shadow: 0px 0px 0px #999999;
  166. color: {color:Title};
  167. width: 160px;
  168. }
  169.  
  170. #title a:hover {
  171. color: {color:Title Hover};
  172. }
  173. {/block:ifshowtitle}
  174.  
  175.  
  176. #links {
  177. margin-top: 5px;
  178. margin: 0 auto;
  179. text-align: center;
  180. width: 178px;
  181. }
  182.  
  183. #links a {
  184. display: inline;
  185. text-align: center;
  186. letter-spacing: 0px;
  187. font-size: 11px;
  188. text-decoration: none;
  189. text-transform: uppercase;
  190. color: {color:Links};
  191. font-family: Calibri;
  192. }
  193.  
  194. #links a:hover {
  195. color: {color:Links Hover};
  196. text-decoration: none;
  197. }
  198.  
  199. #links a:visited {
  200. text-decoration: none;
  201. }
  202.  
  203. #post {
  204. width: 500px;
  205. padding: 10px;
  206. overflow: hidden;
  207. margin-left: 435px!important;
  208. margin-top: 10px;
  209. margin-bottom: 10px;
  210. color: {color:Text};
  211. background: #FFFFFF;
  212. }
  213.  
  214. #post a {
  215. text-decoration: none;
  216. color: {color:Links};
  217. }
  218.  
  219. #post h1 a {
  220. font-weight: normal;
  221. color: {color:Post Title};
  222. }
  223.  
  224. #quote {
  225. font-size: 20px;
  226. font-family: 'Parisienne', cursive;
  227. font-weight: normal;
  228. text-align: center;
  229. display: block;
  230. color: {color:Post Title};
  231. }
  232.  
  233. .caption {
  234. text-align: left;
  235. font-size: 11px;
  236. font-family: calibri;
  237. display: block;
  238. padding-right: 7px;
  239. }
  240.  
  241. .caption img {
  242. max-width: 500px;
  243. }
  244.  
  245. #info {
  246. text-align: center;
  247. margin-top: 15px;
  248. text-transform: lowercase;
  249. color: {color:Post Text};
  250. }
  251.  
  252. #info a {
  253. color: {color:Links};
  254. text-decoration: none;
  255.  
  256. }
  257.  
  258. #tags {
  259. padding-top: 2px;
  260. {block:IfNotShowTags}{block:IndexPage}display: none;{/block:IndexPage}{/block:IfNotShowTags}
  261. text-align: center;
  262. }
  263.  
  264. #tags a {
  265. color: {color:Links};
  266. font-style: italic;
  267. text-decoration: none;
  268. }
  269.  
  270. #permabar {
  271. border-top: 1px solid {color:Borders};
  272. padding-top: 5px;
  273. }
  274.  
  275. #via {
  276. float: left;
  277. }
  278.  
  279. #notes {
  280. width: 500px;
  281. text-align: left;
  282. }
  283.  
  284. #notes a {
  285. color: {color:Links};
  286. text-decoration: none;
  287. }
  288.  
  289. ol.notes {
  290. padding: 0px;
  291. margin: 15px 0px;
  292. list-style-type: none;
  293. }
  294.  
  295. #nav {
  296. text-align: center;
  297. padding-top: 5px;
  298. }
  299.  
  300. #nav a {
  301. margin: 0 auto;
  302. font-size: 11px;
  303. text-decoration: none;
  304. color: {color:Links};
  305. }
  306.  
  307. #nav a:hover {
  308. color: {color:Links Hover};
  309. }
  310.  
  311. .ask {
  312. font-size: 10px;
  313. font-family: calibri;
  314. padding: 0 10px;
  315. text-align: center;
  316. }
  317. .asker {
  318. text-transform: uppercase;
  319. font-size: 11px;
  320. font-family: calibri;
  321. }
  322.  
  323. .asker a {
  324. color: {color:Links};
  325. text-decoration: none;
  326. }
  327.  
  328. </style>
  329.  
  330. </head>
  331. <body>
  332. <div id="sidebar">
  333. <div id="description">
  334. {block:ifshowtitle}<div id="title"><a href="/">{Title}</a></div>{/block:ifshowtitle}
  335. <div id="links">
  336. <a href="/ask"><b>m</b>essage</a>
  337. <a href="/archive"><b>a</b>rchive</a>
  338. {block:ifLink1}
  339. <a href="{text:Link 1}">{text:Link 1 Name}</a>
  340. {/block:ifLink1}
  341. {block:ifLink2}
  342. <a href="{text:Link 2}">{text:Link 2 Name}</a>
  343. {/block:ifLink2}
  344. {block:ifLink3}
  345. <a href="{text:Link 3}">{text:Link 3 Name}</a>
  346. {/block:ifLink3}
  347. {block:ifLink4}
  348. <a href="{text:Link 4}">{text:Link 4 Name}</a>
  349. {/block:ifLink4}
  350. {block:ifLink5}
  351. <a href="{text:Link 5}">{text:Link 5 Name}</a>
  352. {/block:ifLink5}
  353. <a href="http://ohcrucio.tumblr.com/"><b>t</b>heme</a>
  354. </div>
  355. {block:ifsidebarimage}<img src="{image:sidebar}"/>{/block:ifsidebarimage}
  356. <br>{block:description}{description}{/block:description}
  357. <div id="nav">
  358. {block:Pagination}
  359. {block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>
  360. {/block:PreviousPage}
  361. {CurrentPage} of {TotalPages}
  362. {block:NextPage}<a href="{NextPage}">&raquo;</a>
  363. {/block:NextPage}
  364. {/block:Pagination}
  365. </div>
  366. </div>
  367. </div>
  368.  
  369. {block:Posts}
  370. <div id="post">
  371.  
  372. {block:Text}
  373. {block:Title}<h1>{Title}</h1>{/block:Title}
  374. {Body}
  375. {/block:Text}
  376.  
  377. {block:Photo}
  378. <img src="{PhotoURL-500}"/>
  379. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  380. {/block:Photo}
  381.  
  382. {block:Photoset}
  383. {Photoset-500}
  384. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  385. {/block:Photoset}
  386.  
  387. {block:Quote}
  388. <div id="quote">{Quote}</div>
  389. {block:Source}<div align="center">- {Source}</div>{/block:Source}
  390. {/block:Quote}
  391.  
  392. {block:Link}
  393. <h1><a href="{URL}" target="{Target}">{Name}</a></h1>
  394. {block:Description}{Description}{/block:Description}
  395. {/block:Link}
  396.  
  397. {block:Chat}
  398. {block:Title}<h1>{Title}</h1>{/block:Title}
  399. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br/>{/block:Lines}
  400. {/block:Chat}
  401.  
  402. {block:Audio}
  403. <div id="audio">{AudioPlayerBlack}</div>
  404. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  405. {/block:Audio}
  406.  
  407. {block:Video}
  408. {Video-500}
  409. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  410. {/block:Video}
  411.  
  412. {block:Answer}
  413. <div class="ask">
  414. <div class="asker">
  415. {Asker} said:</div> {Question}</div>
  416. <p><center>{Answer}</center></p>
  417. {/block:Answer}
  418.  
  419. <div id="info">
  420. <div id="permabar">{block:Date}Posted <a href="{Permalink}">{TimeAgo}</a>
  421. {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}{/block:Date}
  422. {block:RebloggedFrom}<div id="via"><a href="{ReblogParentURL}" title="via">via</a> - <a href="{ReblogRootURL}" title="source">source</a>
  423. </div>{/block:RebloggedFrom}</div>
  424. </div>
  425.  
  426. {block:HasTags}
  427. <div id="tags">{block:Tags}<a href="{TagURL}">#{Tag}</a> &nbsp;{/block:Tags}
  428. </div>
  429. {/block:HasTags}
  430.  
  431. {block:PermalinkPage}{block:PostNotes}{PostNotes}{/block:PostNotes}{/block:PermalinkPage}
  432.  
  433.  
  434. {block:NotReblog}
  435. {/block:NotReblog}
  436.  
  437. </div>
  438. {/block:Posts}
  439.  
  440.  
  441. </body>
  442. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement