Advertisement
Rita-Themes

Everett Theme - Theme Six

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