Advertisement
maryaciolli

theme - i'm a ruin

Mar 27th, 2015
869
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.03 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="#427ea3">
  18. <meta name="color:italic" content="#ff8d8d">
  19. <meta name="color:underline" content="#45966e">
  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:9px; text-transform:uppercase; 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:100px;
  159. height:auto;
  160. margin-top:150px;
  161. margin-left:-150px;
  162. text-align:left;
  163. font-family:arial;
  164. font-style:italic;
  165. }
  166.  
  167. #sidebarimage img {
  168. width:100px;
  169. height:100px;
  170. margin-bottom:3x;
  171. margin-right:10px;
  172. border-right:1px solid #eee;
  173. padding:13px;
  174. float:left;
  175. }
  176.  
  177. #links {
  178. font-family:arial, cursive;
  179. font-size:10px;
  180. letter-spacing:0px;
  181. text-transform:uppercase;
  182. text-align:center;
  183. padding:7px;
  184. }
  185.  
  186. #links a{
  187. background:#fff;
  188. color:{color:link};
  189. text-decoration:none;
  190. -moz-transition-duration:.7s;
  191. -webkit-transition-duration:.7s;
  192. -o-transition-duration:.7s;
  193. font-style:bold;
  194. line-height:130%;
  195. }
  196.  
  197. #links a:hover {
  198. letter-spacing:0px;
  199. width:50px;
  200. -moz-transition-duration:0.7s;
  201. -webkit-transition-duration:0.7s;
  202. -o-transition-duration:0.7s;
  203. color:{color:italic};
  204. }
  205.  
  206. #description {
  207. position:fixed;
  208. text-transform:uppercase;
  209. width:180px;
  210. font-family:arial;
  211. background:#fff;
  212. margin-top:20px;
  213. margin-left:-0px;
  214. text-align:center;
  215. font-size:8px;
  216. letter-spacing:1px;
  217. color: {color:text};
  218. line-height:160%;
  219. -moz-transition-duration:1s;
  220. -webkit-transition-duration:1s;
  221. -o-transition-duration:1s;
  222. }
  223.  
  224. #description a {
  225. color:{color:link};
  226. }
  227.  
  228. #description a:hover {
  229. color:{color:link hover};
  230. }
  231.  
  232. #pagination {
  233. font-family:arial;
  234. width:180px;
  235. font-size:9px;
  236. text-transform:normal;
  237. word-spacing:6px;
  238. float:center;
  239. font-style:italic;
  240. margin-top:7px;
  241. text-align:center;
  242. }
  243.  
  244. #pagination a {
  245. color:{color:link};
  246. }
  247.  
  248. #info {
  249. font-family:'Latha';
  250. width:500px;
  251. margin-top:5px;
  252. padding-top:5px;
  253. padding-bottom:3px;
  254. font-size:9px;
  255. color:{color:text};
  256. text-transform:uppercase;
  257. font-style:normal;
  258. text-align:left;
  259. -moz-transition-duration:0.2s;
  260. -webkit-transition-duration:0.2s;
  261. -o-transition-duration:0.2s;
  262. border-top:1px solid #eee;
  263. }
  264.  
  265. #info a {
  266. color:{color:link};
  267. font-style:normal;
  268. }
  269.  
  270. #info a:hover {
  271. color:{color:link hover};
  272. -moz-transition-duration:0.2s;
  273. -webkit-transition-duration:0.2s;
  274. -o-transition-duration:0.2s;
  275. }
  276.  
  277. .tags {
  278. font-family:arial;
  279. font-style:normal;
  280. width:460px;
  281. text-transform:uppercase;
  282. font-style:normal;
  283. line-height:120%;
  284. padding-top:6px;
  285. font-size:8px;
  286. text-align:left;
  287. -moz-transition-duration:0.5s;
  288. -webkit-transition-duration:0.5s;
  289. -o-transition-duration:0.5s;
  290. opacity: 30;
  291. filter: alpha(opacity=30); /* For IE8 and earlier */
  292. }
  293. .tags a{
  294. margin-left:6px;
  295. background:#f7f7f7;
  296. color:{color:link};
  297. }
  298. .tags hover{
  299. -moz-transition-duration:0.2s;
  300. -webkit-transition-duration:0.2s;
  301. -o-transition-duration:0.2s;
  302. }
  303.  
  304.  
  305. .audio{
  306. background-color:#e5e5e5;
  307. height:65px;
  308. overflow:hidden;
  309. }
  310.  
  311. .question {
  312. padding:9px;
  313. text-align:left;
  314. color:{color:text};
  315. background-color: #fff;
  316. border-left:0px solid #e3e3e3;
  317. line-height:120%;
  318. }
  319.  
  320. .question img {border-radius:360px;}
  321.  
  322. .answer {
  323. text-align:left;
  324. padding:7px;
  325. color:#7c7e7e;
  326. }
  327.  
  328. #credit {
  329. font-size:9px;
  330. font-family:arial;
  331. font-style:italic;
  332. letter-spacing:1px;
  333. -moz-transition-duration:0.5s;
  334. -webkit-transition-duration:0.5s;
  335. -o-transition-duration:0.5s;
  336. }
  337.  
  338. #credit a {
  339. background-color:#fff;
  340. padding:5px;
  341. border:1px solid #e9e9e9;
  342. position:fixed;
  343. right:15px;
  344. bottom:30px
  345. }
  346.  
  347. #credit a:hover {
  348. color:#fff;
  349. background-color:#191919;
  350. }
  351.  
  352. #like {
  353. opacity:0.7;
  354. display:inline-block;
  355. }
  356.  
  357. #like:hover {
  358. opacity:1;
  359. }
  360.  
  361. #reblog {
  362. padding-left:4px;
  363. padding-right:5px;
  364. opacity:0.7;
  365. display:inline-block;
  366. }
  367.  
  368. #reblog:hover {
  369. opacity:1;
  370. }
  371.  
  372. #marihuana {float:right; margin-top:3px; margin-bottom:3px;}
  373.  
  374. ul. {list-style-type:circle;}
  375.  
  376.  
  377. ol.notes {padding: 0px; margin: 5px 0px; list-style-type: none;
  378. border-bottom: solid 1px #eee; background:#fff; width:548px; display:inline-block;}
  379. ol.notes li.note {border-top: solid 1px #eee; padding: 3px; display:inline-block;}
  380. ol.notes li.note img.avatar {vertical-align: -4px;margin-right: 8px;width: 16px;height: 16px; display:inline-block;}
  381. ol.notes li.note span.action {font-weight: bold;}
  382. ol.notes li.note .answer_content {font-weight: normal;}
  383. ol.notes li.note blockquote {border-color: #eee;
  384. padding: 4px 10px;
  385. margin: 10px 0px 0px 25px;}
  386. ol.notes li.note blockquote a {text-decoration: none;}
  387.  
  388. .mmg {font-size:15px; font-family:arial; font-style:bold; margin-bottom:7px; padding-bottom:5px;}
  389.  
  390. z img{border-radius:360px;}
  391.  
  392. {CustomCSS}</style></head>
  393.  
  394. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  395.  
  396. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  397.  
  398. <script>
  399. (function($){
  400. $(document).ready(function(){
  401. $("a[title]").style_my_tooltips({
  402. tip_follows_cursor:true,
  403. tip_delay_time:90,
  404. tip_fade_speed:300,
  405. attribute:"title"
  406. });
  407. });
  408. })(jQuery);
  409. </script>
  410.  
  411. <body>
  412.  
  413.  
  414. <div id="theme">
  415.  
  416. <div id="sidebar">
  417.  
  418. <div id="sidebarimage">
  419. <a href="/"><img src="{image:sidebar}"></a></div>
  420.  
  421. {description}
  422.  
  423. <div id="description">
  424.  
  425. <div id="links">
  426. <a href="{text:link 1 url}">{text:link 1}</a>
  427. <a href="{text:link 2 url}">{text:link 2}</a>
  428. <a href="{text:link 3 url}">{text:link 3}</a>
  429. <a href="{text:link 4 url}">{text:link 4}</a><br>
  430. <a href="{text:link 5 url}">{text:link 5}</a>
  431. <a href="{text:link 6 url}">{text:link 6}</a>
  432. <a href="{text:link 7 url}">{text:link 7}</a>
  433. </div><p>
  434.  
  435.  
  436. <div class="mmg"><b>{title}</b></div><p>
  437.  
  438.  
  439.  
  440. {block:Pagination}
  441. <div id="pagination">
  442. {block:PreviousPage}
  443. <a href="{PreviousPage}">ยซ</a>
  444. {/block:PreviousPage}
  445. {block:JumpPagination length="5"}
  446. {block:CurrentPage}
  447. <span class="current_page">{PageNumber}</span>
  448. {/block:CurrentPage}
  449. {block:JumpPage}
  450. <a class="jump_page" href="{URL}">{PageNumber}</a>
  451. {/block:JumpPage}
  452. {/block:JumpPagination}
  453. {block:NextPage}
  454. <a href="{NextPage}">ยป</a>
  455. {/block:NextPage}
  456. </div>
  457. {/block:Pagination}
  458.  
  459.  
  460. </div></div>
  461.  
  462.  
  463.  
  464. <div id="entries">{block:Posts}<div id="post">
  465.  
  466. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  467.  
  468. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  469.  
  470. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  471.  
  472. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">โ€” {Source}</div>{/block:Source}{/block:Quote}
  473.  
  474. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  475.  
  476. {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}
  477.  
  478. {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}
  479.  
  480. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  481.  
  482. {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}
  483.  
  484. {block:Date}<div id="info">
  485.  
  486. <div id="marihuana"><div id="reblog">{ReblogButton size="16"}</div><div id="like">{LikeButton size="16"}</div></div>
  487.  
  488. <a title="{TimeAgo}" href="{Permalink}">{ShortMonth} {DayOfMonth}</a> - {24Hour}:{Minutes}
  489. {/block:Date} {block:NoteCount} ( <a href="{Permalink}">{NoteCount}</a> NOTES ) {/block:NoteCount}
  490.  
  491. <div style="float:left; margin-right:6px; border-radius:360px"><z> {block:RebloggedFrom}
  492. <a href="{ReblogParentURL}" title="via: {ReblogParentName}"><img src="{ReblogParentPortraitURL-16}"></a> {block:ContentSource}
  493. <a href="{ReblogRootURL}" title="source: {ReblogRootName}"><img src="{ReblogRootPortraitURL-16}"></a>{/block:ContentSource}{/block:RebloggedFrom}
  494. <a title="{SourceTitle}" href="{SourceURL}"></a></z>
  495. </div>
  496. </div>
  497.  
  498.  
  499. {block:HasTags}
  500. <div class="tags">
  501. TAGS: {block:Tags} <a href="{TagURL}"> #{Tag} </a> {/block:Tags}</div>
  502. {/block:HasTags}
  503. <div class="postnote">
  504. {block:PostNotes}{PostNotes}{/block:PostNotes}
  505. </div>
  506. </div>
  507. {/block:Posts}
  508.  
  509.  
  510. </div>
  511. <div id="credit"><a href="http://howemrecker.tumblr.com/" title="theme by howemrecker">hm</div></div>
  512.  
  513. </body>
  514.  
  515. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement