Advertisement
olympianthemes

SEXY BACK, Theme #4

Jul 8th, 2013
2,394
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.72 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!----
  4. THEME FOUR - "SEXY BACK" by CREMATA
  5.  
  6. Rules and Regulations:
  7. #1: Please DO NOT commit thievery and steal this theme/page. I've worked hard on in so I'd appreciate if you didn't.
  8.  
  9. #2: DO NOT redistribute this theme/page.
  10.  
  11. #3: You can customize to your liking, just make sure that your theme/page is readable and credible for your viewers.
  12.  
  13. #4: You are not allowed to copy this code for an "edited theme". If you are caught, you will be reported.
  14.  
  15.  
  16. Credits to codysherman.com for the infinite scroll feature!
  17. Credits to css-tricks.com for the slide panel!
  18.  
  19. ---->
  20.  
  21. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  22. <head>
  23. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  24.  
  25. <title>{Title}</title>
  26. <link rel="shortcut icon" href="{Favicon}" />
  27.  
  28. <link href='http://fonts.googleapis.com/css?family=Roboto+Condensed' rel='stylesheet' type='text/css'>
  29.  
  30. <link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
  31.  
  32. <link href='http://fonts.googleapis.com/css?family=Euphoria+Script' rel='stylesheet' type='text/css'>
  33.  
  34.  
  35. {block:IfInfiniteScroll}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfInfiniteScroll}
  36.  
  37.  
  38.  
  39. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  40. <script type="text/javascript">
  41. $(function(){
  42. $(".button").toggle(fnShow, fnHide);
  43. });
  44.  
  45.  
  46. function fnShow(){
  47. $("#sidebar").animate({left:0});
  48. $(".button").animate({left:250});
  49. }
  50. function fnHide(){
  51. $("#sidebar").animate({left:-250});
  52. $(".button").animate({left:0});
  53.  
  54. }
  55. </script>
  56.  
  57. <!-- VARIABLES -->
  58.  
  59. <meta name="color:Background" content="#FEFEFE">
  60. <meta name="color:Post BG" content="#202020">
  61. <meta name="color:Text" content="#EEEEEE">
  62. <meta name="color:Accent" content="#0195ab">
  63. <meta name="color:Border Color" content="#DDDDDD">
  64. <meta name="color:Blockquote BG" content="#EEEEEE">
  65. <meta name="color:Blockquote Text" content="#202020">
  66.  
  67. <meta name="if:Black Player" content="1">
  68. <meta name="if:Grayscale" content="1">
  69. <meta name="if:400px Post" content="1">
  70. <meta name="if:Infinite Scroll" content="0">
  71.  
  72. <meta name="image:Background" content="">
  73. <meta name="image:Sidebar" content="">
  74.  
  75. <meta name="text:Link 1" content="">
  76. <meta name="text:Link 1 URL" content="">
  77. <meta name="text:Link 2" content="">
  78. <meta name="text:Link 2 URL" content="">
  79. <meta name="text:Link 3" content="">
  80. <meta name="text:Link 3 URL" content="">
  81. <meta name="text:Link 4" content="">
  82. <meta name="text:Link 4 URL" content="">
  83. <meta name="text:Link 5" content="">
  84. <meta name="text:Link 5 URL" content="">
  85. <meta name="text:Link 6" content="">
  86. <meta name="text:Link 6 URL" content="">
  87.  
  88.  
  89.  
  90.  
  91. </head>
  92. <style type="text/css">
  93. body {
  94. padding: 0;
  95. margin: 0;
  96. margin: auto;
  97. list-style: none;
  98. background-color: {color:Background};
  99. background-attachment: fixed;
  100. background-image:url('{image:Background}');
  101. }
  102.  
  103. a {
  104. text-decoration: none;
  105. color: black;
  106. }
  107.  
  108. b,i,strong,em {
  109. color: {color:Accent};
  110. }
  111.  
  112. blockquote {
  113. display: block;
  114. margin-left: 0px;
  115. width: 96%;
  116. background-color: {color:Blockquote BG};
  117. color: {color:Blockquote Text};
  118. padding: 3px 10px 4px 8px;
  119. }
  120.  
  121. ::-webkit-scrollbar-thumb:vertical {
  122. height: 10px;
  123. border-radius: 7px;
  124. background-color: {color:Accent};
  125. }
  126.  
  127. ::-webkit-scrollbar-thumb:horizontal {
  128. height: 5px;
  129. width: 7px;
  130. border-radius: 7px;
  131. background-color: {color:Accent};
  132. }
  133.  
  134. ::-webkit-scrollbar {
  135. width: 7px;
  136. background-color: #202020;
  137. }
  138.  
  139. .button {
  140. position: fixed;
  141. background: {color:Accent};
  142. color: #EEEEEE;
  143. padding: 8px 15px 10px 13px;
  144. cursor: pointer;
  145. font-family: roboto condensed;
  146. font-size: 14px;
  147. text-align: center;
  148. }
  149.  
  150.  
  151. #sidebar {
  152. margin: auto;
  153. position:fixed;
  154. width: 250px;
  155. background: #202020;
  156. height: 100%;
  157. left: -270px;
  158. text-align: center;
  159. font-family: roboto condensed;
  160. font-size: 10px;
  161. color: #EEEEEE;
  162. background-image:url('{image:Sidebar}');
  163. }
  164.  
  165. #posts {
  166. margin: auto;
  167. {block:IfNot400pxPost}width: 500px;{/block:IfNot400pxPost}
  168. {block:If400pxPost}width: 400px;{/block:If400pxPost}
  169. height: auto;
  170. margin-bottom: 60px;
  171. margin-top: 40px;
  172. display: inline-block;
  173. margin-left: 320px;
  174. }
  175.  
  176. #posts img {
  177. {block:IfGrayscale}-webkit-filter: grayscale(100%);{/block:IfGrayscale}
  178. webkit-transition: all 0.3s ease-in-out;
  179. -moz-transition: all 0.3s ease-in-out;
  180. -o-transition: all 0.3s ease-in-out;
  181. -ms-transition: all 0.3s ease-in-out;
  182. transition: all 0.3s ease-in-out;
  183. }
  184.  
  185. #posts img:hover {
  186. {block:IfGrayscale}-webkit-filter: grayscale(0%);{/block:IfGrayscale}
  187. }
  188.  
  189. .description {
  190. margin: auto;
  191. width: 230px;
  192. height: auto;
  193. background-color: #FFFFFF;
  194. padding: 10px;
  195. text-align: center;
  196. color: #202020;
  197. margin-top: 450px;
  198. font-size: 11px;
  199. }
  200.  
  201. .crown {
  202. font-family: roboto condensed;
  203. font-size: 14px;
  204. color: {color:Accent};
  205. text-align: center;
  206. display: block;
  207. margin-bottom: 5px;
  208. text-transform: uppercase;
  209. letter-spacing: 1px;
  210. padding-bottom: 3px;
  211. border-bottom: 3px double {color:Border Color};
  212. }
  213.  
  214. .links {
  215. display: block;
  216. margin-top: 6px;
  217. }
  218.  
  219. .links a {
  220. text-transform: uppercase;
  221. color: #EEEEEE;
  222. padding: 3px 6px;
  223. font-size: 10px;
  224. display: inline-block;
  225. width: 95px;
  226. background-color: {color:Accent};
  227. margin: 3px;
  228. webkit-transition: all 0.3s ease-in-out;
  229. -moz-transition: all 0.3s ease-in-out;
  230. -o-transition: all 0.3s ease-in-out;
  231. -ms-transition: all 0.3s ease-in-out;
  232. transition: all 0.3s ease-in-out;
  233. }
  234.  
  235. .links a:hover {
  236. color: {color:Accent};
  237. background-color: #EEEEEE;
  238. }
  239.  
  240. #entries {
  241. width: 100%;
  242. font-family: cambria;
  243. font-size: 10px;
  244. color: {color:Text};
  245. background-color: {color:Post BG};
  246. padding: 20px;
  247. }
  248.  
  249. #entries a {
  250. color: {color:Accent};
  251. }
  252.  
  253. #entries a:hover {
  254. color: #CCCCCC;
  255. }
  256.  
  257. /* TEXT */
  258.  
  259. .text {
  260. border-bottom: 3px double #404040;
  261. }
  262.  
  263. .text a {
  264. display: block;
  265. font-family: roboto condensed;
  266. font-size: 16px;
  267. text-transform: uppercase;
  268. color: {color:Accent};
  269. padding-bottom: 4px;
  270. text-align: center;
  271. }
  272.  
  273. /* PHOTO */
  274.  
  275. .photo img {
  276. width: 100%;
  277. }
  278.  
  279. .photoset {
  280. {block:IfGrayscale}-webkit-filter: grayscale(100%);{/block:IfGrayscale}
  281. webkit-transition: all 0.3s ease-in-out;
  282. -moz-transition: all 0.3s ease-in-out;
  283. -o-transition: all 0.3s ease-in-out;
  284. -ms-transition: all 0.3s ease-in-out;
  285. transition: all 0.3s ease-in-out;
  286. }
  287.  
  288. .photoset:hover {
  289. {block:IfGrayscale}-webkit-filter: grayscale(0%);{/block:IfGrayscale}
  290. }
  291.  
  292. /* QUESTION */
  293.  
  294. .question {
  295. display: block;
  296. padding: 10px;
  297. text-align: center;
  298. font-family: cambria;
  299. font-size: 10px;
  300. font-style: italic;
  301. color: {color:Accent};
  302. background-color: transparent;
  303. }
  304.  
  305. .answer {
  306. display: block;
  307. text-align: justify;
  308. font-size: 8px;
  309. text-transform: uppercase;
  310. }
  311.  
  312. .asker img {
  313. width: 24px;
  314. height: 24px;
  315. display: block;
  316. text-align: center;
  317. margin: auto;
  318. padding: 10px;
  319. background-color: {color:Accent};
  320. }
  321.  
  322. /* LINK */
  323.  
  324. .link h3 {
  325. display: block;
  326. text-align: center;
  327. font-family: euphoria script;
  328. font-size: 24px;
  329. }
  330.  
  331. /* QUOTE */
  332.  
  333. .quote {
  334. text-align: center;
  335. display: block;
  336. font-family: 'euphoria script';
  337. font-size: 15px;
  338. color: {color:Accent};
  339. }
  340.  
  341. .source {
  342. font-size: 10px;
  343. font-family: roboto condensed;
  344. text-transform: uppercase;
  345. padding-top: 4px;
  346. border-top: 3px double {color:Border Color};
  347. }
  348.  
  349. /* CHAT */
  350.  
  351. .chat .convo li {
  352. list-style: none;
  353. text-align: justify;
  354. margin-top: 5px;
  355. }
  356.  
  357. .chat h2 {
  358. font-family: 'roboto condensed';
  359. font-size: 20px;
  360. text-align: center;
  361. display: block;
  362. color: {color:Accent};
  363. text-transform: uppercase;
  364. }
  365.  
  366. .line_odd .label {
  367. color: {color:Accent};
  368. text-transform: uppercase;
  369. border-bottom: 1px dotted #AAAAAA;
  370. padding: 2px;
  371. }
  372.  
  373. .line_even .label {
  374. color: #BBBBBB;
  375. text-transform: uppercase;
  376. border-bottom: 1px dotted #AAAAAA;
  377. padding: 2px;
  378. }
  379.  
  380.  
  381. /* MUSIC */
  382.  
  383. .album img {
  384. text-align: left;
  385. position: relative;
  386. width: 100px;
  387. height: 100px;
  388. }
  389.  
  390. .info {
  391. display: inline-block;
  392. {block:IfNot400pxPost}width: 325px;{/block:IfNot400PxPost}
  393. {block:If400pxPost}width: 225px;{/block:If400pxPost}
  394. padding: 35px;
  395. {block:IfBlackPLayer}background-color: #000;{/block:IfBlackPlayer}
  396. {block:IfNotBlackPLayer}background-color: #FFF; {/block:IfNotBlackPlayer}
  397. float: right;
  398. position: relative;
  399. height: 30px;
  400. }
  401.  
  402. .music {
  403. width: 27px;
  404. height: 28px;
  405. overflow: hidden;
  406. z-index: 1000;
  407. padding: 3px;
  408. margin: 15px 24px 13px 16px;
  409. {block:If400pxPost}margin-left: 33px;{/block:If400pxPost}
  410. {block:IfNot400pxPost}margin-left: 33px;{/block:IfNot400pxPost}
  411. opacity: 0.3;
  412. {block:IfBlackPlayer}background-color: #000;{/block:IfBlackPLayer}
  413. {block:IfNotBlackPlayer}background-color: #FFF;{/block:IfNotBlackPlayer}
  414. position: absolute;
  415. margin-top: -69px;
  416. webkit-transition: all 0.3s ease-in-out;
  417. -moz-transition: all 0.3s ease-in-out;
  418. -o-transition: all 0.3s ease-in-out;
  419. -ms-transition: all 0.3s ease-in-out;
  420. transition: all 0.3s ease-in-out;
  421.  
  422. }
  423.  
  424. .music:hover {
  425. opacity: 1;
  426. }
  427.  
  428. .track {
  429. text-align: right;
  430. display: block;
  431. font-family: 'roboto condensed';
  432. font-size: 16px;
  433. color: {color:Accent};
  434. margin-top: -10px;
  435. text-transform: uppercase;
  436. font-style: italic;
  437. }
  438.  
  439. .artist {
  440. display: block;
  441. font-family: cambria;
  442. font-size: 8px;
  443. {block:IfBlackPlayer}color: #FFFFFF;{/block:IfBlackPlayer}
  444. {block:IfNotBlackPlayer}color: #202020;{/block:IfNotBlackPlayer}
  445. letter-spacing: 1px;
  446. text-transform: uppercase;
  447. text-align: right;
  448. }
  449.  
  450. .playcount {
  451. display: block;
  452. font-family: cambria;
  453. font-size: 8px;
  454. {block:IfBlackPlayer}color: #FFFFFF;{/block:IfBlackPlayer}
  455. {block:IfNotBlackPlayer}color: #202020;{/block:IfNotBlackPlayer}
  456. letter-spacing: 1px;
  457. text-transform: uppercase;
  458. text-align: right;
  459. }
  460.  
  461.  
  462. /* INFORMATION */
  463.  
  464. #postinfo {
  465. width: 100px;
  466. padding: 10px;
  467. background-color: transparent;
  468. position: absolute;
  469. {block:IfNot400pxPost}margin-left: 560px;{/block:IfNot400pxPost}
  470. {block:If400pxPost}margin-left: 460px;{/block:If400pxPost}
  471. text-align: center;
  472. border-top: 3px double {color:Border Color};
  473. }
  474.  
  475. #postinfo .notes a {
  476. display: block;
  477. font-family: 'Lobster';
  478. font-size: 16px;
  479. color: {color:Accent};
  480. webkit-transition: all 0.3s ease-in-out;
  481. -moz-transition: all 0.3s ease-in-out;
  482. -o-transition: all 0.3s ease-in-out;
  483. -ms-transition: all 0.3s ease-in-out;
  484. transition: all 0.3s ease-in-out;
  485. }
  486.  
  487. #postinfo .notes a:hover {
  488. color: #DDDDDD;
  489. }
  490.  
  491. .postnotes {
  492. width: 100%;
  493. font-family: 'roboto condensed';
  494. font-size: 10px;
  495. text-transform: uppercase;
  496. color: {color:Accent};
  497. text-align: left;
  498. float: left;
  499. }
  500.  
  501. .postnotes ol {
  502. list-style: none;
  503. }
  504.  
  505. #tags {
  506. margin-bottom: 20px;
  507. font-family: roboto condensed;
  508. font-size: 10px;
  509. text-transform: uppercase;
  510. margin-top: 5px;
  511. width: 500px;
  512. display: inline-block;
  513. }
  514.  
  515. #tags a {
  516. display: inline-block;
  517. color: {color:Accent};
  518. margin: 3px;
  519. webkit-transition: all 0.1s ease-in-out;
  520. -moz-transition: all 0.1s ease-in-out;
  521. -o-transition: all 0.1s ease-in-out;
  522. -ms-transition: all 0.1s ease-in-out;
  523. transition: all 0.1s ease-in-out;
  524. }
  525.  
  526. #tags a:hover {
  527. color: #DDDDDD;
  528. }
  529.  
  530. .tagtitle {
  531. width: 110px;
  532. padding: 3px;
  533. float: left;
  534. text-transform: uppercase;
  535. background-color: {color:Accent};
  536. color: #EEEEEE;
  537. text-align: center;
  538. }
  539.  
  540. .reblogs {
  541. font-family: roboto condensed;
  542. font-size: 10px;
  543. color: #CCCCCC;
  544. text-transform: uppercase;
  545. }
  546.  
  547. .reblogs a {
  548. color: {color:Accent};
  549. display: inline-block;
  550. }
  551.  
  552. .readmore a {
  553. padding: 5px;
  554. background-color: {color:Accent};
  555. color: #EEEEEE;
  556. text-align: center;
  557. width: 90px;
  558. font-family: roboto condensed;
  559. font-size: 10px;
  560. text-transform: uppercase;
  561. }
  562.  
  563. .readmore a:hover {
  564. color: {color:Accent};
  565. background-color: #EEEEEE;
  566. }
  567.  
  568. #pagination {
  569. position: fixed;
  570. display: inline-block;
  571. width: 60px;
  572. padding: 20px;
  573. border-top: 3px double {color:Border Color};
  574. border-bottom: 3px double {color:Border Color};
  575. margin-left: 280px;
  576. margin-top: 300px;
  577. font-family: roboto condensed;
  578. font-size: 10px;
  579. color: #202020;
  580. text-align: center;
  581. }
  582.  
  583. #pagination a {
  584. display: block;
  585. font-size: 16px;
  586. color: {color:Accent};
  587. }
  588.  
  589. .reblogbutton a {
  590. display: block;
  591. font-family: roboto condensed;
  592. font-size: 12px;
  593. color: {color:Accent};
  594. text-align: center;
  595. text-transform: uppercase;
  596. }
  597.  
  598.  
  599.  
  600. </style>
  601. <body>
  602. <div id="sidebar">
  603. <div class="description">
  604. <div class="crown">{Title}</div>
  605. {Description}
  606. <div class="links">
  607. <a href="/">Home</a>
  608. <a href="/ask">Message</a>
  609. <a href="/submit">Submit</a>
  610. <a href="http://cremata.tumblr.com">&copy; theme</a>
  611. <a href="{text:Link 1 URL}">{text:Link 1}</a>
  612. <a href="{text:Link 2 URL}">{text:Link 2}</a>
  613. <a href="{text:Link 3 URL}">{text:Link 3}</a>
  614. <a href="{text:Link 4 URL}">{text:Link 4}</a>
  615. <a href="{text:Link 5 URL}">{text:Link 5}</a>
  616. <a href="{text:Link 6 URL}">{text:Link 6}</a>
  617. </div>
  618. </div>
  619. </div>
  620. <div class="button">&hearts;</div>
  621.  
  622.  
  623. <div id="posts">
  624.  
  625.  
  626. {block:Posts}
  627.  
  628. <div id="postinfo">
  629. <div class="notes">{block:NoteCount}<a href="{Permalink}">{NoteCount} Notes</a>{/block:NoteCount}</div>
  630. <div class="reblogs">{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">Via</a> ❖ <a href="{ReblogRootURL}" title="{ReblogRootName}">Source</a>{/block:RebloggedFrom}</div>
  631. <div class="reblogbutton"><a href="{ReblogURL}">Reblog</a></div>
  632. </div>
  633.  
  634.  
  635.  
  636. <div id="entries">
  637.  
  638.  
  639. {block:Text}
  640. {block:Title}<div class="text"><a href="{Permalink}">{Title}</a></div>{/block:Title}
  641. {Body}
  642. {/block:Text}
  643.  
  644. <div class="photoset">
  645. {block:Photoset}
  646. <center>
  647. {block:IfNot400pxPost}{Photoset-500}{/block:IfNot400pxPost}
  648. {block:If400pxPost}{Photoset-400}{/block:If400pxPost}
  649. </center>
  650. {block:Caption}{Caption}{/block:Caption}
  651. {/block:Photoset}
  652. </div>
  653.  
  654. <div class="photo">
  655. {block:Photo}
  656. <center><a href="{Permalink}"><img src="{PhotoURL-500}"></a></center>
  657. {block:Caption}{Caption}{/block:Caption}
  658. {/block:Photo}
  659. </div>
  660.  
  661. {block:More}
  662. <div class="readmore"><a href="{Permalink}">Read More</a></div>
  663. {/block:More}
  664.  
  665. {block:Audio}
  666. <div class="album">{block:AlbumArt}<img src="{AlbumArtURL}" />{block:AlbumArt}<div class="music">{block:AudioPlayer}{block:IfBlackPlayer}{AudioPlayerBlack}{/block:IfBlackPlayer}{block:IfNotBlackPlayer}{AudioPlayerWhite}{/block:IfNotBlackPlayer}{/block:AudioPlayer}</div>
  667. <div class="info">
  668.  
  669. <div class="track">{block:TrackName}{TrackName}{/block:TrackName}</div>
  670. <div class="artist">{block:Artist}{Artist}{/block:Artist}</div>
  671. <div class="playcount">{block:PlayCount}{PlayCount} Plays{/block:PlayCount}</div>
  672. </div>
  673. {block:Caption}{Caption}{/block:Caption}
  674. </div>
  675.  
  676. {/block:Audio}
  677.  
  678. {block:Video}
  679. {Video-500}
  680. {block:Caption}{Caption}{/block:Caption}
  681. {/block:Video}
  682.  
  683. {block:Link}
  684. <div class="link"> <a href="{URL}"><h3>{Name}</h3></a></div>
  685. {block:Description}{Description}{/block:Description}
  686. {/block:Link}
  687.  
  688. {block:Quote}<div class="quote"><h3>"{Quote}"</h3> <div class="source">-{Source}</div></div>{/block:Quote}
  689.  
  690. {block:Answer}
  691. <div class="question"><div class="asker"><img src="{AskerPortraitURL-24}" /></div><br />{Asker} asked: {Question}</div>
  692. <div class="answer">{Answer}</div>
  693. {/block:Answer}
  694.  
  695. {block:Chat}
  696. <div class="chat">
  697. {block:Title}<h2>{Title}</h2>{/block:Title}
  698. <ul class="convo">{block:Lines}<li class="line_{Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label}
  699. {Line}</li>{/block:Lines}</ul>
  700. </div>
  701. {/block:Chat}
  702.  
  703. </div>
  704.  
  705. <div id="tags">
  706. <div class="tagtitle">{block:Date}{TimeAgo}, {ShortMonth} {DayOfMonthWithZero}{/block:Date}
  707. </div>
  708.  
  709. {block:HasTags}{block:Tags}<a href="{TagURL}">❖ {Tag}</a>{/block:Tags}{/block:HasTags}
  710. </div>
  711.  
  712.  
  713.  
  714.  
  715.  
  716. {/block:Posts}
  717.  
  718. <div class="postnotes">
  719. {block:PostNotes}{PostNotes}{/block:PostNotes}
  720. </div>
  721. </div>
  722.  
  723. {block:IfNotInfiniteScroll}
  724. <div id="pagination">
  725. {block:Pagination}
  726. {block:PreviousPage}<a href="{PreviousPage}">&lArr;</a>{/block:PreviousPage}
  727. {CurrentPage} / {TotalPages}
  728. {block:NextPage}<a href="{NextPage}">&rArr;</a>{/block:NextPage}
  729. {/block:Pagination}
  730. </div>
  731. {/block:IfNotInfiniteScroll}
  732.  
  733.  
  734.  
  735.  
  736.  
  737.  
  738. </body>
  739. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement