Advertisement
ohcrucio

theme09

Apr 3rd, 2014
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.61 KB | None | 0 0
  1. <html>
  2. <head>
  3. <!-- THEME 09 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. <link href='http://fonts.googleapis.com/css?family=Monsieur+La+Doulaise' rel='stylesheet' type='text/css'>
  19.  
  20.  
  21. <meta name="color:Background" content="#FFFFFF"/>
  22. <meta name="color:Text" content="#4a4a4a"/>
  23. <meta name="color:Title" content="#720129"/>
  24. <meta name="color:Links" content="#7c7c7c"/>
  25. <meta name="color:Links Hover" content="#720129"/>
  26. <meta name="color:Links Background" content="#fafafa"/>
  27. <meta name="color:Borders" content="#f1f1f1"/>
  28. <meta name="color:Bold Text" content="#720129"/>
  29. <meta name="color:Italic Text" content="#97335f"/>
  30. <meta name="color:Tags" content="#717171"/>
  31. <meta name="color:Desc" content="#f6f6f6"/>
  32. <meta name="image:Sidebar image" content=""/>
  33. <meta name="text:Link 1" content=""/>
  34. <meta name="text:Link 1 Name" content=""/>
  35. <meta name="text:Link 2" content=""/>
  36. <meta name="text:Link 2 Name" content=""/>
  37. <meta name="text:Link 3" content=""/>
  38. <meta name="text:Link 3 Name" content=""/>
  39. <meta name="text:Link 4" content=""/>
  40. <meta name="text:Link 4 Name" content=""/>
  41. <meta name="text:Link 5" content=""/>
  42. <meta name="text:Link 5 Name" content=""/>
  43.  
  44. <style type="text/css">
  45.  
  46. body {
  47. background: {color:Background};
  48. padding: 0px;
  49. margin: 0px;
  50. font-size: 10px;
  51. font-family: calibri;
  52. }
  53.  
  54. a, a:visited {
  55. font-family: trebuchet ms;
  56. text-decoration: none;
  57. color: {color:Links};
  58. -webkit-transition: all 0.7s ease-in-out;
  59. -moz-transition: all 0.7s ease-in-out;
  60. -o-transition: all 0.7s ease-in-out;
  61. transition: all 0.7s ease-in-out;
  62. }
  63.  
  64. a:hover {
  65. font-style: trebuchet ms;
  66. text-decoration: none;
  67. color: {color:Links Hover};
  68. -webkit-transition: all 0.7s ease-in-out;
  69. -moz-transition: all 0.7s ease-in-out;
  70. -o-transition: all 0.7s ease-in-out;
  71. transition: all 0.7s ease-in-out;
  72. }
  73.  
  74. h1 {
  75. margin: 0;
  76. padding: 0 0 2px 0;
  77. font-size: 18px;
  78. font-family: calibri;
  79. text-align: center;
  80. text-decoration: none;
  81. font-weight: normal;
  82. text-transform: uppercase;
  83. color: {color:Text};
  84. }
  85.  
  86. h1 a, h1 a:visited {
  87. text-decoration: none;
  88. color: {color: Title};
  89. }
  90.  
  91. h1 a:hover {
  92. color: {color:Text};
  93. }
  94.  
  95. table {
  96. background: #FFFFFF;
  97. }
  98.  
  99. b, bold {
  100. color: {color:Bold Text};
  101. }
  102. i, em italic {
  103. color: {color:Italic Text};
  104. }
  105.  
  106. #topbar {
  107. position: fixed;
  108. top: 42px;
  109. width: 522px;
  110. height: 60px;
  111. background: {color:Background};
  112. z-index: 10;
  113. overflow: hidden;
  114. }
  115.  
  116. #sidebar {
  117. position: fixed;
  118. top: 150px;
  119. left: 80px;
  120. width: 230px;
  121. }
  122.  
  123. #sidebar img {
  124. width: 230px;
  125. background: {color:Background};
  126. margin-bottom: 3px;
  127. }
  128.  
  129. #desc {
  130. width: 208px;
  131. color: {color:Text};
  132. background: {color:Desc};
  133. text-align: center;
  134. font-size: 11px;
  135. font-family: Cambria;
  136. padding: 10px;
  137. border: 1px solid {color:Borders};
  138. }
  139.  
  140. #desc a {
  141. font-family: Cambria;
  142. }
  143.  
  144. #links {
  145. position: fixed;
  146. top: 0;
  147. left: 0;
  148. width: 100%;
  149. padding: 2px 0;
  150. background: {color:Links Background};
  151. text-align: center;
  152. z-index: 200;
  153. border-bottom: 1px solid {color:Borders};
  154. }
  155.  
  156. #links a {
  157. display: inline-block;
  158. padding: 1px;
  159. margin: 12px 25px;
  160. text-transform: uppercase;
  161. }
  162.  
  163. #wrapper {
  164. position: relative;
  165. margin-left: 420px;
  166. margin-top: 110px;
  167. width: 522px;
  168. }
  169.  
  170. .entries {
  171. margin: 10px 0 10px 0;
  172. }
  173.  
  174. .post {
  175. position: relative;
  176. width: 500px;
  177. padding: 10px;
  178. overflow: hidden;
  179. font-size: 11px;
  180. font-family: Cambria;
  181. margin-top: 30px;
  182. margin-bottom: 5px;
  183. color: {color:Text};
  184. background: #FFF;
  185. border: 1px solid {color:Borders};
  186. border-bottom: 0;
  187. }
  188.  
  189. .post a {
  190. font-family: Cambria;
  191. }
  192.  
  193. .post p {
  194. margin-bottom: -1px;
  195. }
  196.  
  197. .posttitle {
  198. }
  199.  
  200. .posttitle h1 {
  201. color: {color:Text};
  202. }
  203.  
  204. #quote {
  205. font-size: 26px;
  206. font-family: 'Monsieur La Doulaise', cursive;
  207. font-weight: normal;
  208. text-align: center;
  209. display: block;
  210. color: {color:Text};
  211. }
  212.  
  213. #tags {
  214. margin-top: 5px;
  215. {block:IfNotShowTags}{block:IndexPage}display: none;{/block:IndexPage}{/block:IfNotShowTags}
  216. font-size: 8px;
  217. text-align: center;
  218. }
  219.  
  220. #tags a {
  221. padding: 1px 2px;
  222. color: {color:Tags};
  223. font-style: none;
  224. text-decoration: none;
  225. font-family: trebuchet ms;
  226. text-transform: uppercase;
  227. }
  228.  
  229. #tags a:hover {
  230. color: {color:Text};
  231. }
  232.  
  233. #tags a:visited {
  234. color: {color:Tags};
  235. }
  236.  
  237. #permabar {
  238. }
  239.  
  240. ol.notes {
  241. margin-top: 30px;
  242. }
  243.  
  244. ol.notes li.note {
  245. padding: 5px;
  246. margin-left: -5px;
  247. }
  248.  
  249. ol.notes li.note img.avatar {
  250. }
  251.  
  252. ol.notes li.note a, ol.notes li.note a:visted {
  253. text-decoration: none;
  254. color: {color:Text};
  255. }
  256.  
  257. ol.notes li.note a:hover {
  258. text-decoration: underline;
  259. color: {color:Links};
  260. }
  261.  
  262. #info {
  263. font-size: 9px;
  264. text-align: center;
  265. padding: 10px;
  266. margin-top: -5px;
  267. text-transform: uppercase;
  268. color: {color:Links};
  269. background: {color:Links Background};
  270. border: 1px solid {color:Borders};
  271. border-top: 0;
  272. }
  273.  
  274. #info a:hover {
  275. color: {color:Text};
  276. }
  277.  
  278. #nav {
  279. position: relative;
  280. top: 15px;
  281. text-align: center;
  282. }
  283.  
  284. #nav a, #nav a:hover, #nav a:visited {
  285. font-size: 22px;
  286. text-decoration: none;
  287. color: {color:Text};
  288. }
  289.  
  290. .ask {
  291. width: 500px;
  292. font-size: 12px;
  293. margin-bottom: 10px;
  294. font-family: trebuchet ms;
  295. text-align: center;
  296. color: {color:Text};
  297. }
  298.  
  299. .person {
  300. font-size: 8px;
  301. text-transform: uppercase;
  302. }
  303.  
  304. .question {
  305. padding: 10px;
  306. margin-bottom: 5px;
  307. color: {color:Text};
  308. border-bottom: 1px solid {color:Borders};
  309. background: {color:Links Background};
  310. }
  311.  
  312. .answer {
  313. color: {color:Text};
  314. }
  315.  
  316. blockquote {
  317. border-left: 2px solid #f6f6f6;
  318. padding-left: 4px;
  319. margin: 5px;
  320. }
  321.  
  322. .source {
  323. display: none;
  324. }
  325.  
  326. #credit {
  327. position: fixed;
  328. bottom: 5px;
  329. right: 5px;
  330. background: {color:Links Background};
  331. border: 1px solid {color:Borders};
  332. padding: 2px;
  333. }
  334.  
  335. #credit a, #credit a:hover, #credit a:visited {
  336. text-transform: uppercase;
  337. color: {color:Links};
  338. }
  339.  
  340. </style>
  341.  
  342. </head>
  343. <body>
  344. <div id="links">
  345. <a href="/">home</a>
  346. <a href="/ask">message</a>
  347. <a href="/archive">archive</a>
  348. {block:ifLink1}
  349. <a href="{text:Link 1}">{text:Link 1 Name}</a>
  350. {/block:ifLink1}
  351. {block:ifLink2}
  352. <a href="{text:Link 2}">{text:Link 2 Name}</a>
  353. {/block:ifLink2}
  354. {block:ifLink3}
  355. <a href="{text:Link 3}">{text:Link 3 Name}</a>
  356. {/block:ifLink3}
  357. {block:ifLink4}
  358. <a href="{text:Link 4}">{text:Link 4 Name}</a>
  359. {/block:ifLink4}
  360. {block:ifLink5}
  361. <a href="{text:Link 5}">{text:Link 5 Name}</a>
  362. {/block:ifLink5}
  363. </div>
  364.  
  365. <div id="sidebar">
  366. <div id="sidebarimg">
  367. <img src="{image:Sidebar Image}"/>
  368. </div>
  369. <div id="desc">
  370. {block:description}{description}{/block:description}
  371. </div>
  372. <div id="nav">
  373. {block:Pagination}
  374. {block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>
  375. {/block:PreviousPage}
  376. {block:NextPage}<a href="{NextPage}">&raquo;</a>
  377. {/block:NextPage}
  378. {/block:Pagination}
  379. </div>
  380. </div>
  381.  
  382. <div id="credit">
  383. <a href="http://ohcrucio.tumblr.com/">theme &copy;</a>
  384. </div>
  385.  
  386. <div id="wrapper">
  387. <div id="topbar">
  388. </div>
  389.  
  390. {block:Posts}
  391. <div class="entries">
  392. <div class="post">
  393.  
  394. {block:Text}
  395. <div class="posttitle">
  396. {block:Title}<h1>{Title}</h1>{/block:Title}
  397. </div>
  398. {Body}
  399. {/block:Text}
  400.  
  401. {block:Photo}
  402. <img src="{PhotoURL-500}"/>
  403. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  404. {/block:Photo}
  405.  
  406. <div class="source">
  407. {block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo} <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>{/block:ContentSource}
  408. </div>
  409.  
  410. {block:Photoset}
  411. {Photoset-500}
  412. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  413. {/block:Photoset}
  414.  
  415. {block:Quote}
  416. <div id="quote">"{Quote}"</div>
  417. {block:Source}<div align="center">- {Source}</div>{/block:Source}
  418. {/block:Quote}
  419.  
  420. {block:Link}
  421. <h1>&raquo; <a href="{URL}" target="{Target}">{Name}</a> &laquo;</h1>
  422. {block:Description}{Description}{/block:Description}
  423. {/block:Link}
  424.  
  425. {block:Chat}
  426. {block:Title}<h1>{Title}</h1>{/block:Title}
  427. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br/>{/block:Lines}
  428. {/block:Chat}
  429.  
  430. {block:Audio}
  431. <div id="audio">{AudioPlayerBlack}</div>
  432. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  433. {/block:Audio}
  434.  
  435. {block:Video}
  436. {Video-500}
  437. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  438. {/block:Video}
  439.  
  440. {block:Answer}
  441. <div class="ask">
  442. <div class="question">
  443. "{Question}"
  444. </div>
  445. <div class="person">
  446. ↳ {Asker}
  447. </div>
  448. </div>
  449. <div class="answer">
  450. {Answer}
  451. </div>
  452. {/block:Answer}
  453. </div>
  454.  
  455. <div id="info">
  456. <a href="{ReblogURL}" target="_blank">Reblog</a> {block:Date} &nbsp;&nbsp; <a href="{Permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount} &nbsp;&nbsp; <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:RebloggedFrom} &nbsp;&nbsp; <a href="{ReblogParentURL}">via</a> &nbsp;&nbsp; <a href="{ReblogRootURL}">source</a>{/block:RebloggedFrom}
  457. </div>
  458.  
  459. {block:HasTags}
  460. <div id="tags">{block:Tags}<a href="{TagURL}">{Tag}</a> &nbsp;{/block:Tags}
  461. </div>
  462. {/block:HasTags}
  463.  
  464. {block:PermalinkPage}{block:PostNotes}{PostNotes}{/block:PostNotes}{/block:PermalinkPage}
  465.  
  466. {block:NotReblog}
  467. {/block:NotReblog}
  468. </div>
  469. {/block:Posts}
  470. </div>
  471.  
  472. </body>
  473. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement