Advertisement
ohcrucio

theme08

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