Advertisement
Rita-Themes

Im no hero - theme ten

Aug 8th, 2013
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.03 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7. <!--
  8.  
  9. Theme #10 by lol-themesbyrita | Tumblr
  10. Please don't take the credit out or
  11. redistribute as your own! I worked hard on these.
  12. ENJOY!
  13.  
  14. -->
  15.  
  16.  
  17.  
  18.  
  19. <head>
  20.  
  21. <link href='http://fonts.googleapis.com/css?family=Euphoria+Script|Rochester' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Lobster+Two' rel='stylesheet' type='text/css'>
  22.  
  23. <link href='http://fonts.googleapis.com/css?family=Cookie' rel='stylesheet' type='text/css'>
  24.  
  25. <meta name="color:Background" content="#ffffff"/>
  26. <meta name="color:Sidebar" content="#ffffff"/>
  27. <meta name="color:Text" content="#a8a8a8"/>
  28. <meta name="color:Link" content="#b8b8b8"/>
  29. <meta name="color:Tags" content="f0f0f0"/>
  30. <meta name="color:Hover" content="#f2f2f2"/>
  31. <meta name="color:Line" content="#f2f2f2"/>
  32. <meta name="color:Border" content="#e4e4e4"/>
  33. <meta name="color:Post" content="#ffffff"/>
  34. <meta name="color:Answer" content="#f8f8f8"/>
  35. <meta name="color:navbg" content="#f8f8f8"/>
  36. <meta name="color:navbghover" content="#f8f8f8"/>
  37. <meta name="color:navlink" content="#f8f8f8"/>
  38. <meta name="color:navlinkhover" content="#f8f8f8"/>
  39. <meta name="color:desctext" content="#f8f8f8"/>
  40. <meta name="color:descletterbg" content="#f8f8f8"/>
  41.  
  42. <meta name="image:sidebar" content=""/>
  43. <meta name="image:bg" content=""/>
  44.  
  45.  
  46. <meta name="text:Link1 URL" content="/" />
  47. <meta name="text:Link1 Title" content="link one" />
  48.  
  49. <meta name="text:Link2 URL" content="/" />
  50. <meta name="text:Link2 Title" content="link two" />
  51.  
  52. <meta name="text:Link3 URL" content="/" />
  53. <meta name="text:Link3 Title" content="link three" />
  54.  
  55. <meta name="text:Link4 URL" content="/" />
  56. <meta name="text:Link4 Title" content="link four" />
  57.  
  58. <meta name="text:Link5 URL" content="/" />
  59. <meta name="text:Link5 Title" content="link five" />
  60.  
  61.  
  62. <meta name="text:Link6 URL" content="/" />
  63. <meta name="text:Link6 Title" content="link six" />
  64.  
  65.  
  66.  
  67. <meta name="if:ShowLink1" content="1" />
  68. <meta name="if:ShowLink2" content="1" />
  69. <meta name="if:ShowLink3" content="1" />
  70. <meta name="if:ShowLink4" content="1" />
  71. <meta name="if:ShowLink5" content="1" />
  72. <meta name="if:ShowLink6" content="1" />
  73.  
  74.  
  75. <meta name="color:scrollbarbg" content="ffffff"/>
  76.  
  77.  
  78. <style type="text/css">
  79. #tumblr_controls{
  80. position:fixed !important;
  81. -webkit-filter: invert(100%)
  82. }
  83.  
  84.  
  85. /* --- SCROLLBAR ---*/
  86.  
  87. ::-webkit-scrollbar {
  88. width: 5px;height: 5px;}
  89. ::-webkit-scrollbar-button:start:decrement,
  90. ::-webkit-scrollbar-button:end:increment {
  91. height: 6px;display: block;background-color: {color:white};}
  92. ::-webkit-scrollbar-track-piece {
  93. background-color: {color:scrollbarbg};}
  94. ::-webkit-scrollbar-thumb:vertical {
  95. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  96.  
  97.  
  98. /* --- BODY ---*/
  99.  
  100. body {
  101. background:{color:background};
  102. background-image: url('{image:bg}');
  103. background-attachment: fixed;
  104. margin:0px;
  105. color:{color:text};
  106. font-family:'Trebuchet MS';
  107. font-size:14px;
  108. line-height:100%;
  109. }
  110.  
  111. a {
  112.  
  113. text-decoration:none;
  114. outline:none;
  115. -moz-outline-style:none;
  116. color:{color:link};
  117. -webkit-transition: all 0.7s ease;
  118. -moz-transition: all 0.7s ease;
  119. -o-transition: all 0.7s ease
  120. }
  121.  
  122. img {
  123. border:none;
  124. }
  125.  
  126. blockquote {
  127. padding-left:5px;
  128. border-left:2px solid;
  129. }
  130.  
  131. blockquote blockquote {
  132. padding-left:5px;
  133. border-left:2px solid;
  134. }
  135.  
  136. h1 {
  137. text-align:center;
  138. font-size:20px;
  139. text-transform:uppercase;
  140. text-shadow: 5px 1px 4px rgba(150, 150, 150, 1);
  141. }
  142.  
  143. a:hover {
  144. opacity:10;
  145. color:{color:Link Hover};
  146. -webkit-transition: all 0.7s ease;
  147. -moz-transition: all 0.7s ease;
  148. -o-transition: all 0.7s ease;
  149. }
  150.  
  151. /* --- POST ENTRIES ---*/
  152.  
  153.  
  154. #entries {
  155. padding:10px;
  156. width:500px;
  157. margin-left:450px;
  158. margin-top:10px;
  159. font-size:12px;
  160. }
  161.  
  162. /* --- BODY: POSTS ---*/
  163.  
  164.  
  165. #post {
  166. width:500px;
  167. padding-bottom:20px;
  168. padding:10px;
  169. margin-top:15px;
  170. background-color:{color:Post};
  171. }
  172.  
  173. /* --- SIDEBAR IMAGE ---*/
  174.  
  175. #blogtitle {
  176.  
  177. Font-size: 30px;
  178. color: {color:text};
  179. margin-top:-10px;
  180. bottom:15px;
  181. margin-left:-270px;
  182. text-align:right;
  183. padding-bottom:2px;
  184. width:auto;
  185. font-family:'Lobster Two';
  186. text-shadow: 2px 1px 5px rgba(0,0,0,0.13);
  187. line-height:25px;
  188. -webkit-transform: rotate(-90deg);
  189.  
  190. }
  191.  
  192.  
  193. #sidebar {
  194. width:214px;
  195. height:360px;
  196. position:fixed;
  197. left:160px;
  198. bottom:-15px;
  199. padding-top:10px;
  200. padding-left:10px;
  201. padding-right:10px;
  202. padding-bottom:50px;
  203. background-color:{color:Sidebar};
  204. border: 1px solid {color:border};
  205. }
  206. #sidebar:hover .links {
  207. opacity:1;
  208. -moz-transition-duration:0.8s;
  209. -webkit-transition-duration:0.8s;
  210. -o-transition-duration:0.8s;
  211. }
  212.  
  213. #sidebarimage {
  214. width 200px;
  215. }
  216.  
  217. #sidebarimage img {
  218. height:220px;
  219. width:200px;
  220. border:solid 1px;
  221. padding:6px;
  222. border-color: {color:border};
  223. background-color:{color:Sidebar};
  224. }
  225.  
  226.  
  227. /* --- SIDEBAR LINKS ---*/
  228.  
  229. .links {
  230. position:fixed;
  231. width:150px;
  232. z-index:-1px;
  233. font-family:'Trebuchet MS';
  234. text-transform:uppercase;
  235. padding:10px;
  236. font-size:10px;
  237. letter-spacing:1px;
  238. margin-left:25px;
  239. margin-top:-232px;
  240. font-style:none;
  241. position:fixed;
  242. text-align:center;
  243. opacity:0;
  244. -moz-transition-duration:0.8s;
  245. -webkit-transition-duration:0.8s;
  246. -o-transition-duration:0.8s
  247. }
  248.  
  249. .links a {
  250. color:{color:navlink};
  251. background-color:{color:navbg};
  252. letter-spacing:1px;
  253. display:block;
  254. padding:7px;
  255. border:1px solid {color:border};
  256. margin-bottom:4px;
  257. -moz-transition-duration:1s;
  258. -webkit-transition-duration:1s;
  259. -o-transition-duration:1s;
  260. -webkit-transition: all 0.7s ease-in-out;
  261. -moz-transition: all 0.7s ease-in-out;
  262. -o-transition: all 0.7s ease-in-out;
  263. -ms-transition: all 0.7s ease-in-out;
  264. transition: all 0.7s ease-in-out;
  265.  
  266. }
  267.  
  268. .links a:hover {
  269. text-decoration:underline ;
  270. color:{color:navlinkhover};
  271. background:{color:navbghover};
  272. z-index:-2; k
  273. -moz-transition-duration:0.4s;
  274. -webkit-transition-duration:0.4s;
  275. -o-transition-duration:0.4s;
  276. -webkit-transition: all 0.7s ease-in-out;
  277. -moz-transition: all 0.7s ease-in-out;
  278. -o-transition: all 0.7s ease-in-out;
  279. -ms-transition: all 0.7s ease-in-out;
  280. transition: all 0.7s ease-in-out;
  281.  
  282. }
  283.  
  284.  
  285. /* --- DESCRIPTION ---*/
  286.  
  287. #description {
  288. position:fixed;
  289. font-family:'Trebuchet MS';
  290. line-height:90%;
  291. font-size:11px;
  292. font-style:none;
  293. width:200px;
  294. margin-top:20px;
  295. padding:8px;
  296. margin-left:0px;
  297. text-align:justify;
  298. color:{color:desctext};
  299. padding-bottom:20px;
  300. }
  301.  
  302. #description:first-letter {
  303. float:left;
  304. display:inline-block;
  305. padding:9px;
  306. margin-right:4px;
  307. margin-bottom:-2px;
  308. margin-top:2px;
  309. margin-left:0px;
  310. font-family:cambria;
  311. font-size:20px;
  312. font-style:italic;
  313. text-transform:uppercase;
  314. background:{color:descletterbg};
  315. color:{color:desctext};
  316. }
  317.  
  318.  
  319.  
  320. .linkies {
  321. width:200px;
  322. height:5px;
  323. padding: 9px;
  324. font-size:10px;
  325. font-family:'Trebuchet MS';
  326. text-align:center;
  327. margin-top:-2px;
  328. margin-left:-5px;
  329. text-align:center;
  330. text-transform:uppercase;
  331. word-spacing:2px;
  332. position:fixed;
  333. padding-bottom:7px;
  334. }
  335.  
  336. .linkies a {
  337. font-size: 10px;
  338. }
  339.  
  340. .linkies a:hover {
  341. color:{color:Hover}
  342. }
  343.  
  344. /* --- PAGINATION---*/
  345.  
  346. .jump_page {
  347. margin-top:100px;
  348. padding: 4px 8px;
  349. border: 2px solid {color:Border};
  350. background-color: {color:Pagination Background};
  351. color:{color:Link};
  352. font-family:century gothic;
  353. font-size:11px;
  354. text-decoration:none;
  355. }
  356.  
  357. .current_page, .jump_page:hover {
  358. margin-top:100px;
  359. padding: 4px 8px;
  360. border: 2px solid {color:Border};
  361. background-color: {color:Pagination Background Hover};
  362. color: {color:Hover};
  363. font-family:century gothic;
  364. font-size:11px;
  365. text-decoration:none;
  366. }
  367.  
  368. #pagination {
  369. width:200px;
  370. font-size:12px;
  371. text-align:center;
  372. margin-left:10px;
  373. margin-top:-260px;
  374. position:fixed;
  375. font-family:consolas;
  376. letter-spacing:0px;
  377. }
  378. /* --- POST INFO ---*/
  379.  
  380.  
  381. #info {
  382. font-family:'Trebuchet MS';
  383. text-align:center;
  384. margin-top:10px;
  385. text-transform:uppercase;
  386. font-size:10px;
  387. font-style:none;
  388. border-top:1px solid {color:Line};
  389.  
  390. }
  391.  
  392. /* --- POST TAGS---*/
  393.  
  394.  
  395. #tags {
  396. padding-top:5px;
  397. font-family:cambria;
  398. letter-spacing:0px;
  399. text-transform:lowercase;
  400. font-size:10px;
  401. font-style:italic;
  402. margin-top:4px;
  403. text-align:center;
  404. border-top:1px solid {color:Line};
  405. }
  406.  
  407. #tags
  408. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  409. -webkit-transition: all 0.6s ease-in-out;
  410. -moz-transition: all 0.6s ease-in-out;
  411. -o-transition: all 0.6s ease-in-out;
  412. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  413.  
  414.  
  415. /* --- QUESTIONS ---*/
  416.  
  417. #asker {
  418. padding:5px;
  419. font-family:cambria;
  420. letter-spacing:1px;
  421. text-align:left;
  422. font-style:italic;
  423. margin-left:10px;
  424. border-left:3px #eee solid;
  425. background-color:{color:background}
  426. }
  427.  
  428.  
  429.  
  430. {CustomCSS}
  431.  
  432. </style>
  433. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  434. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  435. <script type="text/javascript" charset="utf-8">
  436. var $j = jQuery.noConflict();
  437. $j(function() {
  438. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  439. $j("img").lazyload({
  440. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  441. effect: "fadeIn",
  442. });
  443. });
  444. </script>
  445.  
  446. </head>
  447. <body>
  448.  
  449.  
  450.  
  451. <div id="sidebar">
  452.  
  453.  
  454.  
  455.  
  456. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  457.  
  458. <div class="links">
  459.  
  460. {block:IfShowLink1}<a href="{text:Link1 URL}">{text:Link1 Title}</a>{/block:IfShowLink1}
  461. {block:IfShowLink2}<a href="{text:Link2 URL}">{text:Link2 Title}</a>{/block:IfShowLink2}
  462. {block:IfShowLink3}<a href="{text:Link3 URL}">{text:Link3 Title}</a>{/block:IfShowLink3}
  463. {block:IfShowLink4}<a href="{text:Link4 URL}">{text:Link4 Title}</a>{/block:IfShowLink4}
  464. {block:IfShowLink5}<a href="{text:Link5 URL}">{text:Link5 Title}</a>{/block:IfShowLink5}
  465. {block:IfShowLink6}<a href="{text:Link6 URL}">{text:Link6 Title}</a>{/block:IfShowLink6}
  466. </div>
  467.  
  468. <div class="linkies">
  469. <a href="/">home </a> -
  470. <a href="/ask">message </a> -
  471. <a href="/archive">archive</a></div>
  472.  
  473. <div id="description">
  474. {Description}
  475. </div>
  476.  
  477. <div id="pagination">
  478. {block:Pagination}
  479. {block:PreviousPage}
  480. <a href="{PreviousPage}">prev</a>
  481. {/block:PreviousPage} -
  482. {block:NextPage}
  483. <a href="{NextPage}">next</a>
  484. {/block:NextPage}
  485. {/block:Pagination}
  486.  
  487. </div>
  488.  
  489. <div id="blogtitle" >{Title}</div>
  490.  
  491.  
  492. </div>
  493.  
  494.  
  495.  
  496.  
  497.  
  498.  
  499.  
  500. </div>
  501. </div>
  502.  
  503. <div id="entries">{block:Posts}<div id="post">
  504.  
  505. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  506.  
  507. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  508.  
  509. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  510.  
  511. <center>{block:Quote}{Quote}{/block:Quote}</center>
  512.  
  513. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  514.  
  515. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  516.  
  517. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  518. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  519. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  520. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  521. {/block:Audio}
  522.  
  523. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  524.  
  525. {block:Answer}<div id="asker"><span style="font-family:cambria;font-size:9px;font-style:italic;">✎ {Asker}: </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  526.  
  527. <div id="info">
  528. <br>posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  529. {block:HasTags}<div id="tags"><img src="http://static.tumblr.com/qlfmldj/wOKmcnquv/untitled-2.png">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  530. {/block:Posts}
  531. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  532. {/block:Posts}</div></div></div>
  533.  
  534.  
  535.  
  536. <!--
  537. THEME MAKER CREDIT
  538. -->
  539.  
  540. <div style="position:fixed; bottom:3px; right:5px; padding:5px; font-size: 10px; border:2px solid rgba(0,0,0,0.1);"><a href="http://ivealwayswantedyou.tumblr.com/"><b>THEME</b></a>
  541.  
  542.  
  543. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement