Advertisement
dylaenobriens

Theme #50: Running From Lions (sidebar size 150px)

Jan 1st, 2014
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.85 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. <!-- theme #50 ver 1 by alexgaeskarth
  4. do anything against the rules and i will fucking stab you-->
  5.  
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7.  
  8.  
  9. <head>
  10.  
  11. <title>{Title}</title>
  12.  
  13. {block:Description}<meta name="description" content="{MetaDescription}"/>
  14. {/block:Description}
  15. <link rel="shortcut icon" href="{Favicon}" />
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  17.  
  18. <meta name="color:Bg" content="#ffffff">
  19. <meta name="color:Link" content="#000000">
  20. <meta name="color:Text" content="#040404">
  21. <meta name="color:Ask" content="#000000">
  22. <meta name="color:Hover" content="#eeeeee">
  23. <meta name="color:Scrollbar" content="#d6d5d5">
  24. <meta name="color:Accent" content="#6bcdff">
  25. <meta name="color:Bold Text" content="#ff6bb5">
  26. <meta name="color:Italic Text" content="#14f4ff">
  27. <meta name="color:Selection" content="#f6f6f6">
  28. <meta name="color:Description Links" content="#6bcdff">
  29.  
  30.  
  31. <meta name="image:sidebar" content=""/>
  32.  
  33. <meta name="text:Body Font" content="arial">
  34. <meta name="text:Body Font Size" content="8px">
  35. <meta name="text:Sidebar Title" content=";">
  36. <meta name="text:link 1" content="">
  37. <meta name="text:link 1 url" content="/">
  38. <meta name="text:link 2" content="">
  39. <meta name="text:link 2 url" content="/">
  40. <meta name="text:link 3" content="">
  41. <meta name="text:link 3 url" content="/">
  42. <meta name="text:link 4" content="">
  43. <meta name="text:link 4 url" content="/">
  44.  
  45. <meta name="if:Cursor" content="1">
  46. <meta name="if:500pxPosts" content="1">
  47. <meta name="if:400pxPosts" content="0">
  48. <meta name="if:WhiteControls" content="1">
  49.  
  50.  
  51.  
  52. <style type="text/css">
  53.  
  54. /*--custom fonts--*/
  55.  
  56. @font-face {font-family:Bebas Neue;src:url(http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf);}
  57.  
  58.  
  59. /*--tumblr controls--*/
  60.  
  61.  
  62. {block:ifWhiteControls}
  63.  
  64. iframe#tumblr_controls {
  65. margin-left: 30px !important;
  66. position: fixed !important;
  67. z-index: 999999999999999999999999999999 !important;
  68. opacity:0.3;
  69. -webkit-filter: invert(100%);
  70. -moz-filter: invert(100%);
  71. -webkit-transition:0.5s ease-in-out;
  72. -moz-transition:0.5s ease-in-out;
  73. -o-transition:0.5s ease-in-out;
  74. }
  75.  
  76. {/block:ifWhiteControls}
  77.  
  78.  
  79. /*--scrollbar--*/
  80.  
  81. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:{color:scrollbar};border-radius:100px;}
  82. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  83. ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:10px;border:4px solid #fff;}
  84.  
  85. /*--body--*/
  86.  
  87. body {
  88. margin:0px;
  89. font-style:none;
  90. background-color:{color:bg};
  91. font-family:{text:Body Font};
  92. color:{color:text};
  93. font-size:{text:Body Font Size};
  94. }
  95.  
  96.  
  97. /*--links--*/
  98.  
  99.  
  100. a {
  101. color:{color:link};
  102. text-decoration:none;
  103. -webkit-transition: all 0.6s ease;
  104. -moz-transition: all 0.6s ease;
  105. -o-transition: all 0.6s ease;
  106. }
  107.  
  108. /*--links hover--*/
  109.  
  110. a:hover {
  111. color:{color:hover};
  112. text-decoration:none;
  113. -webkit-transition: all 0.6s ease-out;
  114. -moz-transition: all 0.6s ease-out;
  115. transition: all 0.6s ease-out;
  116. }
  117.  
  118. /*--images--*/
  119.  
  120. img {
  121. max-width:100%;
  122. border:none;
  123. }
  124.  
  125. /*--blockquotes--*/
  126.  
  127. blockquote {
  128. padding-left:5px;
  129. border-left:2px solid #000;
  130. }
  131.  
  132. /*--posts titles--*/
  133.  
  134. h1 {
  135. font-size:17px;
  136. text-align:center;
  137. font-style:none;
  138. font-family:bebas neue;
  139. color:{color:Text};
  140. line-height:120%;
  141. }
  142.  
  143. h1 a {
  144. color:{color:Text};
  145. }
  146.  
  147. /*--quotes--*/
  148.  
  149. h2 {
  150. font-size:17px;
  151. text-align:center;
  152. font-style:none;
  153. font-family:bebas neue;
  154. color:{color:Text};
  155. line-height:120%;
  156. }
  157.  
  158. h2 a {
  159. color:{color:Text};
  160. }
  161.  
  162. /*--bold text--*/
  163.  
  164. b {
  165. color:{color:Bold Text};
  166. }
  167.  
  168. /*--selection--*/
  169.  
  170. ::selection {
  171. background-color:{color:Selection};
  172. }
  173.  
  174. /*--italic text--*/
  175.  
  176. i {
  177. color:{color:italic text};
  178. }
  179.  
  180. /*--Cursor code--*/
  181.  
  182. {block:ifCursor}
  183.  
  184. body, a{cursor:url("http://i.imgur.com/2qleX.jpg"), auto !important; }
  185. a:hover{cursor:url("http://i.imgur.com/IepP2.jpg"), auto !important;}
  186.  
  187. {/block:ifCursor}
  188.  
  189. /*--title--*/
  190.  
  191. #title {
  192. font-weight:bold;
  193. font-family:bebas neue;
  194. font-size:18px;
  195. color:#000;
  196. }
  197.  
  198. /*--whole sidebar--*/
  199.  
  200. #sidebar {
  201. position:fixed;
  202. width:150px;
  203. text-align:left;
  204. margin-left:200px;
  205. margin-top:150px;
  206. }
  207.  
  208. /*--sidebar image--*/
  209.  
  210. #sidebarimage {
  211. width:150px;
  212. margin-top:1px;
  213. }
  214.  
  215. #sidebarimage img {
  216. width:150px;
  217. }
  218.  
  219.  
  220. /*--description--*/
  221.  
  222. #description {
  223. margin-top:3px;
  224. border-left:3px solid #000;
  225. padding-left:5px;
  226. font-size:9px;
  227. text-align:justify;
  228. color:{color:Text};
  229. }
  230.  
  231. #description a {
  232. color:{color:Description Links};
  233. }
  234.  
  235.  
  236.  
  237. /*--pagination--*/
  238.  
  239. #pagination {
  240. text-transform:lowercase;
  241. text-align:right;
  242. font-size:9px;
  243. margin-top:5px;
  244. font-family:arial;
  245. }
  246.  
  247. #pagination a{
  248. color:{color:Link};
  249. }
  250.  
  251. #pagination a:hover {
  252. color:{color:Hover};
  253. }
  254.  
  255. /*--posts--*/
  256.  
  257. {block:if500pxPosts}
  258.  
  259. #posts {
  260. width:500px;
  261. margin-bottom:10px;
  262. padding:1px;
  263. font-size:11px;
  264. color:{color:Text};
  265. line-height:100%;
  266. text-align:justify;
  267. }
  268.  
  269. {/block:if500pxPosts}
  270.  
  271. {block:if400pxPosts}
  272.  
  273. #posts {
  274. width:400px;
  275. margin-bottom:10px;
  276. padding:1px;
  277. font-size:11px;
  278. color:{color:Text};
  279. line-height:100%;
  280. text-align:justify;
  281. }
  282.  
  283. {/block:if400pxPosts}
  284.  
  285. #postscontainer {
  286. margin-bottom:20px;
  287. padding:1px;
  288. margin-left:450px;
  289. margin-top:35px;
  290. }
  291.  
  292. /*--post info--*/
  293.  
  294.  
  295. #info {
  296. background-color:#000;
  297. padding:5px;
  298. font-family:'trebuchet ms';
  299. text-align:left;
  300. text-transform:uppercase;
  301. margin-bottom:10px;
  302. margin-top:10px;
  303. letter-spacing:1px;
  304. font-size:7px;
  305. padding-top:4px;
  306. color:#fff;
  307. }
  308.  
  309. #info a {
  310. color:#fff;
  311. }
  312.  
  313.  
  314. /*--tags--*/
  315.  
  316. #tags {
  317. font-family:trebuchet ms;
  318. width:490px;
  319. margin-left:0px;
  320. margin-top:2px;
  321. font-size:7px;
  322. color:#fff:
  323. }
  324.  
  325. #tags a {
  326. color:#fff;
  327. }
  328.  
  329. #tags a:hover {
  330. color:{color:Hover};
  331. }
  332.  
  333. /*--asks--*/
  334.  
  335. #ask {
  336. padding:10px;
  337. background-color:{color:Ask};
  338. color:#fff;
  339. }
  340.  
  341. #ask a {
  342. color:{color:Bold Text};
  343. font-weight:bold;
  344. }
  345.  
  346.  
  347.  
  348. /*--audio--*/
  349.  
  350. .newplayerbutton {
  351. position: relative;
  352. width: 28px;
  353. height: 27px;
  354. overflow: hidden;
  355. }
  356.  
  357. .playerbuttonhug {
  358. position: absolute;
  359. top: -11px;
  360. left: -12px;
  361. }
  362.  
  363.  
  364. .tumblr_audio_player {
  365. border: none;
  366. padding: 0px;
  367. margin: 0px;
  368. height: 50px;
  369. width: 500px;
  370. }
  371.  
  372. .playerbuttonbg {
  373. position: absolute;
  374. left: 25px;
  375. top: 20px;
  376. width: 28px;
  377. height: 28px;
  378. background-color: #fff;
  379. padding: 10px;
  380. -webkit-border-radius: 40px;
  381. -moz-border-radius: 40px;
  382. border-radius: 40px;
  383. opacity: .4;
  384. filter: alpha(opacity=40);
  385. -moz-opacity: 0.4;
  386. -khtml-opacity: 0.4;
  387. transition: opacity .7s ease-in-out;
  388. -moz-transition: opacity .7s ease-in-out;
  389. -webkit-transition: opacity .7s ease-in-out;
  390. }
  391.  
  392. .playerbuttonbg:hover {
  393. opacity: 1;
  394. filter: alpha(opacity=100);
  395. -moz-opacity: 1;
  396. -khtml-opacity: 1;
  397. }
  398.  
  399. .audioimgwrapper {
  400. position: absolute;
  401. left: 10px;
  402. top: 5px;
  403. -webkit-border-radius: 50px;
  404. -moz-border-radius: 50px;
  405. border-radius: 50px;
  406. overflow: hidden;
  407. width: 78px;
  408. height: 78px;
  409. }
  410.  
  411. .audioimgwrapper img {
  412. width: 100%;
  413. height: auto;
  414. -webkit-border-radius: 50px;
  415. -moz-border-radius: 50px;
  416. border-radius: 50px;
  417. }
  418.  
  419. .trackdetails {
  420. width: auto;
  421. display:inline-block;
  422. margin-left: 100px;
  423. margin-top:10px;
  424. min-height: 85px;
  425. line-height:150%;
  426. }
  427.  
  428. .audiowrapper {
  429. position: relative;
  430. display:inline-block;
  431. background-color:#000;
  432. width:100%;
  433. height:88px;
  434. color:#fff;
  435. }
  436.  
  437. /*--credit--*/
  438.  
  439. #credit {
  440. right:2px;
  441. bottom:0px;
  442. font-size:9px;
  443. padding:5px;
  444. text-transform:uppercase;
  445. position:fixed;
  446. -webkit-transition: all 0.5s ease-out;
  447. -moz-transition: all 0.5s ease-out;
  448. transition: all 0.5s ease-out;
  449. }
  450.  
  451. /*--tooltips--*/
  452.  
  453. #s-m-t-tooltip {
  454. max-width:300px;
  455. padding:4px;
  456. margin:20px 0px 0px 20px;
  457. background-color:#000; /* change the background color */
  458. font-family:bebas neue; /* change the font */
  459. font-size:11px; /* change the font size */
  460. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  461. color:white; /* change the text color */
  462. z-index:999999999999999999999999999999999999;
  463. border:3px double #fff;
  464. }
  465.  
  466. /*---clicky thingy and links--*/
  467.  
  468. #panel,#flip {
  469. padding:1px;
  470. text-align:center;
  471. color:#000;
  472. margin-top:-2px;
  473. }
  474.  
  475. #panel {
  476. display:none;
  477. text-align:left;
  478. margin-top:3px;
  479. }
  480.  
  481. #panel a {
  482. margin-bottom:3px;
  483. display:inline-block;
  484. padding:3px;
  485. text-align:center;
  486. width:67px;
  487. font-family:bebas neue;
  488. font-size:13px;
  489. background-color:#000;
  490. color:#fff;
  491. }
  492.  
  493. #panel a:hover {
  494. background-color:{color:Accent};
  495. color:#fff;
  496. }
  497.  
  498. #flip {
  499. cursor:help;
  500. font-size:16px;
  501. font-family:bebas neue;
  502. color:#fff;
  503. background-color:#000;
  504. }
  505.  
  506.  
  507. {CustomCSS}
  508.  
  509. </style></head>
  510.  
  511. <!--tooltips javascript-->
  512.  
  513. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  514.  
  515. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  516.  
  517. <script>
  518.  
  519. (function($){
  520.  
  521. $(document).ready(function(){
  522.  
  523. $("a[title]").style_my_tooltips({
  524.  
  525. tip_follows_cursor:true,
  526.  
  527. tip_delay_time:90,
  528.  
  529. tip_fade_speed:600,
  530.  
  531. attribute:"title"
  532.  
  533. });
  534.  
  535. });
  536.  
  537. })(jQuery);
  538.  
  539. </script>
  540.  
  541. <!--clicky thing javascript-->
  542.  
  543. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js">
  544. </script>
  545. <script>
  546. $(document).ready(function(){
  547. $("#flip").click(function(){
  548. $("#panel").slideToggle("slow");
  549. });
  550. });
  551. </script>
  552.  
  553. <body>
  554.  
  555. <div id="sidebar">
  556. <div id="title">{text:Sidebar Title}</div>
  557. <div id="sidebarimage">
  558. <a title="refresh" href="/"><img src="{image:sidebar}"></div></a>
  559.  
  560. <div id="flip">links</div>
  561. <div id="panel"><a href="{text:link 1 url}">{text:link 1}</a>
  562. <a href="{text:link 2 url}">{text:link 2}</a>
  563. <a href="{text:link 3 url}">{text:link 3}</a>
  564. <a href="{text:link 4 url}">{text:link 4}</a>
  565. </div>
  566.  
  567.  
  568. <div id="description">{description}</div>
  569.  
  570.  
  571. {block:Pagination}
  572. <div id="pagination">
  573.  
  574. {block:PreviousPage}<a href="{PreviousPage}">Prev</a>{/block:PreviousPage}
  575. {block:NextPage}- <a href="{NextPage}">Next</a>{/block:NextPage}
  576. </div>{/block:Pagination}
  577.  
  578. </div></div>
  579.  
  580.  
  581. <div id="postscontainer">
  582.  
  583. {block:Posts}
  584.  
  585. <div id="posts">
  586.  
  587.  
  588. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  589.  
  590.  
  591. {block:Photo}{LinkOpenTag}
  592.  
  593. {block:if500pxPosts}
  594. <img src="{PhotoURL-500}">
  595. {/block:if500pxPosts}
  596.  
  597. {block:if400pxPosts}
  598. <img src="{PhotoURL-400}">
  599. {/block:if400pxPosts}
  600.  
  601. {LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  602.  
  603. {block:Photoset}
  604.  
  605. {block:if500pxPosts}
  606. {Photoset-500}
  607. {/block:if500pxPosts}
  608.  
  609. {block:if400pxPosts}
  610. {Photoset-400}
  611. {/block:if400pxPosts}
  612.  
  613. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  614.  
  615. {block:Quote}<h2>"{Quote}"</h2>{block:Source} <center>{Source}</center>{/block:Source}{/block:Quote}
  616.  
  617. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  618.  
  619. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  620.  
  621.  
  622. {block:Audio}{block:AudioPlayer}
  623. <div class="audiowrapper">
  624. {block:AlbumArt}
  625. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  626. {/block:AlbumArt}
  627.  
  628. <div class="playerbuttonbg">
  629. <div class="newplayerbutton">
  630. <div class="playerbuttonhug">
  631.  
  632. {AudioPlayerWhite}
  633.  
  634. </div>
  635. </div>
  636. </div>
  637.  
  638. <div class="trackdetails">
  639.  
  640. {block:TrackName}<b>{TrackName}</b>{/block:TrackName}<br/>
  641. {block:Artist}<b>Artist:</b> {Artist}{/block:Artist}<br/>
  642. {block:Album}<b>Album:</b> {Album}{/block:Album}<br/>
  643. <b>{PlayCountWithLabel}</b>
  644.  
  645. </div>
  646. </div>
  647. {/block:AudioPlayer}
  648.  
  649. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  650.  
  651. {block:Video}
  652.  
  653. {block:if500pxPosts}
  654. {Video-500}
  655. {/block:if500pxPosts}
  656.  
  657. {block:if400pxPosts}
  658. {Video-400}
  659. {/block:if400pxPosts}
  660.  
  661. {block:Caption}{Caption}{/block:Caption}{/block:Video}
  662.  
  663. {block:Answer}<div id="ask"><span style="font-family:bebas neue;font-size:15px;font-weight:bold;">{Asker}</span>: {Question}</div> {Answer}{/block:Answer}
  664.  
  665. <div id="info">{block:Date} <a href="{Permalink}">
  666. {DayOfMonth}{DayOfMonthSuffix} {Month} {Year}</a></a>{/block:Date} - {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  667. and {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}{/block:RebloggedFrom} with <a href="{Permalink}">
  668. {NoteCountWithLabel}</a>
  669. {block:HasTags} <div id="tags">tags:{block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
  670.  
  671.  
  672. </div>
  673.  
  674. {/block:Posts}
  675.  
  676. {block:PostNotes}{PostNotes}</div>{/block:PostNotes}
  677. {/block:Posts}
  678.  
  679. </div>
  680.  
  681. <div id="credit"><a href="http://alexgaeskarth.tumblr.com/"><img src="http://static.tumblr.com/ujmsumm/TJamv4jm6/sg.png" width="40px;"></div></a>
  682. </body>
  683. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement