Advertisement
lovegoods

theme 002 by lovegoods

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