Advertisement
fckhand

.:[PROPERTY]:. theme

Mar 22nd, 2018
4,107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 11.46 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!-----
  5.  
  6. .:[PROPERTY]:. theme by @fckhand
  7.  
  8. RULES ;
  9. - dont copy or use as a base etc etc
  10. - you can edit as much as you like
  11. - keep the credit there <3
  12. - ty have fun!
  13.  
  14. base code by animecharacter.tumblr.com
  15.  
  16. ----->
  17.  
  18. <meta charset="utf-8">
  19. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  20. {block:Description}
  21. <meta name="description" content="{MetaDescription}" />
  22. {/block:Description}
  23.    
  24. <title>{Title}</title>
  25.        
  26. <link rel="shortcut icon" href="{image:favi}">
  27. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  28. <link rel="stylesheet" href="http://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
  29.  
  30. <meta name="image:favi" content="">
  31. <meta name="image:sidebar" content="">
  32. <meta name="image:divider" content="">
  33. <meta name="image:bg img" content="">
  34.  
  35. <meta name="color:bg" content="#ffffff">
  36. <meta name="color:cont bg" content="#ffffff">
  37. <meta name="color:border" content="#000000">
  38.  
  39. <meta name="color:text" content="#000000">
  40. <meta name="color:text border" content="#ffffff">
  41. <meta name="color:links" content="#0000ff">
  42. <meta name="color:links hover" content="#ff0000">
  43. <meta name="color:links border" content="#ff0000">
  44. <meta name="color:links hover border" content="#0000ff">
  45.  
  46. <meta name="color:scrollbar" content="#000000">
  47. <meta name="color:scrollbar border" content="#eeeeee">
  48.  
  49. <meta name="select:scrollbar border style" content="solid" title="solid">
  50. <meta name="select:scrollbar border style" content="dashed" title="dashed">
  51. <meta name="select:scrollbar border style" content="dotted" title="dotted">
  52. <meta name="select:scrollbar border style" content="double" title="double">
  53. <meta name="select:scrollbar border style" content="inset" title="inset">
  54. <meta name="select:scrollbar border style" content="outset" title="outset">
  55. <meta name="select:scrollbar border style" content="ridge" title="ridge">
  56. <meta name="select:scrollbar border style" content="groove" title="groove">
  57.  
  58. <meta name="select:scrollbar border size" content="0px" title="0px">
  59. <meta name="select:scrollbar border size" content="1px" title="1px">
  60. <meta name="select:scrollbar border size" content="2px" title="2px">
  61. <meta name="select:scrollbar border size" content="3px" title="3px">
  62. <meta name="select:scrollbar border size" content="4px" title="4px">
  63. <meta name="select:scrollbar border size" content="5px" title="5px">
  64.  
  65. <meta name="select:border style" content="solid" title="solid">
  66. <meta name="select:border style" content="dashed" title="dashed">
  67. <meta name="select:border style" content="dotted" title="dotted">
  68. <meta name="select:border style" content="double" title="double">
  69. <meta name="select:border style" content="inset" title="inset">
  70. <meta name="select:border style" content="outset" title="outset">
  71. <meta name="select:border style" content="ridge" title="ridge">
  72. <meta name="select:border style" content="groove" title="groove">
  73.  
  74. <meta name="select:border size" content="0px" title="0px">
  75. <meta name="select:border size" content="1px" title="1px">
  76. <meta name="select:border size" content="2px" title="2px">
  77. <meta name="select:border size" content="3px" title="3px">
  78. <meta name="select:border size" content="4px" title="4px">
  79. <meta name="select:border size" content="5px" title="5px">
  80.  
  81. <meta name="if:text border" content="0"/>
  82. <meta name="if:background cover" content="0"/>
  83.  
  84. <meta name="if:link 1" content="0"/>
  85. <meta name="if:link 2" content="0"/>
  86. <meta name="if:link 3" content="0"/>
  87. <meta name="if:link 4" content="0"/>
  88.  
  89. <meta name="text:symbol" content="!" />
  90. <meta name="text:custom desc" content="description here" />
  91. <meta name="text:header text" content="header text, better make this long to fill the box! you can also add pictures by using the img src=urlhere property" />
  92. <meta name="text:box content" content="fill this with text, or pictures by using img src=urlhere! better make it long, since this box is...... 675 pixels tall. jesus" />
  93. <meta name="text:font name" content="comic sans ms" />
  94. <meta name="text:font size" content="16px" />
  95. <meta name="text:title size" content="20px" />
  96.  
  97. <meta name="text:link 1 title" content="inbox" />
  98. <meta name="text:link 1 url" content="/ask" />
  99. <meta name="text:link 2 title" content="history" />
  100. <meta name="text:link 2 url" content="/archive" />
  101. <meta name="text:link 3 title" content="link 3" />
  102. <meta name="text:link 3 url" content="/" />
  103. <meta name="text:link 4 title" content="link 4" />
  104. <meta name="text:link 4 url" content="/" />
  105.  
  106. <script src="http://static.tumblr.com/qxrkgx6/LuRmgn2rm/modernizr-2.6.2.min.js"></script>
  107.        
  108. <style type="text/css">
  109.  
  110.  
  111. ::-webkit-scrollbar {
  112. height: 9px;
  113. width: 10px;
  114. background:{color:cont bg};
  115. }
  116.  
  117. ::-webkit-scrollbar-thumb {
  118. border:{select:scrollbar border size} {select:scrollbar border style} {color:scrollbar border};
  119. background:{color:scrollbar};
  120. border-radius:0px;
  121. }
  122.  
  123. ::-webkit-scrollbar-track {
  124. background:{color:cont bg};
  125. }
  126.  
  127. body {
  128. margin:0px;
  129. background:{color:bg} url('{image:bg img}');
  130. {block:ifbackgroundcover}
  131. background-size:cover;
  132. {/block:ifbackgroundcover}
  133. {block:ifnotbackgroundcover}
  134. background-repeat:repeat;
  135. {/block:ifnotbackgroundcover}
  136. background-attachment:fixed;
  137. font-family:{text:font name};
  138. font-size:{text:font size};
  139. line-height:140%;
  140. color: {color:text};
  141. overflow:hidden;
  142. {block:iftextborder}
  143. text-shadow: -1px 0 {color:text border}, 0 1px {color:text border}, 1px 0 {color:text border}, 0 -1px {color:text border};
  144. {/block:iftextborder}
  145. }
  146.  
  147. p {
  148. margin:0 0 10px 0;
  149. padding:0;
  150. }
  151.  
  152. pre {
  153. white-space: pre-wrap;
  154. white-space: -moz-pre-wrap;
  155. white-space: -pre-wrap;
  156. white-space: -o-pre-wrap;
  157. word-wrap: break-word;
  158. }
  159.  
  160. a {
  161. color:{color:links};
  162. text-decoration:none;
  163. text-shadow: -1px 0 {color:links border}, 0 1px {color:links border}, 1px 0 {color:links border}, 0 -1px {color:links border};
  164. }
  165.  
  166. a:hover {
  167. color:{color:links hover};
  168. text-decoration:none;
  169. text-shadow: -1px 0 {color:links hover border}, 0 1px {color:links hover border}, 1px 0 {color:links hover border}, 0 -1px {color:links hover border};
  170. }
  171.  
  172. li {
  173. margin-left:-15px;
  174. }
  175.  
  176. #wrapper {
  177. width:600px;
  178. margin:50px auto;
  179. }
  180.  
  181. #sidebar {
  182. background:{color:cont bg};
  183. width:140px;
  184. top:50px;
  185. height:165px;
  186. margin-left:-100px;
  187. position:fixed;
  188. padding:5px;
  189. border:{select:border size} {select:border style} {color:border};
  190. overflow:hidden;
  191. }
  192.  
  193. #header {
  194. background:{color:cont bg};
  195. width:230px;
  196. top:50px;
  197. height:165px;
  198. margin-left:75px;
  199. position:fixed;
  200. padding:5px;
  201. border:{select:border size} {select:border style} {color:border};
  202. overflow:hidden;
  203. }
  204.  
  205. #sideimg {
  206. border-radius:0px;
  207. margin:auto;
  208. width:130px;
  209. height:130px;
  210. }
  211.  
  212. #sideimg img {
  213. max-width:100%;
  214. }
  215.  
  216. #postcont {
  217. background:{color:cont bg};
  218. width:405px;
  219. padding:5px;
  220. margin-top:250px;
  221. margin-left:-100px;
  222. height:475px;
  223. overflow:auto;
  224. border:{select:border size} {select:border style} {color:border};
  225. }
  226.  
  227. #nicebox {
  228. background:{color:cont bg};
  229. width:200px;
  230. top:50px;
  231. height:675px;
  232. margin-left:430px;
  233. position:fixed;
  234. padding:5px;
  235. overflow:auto;
  236. border:{select:border size} {select:border style} {color:border};
  237. overflow:hidden;
  238. }
  239.  
  240. #nicebox img {
  241. max-width:100%;
  242. }
  243.  
  244. .post {
  245. width:400px;
  246. margin:0 0 30px 0;
  247. overflow:hidden;
  248. padding:0px;
  249. }
  250.  
  251. #sidebar img, .post img {
  252. max-width:100%;
  253. }
  254.  
  255. #nav {
  256. text-align:center;
  257. }
  258.  
  259. .tumblr_audio_player {
  260. height: 85px;
  261. }
  262.  
  263. .media {
  264. margin:0 0 10px 0;
  265. }
  266.  
  267. .title {
  268. font-weight:normal;
  269. font-size:{text:title size};
  270. margin:0 0 10px 0;
  271. }
  272.  
  273. .quote {
  274. font-weight:normal;
  275. font-size:16px;
  276. font-style:italic;
  277. margin:0 0 10px 0;
  278. }
  279.  
  280. .question {
  281. margin-bottom:10px;
  282. }
  283.  
  284. blockquote {
  285. margin:0 0 0px 0px;
  286. padding:0 0 0 0px;
  287. border-left:solid 0px #000;
  288. }
  289.  
  290. .post .footer {
  291. margin:0;
  292. text-align:center;
  293. }
  294.  
  295. ol.notes {
  296. list-style-type:none;
  297. padding:0;
  298. margin:0;
  299. }
  300.  
  301. ol.notes li.note img {
  302. width:16px;
  303. height:16px;
  304. }
  305.  
  306. ol.notes li.note {
  307. margin:0px;
  308. }
  309.  
  310. #cred {
  311. bottom:5px;
  312. left:5px;
  313. position:fixed;
  314. }
  315.  
  316. {CustomCSS}
  317. </style>
  318. </head>
  319.  
  320. <body>
  321.  
  322. <div id="wrapper">
  323.  
  324. <div id="header">
  325. <center>
  326. {block:iflink1}<a href="{text:link 1 url}">{text:link 1 title}</a>{/block:iflink1}{block:iflink2}, <a href="{text:link 2 url}">{text:link 2 title}</a>{/block:iflink2}{block:iflink3}, <a href="{text:link 3 url}">{text:link 3 title}</a>{/block:iflink3}{block:iflink4}, <a href="{text:link 4 url}">{text:link 4 title}</a> {/block:iflink4}
  327. </center>
  328. <br>
  329. <center>
  330. <p>{text:header text}</p>
  331. </center>
  332.  
  333. {block:Pagination}
  334. <div id="nav">
  335. {block:PreviousPage}<a href="{PreviousPage}">&larr; back</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">next &rarr;</a>{/block:NextPage}
  336. </div>
  337. {/block:Pagination}
  338.  
  339. </div>
  340.  
  341. <div id="sidebar">
  342. <div id="sideimg">
  343. <center>
  344. <a href="/"><img src="{image:sidebar}"></a>
  345. </center>
  346. </div>
  347. <center>
  348. <p>{text:custom desc}</p>
  349. </center>
  350. </div>
  351.  
  352.  
  353. <div id="postcont">
  354.  
  355. <div id="nicebox">
  356. <center>
  357. <p>{text:box content}</p>
  358. </center>
  359. </div>
  360.  
  361. <center>
  362. {block:Posts}
  363.  
  364. <div class="post">
  365.  
  366. {block:Text}
  367. {block:Title}
  368. <div class="title">{Title}</div>
  369. {/block:Title}
  370. {Body}
  371. {/block:Text}
  372.  
  373. {block:Photo}
  374. <div class="media">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</div>
  375. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  376. {/block:Photo}
  377.  
  378. {block:Photoset}
  379. <div class="media">{Photoset-400}</div>
  380. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  381. {/block:Photoset}
  382.  
  383. {block:Quote}
  384. <div class="quote">"{Quote}"</div>
  385. {block:Source}
  386. <div class="quotesource">{Source}</div>
  387. {/block:Source}
  388. {/block:Quote}
  389.  
  390. {block:Link}
  391. <div class="title"><a href="{URL}">{Name}</a></div>
  392. {block:Description}
  393. <div class="description">{Description}</div>
  394. {/block:Description}
  395. {/block:Link}
  396.  
  397. {block:Chat}
  398. {block:Title}
  399. <div class="title">{Title}</div>
  400. {/block:Title}
  401.  
  402. {block:Lines}
  403. <div class="{Alt} user_{UserNumber}">
  404. {block:Label}
  405. <b>{Label}</b>{/block:Label}
  406. &nbsp;{Line}
  407. </div>
  408. {/block:Lines}
  409. {/block:Chat}
  410.  
  411. {block:Video}
  412. <div class="media">{Video-400}</div>
  413. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  414. {/block:Video}
  415.  
  416. {block:Audio}
  417. <div class="media">
  418. {block:AudioEmbed}{AudioEmbed-400}{/block:AudioEmbed}
  419. </div>
  420. {block:Caption}{Caption}{/block:Caption}
  421. {/block:Audio}
  422.                
  423. {block:Answer}
  424. <div class="question">{Asker}: {Question}</div>
  425. <div class="caption">{Answer}</div>
  426. {/block:Answer}
  427.  
  428.  
  429. {block:Date}
  430. <div class="footer">
  431. <a href="{Permalink}">{12Hour}:{Minutes}{AmPm}</a> {text:symbol}  <a href="{Permalink}">{NoteCount}%</a> {text:symbol} <a href="{ReblogURL}">rb</a>
  432. <!--{block:HasTags}<br>{block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  433. {block:RebloggedFrom}<br><a href="{ReblogParentURL}">{lang:Reblogged from ReblogParentName}</a>{/block:RebloggedFrom}
  434. {block:ContentSource}<br><a href="{SourceURL}">{lang:Source}: {SourceTitle}</a>{/block:ContentSource}-->
  435. </div>
  436.  
  437. {block:PermalinkPage}
  438. {block:NoteCount}
  439. {block:PostNotes}{PostNotes}{/block:PostNotes}
  440. {/block:NoteCount}
  441. {/block:PermalinkPage}
  442. {/block:Date}
  443. </div>
  444. <p><img src="{image:divider}" style="max-width:100%;"></p>
  445. <br>
  446. {/block:Posts}
  447. </center>
  448.  
  449. </div>
  450. </div>
  451.  
  452. </div>
  453.  
  454. <div id="cred"><a href="https://fckhand.tumblr.com/">(c)</a></div>
  455.  
  456.         <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
  457.         <script>window.jQuery || document.write('<script src="http://static.tumblr.com/qxrkgx6/q6kmgn2w2/jquery-1.8.3.min.js"><\/script>')</script>
  458.  
  459.     </body>
  460.    
  461. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement