Advertisement
Rita-Themes

There's no pretending - Theme Eight

Jul 13th, 2013
365
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.71 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 #8 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=Cookie' rel='stylesheet' type='text/css'>
  22.  
  23. <meta name="color:Background" content="#ffffff"/>
  24. <meta name="color:Title" content="#a8a8a8"/>
  25. <meta name="color:Sidebar" content="#ffffff"/>
  26. <meta name="color:Text" content="#a8a8a8"/>
  27. <meta name="color:Link" content="#b8b8b8"/>
  28. <meta name="color:Tags" content="f0f0f0"/>
  29. <meta name="color:Hover" content="#f2f2f2"/>
  30. <meta name="color:Line" content="#f2f2f2"/>
  31. <meta name="color:Border" content="#e4e4e4"/>
  32. <meta name="color:Post" content="#ffffff"/>
  33. <meta name="color:Answer" content="#f8f8f8"/>
  34. <meta name="color:Link Background" content="#f8f8f8"/>
  35. <meta name="color:Link Background Hover" content="#f8f8f8"/>
  36. <meta name="color:Linkbar" content="#b8b8b8"/>
  37. <meta name="color:descriptionbg" content="#b8b8b8"/>
  38.  
  39. <meta name="image:sidebar" content=""/>
  40. <meta name="image:bg" content=""/>
  41.  
  42.  
  43. <meta name="text:Link1 URL" content="/" />
  44. <meta name="text:Link1 Title" content="link one" />
  45.  
  46. <meta name="text:Link2 URL" content="/" />
  47. <meta name="text:Link2 Title" content="link two" />
  48.  
  49. <meta name="text:Link3 URL" content="/" />
  50. <meta name="text:Link3 Title" content="link three" />
  51.  
  52. <meta name="text:Link4 URL" content="/" />
  53. <meta name="text:Link4 Title" content="link four" />
  54.  
  55. <meta name="text:Link5 URL" content="/" />
  56. <meta name="text:Link5 Title" content="link five" />
  57.  
  58. <meta name="text:Link6 URL" content="/" />
  59. <meta name="text:Link6 Title" content="link six" />
  60.  
  61. <meta name="text:Link7 URL" content="/" />
  62. <meta name="text:Link7 Title" content="link seven" />
  63.  
  64. <meta name="text:Link8 URL" content="/" />
  65. <meta name="text:Link8 Title" content="link eight" />
  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. <meta name="if:ShowLink7" content="1" />
  74. <meta name="if:ShowLink8" content="1" />
  75.  
  76. <meta name="color:scrollbarbg" content="ffffff"/>
  77.  
  78.  
  79. <style type="text/css">
  80. #tumblr_controls{
  81. position:fixed !important;
  82. -webkit-filter: invert(100%)
  83. }
  84.  
  85.  
  86. /* --- SCROLLBAR ---*/
  87.  
  88. ::-webkit-scrollbar {
  89. width: 5px;height: 5px;}
  90. ::-webkit-scrollbar-button:start:decrement,
  91. ::-webkit-scrollbar-button:end:increment {
  92. height: 6px;display: block;background-color: {color:white};}
  93. ::-webkit-scrollbar-track-piece {
  94. background-color: {color:scrollbarbg};}
  95. ::-webkit-scrollbar-thumb:vertical {
  96. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  97.  
  98.  
  99. /* --- BODY ---*/
  100.  
  101. body {
  102. background:{color:background};
  103. background-image: url('{image:bg}');
  104. background-attachment: fixed;
  105. margin:0px;
  106. color:{color:text};
  107. font-family:calibri;
  108. font-size:14px;
  109. line-height:100%;
  110. }
  111.  
  112. a {
  113. text-decoration:none;
  114. outline:none;
  115. -moz-outline-style:none;
  116. color:{color:link};
  117. }
  118.  
  119. img {
  120. border:none;
  121. }
  122.  
  123. blockquote {
  124. padding-left:5px;
  125. border-left:2px solid;
  126. }
  127.  
  128. blockquote blockquote {
  129. padding-left:5px;
  130. border-left:2px solid;
  131. }
  132.  
  133. h1 {
  134. font-size:25px;
  135. text-transform:none;
  136. font-family:'cookie';
  137. }
  138.  
  139. a:hover {
  140. opacity:10;
  141. color:{color:hover};
  142. -webkit-transition: all 0.7s ease;
  143. -moz-transition: all 0.7s ease;
  144. -o-transition: all 0.7s ease
  145. }
  146.  
  147. /* --- POST ENTRIES ---*/
  148.  
  149.  
  150. #entries {
  151. padding:10px;
  152. width:500px;
  153. margin-left:480px;
  154. margin-top:10px;
  155. font-size:12px;
  156. }
  157.  
  158. /* --- BODY: POSTS ---*/
  159.  
  160.  
  161. #post {
  162. width:500px;
  163. padding-bottom:20px;
  164. padding:10px;
  165. margin-top:15px;
  166. background-color:{color:Post};
  167. }
  168.  
  169.  
  170.  
  171.  
  172.  
  173. #blogtitle {
  174. Font-size: 35px;
  175. color: {color:title};
  176. margin-top: 295px;
  177. margin-bottom: 15px;
  178. margin-left:-15px;
  179. text-align:center;
  180. padding-bottom:2px;
  181. width:250px;
  182. font-family:'Cookie';
  183. text-shadow: 0px 1px 5px rgba(0,0,0,0.13);
  184. line-height:25px;
  185. }
  186.  
  187.  
  188.  
  189. #sidebar {
  190. width:200px;
  191. height:100%;
  192. position:fixed;
  193. margin-left:-30px;
  194. margin-top:-50px;
  195. padding-top:170px;
  196. padding-left:100px;
  197. padding-right:100px;
  198. opacity:.80;
  199. background-color:{color:Sidebar};
  200. border-right: 5px solid {color:border};
  201. background-image:url('{image:sidebar}');
  202. }
  203.  
  204. #sidebarimage {
  205. width 200px;
  206. }
  207.  
  208. #sidebarimage img {
  209. width:200px;
  210. border:solid 1px;
  211. padding:6px;
  212. border-color: {color:border};
  213. background-color:{color:Sidebar};
  214. }
  215.  
  216. #sidebar2{
  217. width:90px;
  218. height:100%;
  219. background:{color:linkbar};
  220. margin-left:300px;
  221. margin-top:-520px;
  222. padding-top:250px;
  223.  
  224. }
  225.  
  226. /* --- SIDEBAR LINKS ---*/
  227.  
  228. .links {
  229. width:200px;
  230. height:5px;
  231. padding: 9px;
  232. font-size:10px;
  233. font-family:'calibri';
  234. text-align:center;
  235. margin-top:-2px;
  236. margin-left:-5px;
  237. text-align:center;
  238. text-transform:uppercase;
  239. word-spacing:2px;
  240. position:fixed;
  241. padding-bottom:7px;
  242. }
  243.  
  244. .links a {
  245. font-size: 10px;
  246. }
  247.  
  248. .links a:hover {
  249. color:{color:Hover}
  250. }
  251.  
  252.  
  253. /* --- DESCRIPTION ---*/
  254.  
  255. #description {
  256. background:{color:descriptionbg};
  257. height:auto;
  258. position:fixed;
  259. font-family:'calibri';
  260. line-height:90%;
  261. font-size:12px;
  262. font-style:none;
  263. width:200px;
  264. margin-top:25px;
  265. padding:10px;
  266. margin-left:0px;
  267. text-align:justify;
  268. color:{color:text};
  269. opacity:.80;
  270. }
  271.  
  272.  
  273.  
  274. #nav {
  275. background: none;
  276. width: 90px;
  277. height: auto;
  278. top: 185px;
  279. left:370px;
  280. position:fixed;
  281. }
  282.  
  283. div.linkies a{
  284. font-family:'Baskerville';
  285. font-size:10px;
  286. height:10px;
  287. text-transform:uppercase;
  288. background: {color:Link Background};
  289. color: {color:Link} ;
  290. letter-spacing: 0px;
  291. text-align:center;
  292. display:block;
  293. padding:10px 0;
  294. padding-bottom:10px;
  295. width: 90px;
  296. margin-top:10px;
  297. position:relative;
  298. z-index:1;
  299. -webkit-transition: all 0.7s ease-in-out;
  300. -moz-transition: all 0.7s ease-in-out;
  301. -o-transition: all 0.7s ease-in-out;
  302. -ms-transition: all 0.7s ease-in-out;
  303. transition: all 0.7s ease-in-out;
  304. }
  305.  
  306. div.linkies a:hover{
  307. background: {color:Link Background Hover};
  308. color: {color:Link Hover};
  309. font-weight: bold;
  310. -webkit-transition: all 0.7s ease-in-out;
  311. -moz-transition: all 0.7s ease-in-out;
  312. -o-transition: all 0.7s ease-in-out;
  313. -ms-transition: all 0.7s ease-in-out;
  314. transition: all 0.7s ease-in-out;
  315. }
  316. }
  317.  
  318. /* --- PAGINATION---*/
  319.  
  320.  
  321.  
  322. #pagination {
  323. width:200px;
  324. font-size:12px;
  325. text-align:center;
  326. margin-left:60px;
  327. margin-top:570px;
  328. padding-top:500px;
  329. position:fixed;
  330. font-family:consolas;
  331. letter-spacing:0px;
  332. }
  333. /* --- POST INFO ---*/
  334.  
  335.  
  336. #info {
  337. text-align:center;
  338. margin-top:10px;
  339. text-transform:uppercase;
  340. font-size:10px;
  341. font-style:none;
  342. border-top:1px solid {color:Line};
  343.  
  344. }
  345.  
  346. /* --- POST TAGS---*/
  347.  
  348.  
  349. #tags {
  350. font-family:cambria;
  351. letter-spacing:0px;
  352. text-transform:lowercase;
  353. font-size:10px;
  354. font-style:italic;
  355. margin-top:4px;
  356. text-align:center;
  357. border-top:1px solid {color:Line}
  358. }
  359.  
  360. #tags
  361. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  362. -webkit-transition: all 0.6s ease-in-out;
  363. -moz-transition: all 0.6s ease-in-out;
  364. -o-transition: all 0.6s ease-in-out;
  365. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  366.  
  367.  
  368. /* --- QUESTIONS ---*/
  369.  
  370. #asker {
  371. padding:5px;
  372. font-family:cambria;
  373. letter-spacing:1px;
  374. text-align:left;
  375. font-style:italic;
  376. margin-left:10px;
  377. border-left:3px #eee solid;
  378. background-color:{color:answer}
  379. }
  380.  
  381.  
  382.  
  383. {CustomCSS}
  384.  
  385. </style>
  386. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  387. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  388. <script type="text/javascript" charset="utf-8">
  389. var $j = jQuery.noConflict();
  390. $j(function() {
  391. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  392. $j("img").lazyload({
  393. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  394. effect: "fadeIn",
  395. });
  396. });
  397. </script>
  398.  
  399. </head>
  400. <body>
  401.  
  402.  
  403.  
  404. <div id="sidebar">
  405.  
  406.  
  407. <div id="blogtitle" >{Title}</div>
  408. <div id="description">
  409. {Description}</div>
  410.  
  411.  
  412.  
  413. <div class="links">
  414. <a href="/">home </a> -
  415. <a href="/ask">message </a> -
  416. <a href="/archive">archive</a>
  417. </div>
  418.  
  419. <div id="sidebar2">
  420.  
  421.  
  422.  
  423. <div id="nav">
  424. <div class="linkies">
  425. {block:IfShowLink1}<a href="{text:Link1 URL}">{text:Link1 Title}</a>{/block:IfShowLink1}
  426. {block:IfShowLink2}<a href="{text:Link2 URL}">{text:Link2 Title}</a>{/block:IfShowLink2}
  427. {block:IfShowLink3}<a href="{text:Link3 URL}">{text:Link3 Title}</a>{/block:IfShowLink3}
  428. {block:IfShowLink4}<a href="{text:Link4 URL}">{text:Link4 Title}</a>{/block:IfShowLink4}
  429.  
  430. {block:IfShowLink5}<a href="{text:Link5 URL}">{text:Link5 Title}</a>{/block:IfShowLink5}
  431. {block:IfShowLink6}<a href="{text:Link6 URL}">{text:Link6 Title}</a>{/block:IfShowLink6}
  432. {block:IfShowLink7}<a href="{text:Link7 URL}">{text:Link7 Title}</a>{/block:IfShowLink7}
  433. {block:IfShowLink8}<a href="{text:Link8 URL}">{text:Link8 Title}</a>{/block:IfShowLink8}
  434.  
  435. </div>
  436.  
  437. <p><center>
  438. <div id="pagination">
  439. {block:Pagination}{block:PreviousPage} <a href="{PreviousPage}">«</a>{/block:PreviousPage} {CurrentPage}/{TotalPages} {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  440. {/block:Pagination}</div></center>
  441.  
  442.  
  443. </div>
  444.  
  445. </div>
  446. </div>
  447.  
  448. <div id="entries">{block:Posts}<div id="post">
  449.  
  450. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  451.  
  452. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  453.  
  454. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  455.  
  456. {block:Quote}{Quote}{/block:Quote}
  457.  
  458. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  459.  
  460. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  461.  
  462. {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>
  463. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  464. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  465. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  466. {/block:Audio}
  467.  
  468. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  469.  
  470. {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}
  471.  
  472.  
  473. <div id="info">
  474. <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>
  475. <br>
  476. {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>
  477. {/block:Posts}
  478. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  479. {/block:Posts}</div></div></div>
  480.  
  481.  
  482. <!--
  483. THEME MAKER CREDIT
  484. -->
  485.  
  486. <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>
  487.  
  488.  
  489. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement