Advertisement
lovegoods

Theme 005 by lovegoods

Mar 7th, 2012
3,983
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.14 KB | None | 0 0
  1. <html>
  2.  
  3. <!--
  4. Theme 005
  5. -Hey Jude by Patty @ http://lovegoods.tumblr.com
  6. don't remove my credits
  7. dont edit and claim it as your own
  8. enjoy
  9. !-->
  10.  
  11. <head>
  12.  
  13. <title>{Title}</title>
  14.  
  15. <meta name="image:background" content="" />
  16. <meta name="color:background" content="#ffffff" />
  17. <meta name="color:navbar" content="#f8f4eb" />
  18. <meta name="color:text" content="#6b5d54" />
  19. <meta name="color:link" content="#e7a65e" />
  20. <meta name="color:link hover" content="#9b5507" />
  21. <meta name="color:question background" content="#f8f4eb" />
  22.  
  23. <meta name="font:title" content="Georgia" />
  24. <meta name="font:body" content="Helvetica" />
  25. <meta name="text:title" content="25px" />
  26. <meta name="text:body" content="10px" />
  27.  
  28. <meta name="if:showrandom" content="1"/>
  29. <meta name="if:showarchive" content="1"/>
  30.  
  31. <meta name="text:Link1" content="" />
  32. <meta name="text:Link1 Title" content="" />
  33. <meta name="text:Link2" content="" />
  34. <meta name="text:Link2 Title" content="" />
  35. <meta name="text:Link3" content="" />
  36. <meta name="text:Link3 Title" content="" />
  37.  
  38. <link rel="shortcut icon" href="{Favicon}">
  39. {block:Description}
  40. <meta name="description" content="{MetaDescription}" />
  41. {/block:Description}
  42.  
  43. <style type="text/css">
  44. #tumblr_controls{position: fixed!important}
  45. /*theme by Patty @ http://lovegoods.tumblr.com */
  46.  
  47. body {
  48. background-color:{color:background};
  49. background-image:url({image:background});
  50. background-position:center;
  51. background-repeat:repeat;
  52. background-attachment:fixed;
  53. color:{color:text};
  54. font-size:{text:body};
  55. font-family:{font:body};
  56. text-align: left;
  57. text-align:justify;
  58. line-height:100%;
  59. }
  60.  
  61. a:link, a:active, a:visited {
  62. color:{color:link};
  63. text-decoration:none;
  64. }
  65.  
  66. a:hover {
  67. color:{color:link hover};
  68. text-decoration:none;
  69. }
  70.  
  71. h1 {
  72. font-family:{font:title};
  73. color:{color:title};
  74. font-size:{text:title};
  75. letter-spacing: -1px;
  76. line-height:100%;
  77. text-transform:lowercase;
  78. font-weight:normal;
  79. margin:0px;}
  80.  
  81. p {margin:4px 0 4px 0;}
  82.  
  83. hr {
  84. border:none;
  85. margin-bottom:0px;
  86. border-bottom:1px solid {color:link};
  87. opacity:.2;
  88. }
  89.  
  90. b, strong {
  91. font-weight:bold;
  92. color:{color:link};
  93. }
  94.  
  95. i, em {
  96. font-family:{font:body};
  97. color: {color:title};
  98. }
  99.  
  100. small {
  101. font-size:9px;
  102. letter spacing:1px;
  103. }
  104.  
  105. u {
  106. text-decoration:none;
  107. border-bottom:1px solid {color:link};
  108. }
  109.  
  110. blockquote {
  111. border-left:3px solid {color:link};
  112. margin:10px 0px 10px 10px;
  113. padding-left:10px;
  114. }
  115.  
  116. a img {
  117. border:none;
  118. }
  119.  
  120. ol.notes, .notes li, ul.chat, .chat ol, .chat li {
  121. list-style:none;
  122. margin:0px;
  123. padding:0px;
  124. }
  125.  
  126. .notes img {
  127. width:15px;
  128. position:relative;
  129. top:1px;
  130. }
  131.  
  132.  
  133. #container {
  134. width:900px;
  135. margin: auto;
  136. margin-top: 50px;
  137. margin-bottom: 20px;
  138. }
  139.  
  140. #sidebar{
  141. float:left;
  142. text-align:justified;
  143. font-size:{text:body};
  144. line-height:110%;
  145. position:fixed;
  146. height:auto;
  147. background-color:{color:background};
  148. width:260px;
  149. padding:5px;
  150. margin-top:25px;
  151. }
  152.  
  153. .desc {
  154. text-align:justify;
  155. font-family: {font:body};
  156. font-size: {text:body};
  157. padding: 2px;
  158. width: 213px;
  159. float:right;
  160. position:fixed;
  161. margin-left:43px;
  162. text-align:right;
  163. }
  164.  
  165. .title{
  166. font-size:18px;
  167. font-family:{font:title};
  168. display:block;
  169. text-align:right;
  170. margin-bottom:5px;
  171. line-height:100%px;
  172. padding:2px;
  173. }
  174.  
  175. #navbar {
  176. background-color:{color:navbar};
  177. display:block;
  178. padding: 5px ;
  179. line-height:100%;
  180. margin-top:5px;
  181. text-align:right;
  182. }
  183.  
  184. .navigation a {
  185. background-color:{color:navbar};
  186. color:{color:link};
  187. font-size:{text:body};
  188. display:block inline;
  189. margin-bottom: 1px;
  190. text-transform: lowercase ;
  191. text-decoration:none;
  192. overflow:hidden;
  193. }
  194.  
  195. .navigation a:hover {
  196. background-color:{color:navbar};
  197. color:{color:link hover};
  198. }
  199.  
  200.  
  201. #entries {
  202. margin-left:280px;
  203. width:510px;
  204. margin-top:20px;
  205. margin-bottom:20px;
  206. position:right;
  207. }
  208.  
  209. .post {
  210. background-color:{color:background};
  211. overflow:hidden;
  212. padding:5px;
  213. margin-bottom:30px;
  214. }
  215.  
  216. .audio{
  217. background-color:#FFFFFF;
  218. height:auto;
  219. overflow:hidden;
  220. }
  221.  
  222. .question {
  223. font-size: 12px;
  224. background-color:{color:question background};
  225. color:{color:text};
  226. padding: 5px 5px 20px 5px;
  227. }
  228.  
  229. .tri {
  230. font-size:28px;
  231. padding-bottom:10px;
  232. color:{color:question background};
  233. margin-left:25px;}
  234.  
  235. .question img{
  236. float: left;
  237. padding: 5px;
  238. }
  239.  
  240. .markquote {
  241. font-family: {font:title};
  242. font-size: 80px;
  243. color:{color:linkbackground};
  244. line-height: 80px;
  245. margin-left: 0px;
  246. }
  247.  
  248. .quote {
  249. font-family: {font:title};
  250. font-size: {text:title};
  251. letter-spacing:-1px;
  252. line-height: 100%;
  253. margin-top: -80px;
  254. margin-left: 40px;
  255. padding: 10px;
  256. }
  257.  
  258. .chat {
  259. line-height: 12px;
  260. list-style: none
  261. }
  262. .chat ul {
  263. line-height: 12px;
  264. list-style: none;
  265. padding: 0px;
  266. }
  267. .user1 {
  268. background-color:{color:navbar};
  269. color: {color:text};
  270. }
  271. .user1 .label {
  272. font-weight: bold;
  273. padding: 0px;
  274. margin-left: 5px;
  275. color:{color:text}
  276. }
  277. .user2 {
  278. color: {color:text};
  279. }
  280. .user2 .label {
  281. font-weight: bold;
  282. padding: 0px;
  283. margin-left: 5px;
  284. color:{color:text}
  285. }
  286.  
  287. #postinfo {
  288. margin-top:7px;
  289. background-color: {color:post};
  290. font-size: 9px;
  291. font-family: {font:body};
  292. text-transform: lowercase
  293. float:right;
  294. text-align:right;
  295. }
  296.  
  297. .tags {
  298. color: {color:text};
  299. font-size: 9px;
  300. display: inline;
  301. list-style: none;
  302. padding:1px;
  303. text-transform: lowercase;
  304. }
  305.  
  306. #pagination {
  307. margin-top:15px;
  308. display:block;
  309. font-size:{text:body};
  310. font-family:{font:body};
  311. text-transform: lowercase;
  312. color:{color:text};
  313. letter-spacing:1px;
  314. text-align:center;
  315. }
  316.  
  317. .current_page {
  318. font-weight:bold;
  319. color:{color:title};
  320. }
  321.  
  322. #credit {
  323. margin-bottom:5px;
  324. margin-top:0px;
  325. font-size:9px;
  326. font-family:{font:body};
  327. text-align:center;
  328. letter-spacing:2px;
  329. }
  330.  
  331.  
  332. /*theme by Patty @ http://lovegoods.tumblr.com */
  333. </style></head>
  334.  
  335.  
  336. <body>
  337. <div id="container">
  338.  
  339. <div id="sidebar">
  340. <div class="title">
  341. {title}
  342. </div>
  343. <img src="{PortraitURL-64}" style="float:left; margin-top:-25px; left:0px; -webkit-border-radius: 70px; -moz-border-radius: 70px; border-radius: 70px; "/>
  344.  
  345. <div id="navbar">
  346. <div class="navigation">
  347. <a href="/">home</a> · <a href="/ask">ask</a>{block:ifshowrandom} · <a href="/random">random</a>{/block:ifshowrandom}{block:ifshowarchive} · <a href="/archive">archive</a>{/block:ifshowarchive}{block:ifLink1} · <a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1} {block:ifLink2} · <a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}{block:ifLink3} · <a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  348. </div></div>
  349.  
  350. <div class="desc">
  351. {block:Description}
  352. {Description}
  353. {/block:Description}
  354.  
  355. <div id="pagination">
  356. {block:Pagination}
  357. {block:PreviousPage}
  358. <a href="{PreviousPage}">Prev</a>
  359. {/block:PreviousPage}
  360. {block:JumpPagination length="5"}
  361. {block:CurrentPage}
  362. <span class="current_page">{PageNumber}</span>
  363. {/block:CurrentPage}
  364. {block:JumpPage}
  365. <a class="jump_page" href="{URL}">{PageNumber}</a>
  366. {/block:JumpPage}
  367. {/block:JumpPagination}
  368. {block:NextPage}
  369. <a href="{NextPage}">Next</a>
  370. {/block:NextPage}
  371. {/block:Pagination}
  372. </div>
  373. </div>
  374.  
  375. </div>
  376.  
  377.  
  378.  
  379.  
  380. <div id="entries">
  381. {block:Posts}<div class="post">
  382.  
  383. {block:Text}
  384. {block:Title}<h1>{Title}</h1>{/block:Title}{Body}
  385. {/block:Text}
  386.  
  387. {block:Photo}
  388. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  389. {/block:Photo}
  390.  
  391. {block:Photoset}
  392. <center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}
  393. {/block:Photoset}
  394.  
  395. {block:Quote}
  396. <b class="markquote">“</b><div class="quote">{Quote}"</div>
  397. {block:Source}&mdash; {Source}{/block:Source}
  398. {/block:Quote}
  399.  
  400. {block:Link}
  401. <h1><a href="{URL}" class="link" {Target}>{Name} </a></h1>
  402. {block:Description}{Description}{/block:Description}
  403. {/block:Link}
  404.  
  405. {block:Chat}
  406. {block:Title}<h1>{Title}</h1>{/block:Title}
  407. <div class="chat">
  408. <ul>{block:Lines}
  409. <li class="user{UserNumber}">
  410. {block:Label}
  411. <span class="label">{Label}</span>
  412. {/block:Label}
  413. {Line}</li>
  414. {/block:Lines}</ul>
  415. </div>
  416. {/block:Chat}
  417.  
  418.  
  419. {block:Video}
  420. <center>{Video-500}</center>{block:Caption}{Caption}{/block:Caption}
  421. {/block:Video}
  422.  
  423. {block:Audio}
  424. <div class="audio">{AudioPlayerWhite}</div>
  425. {block:Caption}
  426. {Caption}
  427. {/block:Caption}
  428. {/block:Audio}
  429.  
  430. {block:Answer}
  431. <div class="question">
  432. <img src="{AskerPortraitURL-48}"> <h1>{Asker}</h1><br>
  433. {Question}</div>
  434. <div class="tri">▼</div><p><br>
  435. <div class="answer">{Answer}</div>
  436. <br>
  437. {/block:Answer}
  438.  
  439.  
  440. <div id="postinfo">
  441. <hr width="30%" align="right"><p>
  442. {block:Date}<a href="{Permalink}">{TimeAgo}</a> {/block:Date} {block:NoteCount} · <a href="{permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:RebloggedFrom} · © <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  443. {/block:RebloggedFrom}<br>
  444. <div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  445.  
  446. </div>
  447.  
  448. </div>
  449. {/block:Posts}
  450. {block:PostNotes}<div class="notebox"><h1>+ Notes</h1>{PostNotes}</div>{/block:PostNotes}
  451.  
  452.  
  453. <!-- DON'T REMOVE MY CREDIT -->
  454. <div id="credit"> theme by <a href="http://lovegoods.tumblr.com"> lovegoods </a> powered by <a href="http://www.tumblr.com/">tumblr</a></div>
  455.  
  456. </div>
  457. </div>
  458. </div>
  459. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement