Advertisement
ohcrucio

theme05

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