marrkhoppus

You Know You Love Me

Oct 11th, 2014
452
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.67 KB | None | 0 0
  1. <!--
  2.  
  3. Go to marrkhoppus.tumblr.com if you have any questions. Enjoy :)
  4.  
  5. theme you know you love me by jenny (marrkhoppus.tumblr.com)
  6.  
  7. -->
  8.  
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11. <head><title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  15.  
  16.  
  17. <meta name="color:Background" content="#ffffff"/>
  18. <meta name="color:Text" content="#696969"/>
  19. <meta name="color:Link" content="#696969"/>
  20. <meta name="color:Description" content="#696969"/>
  21. <meta name="color:Title" content="#000"/>
  22.  
  23. <meta name="image:bg" content=""/>
  24.  
  25. <meta name="text:Title" content="title" />
  26.  
  27. <meta name="text:Link 1" content="" />
  28. <meta name="text:Link 1 Text" content="link1" />
  29. <meta name="text:Link 2" content="" />
  30. <meta name="text:Link 2 Text" content="link2" />
  31. <meta name="text:Link 3" content="" />
  32. <meta name="text:Link 3 Text" content="link3" />
  33.  
  34.  
  35.  
  36. <link href='http://fonts.googleapis.com/css?family=Comfortaa' rel='stylesheet' type='text/css'>
  37.  
  38. <style type="text/css">
  39.  
  40.  
  41. ::-webkit-scrollbar-thumb{
  42. background-color: #b8b8b8;
  43. border: 2px solid {color:background};
  44. height:auto;
  45. }
  46.  
  47. ::-webkit-scrollbar {
  48. height:auto;
  49. width:9px;
  50. background-color: #b8b8b8;
  51. border: 4px solid {color:background};
  52. }
  53.  
  54.  
  55.  
  56. body {
  57. background:{color:background};
  58. margin:0px;
  59. color:{color:text};
  60. font-family:arial;
  61. font-size:9px;
  62. background-image: url('{image:bg}');
  63. background-position:left;
  64. background-attachment:fixed;
  65. background-repeat:repeat;
  66. }
  67.  
  68. a {
  69. text-decoration:none;
  70. outline:none;
  71. -moz-outline-style:none;
  72. color:{color:link};
  73. }
  74.  
  75. img {
  76. border:none;
  77. }
  78.  
  79. blockquote {
  80. padding-left:5px;
  81. border-left:2px solid;
  82. }
  83.  
  84. blockquote blockquote {
  85. padding-left:5px;
  86. border-left:2px solid;
  87. }
  88.  
  89. h1 {
  90. font-size:9px;
  91. text-transform:uppercase;
  92. }
  93.  
  94. a:hover {
  95. text-decoration:underline;
  96. -webkit-transition: all 0.7s ease;
  97. -moz-transition: all 0.7s ease;
  98. -o-transition: all 0.7s ease
  99. }
  100.  
  101. #entries {
  102. width:500px;
  103. margin-left:460px;
  104. margin-top:40px;
  105. font-size:10px;
  106. }
  107.  
  108.  
  109. #post {
  110. width:500px;
  111. padding:10px 10px 50px 10px;
  112. margin-top:35px;
  113. }
  114.  
  115.  
  116. #topbar {
  117. margin-top:40px;
  118. margin-left:470px;
  119. padding-bottom:25px;
  120. width:500px;
  121. border-bottom:1px solid #e1e1e1;
  122. display: block;
  123. }
  124.  
  125.  
  126. #title {
  127. text-transform: lowercase;
  128. margin: 10px 0px 10px 55px;
  129. font-weight:bolder;
  130. font-size: 18px;
  131. line-height:100%;
  132. color:{color:title};
  133. }
  134.  
  135. #description {
  136. text-align:left;
  137. line-height:14px;
  138. color:{color:description};
  139. padding: 5px 50px 10px 55px;
  140. display:block;
  141. }
  142.  
  143. #pagination {
  144. width:500px;
  145. position:fixed;
  146. text-align:center;
  147. margin-left:0px;
  148. margin-top:20px;
  149. font-size:9px;
  150. word-spacing:10px;
  151. text-transform:lowercase;
  152. color:{color:text};
  153. z-index:10000;
  154. background:{color:background};
  155. opacity:1;
  156. bottom:0;
  157. padding:10px;
  158. }
  159.  
  160. #pagination a {
  161. color:{color:link};
  162. }
  163.  
  164. #links{
  165. text-align:left;
  166. width:400px;
  167. padding-top:5px;
  168. margin: auto;
  169. letter-spacing:1px;
  170. }
  171.  
  172. #links a {
  173. text-transform: lowercase;
  174. color:{color:text};
  175. background-color:{color:background};
  176. padding:5px;
  177. margin:5px;
  178. border:1px solid {color:background};
  179. font-style:italic;
  180. text-decoration:none;
  181. -webkit-transition: all 0.5s ease;
  182. -moz-transition: all 0.5s ease;
  183. -ms-transition: all 0.5s ease;
  184. -o-transition: all 0.5s ease;
  185. transition: all 0.5s ease;
  186. }
  187.  
  188. #links a:hover {
  189. color:#a4a4a4;
  190. background-color:#fafafa;
  191. border:1px solid #f2f2f2;
  192. margin:5px;
  193. padding:5px;
  194. }
  195.  
  196. #info {
  197. text-align:left;
  198. text-transform:none;
  199. font-size:8px;
  200. margin-top:10px;
  201. background:#fafafa;
  202. font-style:none;
  203. color:{color:text};
  204. padding:5px;
  205. line-height:13px;
  206. }
  207.  
  208.  
  209. #info a {
  210. color:{color:text};
  211. }
  212.  
  213. #info a:hover {
  214. color:{color:hover};
  215. }
  216.  
  217.  
  218. #tags {
  219. padding-left:5px;
  220. text-transform:lowercase;
  221. font-size:8px;
  222. margin-top:4px;
  223. text-align:left;
  224. }
  225.  
  226. #tags a {
  227. display:inline;
  228. text-align:left;
  229. color:{color:text};
  230. }
  231.  
  232. #tags a:hover{
  233. text-decoration:underline;
  234. color:{color:hover};
  235. }
  236.  
  237. #asker {
  238. padding:10px;
  239. border-top: 1px solid #e8e8e8;
  240. letter-spacing:1px;
  241. text-align:left;
  242. background-color:#fafafa;
  243. }
  244.  
  245.  
  246. .cover {
  247. position: relative;z-index: 1; width: 90px; float:left;}
  248.  
  249. .button {
  250. width:20px;
  251. height:30px;
  252. overflow: hidden;
  253. position: relative;
  254. z-index: 99;
  255. margin: 15px 24px 13px 16px;
  256. }
  257. .musicbox {
  258. background-color: #fff;
  259. position: absolute;
  260. z-index: 99;
  261. margin-top: 15px;
  262. margin-left: 15px;
  263. opacity: 0.3;
  264. -webkit-transition: opacity 0.2s linear;
  265. -webkit-transition: all 0.2s linear;
  266. -moz-transition: all 0.2s linear;
  267. -o-transition: all 0.2s linear;
  268. }
  269. .musicbox:hover {opacity:0.9;}
  270. .musicinfo {padding:15px; font-size:12px;margin-left: 100px;text-align:center; background:#f7f7f7;}
  271.  
  272.  
  273. .credit {
  274. position:fixed;
  275. bottom:15px;
  276. right:15px;
  277. font-size: 9px;
  278. font-family: 'Comfortaa', cursive;
  279. background: transparent;
  280. text-transform:uppercase;
  281. letter-spacing: 1px;
  282. padding: 5px;
  283. color:#000;
  284. }
  285.  
  286. .credit a{color:#000; opacity:0.8;}
  287. .credit a:hover{color:#000;text-decoration:underline;}
  288.  
  289.  
  290.  
  291. {CustomCSS}</style></head><body>
  292.  
  293. <div id="topbar">
  294. <div id="title">{text:title}</div>
  295. <div id="description">{block:Description}{Description}{/block:Description}
  296. </div>
  297.  
  298. <div id="links">
  299. <a href="/">refresh</a>
  300. <a href="/ask">ask</a>
  301. <a href="{text:Link 1}">{text:Link 1 Text}</a>
  302. <a href="{text:Link 2}">{text:Link 2 Text}</a>
  303. <a href="{text:Link 3}">{text:Link 3 Text}</a>
  304. </div>
  305. </div>
  306. </div>
  307. <div id="entries">{block:Posts}<div id="post">
  308.  
  309. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  310.  
  311. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  312.  
  313. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  314.  
  315. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  316.  
  317. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  318.  
  319. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  320.  
  321. {block:Audio}<div class="musicbox"><div class="button">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>{block:AlbumArt}<img src="{AlbumArtURL}" class="cover">{/block:AlbumArt}<div class="musicinfo">
  322. {block:TrackName}<div style="font-size:12px; font-style:italic; padding:5px!imporant;">{TrackName}</div>{/block:Trackname}<br>{block:Artist}<span style="font-size:10px;">{Artist}{/block:Artist}{block:Album} - {Album}</span>{/block:Album}<br><br>{block:PlayCount}<span style="font-style:normal; font-size:8px; text-transform:uppercase; letter-spacing:1px;">{PlayCount} plays</span> {/block:PlayCount}</div>{/block:Audio}
  323.  
  324. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  325.  
  326. {block:Answer}<div id="asker" style="margin-left:35px;width:450px;"><img align="left" src="{AskerPortraitURL-30}"style="border-radius:160px;margin-left:-45px;margin-top:-10px;"><span style="font-size:9px;font-style:italic;">{Asker}:&nbsp;</span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  327.  
  328. {block:Date}<div id="info">
  329. <a href="{Permalink}">{timeago}</a>&nbsp;&nbsp;&nbsp;+<a href="{Permalink}">{NoteCount}</a> &nbsp;&nbsp;&nbsp;{block:RebloggedFrom}<a href="{ReblogParentURL}">{ReblogParentname}</a>{/block:RebloggedFrom} {block:ContentSource}&nbsp; <a href="{SourceURL}">©</a>{/block:ContentSource}{/block:Date}</div>
  330.  
  331. {block:HasTags}<div id="tags">{block:Tags}<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;&nbsp;&nbsp;{/block:Tags}</div>{/block:HasTags}</div>
  332. {/block:Posts}
  333. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  334. {/block:Posts}
  335. {block:Pagination}
  336. <div id="pagination">
  337. {block:PreviousPage}
  338. {/block:PreviousPage}
  339. {block:JumpPagination length="4"}
  340. {block:CurrentPage}
  341. <span class="current_page"><b>{PageNumber}</b></span>
  342. {/block:CurrentPage}
  343. {block:JumpPage}
  344. <a href="{URL}">{PageNumber}</a>
  345. {/block:JumpPage}
  346. {/block:JumpPagination}
  347. {block:NextPage}
  348. <a href="{NextPage}">→</a>
  349. {/block:NextPage}
  350. </div>
  351. {/block:Pagination}
  352.  
  353. </div>
  354.  
  355.  
  356. </body>
  357.  
  358. <div class="credit"><a href="http://marrkhoppus.tumblr.com/"target="_new">MH</div>
  359.  
  360. </html>
Add Comment
Please, Sign In to add comment