kiadan

Hint of Mint theme

Jul 25th, 2015
5,574
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.23 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.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <head>
  6.  
  7. <!---- THEME BY KIADAN 💊
  8. DO NOT REMOVE THE CREDIT,
  9. OR I WILL PERSONALLY HUNT
  10. YOU TF DOWN, YOU HEAR ME? --->
  11.  
  12. <title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15.  
  16.  
  17. <meta name="color:background" content="#fff" />
  18. <meta name="color:post" content="#fff" />
  19. <meta name="color:sidebar" content="#eee" />
  20. <meta name="color:description" content="#717171" />
  21. <meta name="color:shadows" content="#717171" />
  22. <meta name="color:text" content="#7e7e7e" />
  23. <meta name="image:sidebar img" content="" />
  24. <meta name="color:link" content="#bababa">
  25. <meta name="image:background" content="" />
  26. <meta name="color:title" content="" />
  27. <meta name="color:border" content="#676767">
  28. <meta name="color:hover" content="#676767"/>
  29. <meta name="color:chrome scrollbar" content="#000000" />
  30.  
  31.  
  32. <meta name="text:main body text size" content="">
  33. <meta name="text:desc text size" content="">
  34.  
  35. <meta name="text:link1" content="">
  36. <meta name="text:link1url" content="">
  37. <meta name="text:link2" content="">
  38. <meta name="text:link2url" content="">
  39. <meta name="text:link3" content="">
  40. <meta name="text:link3url" content="">
  41.  
  42. <meta name="if:lowercase" content=""/>
  43. <meta name="if:uppercase" content=""/>
  44. <meta name="if:small white cursor" content=""/>
  45. <meta name="if:small black cursor" content=""/>
  46. <meta name="if:shadows" content="" />
  47. <meta name="if:border" content="" />
  48.  
  49.  
  50. <style type="text/css">
  51.  
  52. {block:ifsmallwhitecursor} *, body {cursor: url(http://i.imgur.com/2qleX.jpg), auto;} a, a:link,a:active,a:visited, a:hover {cursor: url(http://i.imgur.com/IepP2.jpg), auto;} {/block:ifsmallwhitecursor}
  53.  
  54. {block:ifsmallblackcursor} *, body {cursor: url(http://i.imgur.com/vl6y9.jpg), auto;} a, a:link,a:active,a:visited, a:hover {cursor: url(http://i.imgur.com/ZJK7G.jpg), auto;} {/block:ifsmallblackcursor}
  55.  
  56. ::-webkit-scrollbar-thumb {
  57. min-height: 60px;
  58. border-left: 4px solid {color:background};
  59. border-right: 4px solid {color:background};
  60. border-top: 2px solid {color:background};
  61. border-bottom: 2px solid {color:background};
  62. background: {color:chrome scrollbar};
  63. }
  64.  
  65. ::-webkit-scrollbar {
  66. width: 11px;
  67. height: 10px;
  68. border-left: 5px solid {color:background};
  69. border-right: 5px solid {color:background};
  70. border-top: 2px solid {color:background};
  71. border-bottom: 2px solid {color:background};
  72. background: {color:chrome scrollbar};
  73. }
  74.  
  75. body {
  76. background: {color:background};
  77. background-image: url('{image:background}');
  78. margin: 0;
  79. padding: 0;
  80. font-family: 'arial', sans-serif;
  81. }
  82.  
  83.  
  84. a{
  85. text-decoration:none;
  86. color:{color:link};
  87. transition: color 0.2s linear;
  88. -o-transition: color 0.2s linear;
  89. -moz-transition: color 0.2s linear;
  90. -webkit-transition: color 0.2s linear;
  91. }
  92.  
  93. a:hover{
  94. text-decoration:none;
  95. color:{color:hover};
  96. }
  97.  
  98. #wrapper{
  99. width:600px;
  100. margin:50px auto;}
  101.  
  102. #title {
  103. font-family: 'arial', sans-serif;
  104. color:{color:title};
  105. font-size:18px;
  106. font-style:bold;
  107. text-align:justify;
  108. text-decoration:none;
  109. letter-spacing:-1px;
  110. {block:ifuppercase}
  111. text-transform:uppercase;
  112. {/block:ifuppercase}
  113. font-weight: bold;
  114.  
  115. }
  116.  
  117. /* --- SIDEBAR --- */
  118. #sidebar {
  119. position:fixed;
  120. margin-top:100px;
  121. margin-left:-100px;
  122. width:150px;
  123. padding:5px;
  124. background-color:{color:sidebar};
  125. {block:ifborder}
  126. border:1px solid {color:border};
  127. {block:ifborder}
  128. {block:ifshadows}
  129. box-shadow: 8px 8px {color:shadows};
  130. {/block:ifshadows}
  131. }
  132.  
  133.  
  134. #sidebarpic img {
  135. margin-bottom:5px;
  136. max-width:150px;
  137. height:auto;
  138. text-align:center;
  139. }
  140.  
  141. #description {
  142. margin-top:2px;
  143. width: 250px;
  144. text-transform:lowercase;
  145. font-size:{text:desc text size}px;
  146. letter-spacing:-1px;
  147. text-align:justify;
  148. color:{color:description};
  149. font-family: 'arial', sans-serif;
  150. font-weight: bold;
  151. padding-bottom:5px;
  152.  
  153. }
  154.  
  155.  
  156. #entry {
  157. font-size:{text:main body text size}px;
  158. margin-right: -50px;
  159. margin-top:40px;
  160. float: right;
  161. text-align: justify;
  162. }
  163.  
  164. #post {
  165. font-size:{text:main body text size}px;
  166. padding: 10px 10px 10px 10px;
  167. width: 500px;
  168. margin-bottom:20px;
  169.  
  170. background-color:{color:post};
  171. color:{color:text};
  172. text-align: justify;
  173. {block:ifborder}
  174. border:1px solid {color:border};
  175. {block:ifborder}
  176. {block:ifshadows}
  177. box-shadow: 8px 8px {color:shadows};
  178. {/block:ifshadows}
  179. }
  180. #links {
  181. padding-top:3px;
  182. width: 150px;
  183. margin-left:0px;
  184. font-size:{text:main body text size}px;
  185. text-align:center;
  186. color:{color:link};
  187. {block:ifuppercase}
  188. text-transform:uppercase; {/block:ifuppercase}
  189. font-family: 'arial', sans-serif;
  190. border-top:1px solid {color:border};
  191. }
  192. #info{
  193. padding-top:3px;
  194. border-top:1px solid {color:border};
  195. }
  196.  
  197. {CustomCSS}
  198. </style>
  199. </head>
  200.  
  201. <body>
  202.  
  203. <div id="wrapper">
  204. <div id="sidebar">
  205.  
  206.  
  207. <div id="sidebarpic"><a href="/"; title="HOME"><img src="{image:sidebar img}"/></a></div>
  208.  
  209. <div id="title">{Title}</div>
  210.  
  211. <div id="description">{block:Description}{Description}{/block:Description}</div>
  212.  
  213. <div id="links">
  214. <a href="/ask">ask</a>
  215. {block:ifLink1}<a href="{text:Link1url}">{text:Link1}</a>{/block:ifLink1}
  216. {block:ifLink2}<a href="{text:Link2url}">{text:Link2}</a>{/block:ifLink2}
  217. {block:ifLink3}<a href="{text:Link3url}">{text:Link3}</a>{/block:ifLink3}
  218. </div>
  219.  
  220. <center>
  221. {block:PreviousPage}<a href="{PreviousPage}"; style="text-transform:uppercase"><font-size="5px">← </font></a>{/block:PreviousPage} {block:NextPage} <a href="{NextPage}"; {block:ifuppercase}style="text-transform:uppercase" {/block:ifuppercase}><font-size="5px"> →</font></a>{/block:NextPage}
  222. </center>
  223. </div>
  224.  
  225. <div id="entry">
  226. {block:Posts}
  227. <div id="post" {block:ifuppercase}style="text-transform:uppercase" {/block:ifuppercase}>
  228.  
  229. {block:Title}
  230. <div id="title">{Title}</div>{/block:Title}
  231. {Body}
  232. {/block:Text}
  233.  
  234. {block:Quote}<h2>“{Quote}” — {Source}</h2>{/block:Quote}
  235.  
  236. {block:Link}<a href="{URL}" class="link" {Target}> <h2>{Name}</h2></a>
  237. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  238.  
  239. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  240. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  241.  
  242. {block:Chat}{block:Title}<t>{Title}</t><br>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  243. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  244.  
  245. {block:Answer}
  246. <div class="question"; {block:ifuppercase}style="text-transform:uppercase" {/block:ifuppercase}>
  247. <b>{Asker}</b> asked:<br>
  248. {Question}</div>{Answer}
  249. {/block:Answer}
  250.  
  251.  
  252.  
  253. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  254.  
  255.  
  256. <div id="info">posted <a href="{Permalink}"; {block:ifuppercase}style="text-transform:uppercase" {/block:ifuppercase}>{TimeAgo}</a>{/block:Date}{block:NoteCount} • <a href="{Permalink}">{NoteCount}</a> notes{/block:NoteCount}<br>{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>
  257. {block:ContentSource} • <a href="{SourceURL}">src</a>{block:ContentSource}{/block:RebloggedFrom}<br>
  258.  
  259.  
  260. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div><br>
  261. {/block:Posts}
  262.  
  263.  
  264. {block:PostNotes}{PostNotes}{/block:PostNotes}
  265.  
  266. </div>
  267. </div>
  268.  
  269.  
  270. <div style="position:fixed;bottom:5px;right:5px;padding:1px;font-size:16px"><a title="cred: kiadan" href="http://seadra.tumblr.com/">💀</a></div>
  271.  
  272. </body>
  273.  
  274. </html>
Advertisement
Add Comment
Please, Sign In to add comment