Advertisement
Guest User

myshct

a guest
Oct 3rd, 2015
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.99 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="#e9dbf3"/>
  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. <meta name="color:Links 1" content="#a15981"/>
  29. <meta name="color:Links 2" content="#3e1429"/>
  30.  
  31. <meta name="image:background" content=""/>
  32. <meta name="image:thekey" content=""/>
  33.  
  34.  
  35. <meta name="if:greyscale" content="1"/>
  36. <meta name="font:body font" content="Gibson">
  37. <meta name="text:text size" content="11px" />
  38.  
  39. <meta name="text:post margin left" content="80"/>
  40. <meta name="text:post margin top" content="100"/>
  41. <meta name="text:post height" content="500"/>
  42. <meta name="text:sidebar margin left" content="650"/>
  43. <meta name="text:sidebar margin top" content="90"/>
  44. <meta name="text:background position" content="bottom right"/>
  45.  
  46. <meta name="text:link 1" content="link 1"/>
  47. <meta name="text:link 1 url" content="/"/>
  48. <meta name="text:link 2" content="link 2"/>
  49. <meta name="text:link 2 url" content="/"/>
  50. <meta name="text:link 3" content="link 3"/>
  51. <meta name="text:link 3 url" content="/"/>
  52. <meta name="text:link 4" content="link 4"/>
  53. <meta name="text:link 4 url" content="/"/>
  54. <meta name="text:link 5" content="link 5"/>
  55. <meta name="text:link 5 url" content="/"/>
  56.  
  57. <script type="text/javascript" src="http://static.tumblr.com/86jccts/wpsmuemne/hoverqtip.js"></script>
  58.  
  59. <style type="text/css">
  60.  
  61. ::-webkit-scrollbar-track {}
  62.  
  63. ::-webkit-scrollbar {
  64. width: 5px;}
  65.  
  66. ::-webkit-scrollbar-thumb {}
  67.  
  68. body {
  69. background-color:{color:background};
  70. background-image: url('{image:background}');
  71. background-position: {text:background position};
  72. background-repeat: no-repeat;
  73. background-attachment: fixed;
  74. line-height:110%;
  75. color:{color:text};
  76. font-family:{font:body font};
  77. font-size: {text:text size};}
  78.  
  79. a {
  80. text-decoration:none;
  81. outline:none;
  82. -moz-outline-style:none;
  83. color:{color:link};
  84. -webkit-transition: all 0.7s ease;
  85. -moz-transition: all 0.7s ease;
  86. -o-transition: all 0.7s ease;}
  87.  
  88. a:hover {
  89. color:{color:hover};
  90. -webkit-transition: all 0.7s ease;
  91. -moz-transition: all 0.7s ease;
  92. -o-transition: all 0.7s ease;}
  93.  
  94. blockquote {
  95. border-left:2px solid {color:blockquote};
  96. padding-left:5px;
  97. margin:0px 2px 0px 10px}
  98.  
  99. blockquote img {
  100. max-width:100%;}
  101.  
  102. b, strong {
  103. color:{color:bold};}
  104.  
  105. i, em {
  106. color:{color:italic};}
  107.  
  108. small,sup,sub {
  109. font-size:{text:Text Size}}
  110.  
  111. big {
  112. font-size:12px;}
  113.  
  114. pre {
  115. color:{color:pretext};
  116. background-color:{color:pre};
  117. font-size:10px;
  118. padding:20px;
  119. white-space: pre-wrap; /* css-3 */
  120. white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  121. white-space: -pre-wrap; /* Opera 4-6 */
  122. white-space: -o-pre-wrap; /* Opera 7 */
  123. word-wrap: break-word; /* Internet Explorer 5.5+ */}
  124.  
  125. img {
  126. max-width:100%;}
  127.  
  128. h1 {
  129. font-size:16px;
  130. font-family:'Georgia', sans-serif;
  131. font-weight: 300;
  132. letter-spacing: 1.5px;
  133. line-height: 130%;
  134. color:{color:text};}
  135.  
  136. #post {
  137. line-height:19.6000003814697px;
  138. width:400px;
  139. padding-bottom:0px;
  140. margin-top:0px;
  141. margin-bottom:0px;
  142. text-align: left;
  143. margin-left: 70px;}
  144.  
  145. #post img {
  146. max-width: 100%;}
  147.  
  148. #container {
  149. width: 540px;
  150. height:500px;
  151. top: 100px;
  152. left:500px;
  153. z-index:999;
  154. position:relative;
  155. overflow-y:scroll;
  156. overflow-x:hidden;}
  157.  
  158. #side {
  159. position:fixed;
  160. left:{text:sidebar margin left}px;
  161. top:{text:sidebar margin top}px;
  162. width:400px;
  163. height: 40px;
  164. margin-top:20px;
  165. background:transparent;}
  166.  
  167. #title {
  168. text-align: left;
  169. text-transform:lowercase;
  170. font-weight:200;
  171. font-size: 29px;
  172. position: absolute;
  173. margin-top:15px;
  174. margin-left:10px;
  175. height: 40px;
  176. color:{color:title};
  177. letter-spacing:3px;}
  178.  
  179. #subtitle {
  180. position:fixed;
  181. color:{color:description};
  182. text-transform:lowercase;
  183. font-style: italic;}
  184.  
  185. #description {
  186. line-height:100%;
  187. margin-left:500px;
  188. margin-top:100px;
  189. padding:20px;
  190. width: 250px;
  191. color:{color:description};
  192. text-align: center;
  193. font-size: 11px;
  194. letter-spacing: 1px;}
  195.  
  196. #pagination {
  197. margin-left:560px;
  198. margin-top:680px;
  199. position:fixed;
  200. color:{color:description};
  201. text-align: center;
  202. font-size: 15px;
  203. letter-spacing: 1px;}
  204.  
  205.  
  206. .info {
  207. padding-top:5px;
  208. border-top:1px dashed {color:line};
  209. font-size:14px;
  210. text-align:center;
  211. margin-top:15px;
  212. line-height:15px;}
  213.  
  214. .tag {
  215. margin-top:3px;
  216. text-align:center;
  217. font-size:9px;
  218. font-style:normal;
  219. line-height:18px;}
  220.  
  221. .tag a {
  222. padding:5px;}
  223.  
  224. #asker {
  225. z-index:9999999999 !important;
  226. margin-left:20px;
  227. margin-top:0px;
  228. margin-right:10px;}
  229.  
  230. #askurl {
  231. font-size:15px;
  232. letter-spacing:3px;
  233. margin-left:70px;
  234. margin-top:-30px;
  235. margin-right:5px;}
  236.  
  237. #question {
  238. font-size: {text:text size};
  239. margin-left:70px;
  240. margin-right:40px;
  241. padding:10px;
  242. text-align:justify;}
  243.  
  244. #quote {
  245. font-size:16px;
  246. font-family:'Lato', sans-serif;
  247. text-align: center;
  248. font-weight: 300;
  249. letter-spacing: 1.5px;
  250. line-height: 130%;
  251. padding-bottom: 10px;}
  252.  
  253. #cover {
  254. position: relative;
  255. z-index: 1;
  256. height: 80px;
  257. float:left;
  258. margin:4px;
  259. box-shadow:0px 0px 5px {color:box shadow};}
  260.  
  261. #button {
  262. width:20px;
  263. height:30px;
  264. overflow: hidden;
  265. position: relative;
  266. z-index: 99;
  267. margin: 15px 24px 13px 16px;}
  268.  
  269. #buttons {
  270. background-color: #fff;
  271. position: absolute;
  272. z-index: 99;
  273. margin-top: 15px;
  274. margin-left: 15px;
  275. opacity: 0;
  276. -webkit-transition: opacity 0.5s linear;
  277. -webkit-transition: all 0.5s linear;
  278. -moz-transition: all 0.5s linear;
  279. -o-transition: all 0.5s linear;}
  280.  
  281. #post:hover #buttons {
  282. opacity:1;}
  283.  
  284. #musicinfo {
  285. margin-left: 110px;
  286. font-size:10px;
  287. min-height:70px;
  288. text-align:left;
  289. position: relative;}
  290.  
  291. .note {
  292. text-transform:uppercase;
  293. width:430px;
  294. font-style:normal;
  295. letter-spacing:0px;
  296. font-size: 10px;
  297. text-align:left;
  298. line-height:100%;
  299. margin-left:-7px;}
  300.  
  301. .note li {
  302. list-style-type:none;
  303. border-bottom:1px solid {color:line};
  304. padding:10px 25px 10px 25px;
  305. text-align:left;
  306. -moz-transition-duration:0.5s;
  307. -webkit-transition-duration:0.5s;
  308. -o-transition-duration:0.5s;}
  309.  
  310. .note img.avatar {
  311. margin-right: 10px;
  312. width: 16px;
  313. height: 16px;}
  314.  
  315. #links {
  316. margin-left:415px;
  317. margin-top:20px;
  318. position:fixed;
  319. text-align:center;
  320. }
  321.  
  322. #links a {
  323. display:inline-block;
  324. font-size:20px;
  325. color:{color:nav};
  326. line-height:35px;
  327. text-align:center;
  328. width:22px;
  329. font-weight:normal;
  330. text-transform:uppercase;
  331. letter-spacing:1px;}
  332.  
  333. #links a:hover {
  334. opacity:0.7;
  335. color:{color:hover};}
  336.  
  337. div#qTip {
  338. background-color:{color:background};
  339. border:1px dashed {color:description};
  340. padding: 6px;
  341. display: none;
  342. text-align: center;
  343. position: absolute;
  344. font-size:10px;
  345. line-height:10px;
  346. z-index: 9999999;
  347. color: {color:title};
  348. letter-spacing: 1px;}
  349.  
  350. /************** FLAGS UPDATES TAB **************/
  351. /* tutorial by deanlirium|tumblr (clarence.tk) */
  352.  
  353. #flags {
  354. position:fixed;
  355. top:-10px;
  356. left:100px; /* distance from the left of the page - adjust as you wish! */
  357. text-align:center;
  358. text-transform:uppercase; /* the text is in all caps - delete this line and it won't be */
  359. color:#8C8C8C; /* change text color: use sites like http://www.colorpicker.com/ or the tumblr thing, copy the code it gives you and paste it! remember the #! */
  360. font-size:8px; /* adjust font size */
  361. letter-spacing:1px;
  362. z-index:2147483607;
  363. font-family:calibri;}
  364.  
  365. /* okay real talk - this updates tab is currently to the top left of your page - if you want to move it to right, just change every 'left' into 'right' and 'right' into 'left'! and I mean every. single. one. Such as the left:100px; above will become right:100px; there are also a bunch of 'margin-left's here below, so change them to margin-right. look for left and right stuff and switch.
  366. On the contrary, if you want to move it to the bottom of the page, switch every 'top' with 'bottom' and vice versa. That's really it! c: */
  367.  
  368. #flag1 {
  369. border:solid 6px #fdcf24; /* flag color */
  370. border-bottom:solid 6px transparent; /* IMPORTANT! -- to make the flag thicker increase the border and border-right value; it looks better if they both have the same number! */
  371. padding-top:20px;
  372. width:0px;
  373. height:20px; /* increase or decrease to change the lenght of the CLOSED flag */
  374. position:absolute;
  375. -moz-transition:all 0.7s ease-out;
  376. -webkit-transition:all 0.7s ease-out;
  377. -o-transition:all 0.7s ease-out;}
  378.  
  379. #flag1:hover {
  380. height:180px;} /* lenght of the OPEN flag */
  381.  
  382. #upd1 {
  383. position:absolute;
  384. width:110px;
  385. height:200px; /* adjust to fit the text if you write a lot! */
  386. padding:10px;
  387. padding-top:60px; /* adjust this if you've changed the length of the closed flag */
  388. top:-270px; /* IMPORTANT! keep this number equal to the sum of the padding-top, padding and height values!!!! */
  389. margin-left:6px; /* keep this number equal to the 'border' value for the flag */
  390. opacity:0;
  391. overflow:hidden;
  392. -moz-transition:all 0.7s ease-out;
  393. -webkit-transition:all 0.7s ease-out;
  394. -o-transition:all 0.7s ease-out;}
  395.  
  396. #flag1:hover #upd1{
  397. top:0px;
  398. opacity:1;}
  399.  
  400. /* following is the coding for the other flags - same as above! */
  401.  
  402. #flag2 {
  403. border:solid 6px #feb20c;
  404. margin-left:20px;
  405. position:absolute;
  406. border-bottom:solid 6px transparent;
  407. padding-top:20px;
  408. width:0px;
  409. height:20px;
  410. -moz-transition:all 0.7s ease-out;
  411. -webkit-transition:all 0.7s ease-out;
  412. -o-transition:all 0.7s ease-out;}
  413.  
  414. #flag2:hover {
  415. height:180px;}
  416.  
  417. #upd2 {
  418. position:absolute;
  419. width:110px;
  420. padding:10px;
  421. padding-top:60px;
  422. height:200px; /* adjust to fit the text if you write a lot! */
  423. top:-270px; /* IMPORTANT! keep this number equal to the sum of the padding-top, padding and height values!!!! */
  424. overflow:hidden;
  425. margin-left:6px;
  426. opacity:0;
  427. -moz-transition:all 0.7s ease-out;
  428. -webkit-transition:all 0.7s ease-out;
  429. -o-transition:all 0.7s ease-out;}
  430.  
  431. #flag2:hover #upd2{
  432. top:0px;
  433. opacity:1;}
  434.  
  435. /*if you want more flags, just copy the part of the code below and change the numbers - then increase the margin-left value for the #flag(number) adding 20px each new flag! copy from here: */
  436.  
  437. #flag3 {
  438. border:solid 6px #e49c0c;
  439. position:absolute;
  440. margin-left:40px;
  441. border-bottom:solid 6px transparent;
  442. padding-top:20px;
  443. height:20px;
  444. width:0px;
  445. -moz-transition:all 0.7s ease-out;
  446. -webkit-transition:all 0.7s ease-out;
  447. -o-transition:all 0.7s ease-out;}
  448.  
  449. #flag3:hover {
  450. height:180px;}
  451.  
  452. #upd3 {
  453. position:absolute;
  454. width:110px;
  455. padding:10px;
  456. padding-top:60px;
  457. height:200px; /* adjust to fit the text if you write a lot! */
  458. top:-270px; /* IMPORTANT! keep this number equal to the sum of the padding-top, padding and height values!!!! */
  459. overflow:hidden;
  460. margin-left:6px;
  461. opacity:0;
  462. -moz-transition:all 0.7s ease-out;
  463. -webkit-transition:all 0.7s ease-out;
  464. -o-transition:all 0.7s ease-out;}
  465.  
  466. #flag3:hover #upd3{
  467. top:0px;
  468. opacity:1;}
  469.  
  470. /* to here */
  471.  
  472. </style></head><body>
  473.  
  474.  
  475.  
  476. </div>
  477.  
  478.  
  479. <div id="side">
  480.  
  481.  
  482. </div></div>
  483.  
  484. <div id="pagination">
  485. {block:Pagination}
  486. {block:PreviousPage}<a href="{PreviousPage}">↬</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">↫</a>
  487. {/block:NextPage}
  488. {/block:Pagination}<p>
  489. </div>
  490.  
  491.  
  492. </body>
  493.  
  494. <div id="flags">
  495. <div id="flag1"><div id="upd1">
  496.  
  497. write here for the first flag
  498.  
  499. </div></div>
  500.  
  501. <div id="flag2"><div id="upd2">
  502.  
  503. here for the second flag
  504.  
  505. </div></div>
  506.  
  507. <!---- if you want more flags, copy from here ---->
  508.  
  509. <div id="flag3"><div id="upd3">
  510.  
  511. here for the third one
  512.  
  513. </div></div>
  514.  
  515. <!---- to here and change the numbers according to your css! ---->
  516.  
  517. <!---- thanks for passing by and using this tutorial you're raaaaaaaaad c: ---->
  518.  
  519. </div>
  520.  
  521.  
  522. <div id="links">
  523. <a href="/" style="color: #9397a2">✎ </a>
  524. <a href="/ask" style="color: #9397a2">✎ </a>
  525. {block:iflink1}<a href="{text:link 1 url}" style="color: #9397a2">✎ </a>{/block:iflink1}
  526. {block:iflink2}<a href="{text:link 2 url}" style="color: #9397a2">✎ </a>{/block:iflink2}
  527. {block:iflink3}<a href="{text:link 3 url}" style="color: #9397a2">✎ </a>{/block:iflink3}
  528. {block:iflink4}<a href="{text:link 4 url}" style="color: #9397a2">✎ </a>{/block:iflink4}
  529.  
  530. <a href="http://octomoosey.tumblr.com/" style="color: #9397a2">©</a>
  531. </div>
  532. </div>
  533.  
  534. <div id="container">
  535.  
  536. {block:Posts}
  537.  
  538. <div id="post">
  539.  
  540. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  541.  
  542. {block:Photo}<center><img src="{PhotoURL-400}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  543.  
  544. {block:Photoset}<center>{Photoset-400}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  545.  
  546. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  547.  
  548. {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}
  549.  
  550. {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>
  551. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  552. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  553. {/block:ExternalAudio}<br><br>
  554. {block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  555.  
  556. {block:Video}
  557. {Video-400}
  558. {block:Caption}{Caption}{/block:Caption}
  559. {/block:Video}
  560.  
  561. {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}
  562.  
  563. {block:Answer}<div id="ask"><div id="asker"><img src="{AskerPortraitURL-30}"></div><div id="askurl">{Asker}:</div>
  564. <div id="question">{Question}</div></div>{Answer}{/block:Answer}
  565.  
  566. <div class="info">
  567. {block:date}<a href="{Permalink}"> posted;
  568. {block:Date}{TimeAgo}</a>{/block:Date}
  569. {block:NoteCount}
  570. with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} <a href="{ReblogURL}"> - reblog</a><br>
  571.  
  572. {block:RebloggedFrom}
  573. via; <a href="{ReblogParentURL}">{ReblogParentName}</a>
  574. source; <a href="{ReblogRootURL}">{ReblogRootName}</a>
  575. {/block:RebloggedFrom}
  576. </div>
  577.  
  578. <div class="tag">{block:HasTags}{block:Tags}❈ <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  579. </div>
  580.  
  581. {block:PostNotes}
  582. <div class="note">
  583. {PostNotes}
  584. </div>
  585. {/block:PostNotes}
  586.  
  587. {/block:Posts}
  588.  
  589. </div>
  590.  
  591. {block:ContentSource}
  592. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  593. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  594. {/block:SourceLogo}
  595. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  596. {/block:ContentSource}
  597. </div>
  598.  
  599.  
  600.  
  601.  
  602. </div>
  603.  
  604. </div>
  605.  
  606. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement