Advertisement
ohcrucio

theme10

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