ohcrucio

theme03

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