Advertisement
lovegoods

Theme 010 by lovegoods

Jul 26th, 2013
607
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.64 KB | None | 0 0
  1. <html>
  2.  
  3. <!--
  4. Theme 010
  5. Day Tripper by Patty @ lovegoods.tumblr.com
  6. -Please don't remove my credit
  7. or move it to a secondary page.
  8. -This is not to be used as a base for theme making.
  9. -You may edit it but please
  10. dont claim it as your own if you do.
  11. -->
  12.  
  13.  
  14. <head>
  15.  
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18. {block:Description}
  19. <meta name="description" content="{MetaDescription}" />
  20. {/block:Description}
  21.  
  22. <title>{Title}{block:SearchPage}, Search results for:
  23. {SearchQuery}{/block:SearchPage}{block:PostSummary},
  24. {PostSummary}{/block:PostSummary} </title>
  25.  
  26. <!-- DEFAULT VARIABLES -->
  27.  
  28. <meta name="color:background" content="#ffffff" />
  29.  
  30. <meta name="color:description" content="#f5f5f5" />
  31. <meta name="color:navigation" content="#f8f8f8" />
  32. <meta name="color:navigation hover" content="#ececec" />
  33.  
  34. <meta name="color:border" content="#ececec" />
  35.  
  36. <meta name="color:text" content="#020202" />
  37.  
  38. <meta name="color:link" content="#6f6f6f" />
  39. <meta name="color:link hover" content="#ff1818" />
  40.  
  41. <meta name="image:sidebar" content=""/>
  42. <meta name="if:showsideimage" content=""/>
  43.  
  44. <meta name="color:question background" content="#f7f7f7" />
  45. <meta name="color:chat 1" content="#f1f1f1" />
  46. <meta name="color:chat 2" content="#e9e9e9" />
  47.  
  48. <meta name="text:Link1url" content="" />
  49. <meta name="text:Link1 Title" content="" />
  50. <meta name="text:Link2url" content="" />
  51. <meta name="text:Link2 Title" content="" />
  52.  
  53. </head>
  54.  
  55. <style type="text/css">
  56.  
  57. iframe#tumblr_controls {top: 0% !important;right:0% !important; position: fixed !important;}
  58.  
  59. /*theme by Patty @ http://lovegoods.tumblr.com */
  60.  
  61. body {
  62. background-color:{color:background};
  63. color:{color:text};
  64. font-size:10px;
  65. font-family:"georgia";
  66. }
  67.  
  68. a:link, a:active, a:visited {
  69. color:{color:link};
  70. text-decoration:none;
  71. -webkit-transition: all 2.0s ease-in-out;
  72. -moz-transition: all 2.0s ease-in-out;
  73. -o-transition: all 2.0s ease-in-out;
  74. -ms-transition: all 2.0s ease-in-out;
  75. transition: all 2.0s ease-in-out;
  76. }
  77.  
  78. a:hover {
  79. color:{color:link hover};
  80. text-decoration:none;
  81. -webkit-transition: all 1.0s ease-in-out;
  82. -moz-transition: all 1.0s ease-in-out;
  83. -o-transition: all 1.0s ease-in-out;
  84. -ms-transition: all 1.0s ease-in-out;
  85. transition: all 1.0s ease-in-out;
  86. }
  87.  
  88.  
  89. h1 {
  90. font-family:"georgia";
  91. color:{color:text};
  92. font-size:18px;
  93. letter-spacing: -1px;
  94. line-height:100%;
  95. font-weight:normal;
  96. margin:0px;
  97. }
  98.  
  99. h2 {
  100. font-family:"georgia";
  101. color:{color:text};
  102. font-size:20px;
  103. letter-spacing: -1px;
  104. line-height:100%;
  105. font-weight:italic;
  106. margin:0px;
  107. }
  108.  
  109. h5 {
  110. font:normal 13px Georgia;
  111. display:inline-block;
  112. background-color:#f1f1f1;
  113. padding:2px 10px 2px 10px;
  114. color:#000000;
  115. margin-bottom:-3px;
  116. }
  117.  
  118. p {margin:4px 0 4px 0;}
  119.  
  120. br {margin:2px 0 2px 0;}
  121.  
  122. hr {
  123. border:none;
  124. margin-bottom:0px;
  125. border-bottom:1px solid {color:link};
  126. opacity:0.3;
  127. }
  128.  
  129. b, strong {
  130. font-weight:bold;
  131. }
  132.  
  133. i, em {
  134. font-family:"georgia";
  135. color: {color:text};
  136. }
  137.  
  138. small {
  139. font-size:9px;
  140. letter spacing:1px;
  141. }
  142.  
  143. u {
  144. text-decoration:none;
  145. border-bottom:1px solid {color:link};
  146. }
  147.  
  148.  
  149. blockquote {
  150. border-left:3px solid {color:link};
  151. margin:2px;
  152. padding-left:5px;
  153. }
  154.  
  155. a img {
  156. border:none;
  157. }
  158.  
  159. ol.notes, .notes li, ul.chat, .chat ol, .chat li {
  160. list-style:none;
  161. margin-top:1px;
  162. padding:2px;
  163. }
  164.  
  165. .notes img {
  166. width:15px;
  167. position:relative;
  168. top:1px;
  169. }
  170.  
  171. #container{
  172. width:670px;
  173. margin: auto;
  174. }
  175.  
  176.  
  177. #navbar {
  178. height:auto;
  179. width: 182px;
  180. margin-top:5px;
  181. margin-bottom:10px;
  182. text-align:center;
  183. display:block;
  184. margin-left:-2px;
  185. }
  186.  
  187. .nav {
  188. display: inline-block;
  189. float:left;
  190. font-family: "georgia";
  191. font-size: 10px;
  192. line-height: 10px;
  193. letter-spacing:1px;
  194. width:89px;
  195. margin-left:2px;
  196. margin-bottom:2px;
  197. padding-top:15px;
  198. padding-bottom:15px;
  199. text-align:center;
  200. text-transform: lowercase;
  201. background-color: {color:navigation};
  202. }
  203.  
  204. .nav:hover {
  205. text-decoration: none;
  206. background-color:{color:navigation hover};
  207. }
  208.  
  209. #sidebar{
  210. float:left;
  211. margin-top:60px;
  212. font-size:10px;
  213. line-height:110%;
  214. position:fixed;
  215. height:auto;
  216. width:180px;
  217. padding:1px;
  218. font-family:"georgia";
  219. }
  220.  
  221.  
  222. .description {
  223. margin-top:2px;
  224. float:left;
  225. width:170px;
  226. padding:5px;
  227. background-color:{color:description};
  228. text-transform:justify;
  229. }
  230.  
  231. .sidebar img {
  232. max-width:180px;
  233. margin-bottom:-2px;
  234. }
  235.  
  236.  
  237.  
  238. #entries {
  239. margin-left:200px;
  240. width:510px;
  241. margin-bottom:50px;
  242. position:right;
  243. margin-top:75px;
  244.  
  245. }
  246.  
  247. #postinfo {
  248. background-color: {color:info};
  249. font-size: 9px;
  250. font-family: "georgia";
  251. text-align:left;
  252. text-transform:lowercase;
  253. color: {color:text};
  254. margin-left:-5px;
  255. margin-right:-5px;
  256. margin-bottom:50px;
  257. width:505px;
  258. padding:3px;
  259. padding-top:-10px;
  260. line-height:11px;
  261. border-top:1px solid {color:border};
  262. }
  263.  
  264. .post {
  265. overflow:hidden;
  266. padding:5px 5px 0px 5px;
  267. }
  268.  
  269. .audio {
  270. height:100px;
  271. padding:5px;
  272. margin-bottom:5px; }
  273.  
  274. .albumart {
  275. position:absolute;
  276. width:100px; }
  277.  
  278. .audiocaption {
  279. margin-left:105px;
  280. font-size:14px;
  281. line-height:135%;
  282. height:78px;
  283. margin-bottom:5px;
  284. border:1px solid {color:border};
  285. background-color:{color:question background};
  286. padding:10px;
  287. }
  288.  
  289. .audioplayer {
  290. opacity:0.7;
  291. width:27px;
  292. height:40px;
  293. overflow:hidden;
  294. position:absolute;
  295. margin-left:37px;
  296. margin-top:37px;
  297. }
  298.  
  299. .question {
  300. align:right;
  301. background: {color:question background};
  302. margin:1px 1px 1px 68px;
  303. padding:10px;
  304. position: relative;
  305. font-family: "georgia";
  306. font-size: 10px; }
  307.  
  308. .question p {margin:1px 0px;}
  309.  
  310. .question span {
  311. display:block;
  312. position:absolute;
  313. width:1px;
  314. height:1px;
  315. font-size: 0;
  316. line-height: 1px;
  317. left:-10px;
  318. top:10px;
  319. border-top:7px solid transparent;
  320. border-bottom:7px solid transparent;
  321. border-right:10px solid {color:question background};
  322. }
  323.  
  324. .markquote {
  325. font-family:georgia;
  326. font-size: 60px;
  327. color:{color:link};
  328. line-height: 50px;
  329. margin-left: 0px;
  330. letter-spacing:-1px;
  331. opacity:0.5;
  332. }
  333.  
  334. .quote {
  335. font-family: "georgia";
  336. font-size: 16px;
  337. font-weight:bold;
  338. letter-spacing:-1px;
  339. line-height: 100%;
  340. margin-top: -60px;
  341. margin-left: 0px;
  342. padding: 10px;
  343. }
  344.  
  345. .chat .line{
  346. background-color:{color:chat 1};
  347. margin: 0 0 1px;
  348. padding: 2px;
  349. }
  350. .chat .line.odd{
  351. background-color:{color:chat 2};
  352. }
  353.  
  354. .label {font-weight:bold; color:{color:text}}
  355.  
  356. #pagination {
  357. margin-top:3px;
  358. margin-bottom:15px;
  359. display:inline-block;
  360. font-size:10px;
  361. font-family:"georgia";
  362. text-transform: lowercase;
  363. color:{color:text};
  364. letter-spacing:1px;
  365. text-align:center;
  366. width:180px;
  367. }
  368.  
  369. #credit {
  370. margin-bottom:5px;
  371. margin-top:0px;
  372. font-size:10px;
  373. font-family:"georgia";
  374. text-align:center;
  375. letter-spacing:2px;
  376. }
  377.  
  378. /*theme by Patty @ http://lovegoods.tumblr.com */
  379. </style>
  380.  
  381.  
  382. <body>
  383. <div id="container">
  384.  
  385.  
  386. <div id="sidebar">
  387.  
  388. <div class="sidebar">
  389. {block:ifshowsideimage}
  390. <img src="{image:sidebar}"/>
  391. {/block:ifshowsideimage}
  392. </div>
  393.  
  394. <div id="navbar">
  395. <div class="nav"><a href="/">home</a></div>
  396. <div class="nav"><a href="/ask">msg</a></div>
  397. <div class="nav"><a href="{text:Link1url}">{text:Link1 Title}</a> </div>
  398. <div class="nav"><a href="{text:Link2url}">{text:Link2 Title}</a> </div>
  399. </div>
  400. <p>
  401.  
  402. <div class="description">
  403. {block:Description}
  404. {Description}
  405. {/block:Description}
  406. </div>
  407.  
  408. <div id="pagination">
  409. {block:Pagination}
  410. {block:PreviousPage}
  411. <a href="{PreviousPage}">Prev</a>
  412. {/block:PreviousPage} {CurrentPage} of {TotalPages}
  413.  
  414. {block:NextPage}
  415. <a href="{NextPage}">Next</a>
  416. {/block:NextPage}
  417. {/block:Pagination}
  418. </div>
  419. <p>
  420. <br>
  421.  
  422. </div>
  423.  
  424.  
  425. <div id="entries">
  426. {block:Posts}
  427. <div class="post">
  428.  
  429. {block:Text}
  430. {block:Title}<h1>{Title}</h1>{/block:Title}
  431. {Body}<p>
  432. {/block:Text}
  433.  
  434. {block:Photo}
  435. <center>
  436. {LinkOpenTag}
  437. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  438. {LinkCloseTag}
  439. </center>
  440. {block:Caption}
  441. {Caption}
  442. {/block:Caption}
  443. {/block:Photo}
  444.  
  445. {block:Photoset}
  446. <center>
  447. {Photoset-500}
  448. </center>
  449. {block:Caption}
  450. {Caption}
  451. {/block:Caption}
  452. {/block:Photoset}
  453.  
  454. {block:Quote}
  455. <b class="markquote">&rdquo;</b>
  456. <div class="quote">
  457. {Quote}"
  458. </div>
  459. {block:Source}
  460. &mdash; {Source}
  461. {/block:Source}
  462. {/block:Quote}
  463.  
  464. {block:Link}
  465. <h1>
  466. <a href="{URL}" class="link" {Target}>{Name}</a>
  467. </h1>
  468. {block:Description}
  469. {Description}
  470. {/block:Description}
  471. {/block:Link}
  472.  
  473. {block:Chat}
  474. {block:Title}
  475. <h1>
  476. <a href="{Permalink}">{Title}</a>
  477. </h1>
  478. {/block:Title}
  479. <div class="chat">
  480. {block:Lines}
  481. <div class="chat">
  482. <div class="line {Alt}">
  483. <div class="{Alt} user_{UserNumber}">
  484. {block:Label}
  485. <span class="label">
  486. <b>{Label}</b>
  487. </span>
  488. {/block:Label}
  489. {Line}
  490. </div></div></div>
  491. {/block:Lines}</div>
  492. {/block:Chat}
  493.  
  494. {block:Video}
  495. <center>
  496. {Video-500}
  497. </center>
  498. {block:Caption}
  499. {Caption}
  500. {/block:Caption}
  501. {/block:Video}
  502.  
  503.  
  504. {block:Audio}
  505. <div class="audio">
  506. {block:AlbumArt}
  507. <img class="albumart" src="{AlbumArtURL}">
  508. {/block:AlbumArt}
  509.  
  510. {block:AudioPlayer}
  511. <div class="audioplayer">
  512. {AudioPlayerWhite}
  513. </div>
  514. {/block:AudioPlayer}
  515. <div class="audiocaption"><b>Song:</b> {block:TrackName}{TrackName}{/block:TrackName}<br><b>Artist:</b> {block:Artist}{Artist}{/block:Artist}<br><b>Album:</b> {block:Album}{Album}{/block:Album}<br><b>Plays:</b> {block:PlayCount}{PlayCount}<BR>{/block:PlayCount}
  516. </div><p>
  517. </div>
  518. {block:Caption}
  519. {caption}
  520. {/block:Caption}<p>
  521. {/block:Audio}
  522.  
  523. {block:Answer}
  524. <img align="left" width="50px" src="{AskerPortraitURL-64}" />
  525. <div class="question">
  526. <span></span> <b>{Asker} asked:</b> <br>{Question} </div>
  527. {Answer}
  528. {/block:Answer}
  529. <p>
  530.  
  531. <div id="postinfo">
  532. {block:Date}<a href="{Permalink}">Posted {ShortMonth} {DayOfMonthWithZero},
  533.  
  534. {Year}</a>{/block:Date}
  535. {block:NoteCount} with <a href="{permalink}">{NoteCount}
  536.  
  537. notes</a>{/block:NoteCount} {block:RebloggedFrom}
  538. {block:contentsource}
  539. © <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  540. {/block:contentsource}
  541. {/block:RebloggedFrom}<br>
  542. {block:HasTags}tags:{block:Tags} <a href="/tagged/{Tag}"> #{Tag}&emsp;</a>
  543.  
  544. {/block:Tags}{/block:HasTags}
  545. </div>
  546. </div>
  547.  
  548.  
  549. {block:ContentSource}
  550. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  551. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  552. {/block:SourceLogo}
  553. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  554. {/block:ContentSource}
  555. {block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom}
  556.  
  557.  
  558. {/block:Posts}
  559.  
  560. {block:PostNotes}<h1>+ Notes</h1>{PostNotes}{/block:PostNotes}
  561.  
  562.  
  563. <!-- DON'T REMOVE MY CREDIT -->
  564. <div id="credit">
  565. theme by <a href="http://lovegoods.tumblr.com"> lovegoods </a>
  566. powered by <a href="http://www.tumblr.com/">tumblr</a></div>
  567.  
  568. </div>
  569. </div>
  570. </div>
  571. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement