Advertisement
stylens

6

Dec 20th, 2014
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.63 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!--
  3. enjoy this SESH theme
  4. -->
  5.  
  6. <head>
  7.  
  8. <div style='background-image: url({image:headerimg}); background-repeat: repeat-x;'><img src="{image:headerimg}"></div>
  9.  
  10.  
  11.  
  12. <meta charset="utf-8">
  13. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  14. {block:Description}
  15. <meta name="description" content="{MetaDescription}" />
  16. {/block:Description}
  17.  
  18.  
  19. <meta name="select:font" content="Arial" title="Arial">
  20. <meta name="select:font" content="Helvetica" title="Helvetica">
  21. <meta name="select:font" content="sans-serif" title="sans-serif">
  22. <meta name="select:font" content="verdana" title="verdana">
  23. <meta name="select:font" content="littlefont" title="littlefont">
  24. <meta name="select:font" content="ms ui gothic" title="ms ui gothic">
  25.  
  26. <meta name="color:post" content="#ffffff">
  27. <meta name="color:Background" content="#ffffff">
  28. <meta name="color:Text" content="#545355">
  29. <meta name="color:Link" content="#000000">
  30. <meta name="color:Link Hover" content="#927171">
  31. <meta name="color:Border" content="#5d5d60">
  32.  
  33.  
  34. <meta name="image:Sidebar" content=""/>
  35. <meta name="image:background" content="">
  36.  
  37.  
  38. <meta name="text:box name" content="links">
  39. <meta name="text:link title 1" content="link 1">
  40. <meta name="text:link url 1" content="">
  41. <meta name="text:link title 2" content="link 2">
  42. <meta name="text:link url 2" content="">
  43. <meta name="text:link title 3" content="link 3">
  44. <meta name="text:link url 3" content="">
  45. <meta name="text:link title 4" content="link 4">
  46. <meta name="text:link url 4" content="">
  47. <meta name="text:link title 5" content="link 5">
  48. <meta name="text:link url 5" content="">
  49. <meta name="text:link title 6" content="link 6">
  50. <meta name="text:link url 6" content="">
  51.  
  52. <meta name="text:opacity" content="0.99">
  53. <meta name="text:font size" content="12">
  54. <meta name="text:sidebartop" content="140">
  55. <meta name="text:sidebarleft" content="-300">
  56. <meta name="text:postposition" content="250">
  57.  
  58. <meta name="if:linkbox" content="1">
  59. <meta name="if:shadow" content="0">
  60. <meta name="if:bgcover" content="0">
  61.  
  62. <title>{Title}</title>
  63.  
  64. <link rel="shortcut icon" href="{image:favicon}">
  65. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  66. <link rel="stylesheet" href="http://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
  67.  
  68. <script src="http://static.tumblr.com/qxrkgx6/LuRmgn2rm/modernizr-2.6.2.min.js"></script>
  69.  
  70. <style type="text/css">
  71.  
  72. ::-webkit-scrollbar {
  73. width: 13px;
  74. height: 3px;
  75. background: #ffffff;
  76. }
  77.  
  78. ::-webkit-scrollbar-thumb {
  79. background-color: black;
  80. border: 1px solid {color:footerfcolor};
  81. }
  82.  
  83. body {
  84. background-color: {color:background};
  85. margin:0px;
  86. background-image:url('{image:background}');
  87. background-repeat:repeat;
  88. background-attachment:fixed;
  89. background-position:left top;
  90.  
  91. {block:ifbgcover}
  92. no-repeat center fixed ;
  93. no-repeat center center fixed;
  94. -webkit-background-size: cover;
  95. -moz-background-size: cover;
  96. -o-background-size: cover;
  97. background-size: cover; {/block:ifbgcover}
  98.  
  99. {block:ifnotbgcover} top left fixed repeat {/block:ifnotbgcover};
  100.  
  101. color: {color:Text};
  102. font-family: {select:font};
  103. font-size: {text:font size}px;
  104. text-transform:lowercase;
  105.  
  106. }
  107.  
  108.  
  109. a{
  110. text-decoration:none;
  111. font-weight: bold;
  112. color:{color:link};
  113. -webkit-transition: 0.6s ease;transition: 0.6s ease;
  114. -o-transition: 0.6s ease;-moz-transition: 0.6s ease;
  115. cursor:help ;
  116.  
  117.  
  118. }
  119.  
  120.  
  121.  
  122. a:hover{
  123. text-decoration:underline;
  124. color:{color:link hover};
  125. -webkit-transition: 0.6s ease;transition: 0.6s ease;
  126. -o-transition: 0.6s ease;-moz-transition: 0.6s ease;
  127. }
  128.  
  129. #s-m-t-tooltip {
  130. max-width:200px;
  131. padding:4px 9px 4px 9px;
  132. margin:20px 14px 7px 10px;
  133. border:1px solid {color:border};
  134. background: {color:post};
  135. font-family:arial;
  136. font-style: normal;
  137. font-size:10px;
  138. line-height:8px;
  139. letter-spacing:0px;
  140. text-transform:uppercase;
  141. color: {color:text};
  142. z-index:999;
  143. -moz-border-radius:2px; -webkit-border-radius:2px;
  144.  
  145. -webkit-transition: 0.3s ease;transition: 0.3s ease;
  146. -o-transition: 0.3s ease;-moz-transition: 0.3s ease;
  147. }
  148.  
  149.  
  150.  
  151. .post a{
  152. font-weight: none;
  153. color:{color:Link};
  154. text-decoration:none;
  155. }
  156.  
  157. .post a:hover{
  158. font-weight: none;
  159. color:{color:Link Hover};
  160. text-decoration:underline;
  161.  
  162. }
  163.  
  164.  
  165. #wrapper{
  166. width:{text:postposition}px;
  167. margin:0 auto;
  168. padding:16px;
  169.  
  170. }
  171.  
  172. #sidebar{
  173. margin-top: {text:sidebartop}px;
  174. margin-left: {text:sidebarleft}px;
  175. text-align:center;
  176. background: {color:post};
  177. opacity: {text:opacity};
  178. width: 138px;
  179. padding:9px;
  180. position: fixed;
  181. border:1px solid {color:border};
  182.  
  183. {block:ifround}
  184. -moz-border-radius:4px; -webkit-border-radius:4px; {/block:ifround}
  185.  
  186. {block:ifshadow}
  187. -moz-box-shadow: -6px -6px rgba(0,0,0,0.30);
  188. -webkit-box-shadow: -6px -6px rgba(0,0,0,0.30);
  189. box-shadow: 6px 6px rgba(0,0,0,0.30) ;
  190. {/block:ifshadow}
  191.  
  192. }
  193.  
  194.  
  195.  
  196. #sidebarimg{
  197.  
  198. margin-bottom:4px;
  199. -webkit-transition: opacity 0.6s linear;
  200. opacity: 0.99;
  201.  
  202. }
  203.  
  204. #sidebarimg:hover{
  205.  
  206. -webkit-transition: opacity 0.6s linear;
  207. opacity: 0.80;
  208.  
  209.  
  210. }
  211.  
  212.  
  213. #sidebarimg img{
  214. max-width:100%;
  215. width: 118px;
  216. height: 118px;
  217. margin: 1px 1px;
  218. padding: 9px;
  219.  
  220.  
  221.  
  222. }
  223.  
  224.  
  225. #description{
  226. margin:5px 1px;
  227. width: 140px;
  228. text-align:center;
  229. }
  230.  
  231. #description a{
  232. color:{color:Link};
  233. text-decoration:none;
  234. }
  235.  
  236. #description a:hover{
  237. color:{color:Link Hover};
  238. }
  239.  
  240. #pagination {
  241. margin-top:5px;
  242. font-size:11px;
  243. float:right;
  244. margin-bottom:20px;
  245. font-weight:bold;
  246. }
  247.  
  248. #pagination a{
  249. background-color:#fff;
  250. padding:10px;
  251. {block:ifshadow} box-shadow:rgba(0,0,0,0.1)9px 9px; {/block:ifshadow}
  252. }
  253.  
  254. #pagination a:hover{
  255. text-transform:lowercase;
  256. }
  257.  
  258. #content{
  259. width:400px;
  260. padding:2px;
  261. margin-top:0px;
  262. margin-left:0px;
  263.  
  264. }
  265.  
  266.  
  267. .post{
  268. width:400px;
  269. margin:45px 0 35px 0;
  270. padding:18px 18px 14px 18px;
  271. overflow:hidden;
  272. text-align:justify;
  273. border:1px solid {color:border};
  274. background: {color:post};
  275. opacity: {text:opacity};
  276.  
  277.  
  278. {block:ifround}
  279. -moz-border-radius:4px; -webkit-border-radius:4px; {/block:ifround}
  280.  
  281. {block:ifshadow}
  282. -moz-box-shadow: -6px -6px rgba(0,0,0,0.30);
  283. -webkit-box-shadow: -6px -6px rgba(0,0,0,0.30);
  284. box-shadow: 6px 6px rgba(0,0,0,0.30) ;
  285. {/block:ifshadow}
  286.  
  287. }
  288.  
  289. .post img{
  290. max-width:100%;
  291. }
  292.  
  293. .posttitle{
  294. font-weight:bold;
  295. font-size:14px;
  296. line-height:22px;
  297. text-decoration:bold;
  298. margin:3px 0 -3px 0;
  299. }
  300.  
  301. .posttitle a{
  302. text-decoration:bold;
  303. }
  304.  
  305. .quote{
  306. font-weight:normal;
  307. font-size:12px;
  308. font-style:italic;
  309. line-height:22px;
  310. text-decoration:none;
  311. }
  312.  
  313. .quotesource{
  314. text-align:right;
  315. }
  316.  
  317.  
  318. .question{
  319. padding-bottom:10px;
  320. margin:0;
  321. border-bottom:1px solid {color:Border};
  322. }
  323.  
  324. .caption{
  325. margin:0;
  326. }
  327.  
  328. blockquote{
  329. margin:0 0 0 15px;
  330. padding:0 0 0 10px;
  331. margin-left:5px;
  332. border-left:solid 2px {color:link};
  333. }
  334.  
  335.  
  336. #content #notecontainer {
  337. list-style-type: square;
  338. margin-left: -20px;
  339. padding: 2px;
  340. font-size: 11px;
  341. }
  342.  
  343. #content #notecontainer ol.notes {
  344. list-style-type: square;
  345. margin: 0;
  346. }
  347.  
  348. #content #notecontainer img.avatar {
  349. padding: 3px;
  350. width: 18px;
  351. height: 18px;
  352. }
  353.  
  354.  
  355.  
  356.  
  357. #footer{
  358. margin: -8px 1px;
  359. font-family: {select:font};
  360. letter-spacing: 0.5px;
  361. font-size:12px;
  362. font-style:none;
  363. line-height:15px;
  364. padding: 3px 8px;
  365. margin-top: 5px;
  366. margin-left:-3px;
  367. margin-right: -3px;
  368. -moz-border-radius:3px; -webkit-border-radius:3px;
  369.  
  370. }
  371.  
  372.  
  373. .player {
  374. width:25px;
  375. height:25px;
  376. overflow:hidden;
  377. position:absolute;
  378. background:white;}
  379.  
  380. .audioinfo {
  381. margin-left:50px;
  382. }
  383.  
  384. .askii{
  385.  
  386. background: #ececec;
  387. padding: 6px;
  388.  
  389. margin-top: -5px;
  390. margin-left: -5px;
  391. margin-right: -5px;
  392. -webkit-transition: 0.6s ease;transition: 0.6s ease;
  393. -o-transition: 0.6s ease;-moz-transition: 0.6s ease;
  394. }
  395.  
  396. .askii:hover{
  397. color: {color:link};
  398. -webkit-transition: 0.6s ease;transition: 0.6s ease;
  399. -o-transition: 0.6s ease;-moz-transition: 0.6s ease;
  400. }
  401.  
  402.  
  403. #kuk{
  404. font-family: arial;
  405. font-size: 12px;
  406. text-decoration:underline;
  407. }
  408.  
  409. {block:ifnotInfiniteScrolling}
  410.  
  411. .back, .next {
  412. font-size:20px;
  413. text-decoration: none;
  414. margin-top: -8px;
  415. font-family:arial;
  416. color: #000;
  417. position:fixed;
  418. -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s;
  419. transition-duration: 0.8s; -o-transition-duration: 0.8s;}
  420.  
  421. .next {margin-left: 20px; text-decoration: none;}
  422. .back {margin-left: -30px; text-decoration: none;}
  423. {/block:ifnotInfiniteScrolling}
  424.  
  425. #ass{
  426. color: {color:link};
  427. position:fixed;
  428. bottom: 3px ;
  429. left: 10px;
  430. text-decoration: none;
  431. }
  432.  
  433. {CustomCSS}
  434. </style>
  435.  
  436.  
  437. </head>
  438.  
  439.  
  440.  
  441. <body>
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451. </div>
  452. </div>
  453.  
  454. <div style="position:fixed; bottom: {text:hat bottom}px; left:{text:hat left}px; z-index:100000">
  455. <img src="{image:hat}"/></div>
  456.  
  457. <div id="wrapper">
  458.  
  459. <div id="sidebar">
  460.  
  461. <a href="" title="{title}">
  462. <div id="sidebarimg"><img src="{image:sidebar}"></div></a>
  463.  
  464.  
  465.  
  466. {block:Description}
  467. <div id="description">
  468. {Description}</div>
  469. {/block:Description}
  470.  
  471. {block:ifnotlinkbox}
  472. <a href="{text:link url 1}" id="kuk" title="{text:link title 1}">{text:link title 1}</a>
  473. <a href="{text:link url 2}" id="kuk" title="{text:link title 2}">{text:link title 2}</a>
  474. <a href="{text:link url 3}" id="kuk" title="{text:link title 3}">{text:link title 3}</a><br>
  475. <a href="{text:link url 4}" id="kuk" title="{text:link title 4}">{text:link title 4}</a>
  476. <a href="{text:link url 5}" id="kuk" title="{text:link title 5}">{text:link title 5}</a>
  477. <a href="{text:link url 6}" id="kuk" title="{text:link title 6}">{text:link title 6}</a>
  478. {/block:ifnotlinkbox}
  479.  
  480. {block:iflinkbox}
  481. <select onchange='location=this.options[this.selectedIndex].value;' style='width:120px;'>
  482. <option>{text:box name}</option>
  483. <option value="{text:link url 1}">{text:link title 1}</option>
  484. <option value="{text:link url 2}">{text:link title 2}</option>
  485. <option value="{text:link url 3}">{text:link title 3}</option>
  486. <option value="{text:link url 4}">{text:link title 4}</option>
  487. <option value="{text:link url 5}">{text:link title 5}</option>
  488. </select>
  489. {/block:iflinkbox}
  490.  
  491. </div>
  492.  
  493. <div id="content">
  494.  
  495. {block:Posts}
  496.  
  497. <!-- {block:NoRebloggedFrom}
  498. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  499. {/block:NoRebloggedFrom} -->
  500.  
  501. {block:ContentSource}<!-- {SourceURL}
  502. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  503. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  504. {/block:ContentSource}
  505.  
  506.  
  507. <div class="post">
  508.  
  509. {block:Text}
  510. {block:Title}
  511. <div class="posttitle">{Title}</div>
  512. {/block:Title}
  513. {Body}
  514.  
  515. {/block:Text}
  516.  
  517. {block:Photo}
  518. {LinkOpenTag}<div style="width:100%;"><img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
  519. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}</div>
  520. {/block:Photo}
  521.  
  522. {block:Photoset}
  523. <center><div style="width:100%; height: 96%; overflow:hidden;">{Photoset-400}</div></center>
  524. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  525. {/block:Photoset}
  526.  
  527. {block:Quote}
  528. <div class="quote">"{Quote}"</div>
  529. {block:Source}
  530. <div class="quotesource">{Source}</div>
  531. {/block:Source}
  532. {/block:Quote}
  533.  
  534. {block:Link}
  535. <div class="posttitle"><a href="{URL}">{Name}</a></div>
  536. {block:Description}
  537. <div class="description">{Description}</div>
  538. {/block:Description}
  539. {/block:Link}
  540.  
  541. {block:Chat}
  542. {block:Title}
  543. <div class="posttitle">{Title}</div>
  544. {/block:Title}
  545.  
  546. {block:Lines}
  547. <div class="{Alt} user_{UserNumber}">
  548. {block:Label}
  549. <b>{Label}</b>{/block:Label}
  550. &nbsp;{Line}
  551. </div>
  552. {/block:Lines}
  553. {/block:Chat}
  554.  
  555. {block:Video}
  556. <center><div style="width:100%; height: 100%; ">{Video-400}</div></center>
  557. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  558. {/block:Video}
  559.  
  560. {block:Audio}
  561. <div class="player">{AudioPlayerWhite}</div>
  562. <div class="audioinfo">
  563. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}{block:playcount}<div class="aline">{playcount}</div>{/block:playcount}
  564. </div>
  565. {/block:Audio}
  566.  
  567.  
  568. {block:Answer}
  569. <div class="askii">
  570. <td style="vertical-align:top;"><strong>{Asker} said:</strong> {Question}</td>
  571. </tr>
  572. </table></div>
  573. {Answer}
  574. {/block:Answer}
  575.  
  576.  
  577. <div id="footer">
  578.  
  579. <a href="{Permalink}" title="{timeago}"> {block:IndexPage} {/block:IndexPage}<b>{TimeAgo} / {NoteCountwithlabel}</b> {/block:NoteCount}</a>
  580.  
  581. {block:IndexPage}
  582. <a href="{ReblogURL}" target="_blank" title="Reblog?" class="details"><b>(reblog)</b></a>{/block:IndexPage}
  583.  
  584.  
  585. <left>
  586. {block:HasTags}
  587. {block:Tags}<a href="{TagURL}" title="{Tag}"><font color="{color:footerfcolor}">#{Tag}</font></a> {/block:Tags}{/block:HasTags}</div></left>
  588. {block:PermalinkPage}
  589.  
  590. {block:NoteCount}
  591. {block:PostNotes}<div id="notecontainer">{PostNotes}</div>{/block:PostNotes}
  592. {/block:NoteCount}
  593. {/block:PermalinkPage}
  594.  
  595. </div>
  596. {/block:Posts}
  597.  
  598. {block:Pagination}
  599. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">back</a> {/block:PreviousPage}
  600. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}</div>
  601. {/block:Pagination}
  602.  
  603. </div>
  604. </div>
  605. </div>
  606.  
  607.  
  608.  
  609.  
  610. </body>
  611.  
  612. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement