ohcrucio

theme03v2

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