Advertisement
lovegoods

theme 003 by lovegoods

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