Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.50 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. <!-- octomoosey @ tumblr -->
  4.  
  5. <html xmlns="http://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="#fff"/>
  12. <meta name="color:postbg" content="#fff"/>
  13. <meta name="color:nav" content="#fff"/>
  14. <meta name="color:navbg" content="#222"/>
  15. <meta name="color:navbghover" content="#333"/>
  16. <meta name="color:text" content="#1b1919"/>
  17. <meta name="color:title" content="#1b1919"/>
  18. <meta name="color:description" content="#1b1919"/>
  19. <meta name="color:link" content="#b8b8b8"/>
  20. <meta name="color:hover" content="#b8b8b8"/>
  21. <meta name="color:scrollbar" content="#999"/>
  22. <meta name="color:border" content="#000"/>
  23. <meta name="color:bold" content="#a50000" />
  24. <meta name="color:italic" content="#a50000" />
  25. <meta name="color:blockquote" content="#000000" />
  26. <meta name="color:pre" content="#000000" />
  27. <meta name="color:pretext" content="#000000" />
  28.  
  29. <meta name="image:background" content=""/>
  30.  
  31. <meta name="if:greyscale" content="1"/>
  32. <meta name="font:body font" content="Gibson">
  33. <meta name="text:text size" content="11px" />
  34.  
  35. <meta name="text:post margin left" content="80"/>
  36. <meta name="text:post margin top" content="100"/>
  37. <meta name="text:post height" content="500"/>
  38. <meta name="text:sidebar margin left" content="650"/>
  39. <meta name="text:sidebar margin top" content="90"/>
  40. <meta name="text:background position" content="bottom right"/>
  41.  
  42. <meta name="text:link 1" content="link 1"/>
  43. <meta name="text:link 1 url" content="/"/>
  44. <meta name="text:link 2" content="link 2"/>
  45. <meta name="text:link 2 url" content="/"/>
  46. <meta name="text:link 3" content="link 3"/>
  47. <meta name="text:link 3 url" content="/"/>
  48. <meta name="text:link 4" content="link 4"/>
  49. <meta name="text:link 4 url" content="/"/>
  50.  
  51. <script type="text/javascript" src="http://static.tumblr.com/86jccts/wpsmuemne/hoverqtip.js"></script>
  52.  
  53. <style type="text/css">
  54.  
  55. ::-webkit-scrollbar-track {
  56.  
  57. background-color: {color:postbg};}
  58.  
  59. ::-webkit-scrollbar {
  60. width: 5px;}
  61.  
  62. ::-webkit-scrollbar-thumb {
  63. background-color: #FFF;
  64. background-image: -webkit-linear-gradient(90deg,
  65. rgba(0, 0, 0, 1) 0%,
  66. rgba(0, 0, 0, 1) 25%,
  67. transparent 100%,
  68. rgba(0, 0, 0, 1) 75%,
  69. transparent);}
  70.  
  71. body {
  72. no-repeat center center fixed;
  73. -webkit-background-size: cover;
  74. -moz-background-size: cover;
  75. -o-background-size: cover;
  76. background-size: cover;
  77. background-color:{color:background};
  78. background-image: url('{image:background}');
  79. background-position: {text:background position};
  80. background-repeat: no-repeat;
  81. background-attachment: fixed;
  82. line-height:110%;
  83. color:{color:text};
  84. font-family:{font:body font};
  85. font-size: {text:text size};}
  86.  
  87.  
  88.  
  89. a {
  90. text-decoration:none;
  91. outline:none;
  92. -moz-outline-style:none;
  93. color:{color:link};
  94. -webkit-transition: all 0.7s ease;
  95. -moz-transition: all 0.7s ease;
  96. -o-transition: all 0.7s ease;}
  97.  
  98. a:hover {
  99. color:{color:hover};
  100. -webkit-transition: all 0.7s ease;
  101. -moz-transition: all 0.7s ease;
  102. -o-transition: all 0.7s ease;}
  103.  
  104. blockquote {
  105. padding:2px 7px;
  106. margin:3px 0 3px 8px;
  107. border-left:1px dashed {color:line};
  108. background-color:{color:blockquote};}
  109.  
  110. blockquote img {
  111. max-width:100%;}
  112.  
  113. b, strong {
  114. color:{color:bold};}
  115.  
  116. i, em {
  117. color:{color:italic};}
  118.  
  119. small,sup,sub {
  120. font-size:{text:Text Size}}
  121.  
  122. big {
  123. font-size:12px;}
  124.  
  125. pre {
  126. color:{color:pretext};
  127. background-color:{color:pre};
  128. font-size:10px;
  129. padding:20px;
  130. white-space: pre-wrap; /* css-3 */
  131. white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  132. white-space: -pre-wrap; /* Opera 4-6 */
  133. white-space: -o-pre-wrap; /* Opera 7 */
  134. word-wrap: break-word; /* Internet Explorer 5.5+ */}
  135.  
  136. {block:IfGreyscale}
  137.  
  138. img {
  139. -webkit-filter:grayscale(100%);
  140. -webkit-transition: all 0.9s ease-in-out;
  141. -moz-transition: all 0.9s ease-in-out;
  142. -o-transition: all 0.9s ease-in-out;
  143. -ms-transition: all 0.9s ease-in-out;
  144. transition: all 0.9s ease-in-out;}
  145.  
  146. img:hover {
  147. -webkit-filter:none;}
  148.  
  149. .html_photoset {
  150. -webkit-filter: grayscale(100%);
  151. -webkit-transition: all 0.9s ease-in-out;
  152. -moz-transition: all 0.9s ease-in-out;
  153. -o-transition: all 0.9s ease-in-out;
  154. -ms-transition: all 0.9s ease-in-out;
  155. transition: all 0.9s ease-in-out;}
  156.  
  157. .html_photoset:hover {
  158. -webkit-filter: none;}
  159.  
  160. {/block:IfGreyscale}
  161.  
  162. img {
  163. max-width:100%;}
  164.  
  165. h1 {
  166. font-size:16px;
  167. font-family:'Lato', sans-serif;
  168. font-weight: 300;
  169. letter-spacing: 1.5px;
  170. line-height: 130%;
  171. color:{color:text};}
  172.  
  173. #post {
  174. line-height:19.6000003814697px;
  175. width:400px;
  176. padding-bottom:0px;
  177. margin-top:90px;
  178. margin-bottom:0px;
  179. text-align: left;
  180. margin-left: 70px;}
  181.  
  182. #post img {
  183. max-width: 100%;}
  184.  
  185. #container {
  186. border: 1px solid {color:border};
  187. background:{color:postbg};
  188. width: 540px;
  189. height:{text:post height}px;
  190. top: {text:post margin top}px;
  191. left:{text:post margin left}px;
  192. z-index:999;
  193. position:relative;
  194. overflow-y:scroll;
  195. overflow-x:hidden;}
  196.  
  197. #side {
  198. position:fixed;
  199. left:{text:sidebar margin left}px;
  200. top:{text:sidebar margin top}px;
  201. width:400px;
  202. height: 40px;
  203. background:transparent;}
  204.  
  205. #title {
  206. text-align: left;
  207. text-transform:lowercase;
  208. font-weight:200;
  209. font-size: 29px;
  210. position: absolute;
  211. margin-top:18px;
  212. height: 40px;
  213. color:{color:title};
  214. letter-spacing:3px;}
  215.  
  216. #subtitle {
  217. position:fixed;
  218. color:{color:description};
  219. text-transform:lowercase;
  220. font-style: italic;}
  221.  
  222. #description {
  223. line-height:100%;
  224. margin-top:30px;
  225. padding:20px;
  226. width: 250px;
  227. color:{color:description};
  228. text-align: center;
  229. font-size: 11px;
  230. letter-spacing: 1px;}
  231.  
  232. .info {
  233. padding-top:5px;
  234. border-top:1px dashed {color:line};
  235. font-size:14px;
  236. text-align:center;
  237. margin-top:30px;
  238. line-height:15px;}
  239.  
  240. .tag {
  241. margin-top:3px;
  242. text-align:center;
  243. font-size:9px;
  244. font-style:normal;
  245. line-height:18px;}
  246.  
  247. .tag a {
  248. padding:5px;}
  249.  
  250. #asker {
  251. z-index:9999999999 !important;
  252. margin-left:20px;
  253. margin-top:-52px;
  254. margin-right:10px;}
  255.  
  256. #askurl {
  257. font-size:20px;
  258. letter-spacing:3px;
  259. margin-left:70px;
  260. margin-top:-25px;
  261. margin-right:5px;}
  262.  
  263. #question {
  264. font-size: {text:text size};
  265. margin-left:70px;
  266. margin-right:40px;
  267. padding:10px;
  268. text-align:justify;}
  269.  
  270. #quote {
  271. font-size:16px;
  272. font-family:'Lato', sans-serif;
  273. text-align: center;
  274. font-weight: 300;
  275. letter-spacing: 1.5px;
  276. line-height: 130%;
  277. padding-bottom: 10px;}
  278.  
  279. #cover {
  280. position: relative;
  281. z-index: 1;
  282. height: 80px;
  283. float:left;
  284. margin:4px;
  285. box-shadow:0px 0px 5px {color:box shadow};}
  286.  
  287. #button {
  288. width:20px;
  289. height:30px;
  290. overflow: hidden;
  291. position: relative;
  292. z-index: 99;
  293. margin: 15px 24px 13px 16px;}
  294.  
  295. #buttons {
  296. background-color: #fff;
  297. position: absolute;
  298. z-index: 99;
  299. margin-top: 15px;
  300. margin-left: 15px;
  301. opacity: 0;
  302. -webkit-transition: opacity 0.5s linear;
  303. -webkit-transition: all 0.5s linear;
  304. -moz-transition: all 0.5s linear;
  305. -o-transition: all 0.5s linear;}
  306.  
  307. #post:hover #buttons {
  308. opacity:1;}
  309.  
  310. #musicinfo {
  311. margin-left: 110px;
  312. font-size:10px;
  313. min-height:70px;
  314. text-align:left;
  315. position: relative;}
  316.  
  317. .note {
  318. text-transform:uppercase;
  319. width:430px;
  320. font-style:normal;
  321. letter-spacing:0px;
  322. font-size: 10px;
  323. text-align:left;
  324. line-height:100%;
  325. margin-left:-7px;}
  326.  
  327. .note li {
  328. list-style-type:none;
  329. border-bottom:1px solid {color:line};
  330. padding:10px 25px 10px 25px;
  331. text-align:left;
  332. -moz-transition-duration:0.5s;
  333. -webkit-transition-duration:0.5s;
  334. -o-transition-duration:0.5s;}
  335.  
  336. .note img.avatar {
  337. margin-right: 10px;
  338. width: 16px;
  339. height: 16px;}
  340.  
  341. #links {
  342. text-align:center;}
  343.  
  344. #links a {
  345. display:inline-block;
  346. font-size:12px;
  347. color:{color:nav};
  348. line-height:21px;
  349. text-align:center;
  350. width:22px;
  351. font-weight:normal;
  352. text-transform:uppercase;
  353. letter-spacing:1px;}
  354.  
  355. #links a:hover {
  356. opacity:0.7;
  357. color:{color:hover};}
  358.  
  359. div#qTip {
  360. background-color:{color:background};
  361. border:1px dashed {color:description};
  362. padding: 6px;
  363. display: none;
  364. text-align: center;
  365. position: absolute;
  366. font-size:12px;
  367. line-height:10px;
  368. z-index: 9999999;
  369. color: {color:title};
  370. letter-spacing: 1px;}
  371.  
  372. </style></head><body>
  373.  
  374. <div id="side">
  375.  
  376. <div id="title">{title}</div>
  377.  
  378. <div id="description">{Description}<p>{block:Pagination}
  379. {block:PreviousPage}<a href="{PreviousPage}"><big>⇜</big></a>{/block:PreviousPage} {CurrentPage} of {TotalPages} {block:NextPage}<a href="{NextPage}"><big>⇝</big></a>
  380. {/block:NextPage}
  381. {/block:Pagination}<p>
  382. <div id="links">
  383. <a href="/" title="return">I</a>
  384. <a href="/about" title="about and rules">II</a>
  385. <a href="/ask" title="ask">III</a>
  386. {block:iflink1}<a href="{text:link 1 url}" title="{text:link 1}">IV</a>{/block:iflink1}
  387. {block:iflink2}<a href="{text:link 2 url}" title="{text:link 2}">V</a>{/block:iflink2}
  388. {block:iflink3}<a href="{text:link 3 url}" title="{text:link 3}">VI</a>{/block:iflink3}
  389. {block:iflink4}<a href="{text:link 4 url}" title="{text:link 4}">VII</a>{/block:iflink4}
  390.  
  391.  
  392. </div>
  393. </div>
  394.  
  395. </div>
  396.  
  397. </div></div>
  398.  
  399. <div id="container">
  400.  
  401. {block:Posts}
  402.  
  403. <div id="post">
  404.  
  405. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  406.  
  407. {block:Photo}<center><img src="{PhotoURL-400}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  408.  
  409. {block:Photoset}<center>{Photoset-400}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  410.  
  411. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  412.  
  413. {block:Quote}<div id="quote">{Quote}</div><br>{block:Source}<b><div style="font-family: courier new; font-size: 11px; text-align: center;">{Source}</div></b>{/block:Source}{/block:Quote}
  414.  
  415. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  416. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  417. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  418. {/block:ExternalAudio}<br><br>
  419. {block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  420.  
  421. {block:Video}
  422. {Video-400}
  423. {block:Caption}{Caption}{/block:Caption}
  424. {/block:Video}
  425.  
  426. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}<font size="2">{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br><br>{/block:Lines}</font>{/block:Chat}
  427.  
  428. {block:Answer}<div id="ask"><div id="asker"><img src="{AskerPortraitURL-30}"></div><div id="askurl">{Asker}:</div>
  429. <div id="question">{Question}</div></div>{Answer}{/block:Answer}
  430.  
  431. <div class="info">
  432. {block:date}<a href="{Permalink}"> posted;
  433. {block:Date}{TimeAgo}</a>{/block:Date}
  434. {block:NoteCount}
  435. with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} <a href="{ReblogURL}"> - reblog</a><br>
  436.  
  437. {block:RebloggedFrom}
  438. via; <a href="{ReblogParentURL}">{ReblogParentName}</a>
  439. source; <a href="{ReblogRootURL}">{ReblogRootName}</a>
  440. {/block:RebloggedFrom}
  441. </div>
  442.  
  443. <div class="tag">{block:HasTags}{block:Tags}♱ <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  444. </div>
  445.  
  446. {block:PostNotes}
  447. <div class="note">
  448. {PostNotes}
  449. </div>
  450. {/block:PostNotes}
  451.  
  452. {/block:Posts}
  453.  
  454. </div>
  455.  
  456. {block:ContentSource}
  457. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  458. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  459. {/block:SourceLogo}
  460. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  461. {/block:ContentSource}
  462. </div>
  463.  
  464. </div>
  465.  
  466. </div>
  467.  
  468. </body>
  469. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement