Advertisement
ohcrucio

themereq02

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