Advertisement
idkloveicons

Theme 01

Apr 19th, 2014
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 7.04 KB | None | 0 0
  1.    
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6.  
  7.  
  8. <!-- theme 01 by idkloveicons -->
  9.  
  10.  
  11.  
  12. {block:Description}
  13. <meta name="description" content="{MetaDescription}" />
  14. {/block:Description}
  15.  
  16. <meta name="color:text" content="#b8b8b8">
  17. <meta name="color:link" content="#9A9A9A">
  18.  
  19.  
  20. <meta name="if:EndlessScroll" content="0">
  21. <meta name="if:ShowCaptions" content="1">
  22.  
  23. <meta name="image:sidebar" content=""/>
  24.  
  25.  
  26. <meta name="text:link1" content="">
  27. <meta name="text:link1 url" content="/">
  28. <meta name="text:link2" content="">
  29. <meta name="text:link2 url" content="/">
  30. <meta name="text:link3" content="">
  31. <meta name="text:link3 url" content="/">
  32. <meta name="text:link4" content="">
  33. <meta name="text:link4 url" content="/">
  34.  
  35.  
  36.  
  37. <style type="text/css">
  38.  
  39.  
  40.  
  41. body {
  42. font-family: consolas;
  43. font-size: 10px;
  44. color: #AAA;
  45. margin: 0;
  46. }
  47.  
  48. a {
  49. color:{color:link};
  50. text-decoration: none;
  51. }
  52.  
  53. a:hover {
  54. color:#b8b8b8;
  55. }
  56.  
  57.  
  58.  
  59. #content {
  60. background: #Fff;
  61. padding: 1px 20px 20px 20px;
  62. width: 540px;
  63. margin: auto;
  64. }
  65.  
  66.  
  67.  
  68. .posts {
  69. padding: 5px;
  70. margin-top: 40px;
  71. margin-bottom:0px;
  72. overflow: hidden;
  73. background: #FFF;
  74. width: 500px;
  75. margin-left: 150px;
  76. }
  77.  
  78. .posts img {
  79. max-width: 100%;
  80. }
  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: 75px;
  120. margin-left:5px;
  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:153px;
  139.  
  140. }
  141.  
  142.  
  143.  
  144. /* side */
  145.  
  146.  
  147. .sidebar {
  148. position: fixed;
  149. margin-top: 0px;
  150. margin-left: -170px;
  151. width: 160px;
  152. text-align: justify;
  153. background: #fff;
  154. padding: 15px;
  155. border: 1px solid #eeecec;
  156.  
  157. height:100%
  158.  
  159. }
  160.  
  161. .sidebar img {
  162.     margin-top: 240px;
  163.     margin-bottom: -90px;
  164.     margin-left: 0px;
  165.     width: 75px;
  166.     height: 72px;
  167.     padding: 2px;
  168.     border: 1px solid #EEECEC;
  169. }
  170.  
  171.  
  172.  
  173.  
  174. .navigation {
  175.     margin-top:-150px;
  176.     text-transform: lowercase;
  177.     font-size: 10px;
  178.     text-transform: normal;
  179.     width:160px;
  180.     font-weight: normal;
  181.     text-align: center;
  182.     color: {color:Navi text};
  183.     padding:4px;
  184.     position:relative;
  185.     margin-left:15px;
  186.     z-index:10;
  187.    
  188.     }
  189.  
  190. #desc {
  191. text-transform: lowercase;
  192. color: {color:sidebar text};
  193. width: 150px;
  194. margin-left: -3px;
  195. text-align: left;
  196. margin-top:80px;
  197. font-size:10px;
  198. font-weight: center;
  199. padding:10px;
  200. border: 0px solid #eeecec;
  201. }
  202.  
  203. }
  204.  
  205. #desc a {
  206. color:{color:link};
  207. }
  208.  
  209.  
  210. iframe#tumblr_controls {
  211. position: fixed !important;
  212. z-index: 9999;
  213. }
  214.  
  215.  
  216. #cred {
  217.     position:fixed;
  218.     bottom:10px;
  219.     right:8px;
  220.     font-size:9px;
  221.     padding:1px;
  222.     border:1px solid #eeeeec;
  223.     text-transform:lowercase;
  224.    
  225. }
  226.  
  227.  
  228. </style>
  229.  
  230. {block:IfEndlessScroll}
  231. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  232. {/block:IfEndlessScroll}
  233.  
  234. </head>
  235.  
  236.  
  237. <body>
  238.  
  239.  
  240. <div id="content">
  241.  
  242.  
  243. <div class="sidebar">
  244.  
  245.  
  246. <img src="{image:sidebar}">
  247.  
  248.  
  249.  
  250. <div id="desc"> <hr size="0.5px" color="#eeecec"><center>{description}</center> <hr size="0.5px" color="#eeecec"></div>
  251.  
  252.   <div class="navigation">
  253.  
  254.                    
  255.           <a href="{text:link1 url}"><center><ul><u>{text:link1}</u></a>
  256.           <a href="{text:link2 url}"><center>{text:link2}</a>
  257.           <a href="{text:link3 url}"><center>{text:link3}</a>
  258.           <a href="{text:link4 url}"><center>{text:link4}</a>
  259.           <a href="{text:link5 url}"><center>{text:link5}<center> ゚✫*:・゚✫゚</center></ul></i></center></a>
  260.          
  261.                                       </div>
  262.                                        
  263.  
  264. {block:IfNotEndlessScroll}
  265. <div class="pagination">
  266. {block:Pagination}
  267. {block:PreviousPage}
  268. <a href="{PreviousPage}"></a>
  269. {/block:PreviousPage}
  270.  
  271. {block:NextPage}
  272. <a href="{NextPage}"></a>
  273. {/block:NextPage}
  274. {/block:Pagination}
  275. </div>
  276. {/block:IfNotEndlessScroll}
  277.  
  278. </div>
  279.  
  280.  
  281. <div class="autopagerize_page_element">
  282.  
  283.  
  284. {block:Posts}
  285.  
  286.  
  287. <div class="posts">
  288.  
  289.  
  290. {block:Text}
  291.  
  292. {block:Title}
  293. {Title}
  294. {/block:Title}
  295.  
  296. {Body}
  297.  
  298. {/block:Text}
  299.  
  300.  
  301.  
  302. {block:Photo}
  303.  
  304. <center>
  305. <img src="{PhotoURL-500}">
  306. </center>
  307.  
  308. {block:Caption}
  309. <div id="captions">
  310. {Caption}</div>
  311. {/block:Caption}
  312.  
  313. {/block:Photo}
  314.  
  315.  
  316. <!-- x✫x -->
  317. {block:Photoset}
  318.  
  319. <div class="photoset">
  320. {Photoset-500}
  321. </div>
  322.  
  323. {block:Caption}
  324. <div id="captions">
  325. {Caption}</div>
  326. {/block:Caption}
  327.  
  328. {/block:Photoset}
  329.  
  330.  
  331.  
  332. {block:Quote}
  333.  
  334. ❝{Quote}❞
  335.  
  336. {block:Source}
  337. <br><br>—{Source}
  338. {/block:Source}
  339.  
  340. {/block:Quote}
  341.  
  342.  
  343.  
  344. {block:Link}
  345.  
  346. <a href="{URL}" {Target}>+ {Name}</a>
  347.  
  348. {block:Description}
  349. {Description}
  350. {/block:Description}
  351.  
  352. {/block:Link}
  353.  
  354.  
  355.  
  356. {block:Chat}
  357.  
  358. {block:Title}
  359. {Title}
  360. {/block:Title}
  361.  
  362. <ul>
  363. {block:Lines}
  364. <li>{block:Label}{Label}{/block:Label} {Line}</li>
  365. {/block:Lines}
  366. </ul>
  367.  
  368. {/block:Chat}
  369.  
  370.  
  371.  
  372. {block:Audio}
  373.  
  374. <div id="albumart">
  375. {block:AlbumArt}
  376. <img src="{AlbumArtURL}">
  377. {/block:AlbumArt}
  378. </div>
  379.  
  380. {AudioPlayerGrey}
  381.  
  382. {block:TrackName}<b>✫  Track:</b> {TrackName}<br>{/block:TrackName}
  383. {block:Artist}<b>✫  Artist:</b> {Artist}<br>{/block:Artist}
  384. {block:Album}<b>✫  Album:</b> {Album}<br>{/block:Album}
  385. <b>✫  Plays:</b> {PlayCount}<br>
  386.  
  387. {block:Caption}
  388. <div id="audiocaptions">
  389. {Caption}</div>
  390. {/block:Caption}
  391.  
  392. {/block:Audio}
  393.  
  394. {block:Video}
  395.  
  396. <div class="video">
  397. {block:IndexPage}{Video-250}{/block:IndexPage}
  398. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  399. </div>
  400.  
  401. {block:Caption}
  402. <div id="captions">
  403. {Caption}</div>
  404. {/block:Caption}
  405.  
  406. {/block:Video}
  407.  
  408.  
  409.  
  410. {block:Answer}
  411.  
  412. {Asker} ✫ asked: {Question}
  413.  
  414. {Answer}
  415.  
  416. {/block:Answer}
  417.  
  418.  
  419. </div>
  420.  
  421. {block:Date}
  422. <div id="permalink">
  423.  
  424. *:・゚✧*:・゚✫<a href="{Permalink}">{Month} {DayOfMonth}, {Year}</a> with <a href="{Permalink}">{NoteCountWithLabel}</a>
  425.     {/block:Date}
  426. {block:RebloggedFrom}
  427. <a href="{ReblogParentURL}">✫ via - </a>
  428. <a href="{ReblogRootURL}">✫ (source)✫ </a>
  429. {block:HasTags}
  430. <i><br>tag: :・゚✫ {block:Tags}<a href="{TagURL}">{Tag}  </a> {/block:Tags}</i>
  431. {/block:HasTags}
  432. {block:PostNotes}
  433. {PostNotes}
  434. {/block:PostNotes}
  435. </div
  436.    
  437.    </div>
  438.     </div>
  439.    
  440. <div id="cred"><a href="http://idkloveicons.tumblr.com"></a></div>    
  441.      
  442.     </body>
  443.     </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement