Advertisement
dylaenobriens

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

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