Advertisement
mleyscyrsthemes

theme #05 // we can keep it undercover

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