Advertisement
ohcrucio

theme02

Nov 28th, 2012
530
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.04 KB | None | 0 0
  1. <html>
  2. <head>
  3. <!-- THEME 02 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:Title Border" content="#999999"/>
  24. <meta name="color:Post Background" content="#ffffff"/>
  25. <meta name="color:Post Title" content="#b69e9e"/>
  26. <meta name="color:Post Text" content="#565656"/>
  27. <meta name="color:Info Border" content="#999999"/>
  28. <meta name="color:Links" content="#999999"/>
  29. <meta name="color:Ask Background" content="#f7f7f7"/>
  30. <meta name="color:Bold Text" content="#ca9cac"/>
  31. <meta name="color:Italic Text" content="#b69e9e"/>
  32. <meta name="image:Background" content=""/>
  33. <meta name="image:Sidebar" content=""/>
  34. <meta name="if:Show Title" content="1"/>
  35. <meta name="if:Show Tags" content="1"/>
  36. <meta name="text:Link 1" content=""/>
  37. <meta name="text:Link 1 Name" content=""/>
  38. <meta name="text:Link 2" content=""/>
  39. <meta name="text:Link 2 Name" content=""/>
  40.  
  41.  
  42. <style type="text/css">
  43.  
  44. body {
  45. background: {color:Background} url('{image:Background}');
  46. padding:0px;
  47. margin:0px;
  48. font-size: 11px;
  49. font-family: calibri;
  50. }
  51.  
  52. a {
  53. text-decoration: none;
  54. color: {color:Links};
  55. }
  56.  
  57. a:hover {
  58. text-decoration: none;
  59. color: {color:Links};
  60. }
  61.  
  62. a:visited {
  63. text-decoration: none;
  64. color: {color:Links};
  65. }
  66.  
  67. h1 {
  68. font-size: 20px;
  69. font-family: "Times New Roman";
  70. text-align: center;
  71. text-transform: none;
  72. color: {color:Post Title};
  73. font-style: italic;
  74. }
  75.  
  76. h1 a {
  77. text-decoration: underline;
  78. text-transform: none;
  79. }
  80.  
  81. table {
  82. background-color: {color:Ask Background};
  83. }
  84.  
  85. b, bold {
  86. color: {color:Bold Text};
  87. }
  88. i, em italic {
  89. color: {color:Italic Text};
  90. }
  91.  
  92. {block:ifshowtitle}
  93. #title {
  94. position: fixed;
  95. left: 705px;
  96. top: 60px;
  97. }
  98.  
  99. #title a {
  100. display: block;
  101. margin: 0 auto;
  102. width: 351px;
  103. font-family: "Times New Roman";
  104. font-style: italic;
  105. font-size: 20px;
  106. text-align: center;
  107. text-decoration: none;
  108. text-transform: none;
  109. color: {color:Title};
  110. border-bottom: 1px dotted {color:Title Border};
  111. margin-bottom: 3px;
  112. margin-top: 1px;
  113. padding: 2px;
  114. }
  115.  
  116. #title a:hover {
  117. color: {color:Title Hover};
  118. }
  119. {/block:ifshowtitle}
  120.  
  121. #sidebar1 {
  122. position: fixed;
  123. left: 900px;
  124. top: 90px;
  125. width: 150px;
  126. margin: 0px;
  127. padding-left: 10px;
  128. }
  129.  
  130. #sidebar1 img {
  131. margin-top: 5px;
  132. margin-bottom: 7px;
  133. width: 150px;
  134. }
  135.  
  136. #sidebar2 {
  137. position: fixed;
  138. left: 700px;
  139. top: 90px;
  140. width: 200px;
  141. font-family: calibri;
  142. color: {color:Sidebar Text};
  143. margin: 0px;
  144. padding-bottom: 0px 5px 5px 5px;
  145. font-size: 10px;
  146. }
  147.  
  148. #description {
  149. margin: 0 auto;
  150. padding: 5px;
  151. width: 190px;
  152. text-align: center;
  153. }
  154.  
  155. #description a {
  156. margin: 1px;
  157. padding: 0px 3px;
  158. text-align: center;
  159. text-decoration: none;
  160. color: {color:Links};
  161. }
  162.  
  163. #description a:hover {
  164. color: {color:Links};
  165. }
  166.  
  167. #description img {
  168. border: 0px;
  169. }
  170.  
  171. #links {
  172. max-width: 200px;
  173. margin: 5px 0px;
  174. text-align: center;
  175. font-size: 11px;
  176. padding: 0px;
  177. text-decoration: none;
  178. text-transform: uppercase;
  179. }
  180.  
  181. #links a {
  182. color: {color:Links};
  183. padding: 0px 1px;
  184. }
  185.  
  186. #links a:hover {
  187. color: {color:Links};
  188. }
  189.  
  190. #links a:visited {
  191. color: {color:Links};
  192. }
  193.  
  194. #post {
  195. width: 500px;
  196. padding: 5px;
  197. overflow: hidden;
  198. margin-left: 150px!important;
  199. margin: 5px;
  200. font-size: 10px;
  201. font-family: calibri;
  202. color: {color:Post Text};
  203. background: {color:Post Background};
  204. }
  205.  
  206. #post a {
  207. color: {color:Links};
  208. }
  209.  
  210. #post h1 a {
  211. color: {color:Title};
  212. }
  213.  
  214. #quote {
  215. font: italic 16px "Times New Roman";
  216. text-align: center;
  217. display: block;
  218. color: {color:Post Title};
  219. }
  220.  
  221. .caption {
  222. text-align: left;
  223. font-size: 11px;
  224. font-family: calibri;
  225. display: block;
  226. padding-right: 7px;
  227. }
  228.  
  229. .caption img {
  230. max-width: 500px;
  231. }
  232.  
  233. #info {
  234. text-align: center;
  235. margin-top: 15px;
  236. text-transformation: lowercase;
  237. color: {color:Post Text};
  238. }
  239.  
  240. #info a {
  241. color: {color:Links};
  242. }
  243.  
  244. #tags {
  245. padding-top: 2px;
  246. {block:IfNotShowTags}{block:IndexPage}display: none;{/block:IndexPage}{/block:IfNotShowTags}
  247. text-align: center;
  248. }
  249.  
  250. #tags a {
  251. color: {color:Links};
  252. font-style: italic;
  253. }
  254.  
  255. #permabar {
  256. border-top: 1px solid {color:Info Border};
  257. padding-top: 5px;
  258. }
  259.  
  260. #via {
  261. float: left;
  262. }
  263.  
  264. #notes {
  265. width: 500px;
  266. text-align: left;
  267. }
  268.  
  269. #notes a {
  270. color: {color:Links};
  271. }
  272.  
  273. ol.notes {
  274. padding: 0px;
  275. margin: 15px 0px;
  276. list-style-type: none;
  277. }
  278.  
  279. #nav {
  280. padding: 1px;
  281. margin: 0px;
  282. text-align: center;
  283. }
  284.  
  285. #nav a {
  286. font-size: 28px;
  287. text-decoration: none;
  288. color: {color:Links};
  289. }
  290.  
  291. #nav a:hover {
  292. color: {color:Links};
  293. }
  294.  
  295. .ask {
  296. font-size: 10px;
  297. font-family: calibri;
  298. padding: 0 10px;
  299. }
  300. .asker {
  301. letter-spacing: 2px;
  302. font-size: 12px;
  303. font-family: calibri;
  304. }
  305.  
  306. .asker a {
  307. color: {color:Links};
  308. }
  309.  
  310. </style>
  311.  
  312. </head>
  313. <body>
  314.  
  315. {block:ifshowtitle}<div id="title"><a href="/">{Title}</a></div>{/block:ifshowtitle}
  316. <div id="sidebar1">
  317. {block:ifsidebarimage}<img src="{image:sidebar}"/>{/block:ifsidebarimage}
  318.  
  319. <div id="sidebar2">
  320. <div id="links">
  321. <a href="/ask">message</a>
  322. <a href="/archive">archive</a>
  323. {block:ifLink1}
  324. <a href="{text:Link 1}">{text:Link 1 Name}</a>
  325. {/block:ifLink1}
  326. {block:ifLink2}
  327. <a href="{text:Link 2}">{text:Link 2 Name}</a>
  328. {/block:ifLink2}
  329. <a href="http://ohcrucio.tumblr.com/">theme</a>
  330. </div>
  331. <div id="description">{block:description}{description}{/block:description}
  332. </div>
  333. <div id="nav">
  334. {block:Pagination}
  335.  
  336. {block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>
  337. {/block:PreviousPage}
  338. {block:NextPage}<a href="{NextPage}">&raquo;</a>
  339. {/block:NextPage}
  340.  
  341. {/block:Pagination}
  342. </div>
  343. </div>
  344. </div>
  345.  
  346. {block:Posts}
  347. <div id="post">
  348.  
  349. {block:Text}
  350. {block:Title}<h1>{Title}</h1>{/block:Title}
  351. {Body}
  352. {/block:Text}
  353.  
  354. {block:Photo}
  355. <img src="{PhotoURL-500}"/>
  356. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  357. {/block:Photo}
  358.  
  359. {block:Photoset}
  360. {Photoset-500}
  361. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  362. {/block:Photoset}
  363.  
  364. {block:Quote}
  365. <div id="quote">{Quote}</div>
  366. {block:Source}<div align="center">- {Source}</div>{/block:Source}
  367. {/block:Quote}
  368.  
  369. {block:Link}
  370. <h1><a href="{URL}" target="{Target}">{Name}</a></h1>
  371. {block:Description}{Description}{/block:Description}
  372. {/block:Link}
  373.  
  374. {block:Chat}
  375. {block:Title}<h1>{Title}</h1>{/block:Title}
  376. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br/>{/block:Lines}
  377. {/block:Chat}
  378.  
  379. {block:Audio}
  380. <div id="audio">{AudioPlayerBlack}</div>
  381. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  382. {/block:Audio}
  383.  
  384. {block:Video}
  385. {Video-500}
  386. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  387. {/block:Video}
  388.  
  389. {block:Answer}
  390. <table width="100%"><tr><td width="40">
  391. <img src="{AskerPortraitURL-48}"/>
  392. </td><td class="ask">
  393. <div class="asker">
  394. {Asker} said:</div> {Question}</td></tr></table>
  395. <p>{Answer}</p>
  396. {/block:Answer}
  397.  
  398. <div id="info">
  399. <div id="permabar">{block:Date}Posted {TimeAgo}
  400. {block:NoteCount}with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{/block:Date}
  401. {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>
  402. </div>{/block:RebloggedFrom}</div>
  403. </div>
  404.  
  405. {block:HasTags}
  406. <div id="tags">{block:Tags}<a href="{TagURL}">#{Tag}</a> &nbsp;{/block:Tags}
  407. </div>
  408. {/block:HasTags}
  409.  
  410. {block:NotReblog}
  411. {/block:NotReblog}
  412.  
  413. {block:PermalinkPage}{block:PostNotes}{PostNotes}{/block:PostNotes}{/block:PermalinkPage}
  414.  
  415. </div>
  416. {/block:Posts}
  417.  
  418.  
  419. </body>
  420. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement