Advertisement
octomoosey

Don't smile

Sep 22nd, 2013
4,249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.81 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!-- octomoosey@tumblr -->
  4.  
  5. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head><title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11. <meta name="color:background" content="#ffffff"/>
  12. <meta name="color:text" content="#5f5f5f"/>
  13. <meta name="color:sidebar links" content="#b8b8b8"/>
  14. <meta name="color:border" content="#dddddd"/>
  15. <meta name="color:hover" content="#809729"/>
  16. <meta name="color:scrollbar" content="#000000"/>
  17. <meta name="color:post links" content="#c0bfbf"/>
  18. <meta name="color:answer backg" content="#3f3939"/>
  19. <meta name="color:bold" content="#adadad" />
  20. <meta name="color:italic" content="#809729" />
  21. <meta name="color:title" content="#809729"/>
  22. <meta name="color:subtitle" content="#c3c4c2"/>
  23. <meta name="color:bars" content="#3f3939">
  24.  
  25.  
  26. <meta name="image:Sidebar" content=""/>
  27. <meta name="image:Background" content=""/>
  28.  
  29. <meta name="text:Link 1" content="" />
  30. <meta name="text:Link 1 Text" content="" />
  31. <meta name="text:Link 2" content="" />
  32. <meta name="text:Link 2 Text" content="" />
  33. <meta name="text:Link 3" content="" />
  34. <meta name="text:Link 3 Text" content="" />
  35. <meta name="text:Link 4" content="" />
  36. <meta name="text:Link 4 Text" content="" />
  37. <meta name="text:Link 5" content="" />
  38. <meta name="text:Link 5 Text" content="" />
  39.  
  40. <meta name="if:tiny cursor" content="1"/>
  41. <meta name="if:greyscale" content="1"/>
  42. <meta name="text:text size" content="11px" />
  43. <meta name="text:subtitle" content="~Oh no. Don't smile. You'll kill me. I stop breathing when you smile.">
  44. <meta name="text:navigation" content="navigation">
  45.  
  46.  
  47. <link href='https://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  48. <link href='https://fonts.googleapis.com/css?family=Carrois+Gothic' rel='stylesheet' type='text/css'>
  49. <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Oswald">
  50.  
  51. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
  52. <script type="text/javascript">
  53. $(document).ready(function(){
  54. $(".links_body").hide();
  55. $(".links_head").click(function(){
  56. $(this).next(".links_body").slideToggle('0.9s');
  57. }); }); </script>
  58.  
  59. <style type="text/css">
  60.  
  61. iframe#tumblr_controls {
  62. right:3px !important;
  63. position: fixed !important;
  64. -webkit-transition: opacity 0.7s
  65. linear;opacity: 0.2;
  66. -webkit-transition: all 0.8s ease-out;
  67. -moz-transition: all 0.8s ease-out;
  68. transition: all 0.8s ease-out;}
  69.  
  70. iframe#tumblr_controls:hover{
  71. -webkit-transition: opacity 0.7s linear;
  72. opacity: 1;
  73. -webkit-transition: all 0.4s ease-out;
  74. -moz-transition: all 0.4s ease-out;
  75. transition: all 0.4s ease-out;}
  76.  
  77. {block:iftinycursor}
  78. body, a, a:hover {cursor: url(https://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}{/block:iftinycursor}
  79.  
  80. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:{color:scrollbar};}
  81. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  82. ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:12px;border:5px solid #fff;}
  83. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{background-color:{color:scrollbar};display:block;height:8px;border-right:2px solid #fff;border-left:2px solid #fff;}
  84.  
  85. @font-face {
  86. font-family: 'HominisNormal';
  87. src: url('fonts/HOMINIS-webfont.eot');
  88. src: url('fonts/HOMINIS-webfont.eot?#iefix') format('embedded-opentype'),
  89. url('fonts/HOMINIS-webfont.woff') format('woff'),
  90. url('fonts/HOMINIS-webfont.ttf') format('truetype'),
  91. url('fonts/HOMINIS-webfont.svg#HominisNormal') format('svg');
  92. font-weight: normal;
  93. font-style: normal;}
  94.  
  95. body {
  96. background-color:{color:Background};
  97. background-image: url('{image:background}');
  98. background-position: right bottom;
  99. background-repeat: no-repeat;
  100. background-attachment: fixed;
  101. margin:0px;
  102. color:{color:text};
  103. font-family: 'HominisNormal';
  104. font-size: {text:Text Size};
  105. line-height:100%;}
  106.  
  107.  
  108. b, strong, .strong {color:{color:Bold};}
  109. i, em, .em {color:{color:Italic};}
  110.  
  111. a {
  112. text-decoration:none;
  113. outline:none;
  114. -moz-outline-style:none;
  115. color:{color:Post Links};}
  116.  
  117. {block:IfGreyscale}
  118.  
  119. img{
  120. -webkit-filter:grayscale(100%);
  121. -webkit-transition: all 0.9s ease-in-out;
  122. -moz-transition: all 0.9s ease-in-out;
  123. -o-transition: all 0.9s ease-in-out;
  124. -ms-transition: all 0.9s ease-in-out;
  125. transition: all 0.9s ease-in-out;}
  126.  
  127. img:hover{
  128. -webkit-filter:none;
  129. }
  130.  
  131. .html_photoset {
  132. -webkit-filter: grayscale(100%);
  133. -webkit-transition: all 0.9s ease-in-out;
  134. -moz-transition: all 0.9s ease-in-out;
  135. -o-transition: all 0.9s ease-in-out;
  136. -ms-transition: all 0.9s ease-in-out;
  137. transition: all 0.9s ease-in-out;}
  138.  
  139. .html_photoset:hover {
  140. -webkit-filter: none;
  141. }
  142. {/block:IfGreyscale}
  143.  
  144. blockquote {
  145. width:460px;
  146. padding:2px 7px;
  147. margin:3px 0 3px 8px;
  148. border-left:2px solid {color:border};}
  149.  
  150. blockquote img {
  151. max-width:480px;}
  152.  
  153. h1 {
  154. font-weight:normal;
  155. font-size:15px;
  156. text-align:center;
  157. font-style:normal;
  158. font-family: 'HominisNormal';
  159. color:{color:title};
  160. line-height:100%;
  161. letter-spacing:1px;
  162. text-transform:uppercase;}
  163.  
  164. h2 {
  165. font-size:13px;
  166. text-align:center;
  167. line-height:100%;
  168. font-family: 'HominisNormal';
  169. color:{color:title};
  170. font-weight:normal;
  171. padding:5px;
  172. padding-bottom:2px;}
  173.  
  174. a:hover {
  175. color:#000000;
  176. -moz-transition-duration:0.3s;
  177. -webkit-transition-duration:0.3s;
  178. -o-transition-duration:0.3s;}
  179.  
  180. #entries {
  181. padding:10px;
  182. width:500px;
  183. margin-left:352px;
  184. margin-top:55px;
  185. font-family: 'HominisNormal';
  186. letter-spacing:0px;}
  187.  
  188. #post {
  189. width:500px;
  190. padding-bottom:10px;
  191. padding:25px;
  192. margin-top:10px;}
  193.  
  194. #post a:hover {
  195. -moz-transition-duration:0.3s;
  196. -webkit-transition-duration:0.3s;
  197. -o-transition-duration:0.3s;
  198. color:{color:Hover};}
  199.  
  200. #sidebar {
  201. z-index: 9;
  202. position:fixed;
  203. width:250px;
  204. margin-left:70px;
  205. margin-top:-60px;
  206. height:110%;
  207. text-align:center;}
  208.  
  209. #sidebarimage {
  210. width: 200px;}
  211.  
  212. #sidebarimage img {
  213. width:200px;
  214. margin-top:75px;
  215. margin-left:25px;}
  216.  
  217. .shape{
  218. width:200px;
  219. height:200px;
  220. -moz-border-radius:100px 100px 100px 100px;
  221. -o-border-radius:100px 100px 100px 100px;
  222. -webkit-border-radius:100px 100px 100px 100px;
  223. border-radius:100px 100px 100px 100px;}
  224.  
  225. #borderbar {
  226. z-index: 1;
  227. background-color:{color:bars};
  228. position:fixed;
  229. width:100%;
  230. height:48px;
  231. margin-top:-15px;}
  232.  
  233. #title {
  234. font-family: 'Amatic SC', cursive;
  235. font-size:22px;
  236. font-style:normal;
  237. font-weight:normal;
  238. width:250px;
  239. margin-left:0px;
  240. margin-top: 20px;
  241. color:{color:title};
  242. text-align:center;
  243. letter-spacing:3px;
  244. text-transform:uppercase;}
  245.  
  246. #subtitle {
  247. position: fixed;
  248. margin-left:390px;
  249. margin-top:18px;
  250. width: 500px;
  251. font-size:10px;
  252. letter-spacing:3px;
  253. text-transform:lowercase;
  254. text-align: right;
  255. padding-bottom:10px;
  256. color:{color:subtitle};}
  257.  
  258. #links {
  259. margin-top:32px;
  260. position:fixed;
  261. margin-left:30px;}
  262.  
  263. #links a {
  264. font-size:10px;
  265. font-style:normal;
  266. letter-spacing:2px;
  267. text-align:center;
  268. width:200px;
  269. margin-bottom:2px;
  270. margin-left:10px;
  271. padding-bottom:0px;
  272. padding-top:0px;
  273. color:{color:subtitle};}
  274.  
  275. #links a:hover {
  276. -moz-transition-duration:0.3s;
  277. -webkit-transition-duration:0.3s;
  278. -o-transition-duration:0.3s;
  279. color:{color:Hover};}
  280.  
  281. #description {
  282. text-align:center;
  283. letter-spacing:0px;
  284. font-family: 'HominisNormal';
  285. width:200px;
  286. margin-top:15px;
  287. margin-left:25px;
  288. font-size:11px;
  289. position:fixed;
  290. text-transform:none;
  291. color:{color:Text};}
  292.  
  293. #description a:hover {
  294. -moz-transition-duration:0.3s;
  295. -webkit-transition-duration:0.3s;
  296. -o-transition-duration:0.3s;
  297. color:{color:Hover};}
  298.  
  299. #description:first-letter {
  300. font-size:15px;
  301. font-family: 'HominisNormal';
  302. font-weight:bold;
  303. text-transform:uppercase;
  304. color:{color:title};}
  305.  
  306. .links_list { margin:0px; padding:0px; width:100%;}
  307. .links_head { padding-top:5px; padding-bottom:5px; position:relative; margin:1px; text-align:center;}
  308. .links_body { padding:0px; text-align:center; line-height:120%;}
  309.  
  310. .links_head:first-letter {
  311. font-size:13px;
  312. font-family: 'HominisNormal';
  313. font-weight:bold;
  314. text-transform:uppercase;
  315. color:{color:title};}
  316.  
  317. .links_list a:hover {color:{color:Hover};}
  318.  
  319. #pagination {
  320. padding:2px;
  321. font-size:11px;
  322. text-align:center;
  323. padding:2px;
  324. margin-top:10px;}
  325.  
  326. #pagination a:hover {
  327. -moz-transition-duration:0.3s;
  328. -webkit-transition-duration:0.3s;
  329. -o-transition-duration:0.3s;
  330. color:{color:Hover};}
  331.  
  332. #info {
  333. width:500px;
  334. text-align:right;
  335. font-family:'trebuchet ms';
  336. margin-top:3px;
  337. margin-left:px;
  338. letter-spacing:1px;
  339. font-size:7px;
  340. font-style:none;
  341. padding:1px;
  342. line-height:10px;
  343. text-transform:uppercase;
  344. border-top:1px solid;
  345. border-color:{color:Border};}
  346.  
  347. #info a {
  348. text-align:right;
  349. color:{color:Post Links};}
  350.  
  351. #info a:hover {
  352. -moz-transition-duration:0.3s;
  353. -webkit-transition-duration:0.3s;
  354. -o-transition-duration:0.3s;
  355. color:{color:Hover};}
  356.  
  357. #tags {
  358. float:right;
  359. width:489px;
  360. margin-top:-7px;
  361. margin-right:-8px;
  362. text-align:right;
  363. font-size:7px;
  364. padding:5px;
  365. font-size:8px;
  366. opacity:1;
  367. transition-duration: 0.5s;
  368. -moz-transition-duration: 0.5s;
  369. -webkit-transition-duration: 0.5s;
  370. -o-transition-duration: 0.5s
  371. color:{color:Post Links};}
  372.  
  373. #tags a {
  374. letter-spacing:0px;
  375. font-size:8px;
  376. text-align:center;
  377. font-family:'trebuchet ms';
  378. text-decoration:none;
  379. display:inline-block;
  380. color:#ddd;}
  381.  
  382. #tags a:hover {
  383. -moz-transition-duration:0.3s;
  384. -webkit-transition-duration:0.3s;
  385. -o-transition-duration:0.3s;
  386. color:{color:Hover};}
  387.  
  388. #quote {
  389. font-size:15px;
  390. text-align:center;
  391. line-height:100%;
  392. font-family: 'HominisNormal';
  393. color:{color:text};
  394. font-weight:normal;
  395. padding:5px;
  396. padding-bottom:2px;}
  397.  
  398. #quote:first-letter {
  399. font-size:19px;
  400. font-family: 'HominisNormal';
  401. font-weight:bold;
  402. text-transform:uppercase;
  403. color:{color:title};}
  404.  
  405. #asker {
  406. color:#fcfcfc;
  407. padding:14px;
  408. font-family: 'HominisNormal';
  409. font-size:11px;
  410. letter-spacing:0px;
  411. text-align:left;
  412. margin-top:0px;
  413. text-transform:lowercase;
  414. line-height:100%;
  415. background-color:{color:Answer Backg};}
  416.  
  417. #asker a:hover {
  418. -moz-transition-duration:0.3s;
  419. -webkit-transition-duration:0.3s;
  420. -o-transition-duration:0.3s;
  421. color:{color:Hover};}
  422.  
  423.  
  424. {CustomCSS}</style></head><body>
  425.  
  426. <div id="borderbar"><div id="subtitle">{text:subtitle}</div> </div>
  427.  
  428. <div id="sidebar">
  429. <div id="title">{title}</div>
  430.  
  431. <div id="links">
  432. <a href="/">home</a>
  433. <a href="/ask">ask</a>
  434. <a href="/submit">submit</a>
  435. <a href="/archive">archive</a></div>
  436.  
  437.  
  438. <div id="sidebarimage"><a title="home" href="/"><img src="{image:Sidebar}" class="shape"></a></div>
  439.  
  440. <div id="description">{Description}<br>
  441. {block:Pagination}
  442. <div id="pagination">
  443. {block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage}
  444. — {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  445. </div>{/block:Pagination}
  446.  
  447. <div class="links_list">
  448. <p class="links_head">{text:navigation}</p>
  449. <div class="links_body">
  450. <center>
  451. <a href="{text:Link 1}">{text:Link 1 Text}</a><br>
  452. <a href="{text:Link 2}">{text:Link 2 Text}</a><br>
  453. <a href="{text:Link 3}">{text:Link 3 Text}</a><br>
  454. <a href="{text:Link 4}">{text:Link 4 Text}</a><br>
  455. <a href="{text:Link 5}">{text:Link 5 Text}</a><br>
  456. </center>
  457. </div></div>
  458.  
  459. </div></div>
  460.  
  461. <div id="entries">
  462. {block:Posts}
  463. <div id="post">
  464.  
  465. {block:Text}
  466. <h1>{block:Title}{Title}{/block:Title}</h1>
  467. {Body}{/block:Text}
  468.  
  469. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  470. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  471.  
  472. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  473. {/block:Caption}{/block:Photoset}
  474.  
  475. {block:Quote}<div id="quote">{Quote}</div>
  476. {block:Source}<div class="qsource"> —{Source}</div>
  477. {/block:Source}{/block:Quote}
  478.  
  479. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  480.  
  481. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  482.  
  483. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  484. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  485. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  486. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>{block:Caption}{Caption}{/block:Caption}
  487. {/block:Audio}<br>
  488.  
  489. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  490.  
  491. {block:Answer}<div id="asker">{Question} —<span style="text-align:lowercase; color:#fcfcfc;font-style:italic; "><b><i>{Asker}</i></b><br></span> </div><left><div style="padding:4px;margin-top:3px;font-size:11px;"><font face="arial">{Answer}</font></div>{/block:Answer}
  492.  
  493. <div id="info">
  494. <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a> —
  495. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  496. {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
  497. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  498. {NoteCountWithLabel}</a>
  499. {block:HasTags}<div id="tags">
  500.  
  501. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  502. </div>{block:HasTags}
  503. </div>
  504. </div>
  505. {/block:Posts}
  506. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  507. {/block:Posts}</div></div></div>
  508. <br><br><br><br>
  509.  
  510. <div style="position:fixed;bottom:3px; right:3px; font-size:7px; letter-spacing:1px; font-family:cambria;"><a href="https://octomoosey.tumblr.com/">© OCTOMOOSEY</a></center></div>
  511. </div>
  512. </div>
  513.  
  514.  
  515.  
  516. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement