Advertisement
maryaciolli

theme - you're my new best friend

Mar 27th, 2015
516
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.93 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head><title>{title}</title>
  5.  
  6. <link rel="shortcut icon" href="http://media.tumblr.com/5794cbe85a2d5d67d03a31ebe6291d83/tumblr_inline_n9w70z4hNp1r1shc4.png">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  9.  
  10. <!---- theme by howemrecker --->
  11.  
  12. <meta name="color:Background" content="#ffffff"/>
  13. <meta name="color:Text" content="#9B9B9B"/>
  14. <meta name="color:Link" content="#b8b8b8"/>
  15. <meta name="color:Link Hover" content="#7c7e7e"/>
  16. <meta name="color:scrollbar" content="#999999">
  17. <meta name="color:bold" content="#2e559a">
  18. <meta name="color:italic" content="#d1cf2e">
  19. <meta name="color:underline" content="#9aad37">
  20. <meta name="color:ask" content="#7c7e7e">
  21.  
  22. <meta name="image:sidebar" content="https://38.media.tumblr.com/aa187fe2aa2cf5edaeae98a17767317c/tumblr_nkysqg6SAw1rwivlyo7_r1_250.gif"/>
  23.  
  24. <meta name="text:link 1" content="Link 1"/>
  25. <meta name="text:link 1 url" content="/"/>
  26. <meta name="text:link 2" content="Link 2"/>
  27. <meta name="text:link 2 url" content="/"/>
  28. <meta name="text:link 3" content="Link 3"/>
  29. <meta name="text:link 3 url" content="/"/>
  30. <meta name="text:link 4" content="Link 4"/>
  31. <meta name="text:link 4 url" content="/"/>
  32. <meta name="text:link 5" content="Link 5"/>
  33. <meta name="text:link 5 url" content="/"/>
  34. <meta name="text:link 6" content="Link 6"/>
  35. <meta name="text:link 6 url" content="/"/>
  36. <meta name="text:link 7" content="Link 7"/>
  37. <meta name="text:link 7 url" content="/"/>
  38.  
  39. <style type="text/css">
  40.  
  41. ::-webkit-scrollbar-thumb{
  42. background-color: {color:scrollbar};
  43. border: 2px solid {color:background};
  44. height:auto;
  45. }
  46.  
  47. ::-webkit-scrollbar {
  48. height:auto;
  49. width:11px;
  50. background-color: {color:scrollbar};
  51. border:5px solid {color:background};
  52. }
  53.  
  54.  
  55. iframe#tumblr_controls {
  56. white-space:nowrap;
  57. -webkit-filter: invert(100%);
  58. -moz-filter: invert(100%);
  59. -o-filter: invert(100%);
  60. -ms-filter: invert(100%);
  61. filter: invert(100%);
  62. opacity:.2;transition: .8s ease-in-out;
  63. -webkit-transition: .8s ease-in-out;
  64. -moz-transition: .8s ease-in-out;
  65. -o-transition: .8s ease-in-out;
  66. }
  67.  
  68. h1 {
  69. font-weight:normal;
  70. font-size:13px;
  71. text-align:center;
  72. font-style:normal;
  73. line-height:100%;
  74. letter-spacing:1px;
  75. text-transform:normal;
  76. color:{color:text};
  77. }
  78.  
  79. h2 {
  80. font-size:10px;
  81. text-align:center;
  82. line-height:100%;
  83. letter-spacing:-0.5px;
  84. color:{color:text};
  85. font-weight:bold;
  86. text-transform:uppercase;
  87. padding:5px;
  88. padding-bottom:2px;
  89. }
  90.  
  91. blockquote {
  92. border-left:1px solid #ccc;
  93. padding:6px;
  94. margin:9px 2px 0px 9px
  95. }
  96.  
  97. body {
  98. background:{color:background};
  99. margin:0px;
  100. color:{color:text};
  101. font-family:'arial';
  102. font-size:10px;
  103. line-height:100%;
  104. }
  105.  
  106. #s-m-t-tooltip {max-width:300px;padding:1px;padding-left:3px;padding-right:3px;margin:15px 20px 15px 20px;background-color:#fff;color:#7c7e7e;font-size:8px; font-family:arial; color:#7c7e7e;z-index:999999999999999999999999999999999999;font-style:italic;}
  107.  
  108.  
  109. a {
  110. text-decoration:none;
  111. outline:none;
  112. -moz-outline-style:none;
  113. color:{color:link};
  114. -moz-transition-duration:0.5s;
  115. -webkit-transition-duration:0.5s;
  116. -o-transition-duration:0.5s;
  117. }
  118.  
  119. a:hover {
  120. outline:none;
  121. -moz-outline-style:none;
  122. color:{color:link hover};
  123. }
  124.  
  125. u {color: {color:underline}; text-decoration:underline;}
  126. b {color: {color:bold}; text-decoration:bold;}
  127. i {color: {color:italic}; text-decoration:italic;}
  128. m {color: {color:ask}; text-decoration:italic;}
  129.  
  130. img {
  131. border:none;
  132. }
  133.  
  134. #theme {
  135. width:500px;
  136. margin:0 auto -12px auto;
  137. }
  138.  
  139. #post {
  140. width:500px;
  141. padding-bottom:40px;
  142. margin-top:70px;
  143. }
  144.  
  145. #entries {
  146. padding:10px;
  147. width:500px;
  148. margin-left:90px;
  149. margin-top:30px;
  150. margin-bottom:50px;
  151. }
  152.  
  153.  
  154. #sidebar {
  155. color:{color:text};
  156. position:fixed;
  157. width:180px;
  158. height:auto;
  159. margin-top:150px;
  160. margin-left:-150px;
  161. text-align:left;
  162. border:1px solid #eee;
  163. padding:15px;
  164. }
  165.  
  166. #sidebarimage img {
  167. width:180px;
  168. margin-bottom:3x;
  169. margin-left:0px;
  170. }
  171.  
  172. #links {
  173. font-family:arial, cursive;
  174. font-size:10px;
  175. letter-spacing:0px;
  176. text-transform:uppercase;
  177. text-align:center;
  178. padding:7px;
  179. font-style:bold
  180. }
  181.  
  182. #links a{
  183. background:#fff;
  184. color:{color:link};
  185. text-decoration:none;
  186. -moz-transition-duration:.7s;
  187. -webkit-transition-duration:.7s;
  188. -o-transition-duration:.7s;
  189. font-style:bold;
  190. }
  191.  
  192. #links a:hover {
  193. letter-spacing:0px;
  194. color: {color:link hover};
  195. width:50px;
  196. -moz-transition-duration:0.7s;
  197. -webkit-transition-duration:0.7s;
  198. -o-transition-duration:0.7s;
  199. border-bottom:1px solid {color:bold};
  200. }
  201.  
  202. #description {
  203. position:fixed;
  204. text-transform:uppercase;
  205. width:180px;
  206. font-family:arial;
  207. background:#fff;
  208. margin-top:20px;
  209. margin-left:-0px;
  210. text-align:center;
  211. font-style:italic;
  212. font-size:8px;
  213. letter-spacing:1px;
  214. color: {color:text};
  215. line-height:160%;
  216. -moz-transition-duration:1s;
  217. -webkit-transition-duration:1s;
  218. -o-transition-duration:1s;
  219. }
  220.  
  221. #description a {
  222. color:{color:link};
  223. }
  224.  
  225. #description a:hover {
  226. color:{color:link hover};
  227. }
  228.  
  229. #pagination {
  230. font-family:arial;
  231. width:180px;
  232. font-size:8px;
  233. text-transform:normal;
  234. word-spacing:6px;
  235. float:center;
  236. font-style:italic;
  237. margin-top:4px;
  238. text-align:center;
  239. }
  240.  
  241. #pagination a {
  242. color:{color:link};
  243. }
  244.  
  245. #info {
  246. font-family:'Latha';
  247. width:500px;
  248. margin-top:5px;
  249. padding-top:5px;
  250. padding-bottom:3px;
  251. font-size:9px;
  252. color:{color:text};
  253. text-transform:uppercase;
  254. font-style:normal;
  255. text-align:left;
  256. -moz-transition-duration:0.2s;
  257. -webkit-transition-duration:0.2s;
  258. -o-transition-duration:0.2s;
  259. border-top:1px solid #eee;
  260. }
  261.  
  262. #info a {
  263. color:{color:link};
  264. font-style:normal;
  265. }
  266.  
  267. #info a:hover {
  268. color:{color:link hover};
  269. -moz-transition-duration:0.2s;
  270. -webkit-transition-duration:0.2s;
  271. -o-transition-duration:0.2s;
  272. }
  273.  
  274. .tags {
  275. font-family:arial;
  276. font-style:normal;
  277. width:460px;
  278. text-transform:uppercase;
  279. font-style:normal;
  280. line-height:120%;
  281. padding-top:6px;
  282. font-size:8px;
  283. text-align:left;
  284. -moz-transition-duration:0.5s;
  285. -webkit-transition-duration:0.5s;
  286. -o-transition-duration:0.5s;
  287. opacity: 30;
  288. filter: alpha(opacity=30); /* For IE8 and earlier */
  289. }
  290. .tags a{
  291. margin-left:6px;
  292. background:#f7f7f7;
  293. color:{color:link};
  294. }
  295. .tags hover{
  296. -moz-transition-duration:0.2s;
  297. -webkit-transition-duration:0.2s;
  298. -o-transition-duration:0.2s;
  299. }
  300.  
  301.  
  302. .audio{
  303. background-color:#e5e5e5;
  304. height:65px;
  305. overflow:hidden;
  306. }
  307.  
  308. .question {
  309. padding:9px;
  310. text-align:left;
  311. color:{color:text};
  312. background-color: #fff;
  313. border-left:0px solid #e3e3e3;
  314. line-height:120%;
  315. }
  316.  
  317. .question img {border-radius:360px;}
  318.  
  319. .answer {
  320. text-align:left;
  321. padding:7px;
  322. color:#7c7e7e;
  323. }
  324.  
  325. #credit {
  326. font-size:9px;
  327. font-family:arial;
  328. font-style:italic;
  329. letter-spacing:1px;
  330. -moz-transition-duration:0.5s;
  331. -webkit-transition-duration:0.5s;
  332. -o-transition-duration:0.5s;
  333. }
  334.  
  335. #credit a {
  336. background-color:#fff;
  337. padding:5px;
  338. border:1px solid #e9e9e9;
  339. position:fixed;
  340. right:15px;
  341. bottom:30px
  342. }
  343.  
  344. #credit a:hover {
  345. color:#fff;
  346. background-color:#191919;
  347. }
  348.  
  349. #like {
  350. opacity:0.7;
  351. display:inline-block;
  352. }
  353.  
  354. #like:hover {
  355. opacity:1;
  356. }
  357.  
  358. #reblog {
  359. padding-left:4px;
  360. padding-right:5px;
  361. opacity:0.7;
  362. display:inline-block;
  363. }
  364.  
  365. #reblog:hover {
  366. opacity:1;
  367. }
  368.  
  369. #marihuana {float:right; margin-top:3px; margin-bottom:3px;}
  370.  
  371. ul. {list-style-type:circle;}
  372.  
  373.  
  374. ol.notes {padding: 0px; margin: 5px 0px; list-style-type: none;
  375. border-bottom: solid 1px #eee; background:#fff; width:548px; display:inline-block;}
  376. ol.notes li.note {border-top: solid 1px #eee; padding: 3px; display:inline-block;}
  377. ol.notes li.note img.avatar {vertical-align: -4px;margin-right: 8px;width: 16px;height: 16px; display:inline-block;}
  378. ol.notes li.note span.action {font-weight: bold;}
  379. ol.notes li.note .answer_content {font-weight: normal;}
  380. ol.notes li.note blockquote {border-color: #eee;
  381. padding: 4px 10px;
  382. margin: 10px 0px 0px 25px;}
  383. ol.notes li.note blockquote a {text-decoration: none;}
  384.  
  385. .mmg {font-size:15px; font-family:arial, cursive; font-style:bold; margin-bottom:7px; padding-bottom:5px;}
  386.  
  387. {CustomCSS}</style></head>
  388.  
  389. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  390.  
  391. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  392.  
  393. <script>
  394. (function($){
  395. $(document).ready(function(){
  396. $("a[title]").style_my_tooltips({
  397. tip_follows_cursor:true,
  398. tip_delay_time:90,
  399. tip_fade_speed:300,
  400. attribute:"title"
  401. });
  402. });
  403. })(jQuery);
  404. </script>
  405.  
  406. <body>
  407.  
  408.  
  409. <div id="theme">
  410.  
  411. <div id="sidebar">
  412.  
  413. <div id="sidebarimage">
  414. <a href="/"><img src="{image:sidebar}"></a></div>
  415.  
  416. <div id="description">
  417.  
  418. <div id="links"><b>
  419. <a href="{text:link 1 url}">{text:link 1}</a>
  420. <a href="{text:link 2 url}">{text:link 2}</a>
  421. <a href="{text:link 3 url}">{text:link 3}</a>
  422. <a href="{text:link 4 url}">{text:link 4}</a><br>
  423. <a href="{text:link 5 url}">{text:link 5}</a>
  424. <a href="{text:link 6 url}">{text:link 6}</a>
  425. <a href="{text:link 7 url}">{text:link 7}</a></b>
  426. </div><p>
  427.  
  428.  
  429. <div class="mmg"><b>{title} ✩*ೃ </b></div><p>
  430.  
  431.  
  432. {description} <p>
  433.  
  434.  
  435. {block:Pagination}
  436. <div id="pagination">
  437. {block:PreviousPage}
  438. <a href="{PreviousPage}">«</a>
  439. {/block:PreviousPage}
  440. {block:JumpPagination length="5"}
  441. {block:CurrentPage}
  442. <span class="current_page">{PageNumber}</span>
  443. {/block:CurrentPage}
  444. {block:JumpPage}
  445. <a class="jump_page" href="{URL}">{PageNumber}</a>
  446. {/block:JumpPage}
  447. {/block:JumpPagination}
  448. {block:NextPage}
  449. <a href="{NextPage}">»</a>
  450. {/block:NextPage}
  451. </div>
  452. {/block:Pagination}
  453.  
  454.  
  455. </div></div>
  456.  
  457.  
  458.  
  459. <div id="entries">{block:Posts}<div id="post">
  460.  
  461. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  462.  
  463. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  464.  
  465. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  466.  
  467. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  468.  
  469. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  470.  
  471. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  472.  
  473. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  474.  
  475. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  476.  
  477. {block:Answer}<div class="question"><img src="{AskerPortraitURL-24}" style="float:left;">&nbsp;&nbsp; <font style="text-transform:uppercase;">{ASKER}</font><br><m>&nbsp;&nbsp; {Question}</m></div><div class="answer">{Answer}</div>{/block:answer}
  478.  
  479. {block:Date}<div id="info">
  480.  
  481. <div id="marihuana"><div id="reblog">{ReblogButton size="16"}</div><div id="like">{LikeButton size="16"}</div></div>
  482.  
  483. <a title="{TimeAgo}" href="{Permalink}">{ShortMonth} {DayOfMonth}</a> - {24Hour}:{Minutes}
  484. {/block:Date} {block:NoteCount} ( <a href="{Permalink}">{NoteCount}</a> NOTES ) {/block:NoteCount}
  485.  
  486. <div style="float:right;"> {block:RebloggedFrom}
  487. <a href="{ReblogParentURL}" title="via: {ReblogParentName}"><img src="{ReblogParentPortraitURL-16}"></a> {block:ContentSource}
  488. <a href="{ReblogRootURL}" title="source: {ReblogRootName}"><img src="{ReblogRootPortraitURL-16}"></a>{/block:ContentSource}{/block:RebloggedFrom}
  489. <a title="{SourceTitle}" href="{SourceURL}"></a>
  490. </div>
  491. </div>
  492.  
  493.  
  494. {block:HasTags}
  495. <div class="tags">
  496. TAGS: {block:Tags} <a href="{TagURL}"> #{Tag} </a> {/block:Tags}</div>
  497. {/block:HasTags}
  498. <div class="postnote">
  499. {block:PostNotes}{PostNotes}{/block:PostNotes}
  500. </div>
  501. </div>
  502. {/block:Posts}
  503.  
  504.  
  505. </div>
  506. <div id="credit"><a href="http://howemrecker.tumblr.com/" title="theme by howemrecker">hm</div></div>
  507.  
  508. </body>
  509.  
  510. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement