Advertisement
Amanduhh7

Clean Cut

Jan 13th, 2014
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.05 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html>
  4.  
  5. <head>
  6. <meta charset="utf-8">
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13. <!--Do not remove the credit-->
  14. <!--Do not remove the credit-->
  15. <!--Do not remove the credit-->
  16. <!--Do not remove the credit-->
  17.  
  18.  
  19.  
  20.  
  21.  
  22. <meta name="image:sidebar" content="">
  23.  
  24. <meta name="color:headerback" content="#ffffff">
  25. <meta name="color:headerborder" content="#000000">
  26. <meta name="color:headerbartop" content="#000000">
  27. <meta name="color:headerbarbottom" content="#000000">
  28. <meta name="color:title" content="#000000">
  29. <meta name="color:links" content="#000000">
  30. <meta name="color:nav" content="#000000">
  31. <meta name="posttitle" content="#000000">
  32. <meta name="color:postlink" content="#7f8080">
  33.  
  34.  
  35.  
  36.  
  37. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
  38. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  39.  
  40.  
  41. <script type="text/javascript">
  42. $(window).load(function () {
  43. $('#content').masonry({
  44. itemSelector : ".posts",
  45. },
  46. function() { $('#content').masonry({ appendedContent: $(this) }); }
  47. );
  48. });
  49. </script>
  50.  
  51. <style type="text/css">
  52.  
  53. @font-face {font-family:silent reaction; src: url(http://static.tumblr.com/knytmqx/DCPmz4ita/silent_reaction.ttf) format(“truetype”); }
  54. a{text-decoration:none;}
  55.  
  56. #header{
  57. position:fixed;
  58. background-color:{color:headerback};
  59. border:2px solid {color:headerborder};
  60. width:720px;
  61. height:300px;
  62. margin-left:490px;
  63. z-index:999;
  64. }
  65.  
  66. #headerbar{
  67. position:fixed;
  68. margin-top:100px;
  69. margin-left:700px;
  70. width:500px;
  71. height:1px;
  72. background-color:{color:headerbartop};
  73. z-index:9999;
  74. }
  75.  
  76. #headerbar2{
  77. position:fixed;
  78. margin-top:250px;
  79. margin-left:700px;
  80. width:500px;
  81. height:5px;
  82. background-color:{color:headerbarbottom};
  83. z-index:9999;
  84. }
  85.  
  86. #title{
  87. position:fixed;
  88. margin-top:40px;
  89. margin-left:700px;
  90. font-size:50px;
  91. font-family:silent reaction;
  92. z-index:99999;
  93. color:{color:title};
  94. }
  95.  
  96. #description{
  97. position:fixed;
  98. margin-top:120px;
  99. margin-left:1000px;
  100. font-size:12px;
  101. width:180px;
  102. text-align:justify;
  103. font-style:italic;
  104. z-index:9999;
  105. }
  106.  
  107. #links{
  108. position:fixed;
  109. margin-top:120px;
  110. margin-left:710px;
  111. z-index:9999;
  112. }
  113.  
  114. #links a{text-decoration:none; color:{color:links}; display:inline-block; padding-top:7px; font-size:14px;}
  115.  
  116. #sidebar img{
  117. position:fixed;
  118. margin-top:60px;
  119. margin-left:500px;
  120. width:150px;
  121. height:200px;
  122. z-index:9999;
  123. }
  124.  
  125. #nav{
  126. position:fixed;
  127. margin-top:80px;
  128. margin-left:1000px;
  129. z-index:9999;
  130. }
  131.  
  132. #nav a {text-decoration:none; color:{color:nav}; display:inline-block; padding-left:10px; font-size:14px;}
  133.  
  134.  
  135. #content{
  136. position:absolute;
  137. width:1200px;
  138. margin-top:400px;
  139. margin-left:300px;
  140.  
  141. }
  142.  
  143. #content .posts{
  144. width:250px;
  145. padding: 20px;
  146. margin: 5px;
  147. float:left;
  148.  
  149. }
  150.  
  151. .posttitle{
  152. color:{color:posttitle};
  153. font-size:40px;
  154. text-align:center;
  155. }
  156.  
  157. .posttext{
  158. color:black;
  159. font-size:15px;
  160. text-align:center;
  161. }
  162.  
  163. .postdescription{
  164. font-size:12px;
  165. text-align:center;
  166. }
  167.  
  168. .postcaption{
  169. font-size:12px;
  170. text-align:center;
  171. }
  172.  
  173. .link{color:{color:postlink};}
  174.  
  175. .quote{
  176. font-style:italic;
  177. }
  178.  
  179. .quotesource{
  180. font-size:12px;
  181. }
  182.  
  183. #info{
  184. opacity:.7;
  185. width:250px;
  186. padding-top:5px;
  187. padding:bottom:5px;
  188. text-align:center;
  189. border-bottom:2px solid black;
  190. }
  191.  
  192. #date a{
  193. color:#000000;
  194. font-weight:bold;
  195. font-size:12px;
  196. text-decoration:none;
  197. }
  198.  
  199. #notecontainer {
  200. margin: 20px auto;
  201. font-size: 11px;
  202. background-color:white;
  203. }
  204.  
  205. #notecontainer a{text-decoration:none; color:black;}
  206.  
  207. #notecontainer ol.notes {
  208. list-style-type: none;
  209. margin: 0;
  210. padding: 0;
  211. }
  212.  
  213. .chat{list-style:none;}
  214.  
  215. .tags{
  216. font-size:10px; color:black; width:250px; display:inline;}
  217. }
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224. /* Custom CSS */
  225. {CustomCSS}
  226. </style>
  227.  
  228.  
  229.  
  230. </head>
  231. <body>
  232.  
  233. <div id="header">
  234. </div>
  235.  
  236. <div id="headerbar">
  237. </div>
  238.  
  239. <div id="headerbar2">
  240. </div>
  241.  
  242.  
  243. <div id="title">
  244. {Title}
  245. </div>
  246.  
  247. <div id="description">
  248. {block:Description}{Description}{/block:Description}
  249. </div>
  250.  
  251. <div id="links">
  252. <a href="{Link1}">Link One</a>
  253. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  254. <a href="{Link2}">Link Two</a>
  255. <br>
  256. <a href="{Link3}">Link Three</a>
  257. &nbsp;&nbsp;&nbsp;
  258. <a href="{Link4}">Link Four</a>
  259. <br>
  260. <a href="{Link5}">Link Five</a>
  261. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  262. <a href="{Link6}">Link six</a>
  263. </div>
  264.  
  265.  
  266. <div id="sidebar">
  267. <img src="{image:sidebar}">
  268. </div>
  269.  
  270. <div id="nav">
  271. <a href="/">Home</a>
  272.  
  273. <a href="/ask">Ask</a>
  274.  
  275. <a href="/archive">Archive</a>
  276. </div>
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287. <div id="content">
  288.  
  289. {block:Posts}
  290.  
  291. <div class="posts">
  292.  
  293.  
  294. {block:Text}
  295. <div class="posttitle">{Title}</div>
  296. <div class="posttext">{Body}</div>
  297. {block:PermalinkPage}
  298. {block:HasTags}
  299. {block:Tags}
  300. <a href="{TagURL}"><div class="tags">#{Tag}</div></a>
  301. {/block:Tags}
  302. {/block:HasTags}
  303. {/block:PermalinkPage}
  304. {/block:Text}
  305.  
  306. {block:Photo}
  307. <img src="{PhotoURL-500}" width="250" ALT="">
  308. {block:Caption}<div class="postcaption">{Caption}</div>{/block:Caption}
  309. {block:PermalinkPage}
  310. {block:HasTags}
  311. {block:Tags}
  312. <a href="{TagURL}"><div class="tags">#{Tag}</div></a>
  313. {/block:Tags}
  314. {/block:HasTags}
  315. {/block:PermalinkPage}
  316. {/block:Photo}
  317.  
  318. {block:Photoset}
  319. {block:Photos}
  320. <img src="{PhotoURL-500}" width="{PhotoWidth-250}">
  321. {block:Caption}<div class="postcaption">{Caption}</div>{/block:Caption}
  322. {/block:Photos}
  323. {block:Caption}<div class="postcaption">{Caption}</div>{/block:Caption}
  324. {block:PermalinkPage}
  325. {block:HasTags}
  326. {block:Tags}
  327. <a href="{TagURL}"><div class="tags">#{Tag}</div></a>
  328. {/block:Tags}
  329. {/block:HasTags}
  330. {/block:PermalinkPage}
  331. {/block:Photoset}
  332.  
  333. {block:Quote}
  334. <div class="quote"><b>"{Quote}"</b></div>
  335. <br>
  336. <div class="quotesource">~{Source}</div>
  337. {block:PermalinkPage}
  338. {block:HasTags}
  339. {block:Tags}
  340. <a href="{TagURL}"><div class="tags">#{Tag}</div></a>
  341. {/block:Tags}
  342. {/block:HasTags}
  343. {/block:PermalinkPage}
  344. {/block:Quote}
  345.  
  346. {block:Chat}
  347. {block:Title}<div class="posttitle">{Title}</div>{/block:Title}
  348. <ul>
  349. <div class="chat">{block:Lines}<li>{block:Label}<strong>{Label}</strong>{/block:Label}{Line}</li>{/block:Lines}</div>
  350. </ul>
  351. {block:PermalinkPage}
  352. {block:HasTags}
  353. {block:Tags}
  354. <a href="{TagURL}"><div class="tags">#{Tag}</div></a>
  355. {/block:Tags}
  356. {/block:HasTags}
  357. {/block:PermalinkPage}
  358. {/block:Chat}
  359.  
  360. {block:Link}
  361. <a href="{URL}"><div class="posttitle link">{Name}</div></a>
  362. {block:Description}<div class="postdescription">{Description}</div>{/block:Description}
  363. {block:PermalinkPage}
  364. {block:HasTags}
  365. {block:Tags}
  366. <a href="{TagURL}"><div class="tags">#{Tag}</div></a>
  367. {/block:Tags}
  368. {/block:HasTags}
  369. {/block:PermalinkPage}
  370. {/block:Link}
  371.  
  372. {block:Answer}
  373. <div class="answer"><img src="{AskerPortraitURL-30}" alt=""><div class="ask">{Asker}</div> asks:
  374. <br><br> <b>{Question}</b>
  375. <br><br>
  376. {block:Answerer}
  377. <img src="{AnswererPortraitURL-16}" alt="">
  378. <div class="ask">{Answerer}</div>
  379. <div class="answerer">Answer: {Answer}</div>
  380. {/block:Answerer}
  381. <br><br>
  382. {Replies}
  383. </div>
  384. {/block:Answer}
  385.  
  386. {block:Video}
  387. {VideoEmbed-250}
  388. {PlayCountWithLabel}
  389. {block:Caption}<div class="postcaption">{Caption}</div>{/block:Caption}
  390. {block:PermalinkPage}
  391. {block:HasTags}
  392. {block:Tags}
  393. <a href="{TagURL}"><div class="tags">#{Tag}</div></a>
  394. {/block:Tags}
  395. {/block:HasTags}
  396. {/block:PermalinkPage}
  397. {/block:Video}
  398.  
  399. {block:Audio}
  400. {block:AudioEmbed}{AudioEmbed-250}{/block:AudioEmbed}
  401. {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
  402. {block:PlayCount}{PlayCount}{/block:PlayCount}
  403. {block:Caption}<div class="postcaption">{Caption}</div>{/block:Caption}
  404. {block:PermalinkPage}
  405. {block:HasTags}
  406. {block:Tags}
  407. <a href="{TagURL}"><div class="tags">#{Tag}</div></a>
  408. {/block:Tags}
  409. {/block:HasTags}
  410. {/block:PermalinkPage}
  411. {/block:Audio}
  412.  
  413.  
  414.  
  415. <div id="info"> <div id="date">
  416. {block:Date}<a href="{Permalink}">{DayOfMonth} {Month} {Year}</a>{/block:Date}
  417. </div>
  418. </div>
  419.  
  420.  
  421.  
  422.  
  423.  
  424.  
  425.  
  426. </div>
  427. {/block:Posts}
  428.  
  429.  
  430.  
  431.  
  432. {block:PermalinkPage}
  433. {block:PostNotes}
  434. <div id="notecontainer">{PostNotes}</div>
  435. {/block:PostNotes}
  436.  
  437. {/block:PermalinkPage}
  438.  
  439.  
  440. </div>
  441.  
  442.  
  443.  
  444.  
  445. <div style="position:fixed; top:280px; right:950px; z-index:9999; font-size:10px;">
  446. {block:Pagination}
  447. {block:PreviousPage}<a href="{PreviousPage}" style="font-size:10px; color:#000000;">Prev</a>{/block:PreviousPage}
  448. {CurrentPage}/
  449. {TotalPages}
  450. {block:NextPage}<a href="{NextPage}" style="font-size:10px; color:#000000;">Next</a>{/block:NextPage}
  451. {/block:Pagination}
  452. </div>
  453.  
  454.  
  455.  
  456. <div style="position:fixed; right:30px; bottom:10px;">
  457. <a href="http://www.slapdashthemes.tumblr.com"><img src="http://static.tumblr.com/knytmqx/ZJImzckar/credit.png"</a>
  458. </div>
  459.  
  460. </body>
  461.  
  462. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement