Advertisement
septims

Beastly

Feb 5th, 2014
3,637
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.58 KB | None | 0 0
  1.  
  2. <!--
  3.  
  4. theme by septim
  5.  
  6. ╔╔ ══ ══ Rules:
  7. ║║ -do not use as base
  8. ╚╚ ══ ╗╗ -do not steal bits of code
  9. ║║ -do not remove credits
  10. ══ ══ ╝╝
  11.  
  12.  
  13. -->
  14.  
  15.  
  16. <!DOCTYPE html>
  17. <head>
  18.  
  19. <title>{Title}</title>
  20.  
  21. <link rel="shortcut icon" href="{Favicon}">
  22. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  23. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  24.  
  25. <!--Default Variables-->
  26.  
  27. <meta name="color:Background" content="#ffffff"/>
  28. <meta name="color:Text" content="#cccccc"/>
  29. <meta name="color:link" content="#a7a7a7"/>
  30. <meta name="color:title"content="#070707"/>
  31. <meta name="color:blog title"content="#aaaaaa"/>
  32. <meta name="color:scrollbar" content="#d5d5d5" />
  33. <meta name="color:link hover" content="#aaaaaa"/>
  34.  
  35. <meta name="text:Link One" content="" />
  36. <meta name="text:Link One URL" content=""/>
  37. <meta name="text:Link Two" content="" />
  38. <meta name="text:Link Two URL" content=""/>
  39. <meta name="text:Link Three" content="" />
  40. <meta name="text:Link Three URL" content=""/>
  41.  
  42. <meta name="if:hover post shadow" content="0">
  43. <meta name="if:show captions" content="1"/>
  44. <meta name="if:show tags" content="1"/>
  45. <meta name="image:header image" content=""/>
  46. <meta name="if:show header image" content="1"/>
  47.  
  48. <!--jquery-->
  49. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  50. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  51. <script>
  52.  
  53. (function($){
  54.  
  55. $(document).ready(function(){
  56.  
  57. $("a[title]").style_my_tooltips({
  58.  
  59. tip_follows_cursor:true,
  60.  
  61. tip_delay_time:30,
  62.  
  63. tip_fade_speed:300,
  64.  
  65. attribute:"title"
  66.  
  67. });
  68.  
  69. });
  70.  
  71. })(jQuery);
  72.  
  73. </script>
  74.  
  75.  
  76. <style type="text/css">
  77. html, body, ul, ol, li, form, fieldset, legend{
  78. margin: 0;
  79. padding: 0;
  80. }
  81.  
  82. #text {
  83. margin:10px auto 100px auto;
  84. font-size:8px;
  85. text-align:center;
  86. text-transform:uppercase;
  87. letter-spacing:1px;
  88. }
  89. #text a {text-decoration:none;}
  90.  
  91. #s-m-t-tooltip{
  92. font-size:9px;
  93. position:absolute;
  94. margin-top: 15px;
  95. letter-spacing:1px;
  96. z-index:9999;
  97. background:{color:background};
  98. text-transform:uppercase;
  99. padding:2px 3px 2px 3px;
  100. }
  101.  
  102. /*scrollbar*/
  103. ::-webkit-scrollbar{height: 5px;
  104. width: 5px;
  105. -webkit-border-radius: 0px;
  106. background-color:{color:background};}
  107. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
  108. ::-webkit-scrollbar-track{background-color:{color:background};}
  109.  
  110. body {
  111. background:{color:background};
  112. color:{color:text};
  113. font-family:sans-serif;
  114. font-size:10px;
  115. text-align:justify;
  116. margin:0;
  117. line-height:15px;}
  118.  
  119.  
  120. a {
  121. color:{color:link};
  122. text-decoration:none;}
  123. .caption a{
  124. border-bottom:1px solid transparent;
  125. -webkit-transition:all 0.6s;
  126. -moz-transition:all 0.6s;
  127. -ms-transition:all 0.6s;
  128. -o-transition:all 0.6s;
  129. transition:all 0.6s;
  130. }
  131.  
  132. .caption a:hover {
  133. border-bottom:1px solid {color:link hover};
  134. -webkit-transition:all 0.6s;
  135. -moz-transition:all 0.6s;
  136. -ms-transition:all 0.6s;
  137. -o-transition:all 0.6s;
  138. transition:all 0.6s; }
  139.  
  140. /*main structure*/
  141. .caption blockquote {
  142. }
  143. blockquote {padding-left:14px;
  144. border-left:1px solid #ccc;
  145. margin:5px 30px 5px 15px}
  146.  
  147.  
  148.  
  149.  
  150.  
  151. /*header*/
  152. #headers {width:422px;
  153. text-align:center;
  154. margin-top:50px;}
  155.  
  156. #blogt {font-size:18px;
  157. font-weight:bold;
  158. line-height:20px;
  159. text-transform:lowercase;}
  160.  
  161. #blogt a {
  162. text-decoration:none;
  163. color:{color:blog title};
  164. padding:0 10px;
  165. background:{color:background};}
  166.  
  167. #blogt:before {
  168. content :"";
  169. position :absolute;
  170. left:0;
  171. width:422px;
  172. height:1px;
  173. margin-top:11px;
  174. background:#ccc;
  175. z-index:-1;
  176. }
  177.  
  178. #im img {width:100px;
  179. height:100px;
  180. padding:5px;
  181. margin-bottom:25px;
  182. border-bottom:1px solid #ccc;
  183. border-top:1px solid #ccc;
  184. border-radius:100%;
  185. -webkit-transition:all 0.6s;
  186. -moz-transition:all 0.6s;
  187. -ms-transition:all 0.6s;
  188. -o-transition:all 0.6s;
  189. transition:all 0.6s;
  190. }
  191. #im img:hover {-webkit-transition:all 0.6s;
  192. -moz-transition:all 0.6s;
  193. -ms-transition:all 0.6s;
  194. -o-transition:all 0.6s;
  195. transition:all 0.6s;
  196. -webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.4);
  197. -moz-box-shadow: 3px 3px 6px rgba(0,0,0,0.4);
  198. box-shadow: 3px 3px 6px rgba(0,0,0,0.4);}
  199.  
  200. #standardlinks {position:absolute;
  201. width:422px;
  202. opacity:0;
  203. text-transform:lowercase;
  204. -webkit-transition:all 0.6s;
  205. -moz-transition:all 0.6s;
  206. -ms-transition:all 0.6s;
  207. -o-transition:all 0.6s;
  208. transition:all 0.6s;}
  209.  
  210. #headers:hover #standardlinks {opacity:1;
  211. -webkit-transition:all 0.6s;
  212. -moz-transition:all 0.6s;
  213. -ms-transition:all 0.6s;
  214. -o-transition:all 0.6s;
  215. transition:all 0.6s;}
  216. .l {text-align:left;
  217. margin-top:3px;}
  218. .l a {float:left;}
  219. .r {text-align:right;
  220. float:right;
  221. margin-top:3px;}
  222. .r a {float:left;}
  223. #standardlinks a {
  224. border:none;
  225. text-transform:lowercase;
  226. padding:0 4px;
  227. background:{color:background};
  228. -webkit-transition:all 0.6s;
  229. -moz-transition:all 0.6s;
  230. -ms-transition:all 0.6s;
  231. -o-transition:all 0.6s;
  232. transition:all 0.6s;
  233. }
  234. #standardlinks a:hover {
  235. text-shadow:0px 0px 1px {color:text};
  236. color:transparent;
  237. -webkit-transition:all 0.6s;
  238. -moz-transition:all 0.6s;
  239. -ms-transition:all 0.6s;
  240. -o-transition:all 0.6s;
  241. transition:all 0.6s;}
  242.  
  243.  
  244. #description {
  245. {block:ifitalicdescription}
  246. font-style:italic;
  247. {/block:ifitalicdescription}
  248. }
  249.  
  250.  
  251.  
  252.  
  253. /*theme*/
  254. #title {font-size:12px;
  255. line-height:18px;
  256. font-weight:bold;
  257. margin:5px 0;
  258. color:{color:title};}
  259. #title a {color:{color:title};}
  260.  
  261. /*pagination*/
  262. #pagination {
  263. text-align:center;
  264. text-transform:uppercase;
  265. letter-spacing:1px;
  266. font-size:9px;
  267. }
  268. #pagination a {
  269. margin:0 25px;
  270. display:inline-block;
  271. text-decoration:none;
  272. }
  273.  
  274.  
  275.  
  276.  
  277. pre {width:400px!important;
  278. overflow-x:scroll;
  279. word-break:break-all;
  280. }
  281.  
  282. .con {left:50%;
  283. position:absolute;
  284. top:0;
  285. margin-left:-206px;}
  286. #ent {margin-top:50px;}
  287. #posts {
  288. padding:10px;
  289. border:1px solid #ccc;
  290. width:400px;
  291. {block:IndexPage}
  292. margin-bottom:100px;
  293. {/block:IndexPage}
  294. {block:PermalinkPage}
  295. margin-bottom:25px;
  296. {/block:PermalinkPage}
  297. -webkit-transition:all 0.6s;
  298. -moz-transition:all 0.6s;
  299. -ms-transition:all 0.6s;
  300. -o-transition:all 0.6s;
  301. transition:all 0.6s;
  302. {block:ifnothoverpostshadow}
  303. -webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.4);
  304. -moz-box-shadow: 3px 3px 6px rgba(0,0,0,0.4);
  305. box-shadow: 3px 3px 6px rgba(0,0,0,0.4);
  306. {/block:ifnothoverpostshadow}
  307. }
  308. {block:ifhoverpostshadow}
  309. #posts:hover {-webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.4);
  310. -moz-box-shadow: 3px 3px 6px rgba(0,0,0,0.4);
  311. box-shadow: 3px 3px 6px rgba(0,0,0,0.4);
  312. -webkit-transition:all 0.6s;
  313. -moz-transition:all 0.6s;
  314. -ms-transition:all 0.6s;
  315. -o-transition:all 0.6s;
  316. transition:all 0.6s}
  317. {/block:ifhoverpostshadow}
  318. #posts img {
  319. max-width:400px;
  320. }
  321. #posts ul {margin-left:25px;}
  322. #titlequote{
  323. font-size:12px;
  324. line-height:18px;
  325. font-weight:bold;
  326. margin:5px 0;
  327. color:{color:title};
  328. }
  329.  
  330.  
  331. #source {
  332. padding-top:5px;}
  333.  
  334. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  335. .caption img{max-width:400px;}
  336. .caption {
  337. {block:ifnotshowcaptions}
  338. {block:indexpage}
  339. display:none;
  340. {/block:indexpage}
  341. {/block:ifnotshowcaptions}
  342. margin-top:5px;
  343. text-transform:none;
  344. }
  345.  
  346.  
  347.  
  348. /*asks*/
  349. .q {margin-top:5px;font-style:italic;
  350. }
  351. .as {
  352. font-weight:bold;
  353. display:inline;
  354. font-style:normal;
  355. text-transform:lowercase;}
  356. .as a {}
  357. .a {
  358. margin-top:15px;}
  359.  
  360. .a ol, li, blockquote {text-align:left;}
  361.  
  362. .chat ol {
  363. padding:0;
  364. line-height:180%;
  365. list-style:none;
  366. }
  367.  
  368. .line.odd {
  369. padding:10px;
  370. }
  371.  
  372. .line.even {
  373. padding:10px;
  374. }
  375.  
  376. .label {font-weight:bold;
  377. padding-right:1px;
  378. letter-spacing:1px;
  379. text-transform:uppercase;
  380. color:{color:title};
  381. }
  382.  
  383. .tumblr_audio_player {width:400px;
  384. height:40px;}
  385. .player {width:30px;
  386. overflow:hidden;
  387. border-left:22px solid white;
  388. border-right:18px solid white;
  389. border-top:15px solid white;
  390. border-bottom:15px solid white;
  391. margin-top:15px;
  392. margin-left:15px;
  393. border-radius:100%;
  394. position:Absolute;
  395. height:40px;
  396. opacity:.1;
  397. -webkit-transition:all 0.6s;
  398. -moz-transition:all 0.6s;
  399. -ms-transition:all 0.6s;
  400. -o-transition:all 0.6s;
  401. transition:all 0.6s; }
  402. .art:hover .player {opacity:.9;
  403. -webkit-transition:all 0.6s;
  404. -moz-transition:all 0.6s;
  405. -ms-transition:all 0.6s;
  406. -o-transition:all 0.6s;
  407. transition:all 0.6s; }
  408. .audio_info {
  409. text-align:left;
  410. min-height:85px;
  411. margin-left:115px;
  412. padding-top:15px;
  413. line-height:16px;
  414. font-style:italic;
  415. }
  416.  
  417. .audio_info b {font-size:12px;font-style:normal;
  418. border-bottom:1px solid #ccc;
  419. padding-bottom:5px;}
  420. .art {float:left;}
  421. .art img {height:100px;
  422. width:100px;}
  423.  
  424. /*permalink and notes*/
  425.  
  426.  
  427. #permalink {
  428. text-align:right;
  429. font-size:8px;
  430. padding-bottom:5px;
  431. letter-spacing:1px;
  432. text-transform:uppercase;
  433. }
  434.  
  435.  
  436. #permalink:before {
  437. content :"";
  438. position :absolute;
  439. left:0;
  440. width:400px;
  441. height:1px;
  442. margin-top:6px;
  443. margin-left:10px;
  444. background:#ccc;
  445. z-index:-1;
  446. }
  447.  
  448. #permalink a {margin:0;
  449. padding-left:8px;
  450. background:{color:background};
  451. }
  452.  
  453. .tags {{block:ifnotshowtags}
  454. {block:indexpage}
  455. display:none;
  456. {/block:indexpage}
  457. {/block:ifnotshowtags}
  458. word-break:break-all;
  459. text-align:right;
  460. width:410px;
  461. margin-top:20px;
  462. position:absolute;
  463. }
  464.  
  465. .tags a{margin-left:5px;
  466. text-transform:none;}
  467. .tags a:hover {text-transform:uppercase}
  468.  
  469. .pagenotes {
  470. {block:IndexPage}
  471. display: none!important;
  472. {/block:IndexPage}
  473. {block:PermalinkPage}
  474. width:400px;
  475. {/block:PermalinkPage}
  476. margin-left:auto;
  477. margin-top:25px;
  478. margin-right:auto;
  479. }
  480. .pagenotes img {
  481. display:none!important;}
  482. .pagenotes li {
  483. list-style-type:none;
  484. padding:5px 0px;
  485. text-align:left;
  486. font-size:9px;
  487. text-transform:uppercase;
  488. }
  489. .t {
  490. font-size:11px;
  491. font-weight:bold;
  492. letter-spacing:1px;
  493. color:{color:title};
  494. text-transform:uppercase;}
  495.  
  496.  
  497. </style>
  498.  
  499.  
  500.  
  501. <body>
  502.  
  503. <div class="con">
  504.  
  505. <div id="headers">
  506.  
  507. {block:ifshowheaderimage}
  508. <div id="im"><a href="/"><img src="{image:header image}"></a></div>
  509. {/block:ifshowheaderimage}
  510. <div id="standardlinks">
  511. <div class="r">
  512. {block:ifLinkOne}<a href="{text:Link One URL}">{text:Link One}</a>{/block:ifLinkOne}
  513. {block:ifLinkTwo}<a href="{text:Link Two URL}">{text:Link Two}</a>{/block:ifLinkTwo}
  514. {block:ifLinkThree}<a href="{text:Link Three URL}">{text:Link Three}</a>{/block:ifLinkThree}
  515. </div>
  516. <div class="l">
  517. <a href="/">home</a>
  518. <a href="/ask">ask</a>
  519. <a href="/archive">archive</a>
  520. </div>
  521. </div>
  522. <div id="blogt"><a href="/">{Title}</a></div>
  523. <div id="description">{Description}</div>
  524.  
  525.  
  526.  
  527.  
  528. </div>
  529.  
  530. <div id="ent">
  531. {block:Posts}
  532. <div id="posts" >
  533.  
  534.  
  535. {block:Date}
  536. <div id="permalink">
  537. <a href="{Permalink}">{month} {dayofmonth}{dayofmonthsuffix}{block:NoteCount} With {NoteCountWithLabel}{/block:NoteCount}</a>
  538. </div>
  539. {/block:Date}
  540.  
  541.  
  542. {block:Quote}
  543.  
  544.  
  545. <div id="titlequote">“{Quote}”</div>
  546. {block:Source}<div id="source">{Source}</div>{/block:Source}
  547. {/block:Quote}
  548.  
  549.  
  550.  
  551. {block:Text}
  552.  
  553. {block:Title}
  554. <div id="title">{Title}</div>{/block:Title}
  555. <div class="te">{Body}</div>
  556.  
  557.  
  558. {/block:Text}
  559.  
  560. {block:Link}
  561.  
  562. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  563.  
  564. {/block:Link}
  565.  
  566. {block:Chat}
  567. {block:Title}
  568. <h1>{Title}</h1>
  569. {/block:Title}
  570. <div class="chat">
  571. <ol>{block:Lines}
  572. <li class="line {Alt}">
  573. {block:Label}
  574. <span class="label">
  575. {Label}</span>
  576. {/block:Label}{Line}</li>
  577. {/block:Lines}
  578. </ol></div>
  579. {/block:Chat}
  580.  
  581. {block:Photo}
  582.  
  583. <a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/></a>
  584. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  585. {/block:Photo}
  586.  
  587. {block:Photoset}
  588. {Photoset-400}
  589. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  590. {/block:Photoset}
  591.  
  592.  
  593.  
  594. {block:Answer}
  595. <div class="q">
  596. <div class="as">{Asker} said: </div>{Question}</div>
  597. <div class="a">{Answer}</div>
  598.  
  599. {/block:Answer}
  600.  
  601. {block:Video}
  602. {Video-400}
  603. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  604. {/block:Video}
  605.  
  606. {block:Audio}
  607. <div class="art">
  608. {block:AudioPlayer}
  609. <div class="player">{AudioPlayerWhite}</div>
  610. {/block:AudioPlayer}
  611. {block:albumart}<img src="{AlbumArtURL}">{/block:albumart}</div>
  612. <div class="audio_info">{block:TrackName}<b>{TrackName}</b>{/block:TrackName}<br><br>{block:Artist}{Artist}{/block:Artist}<br>{playcountwithlabel}</div>
  613. {/block:Audio}
  614.  
  615.  
  616. {block:date}
  617. {block:permalinkpage}
  618. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}"> & source</a>{/block:ContentSource}{/block:RebloggedFrom}
  619. {/block:permalinkpage}
  620. {block:HasTags}
  621. <div class="tags">{block:Tags}<a href="{TagUrl}"># {Tag}</a>{/block:Tags}</div>{/block:HasTags}
  622. {/block:date}
  623.  
  624.  
  625.  
  626. </div>
  627.  
  628.  
  629. {block:PostNotes}
  630. <div class="pagenotes">
  631. <div class="t">Notes</div>
  632. {PostNotes}
  633. </div>
  634. {/block:PostNotes}
  635.  
  636.  
  637. {/block:Posts}
  638.  
  639. <div id="pagination">
  640. {block:Pagination}
  641. {block:PreviousPage}
  642. <a href="{PreviousPage}">&larr; previous page</a>
  643. {/block:PreviousPage}
  644.  
  645.  
  646. {block:NextPage}
  647. <a href="{NextPage}">next page &rarr;</a>
  648. {/block:NextPage}
  649. {/block:Pagination}
  650. </div>
  651.  
  652. <div id="text">
  653. Theme by <a href="http://farahmir.tumblr.com" target="_blank">Septim</a></div>
  654. </div>
  655.  
  656. </div>
  657. </div>
  658.  
  659.  
  660.  
  661.  
  662. {block:ContentSource}
  663. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  664. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  665. {/block:SourceLogo}
  666. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  667. {/block:ContentSource}
  668. </body>
  669.  
  670. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement