Advertisement
mleyscyrsthemes

theme #01 // heart attack

Oct 13th, 2013
4,032
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.87 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2. <head><title>{Title}</title>
  3. <link rel="shortcut icon" href="{Favicon}">
  4. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  5.  
  6.  
  7. <!-- THEME #01 BY MLEYSCYRS - HEART ATTACK -->
  8. <!-- DO NOT STEAL OR USE AS A BASE CODE BECAUSE I WILL FIND YOU-->
  9.  
  10.  
  11. {block:Description}
  12. <meta name="description" content="{MetaDescription}" />
  13. {/block:Description}
  14.  
  15. <meta name="color:text" content="#b8b8b8">
  16. <meta name="color:link" content="#9A9A9A">
  17.  
  18.  
  19. <meta name="if:EndlessScroll" content="0">
  20. <meta name="if:ShowCaptions" content="1">
  21.  
  22. <meta name="image:sidebar" content=""/>
  23.  
  24. <meta name="text:link1" content="">
  25. <meta name="text:link1 url" content="/">
  26. <meta name="text:link2" content="">
  27. <meta name="text:link2 url" content="/">
  28. <meta name="text:link3" content="">
  29. <meta name="text:link3 url" content="/">
  30. <meta name="text:link4" content="">
  31. <meta name="text:link4 url" content="/">
  32.  
  33.  
  34. <style type="text/css">
  35.  
  36. ::-webkit-scrollbar { width: 3px; height: 5px; }
  37. ::-webkit-scrollbar-button:start:decrement,
  38. ::-webkit-scrollbar-button:end:increment { height: 0px; display: block; background: #fff; }
  39. ::-webkit-scrollbar-track-piece { background: #fff; }
  40. ::-webkit-scrollbar-thumb { height: 50px; background-color: #E2E0E1; }
  41. ::-webkit-scrollbar-thumb:hover { background: #E2E0E1; }
  42.  
  43. body {
  44. font-family: arial;
  45. font-size: 10px;
  46. color: #AAA;
  47. margin: 0;
  48. }
  49.  
  50. a {
  51. color:{color:link};
  52. text-decoration: none;
  53. }
  54.  
  55. a:hover {
  56. color:#b8b8b8;
  57. }
  58.  
  59.  
  60.  
  61. #content {
  62. background: #Fff;
  63. padding: 1px 20px 20px 20px;
  64. width: 540px;
  65. margin: auto;
  66. }
  67.  
  68.  
  69.  
  70. .posts {
  71. padding: 19px;
  72. margin-top: 70px;
  73. margin-bottom:0px;
  74. overflow: hidden;
  75. background: #FFF;
  76. width: 500px;
  77. }
  78.  
  79. .posts img {
  80. max-width: 100%;
  81. }
  82.  
  83.  
  84. blockquote {
  85. border-left: 2px solid #F0F0F0;
  86. padding: 1px 1px 1px 10px;
  87. margin: 5px;
  88. }
  89.  
  90.  
  91.  
  92. #captions {
  93. background: #FBFBFB;
  94. display: block;
  95. padding: 1px 10px 1px 10px;
  96. margin-top: 10px;
  97. {block:IfNotShowCaptions}
  98. {block:IndexPage}
  99. display: none;
  100. {/block:IndexPage}
  101. {/block:IfNotShowCaptions}
  102. }
  103.  
  104. #audiocaptions {
  105. display: block;
  106. padding: 1px 10px 1px 10px;
  107. margin-top: 10px;
  108. border-top: 1px solid #F0F0F0;
  109. {block:IfNotShowCaptions}
  110. {block:IndexPage}
  111. display: none;
  112. {/block:IndexPage}
  113. {/block:IfNotShowCaptions}
  114. }
  115.  
  116.  
  117.  
  118. .pagination {
  119. margin-top: 5px;
  120. margin-left:40px;
  121. text-align: center;
  122. }
  123.  
  124.  
  125. #albumart img {
  126. width: 70px;
  127. height: 70px;
  128. }
  129.  
  130.  
  131.  
  132.  
  133. #permalink {
  134. width:475px;
  135. background: #ffffff;
  136. border-top:1px solid #eeeeee;
  137. padding: 5px 10px 5px 10px;
  138. margin-left:20px;
  139. }
  140.  
  141.  
  142.  
  143. /* Sidebar */
  144.  
  145.  
  146. .sidebar {
  147. position: fixed;
  148. margin-top: 0px;
  149. margin-left: -190px;
  150. width: 110px;
  151. text-align: justify;
  152. background: #FBFBFB;
  153. padding: 15px;
  154. border-right:1px solid #eeecec;
  155. border-left:1px solid #eeecec;
  156. height:100%
  157. }
  158.  
  159.  
  160.  
  161. .sidebar img {
  162. margin-top:160px;
  163. margin-bottom:5px;
  164. margin-left:25px;
  165. width: 55px;
  166. padding: 5px;
  167. border: 1px solid #ebe9e9;
  168. }
  169.  
  170.  
  171. #links {
  172. text-align: center;
  173. margin-top: 5px;
  174. margin-left:5px;
  175.  
  176. }
  177.  
  178. #links a{
  179. color:{color:link};
  180. }
  181.  
  182.  
  183. #desc {
  184. text-align:right;
  185. width:135px;
  186. margin-left:-11px;
  187. font-size:10px;
  188. color:{color:text};
  189. letter-spacing:0px;
  190. }
  191.  
  192. #desc a {
  193. color:{color:link};
  194. }
  195.  
  196.  
  197. iframe#tumblr_controls {
  198. position: fixed !important;
  199. z-index: 9999;
  200. }
  201.  
  202.  
  203. #cred {
  204. position:fixed;
  205. font-size:8px;
  206. font-weight:normal;
  207. line-height:150%;
  208. letter-spacing:2px;
  209. right:10px;
  210. bottom:10px;
  211. text-transform:uppercase;
  212. text-align:center;
  213. }
  214.  
  215. #cred a {
  216. padding:3px;
  217. color:#ffffff;
  218. background-color:#9a9a9a;
  219. -moz-transition-duration:0.5s;
  220. -webkit-transition-duration:0.5s;
  221. -o-transition-duration:0.5s;
  222. }
  223.  
  224.  
  225. </style>
  226.  
  227. {block:IfEndlessScroll}
  228. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  229. {/block:IfEndlessScroll}
  230.  
  231. </head>
  232.  
  233.  
  234. <body>
  235.  
  236.  
  237. <div id="content">
  238.  
  239.  
  240. <div class="sidebar">
  241.  
  242.  
  243. <img src="{image:sidebar}">
  244.  
  245. <div id="desc">{Description}</div>
  246.  
  247. <div id="links">
  248. <center><a href="{text:link1 url}">{text:link1}</a></center>
  249. <center><a href="{text:link2 url}">{text:link2}</a></center>
  250. <center><a href="{text:link3 url}">{text:link3}</a></center>
  251. <center><a href="{text:link4 url}">{text:link4}</a></center>
  252. <center><a href="http://mleyscyrs.tumblr.com">theme</a></center>
  253. </div>
  254.  
  255. {block:IfNotEndlessScroll}
  256. <div class="pagination">
  257. {block:Pagination}
  258. {block:PreviousPage}
  259. <a href="{PreviousPage}">←</a>
  260. {/block:PreviousPage}
  261.  
  262. {block:NextPage}
  263. <a href="{NextPage}">→</a>
  264. {/block:NextPage}
  265. {/block:Pagination}
  266. </div>
  267. {/block:IfNotEndlessScroll}
  268.  
  269. </div>
  270.  
  271.  
  272. <div class="autopagerize_page_element">
  273.  
  274.  
  275. {block:Posts}
  276.  
  277.  
  278. <div class="posts">
  279.  
  280.  
  281. {block:Text}
  282.  
  283. {block:Title}
  284. {Title}
  285. {/block:Title}
  286.  
  287. {Body}
  288.  
  289. {/block:Text}
  290.  
  291.  
  292.  
  293. {block:Photo}
  294.  
  295. <center>
  296. <img src="{PhotoURL-500}">
  297. </center>
  298.  
  299. {block:Caption}
  300. <div id="captions">
  301. {Caption}</div>
  302. {/block:Caption}
  303.  
  304. {/block:Photo}
  305.  
  306.  
  307.  
  308. {block:Photoset}
  309.  
  310. <div class="photoset">
  311. {Photoset-500}
  312. </div>
  313.  
  314. {block:Caption}
  315. <div id="captions">
  316. {Caption}</div>
  317. {/block:Caption}
  318.  
  319. {/block:Photoset}
  320.  
  321.  
  322.  
  323. {block:Quote}
  324.  
  325. ❝{Quote}❞
  326.  
  327. {block:Source}
  328. <br><br>—{Source}
  329. {/block:Source}
  330.  
  331. {/block:Quote}
  332.  
  333.  
  334.  
  335. {block:Link}
  336.  
  337. <a href="{URL}" {Target}>+ {Name}</a>
  338.  
  339. {block:Description}
  340. {Description}
  341. {/block:Description}
  342.  
  343. {/block:Link}
  344.  
  345.  
  346.  
  347. {block:Chat}
  348.  
  349. {block:Title}
  350. {Title}
  351. {/block:Title}
  352.  
  353. <ul>
  354. {block:Lines}
  355. <li>{block:Label}{Label}{/block:Label} {Line}</li>
  356. {/block:Lines}
  357. </ul>
  358.  
  359. {/block:Chat}
  360.  
  361.  
  362.  
  363. {block:Audio}
  364.  
  365. <div id="albumart">
  366. {block:AlbumArt}
  367. <img src="{AlbumArtURL}">
  368. {/block:AlbumArt}
  369. </div>
  370.  
  371. {AudioPlayerGrey}
  372.  
  373. {block:TrackName}<b>track:</b> {TrackName}<br>{/block:TrackName}
  374. {block:Artist}<b>artist:</b> {Artist}<br>{/block:Artist}
  375. {block:Album}<b>album:</b> {Album}<br>{/block:Album}
  376. <b>played:</b> {PlayCount}<br>
  377.  
  378. {block:Caption}
  379. <div id="audiocaptions">
  380. {Caption}</div>
  381. {/block:Caption}
  382.  
  383. {/block:Audio}
  384.  
  385. <!-- BY MLEYSCYRS -->
  386.  
  387. {block:Video}
  388.  
  389. <div class="video">
  390. {block:IndexPage}{Video-250}{/block:IndexPage}
  391. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  392. </div>
  393.  
  394. {block:Caption}
  395. <div id="captions">
  396. {Caption}</div>
  397. {/block:Caption}
  398.  
  399. {/block:Video}
  400.  
  401.  
  402.  
  403. {block:Answer}
  404.  
  405. {Asker} asked ya: {Question}
  406.  
  407. {Answer}
  408.  
  409. {/block:Answer}
  410.  
  411.  
  412. </div>
  413.  
  414. {block:Date}
  415. <div id="permalink">
  416.  
  417. posted <a href="{Permalink}">{Month} {DayOfMonth}, {Year}</a> with <a href="{Permalink}">{NoteCountWithLabel}</a>
  418. {/block:Date} {block:RebloggedFrom} from: <a href="{ReblogParentURL}">{ReblogParentName}</a>
  419. source: <a href="{ReblogRootURL}">{ReblogRootName}</a>
  420. {/block:RebloggedFrom} {block:HasTags}
  421. <br>file under: {block:Tags}<a href="{TagURL}">#{Tag} </a> {/block:Tags}
  422. {/block:HasTags}
  423.  
  424. </div>
  425.  
  426. {block:PermalinkPage}
  427. {block:PostNotes}
  428. {PostNotes}
  429. {/block:PostNotes}
  430. {/block:PermalinkPage}
  431.  
  432.  
  433. {/block:Posts}
  434.  
  435. </div>
  436. </div>
  437.  
  438. </body>
  439. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement