Advertisement
ohcrucio

themereq01

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