Advertisement
257px

Girls; Updated code

Dec 15th, 2014
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.39 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. <!-- 257pxthemes -->
  4.  
  5.  
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7. <head>
  8.  
  9. <title>{Title}</title>
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  13.  
  14. <meta name="color:Background" content="#ffffff"/>
  15. <meta name="color:Text" content="#bbbbbb"/>
  16. <meta name="color:Accent" content="#fb095a"/>
  17. <meta name="color:Accent2" content="#1dd745"/>
  18. <meta name="color:Accent3" content="#59b2e7"/>
  19. <meta name="color:Tags" content="#cccccc"/>
  20. <meta name="color:Hover" content="#f1f1f1"/>
  21. <meta name="color:Line" content="#f2f2f2"/>
  22. <meta name="color:Border" content="#eeeeee"/>
  23. <meta name="color:scrollbarbg" content="ffffff"/>
  24.  
  25. <meta name="image:sidebar" content=""/>
  26.  
  27.  
  28. <meta name="image:Background" content=""/>
  29. <meta name="if:Background Full" content=""/>
  30. <meta name="if:Background Repeat" content=""/>
  31. <meta name="text:subtitle1" content="">
  32. <meta name="text:subtitle2" content="">
  33. <meta name="text:subtitle3" content="">
  34. <meta name="text:linkA" content="">
  35. <meta name="text:linkA url" content="/">
  36. <meta name="text:linkB" content="">
  37. <meta name="text:linkB url" content="/">
  38. <meta name="text:linkC" content="">
  39. <meta name="text:linkC url" content="/">
  40. <meta name="text:linkD" content="">
  41. <meta name="text:linkD url" content="/">
  42.  
  43.  
  44.  
  45. <style type="text/css">
  46.  
  47. @import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:700);
  48.  
  49. @import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:900);
  50.  
  51. ::-webkit-scrollbar {
  52. width: 5px;height: 5px;}
  53. ::-webkit-scrollbar-button:start:decrement,
  54. ::-webkit-scrollbar-button:end:increment {
  55. height: 6px;display: block;background-color: {color:white};}
  56. ::-webkit-scrollbar-track-piece {
  57. background-color: {color:scrollbarbg};}
  58. ::-webkit-scrollbar-thumb:vertical {
  59. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  60.  
  61.  
  62. body {
  63. background:{color:background};
  64. margin:0px;
  65. color:{color:text};
  66. font-family:Arial, Helvetica;
  67. font-size:12px;
  68. line-height:100%;
  69. {block:ifBackgroundRepeat}
  70. background: url("{image:background}") repeat left top fixed;
  71. {/block:ifBackgroundRepeat}
  72. {block:ifBackgroundFull}
  73. background: url("{image:background}") no-repeat center center fixed;
  74. -webkit-background-size: cover;
  75. -moz-background-size: cover;
  76. -o-background-size: cover;
  77. background-size: cover;
  78. {block:ifBackgroundFull}
  79. }
  80.  
  81. a {
  82. text-decoration:none;
  83. -moz-outline-style:none;
  84. color:{color:Accent3};
  85. }
  86.  
  87. img {
  88. border:none;
  89. }
  90.  
  91.  
  92. h1 {
  93. font-size:12px;
  94. color:{color:accent};
  95. text-transform:uppercase;
  96. }
  97.  
  98. blockquote {
  99. padding-left:5px;
  100. border-left:2px solid;
  101. color:{color:accent};
  102. }
  103.  
  104. blockquote blockquote {
  105. padding-left:5px;
  106. border-left:2px solid;
  107. color:{color:accent2};
  108. }
  109.  
  110.  
  111. a:hover {
  112. opacity:1;
  113. color:{color:hover};
  114. -webkit-transition: all 0.5s ease;
  115. -moz-transition: all 0.5s ease;
  116. -o-transition: all 0.5s ease
  117. }
  118.  
  119.  
  120.  
  121. #toptitle {
  122. font-family:'Source Sans Pro';
  123. position:fixed;
  124. font-size:30px;
  125. margin-top:125px;
  126. margin-left:160px;
  127. color:{color:accent};
  128. width:222px;
  129. padding:9px;
  130. text-transform:uppercase;
  131. letter-spacing:1px;
  132. text-align:center;
  133. z-index:80;
  134. }
  135.  
  136. #line1 {
  137. margin-top:230px;
  138. margin-left:125px;
  139. width:180px;
  140. height:150px
  141. line-height:20%;
  142. font-size:18px;
  143. color:{color:accent3};
  144. font-family:'Roboto Condensed';
  145. position:fixed;
  146. }
  147.  
  148. #line2 {
  149. margin-top:330px;
  150. margin-left:125px;
  151. width:180px;
  152. height:150px
  153. line-height:20%;
  154. font-size:18px;
  155. color:{color:accent};
  156. font-family:'Roboto Condensed';
  157. position:fixed;
  158. }
  159.  
  160. #line3 {
  161. margin-top:430px;
  162. margin-left:125px;
  163. width:180px;
  164. height:150px
  165. line-height:20%;
  166. font-size:18px;
  167. color:{color:accent2};
  168. font-family:'Roboto Condensed';
  169. position:fixed;
  170. }
  171.  
  172.  
  173. #description {
  174. margin-top:260px;
  175. margin-left:125px;
  176. width:180px;
  177. height:150px
  178. line-height:20%;
  179. font-size:10px;
  180. color:{color:Text};
  181. font-family:'arial';
  182. font-style:italic;
  183. position:fixed;
  184. border-left:solid 3px #000;
  185. padding-left:6px;
  186. }
  187.  
  188.  
  189.  
  190. #linkage {
  191. margin-top:360px;
  192. margin-left:125px;
  193. width:180px;
  194. height:150px
  195. line-height:20%;
  196. font-size:10px;
  197. color:{color:Text};
  198. font-family:'arial';
  199. font-style:italic;
  200. border-left:solid 3px #000;
  201. padding-left:6px;
  202. position:fixed;
  203. }
  204.  
  205. #linkageish {
  206. margin-top:360px;
  207. margin-left:125px;
  208. width:180px;
  209. height:150px
  210. line-height:20%;
  211. font-size:10px;
  212. color:{color:Text};
  213. font-family:'arial';
  214. font-style:italic;
  215. border-left:solid 3px #000;
  216. padding-left:6px;
  217. position:fixed;
  218. opacity:0;
  219. z-index:850;
  220.  
  221. }
  222.  
  223.  
  224.  
  225. #linkageish:hover {
  226. margin-top:360px;
  227. margin-left:125px;
  228. width:180px;
  229. height:150px
  230. line-height:20%;
  231. font-size:10px;
  232. color:{color:Text};
  233. font-family:'arial';
  234. font-style:italic;
  235. border-left:solid 3px #000;
  236. padding-left:6px;
  237. position:fixed;
  238. opacity:1;
  239. }
  240.  
  241. #pagish {
  242. margin-top:460px;
  243. margin-left:125px;
  244. width:180px;
  245. height:150px
  246. line-height:20%;
  247. font-size:10px;
  248. color:{color:Text};
  249. font-family:'arial';
  250. font-style:italic;
  251. border-left:solid 3px #000;
  252. padding-left:6px;
  253. position:fixed;
  254.  
  255.  
  256. }
  257.  
  258.  
  259. #pagi {
  260. margin-top:460px;
  261. margin-left:125px;
  262. width:180px;
  263. height:150px
  264. line-height:20%;
  265. font-size:10px;
  266. color:{color:Text};
  267. font-family:'arial';
  268. font-style:italic;
  269. border-left:solid 3px #000;
  270. padding-left:6px;
  271. position:fixed;
  272. opacity:0;
  273. z-index:850;
  274.  
  275. }
  276.  
  277.  
  278.  
  279. #pagi:hover {
  280. margin-top:460px;
  281. margin-left:125px;
  282. width:180px;
  283. height:150px
  284. line-height:20%;
  285. font-size:10px;
  286. color:{color:Text};
  287. font-family:'arial';
  288. font-style:italic;
  289. border-left:solid 3px #000;
  290. padding-left:6px;
  291. position:fixed;
  292. opacity:1;
  293. }
  294.  
  295.  
  296. #backboarder{
  297. top:149px;
  298. left:99px;
  299. width:250px;
  300. height:400px;
  301. background-color:#fefefe;
  302. position:fixed;
  303. border:solid 1px #000;
  304. z-index:-40;
  305.  
  306. }
  307.  
  308. .sbar.crop {
  309. margin-top:150px;
  310. width: 250px;
  311. height: 400px;
  312. }
  313. .sbar.crop .image {
  314.  
  315. background: url('{image:sidebar}');
  316. }
  317.  
  318. .crop:hover .left.image {
  319. left:-50%;
  320. }
  321.  
  322. .crop:hover .right.image {
  323. right: -50%;
  324. }
  325.  
  326. .crop {
  327. position: fixed;
  328. margin-top:100px;
  329. margin-left:100px;
  330. overflow: hidden;
  331.  
  332.  
  333. }
  334.  
  335. .crop .content {
  336. position: absolute;
  337. width: 100%;
  338. height: 100%;
  339. margin-top: auto;
  340. margin-bottom: auto;
  341. text-align: center;
  342. }
  343.  
  344. .crop .image {
  345. z-index: 1;
  346. position: absolute;
  347. width: 100%;
  348. height: 100%;
  349. background-repeat: no-repeat;
  350. }
  351.  
  352.  
  353. .crop .left.image, .crop .right.image {
  354. width: 50%;
  355. }
  356.  
  357. .crop .right.image, .crop .right.image {
  358. width: 50%;
  359. }
  360.  
  361. .crop .left.image {
  362. left: 0;
  363. background-position: 0% 50%;
  364. -webkit-transition: left 1s ease;
  365. -moz-transition: left 1s ease;
  366. -o-transition: left 1s ease;
  367. -ms-transition: left 1s ease;
  368. transition: left 1s ease;
  369. }
  370.  
  371. .crop .right.image {
  372. right: 0;
  373. background-position: 100%;
  374. -webkit-transition: right 1s ease;
  375. -moz-transition: right 1s ease;
  376. -o-transition: right 1s ease;
  377. -ms-transition: right 1s ease;
  378. transition: right 1s ease;
  379. }
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387. #all {
  388. padding:50px;
  389. padding-right:60px;
  390. width:500px;
  391. margin-left:550px;
  392. margin-top:0px;
  393. font-size:10px;
  394. background:#fff;
  395. border-left:solid 1px #000;
  396. border-right:solid 1px #000;
  397. }
  398.  
  399.  
  400.  
  401. #posts {
  402. width:500px;
  403. padding-bottom:20px;
  404. padding:10px;
  405. margin-top:30px;
  406. background-color:{color:Post};
  407. }
  408.  
  409.  
  410. #details {
  411. text-align:right;
  412. margin-top:8px;
  413. text-transform:uppercase;
  414. font-size:8px;
  415. font-style:none;
  416.  
  417. }
  418.  
  419.  
  420. #tags {
  421. font-family:cambria;
  422. letter-spacing:0px;
  423. text-transform:lowercase;
  424. font-size:10px;
  425. font-style:italic;
  426. margin-top:2px;
  427. text-align:right;
  428. }
  429.  
  430. #tags a {
  431. display:inline-block;
  432. padding:-3px;
  433. text-align:right;
  434. color:{color:Accent2};
  435. -webkit-transition: all 0.6s ease-in-out;
  436. -moz-transition: all 0.6s ease-in-out;
  437. -o-transition: all 0.6s ease-in-out;
  438. -ms-transition: all 0.6s ease-in-out;
  439. -transition: all 0.6s ease-in-out;
  440. }
  441.  
  442.  
  443. #question {
  444. padding:8px;
  445. font-family:cambria;
  446. letter-spacing:2px;
  447. text-align:right;
  448. font-style:italic;
  449. border:3px {color:border} solid;
  450. color:{color:text};
  451. background-color:{color:background}
  452. }
  453.  
  454.  
  455. .newplayerbutton {
  456. position: relative;
  457. width: 28px;
  458. height: 27px;
  459. overflow: hidden;
  460. }
  461.  
  462. .playerbuttonhug {
  463. position: absolute;
  464. top: -11px;
  465. left: -12px;
  466. }
  467.  
  468.  
  469. .tumblr_audio_player {
  470. border: none;
  471. padding: 0px;
  472. margin: 0px;
  473. height: 50px;
  474. width: 500px;
  475. }
  476.  
  477. .playerbuttonbg {
  478. position: absolute;
  479. left: 20px;
  480. top: 20px;
  481. width: 28px;
  482. height: 28px;
  483. background-color: #ffffff;
  484. padding: 10px;
  485. -webkit-border-radius: 40px;
  486. -moz-border-radius: 40px;
  487. border-radius: 40px;
  488. opacity: .4;
  489. filter: alpha(opacity=40);
  490. -moz-opacity: 0.4;
  491. -khtml-opacity: 0.4;
  492. transition: opacity .7s ease-in-out;
  493. -moz-transition: opacity .7s ease-in-out;
  494. -webkit-transition: opacity .7s ease-in-out;
  495. }
  496.  
  497. .playerbuttonbg:hover {
  498. opacity: 1;
  499. filter: alpha(opacity=100);
  500. -moz-opacity: 1;
  501. -khtml-opacity: 1;
  502. }
  503.  
  504. .audioimgwrapper {
  505. position: absolute;
  506. left: 0px;
  507. top: 0px;
  508. -webkit-border-radius: 50px;
  509. -moz-border-radius: 50px;
  510. border-radius: 50px;
  511. overflow: hidden;
  512. width: 88px;
  513. height: 88px;
  514. }
  515.  
  516. .audioimgwrapper img {
  517. width: 100%;
  518. height: auto;
  519. -webkit-border-radius: 50px;
  520. -moz-border-radius: 50px;
  521. border-radius: 50px;
  522. }
  523.  
  524. .trackdetails {
  525. width: auto;
  526. display:inline-block;
  527. margin-left: 100px;
  528. min-height: 85px;
  529. }
  530.  
  531. .audiowrapper {
  532. position: relative;
  533. display:inline-block;
  534. }
  535.  
  536. {CustomCSS}</style></head><body>
  537.  
  538. <div id="description">{Description}</div>
  539.  
  540. <div id="linkage">This link leads to <a href="{text:linkA url}">{text:linkA}</a><br>
  541. This link leads to <a href="{text:linkB url}">{text:linkB}</a>
  542. <br>
  543. This link leads to <a href="{text:linkC url}">{text:linkC}</a>
  544. <br>
  545. This link leads to <a href="{text:linkD url}">{text:linkD}</a>
  546.  
  547. </a></div>
  548.  
  549. <div id="linkageish">This link leads to <a href="{text:linkA url}">{text:linkA}</a><br>
  550. This link leads to <a href="{text:linkB url}">{text:linkB}</a>
  551. <br>
  552. This link leads to <a href="{text:linkC url}">{text:linkC}</a>
  553. <br>
  554. This link leads to <a href="{text:linkD url}">{text:linkD}</a>
  555.  
  556. </a></div>
  557.  
  558.  
  559. <div id="pagi">
  560. {block:Pagination}
  561. {block:PreviousPage}
  562. <a href="{PreviousPage}">&larr; previous </a>
  563. {/block:PreviousPage}
  564.  
  565.  
  566. {block:NextPage}
  567. <a href="{NextPage}">next &rarr;</a>
  568. {/block:NextPage}
  569. {/block:Pagination}
  570. </div>
  571.  
  572.  
  573. <div id="pagish">
  574. {block:Pagination}
  575. {block:PreviousPage}
  576. <a href="{PreviousPage}">&larr; previous </a>
  577. {/block:PreviousPage}
  578.  
  579.  
  580. {block:NextPage}
  581. <a href="{NextPage}">next &rarr;</a>
  582. {/block:NextPage}
  583. {/block:Pagination}
  584. </div>
  585.  
  586.  
  587.  
  588. <div id="line1">{text:subtitle1}</div>
  589.  
  590. <div id="line2">{text:subtitle2}</div>
  591.  
  592. <div id="line3">{text:subtitle3}</div>
  593.  
  594. <div id="toptitle">{title};</div>
  595.  
  596.  
  597.  
  598.  
  599.  
  600. <div class="images">
  601. <div class="crop sbar">
  602. <div class="left image"></div>
  603. <div class="right image"></div>
  604.  
  605. </div>
  606. <div id="backboarder"></div>
  607.  
  608. <div id="all">{block:Posts}<div id="posts">
  609.  
  610. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  611.  
  612. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  613.  
  614. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  615.  
  616. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  617.  
  618. {block:Quote}{Quote}{/block:Quote}
  619.  
  620. {block:Audio}{block:AudioPlayer}
  621. <div class="audiowrapper">
  622. {block:AlbumArt}
  623. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  624. {/block:AlbumArt}
  625.  
  626. <div class="playerbuttonbg">
  627. <div class="newplayerbutton">
  628. <div class="playerbuttonhug">
  629.  
  630. {AudioPlayerWhite}
  631.  
  632. </div>
  633. </div>
  634. </div>
  635.  
  636. <div class="trackdetails">
  637. <br> <br>
  638. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  639. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  640. {block:Album}Album: {Album}{/block:Album}<br/>
  641. {PlayCountWithLabel}
  642.  
  643. </div>
  644. </div>
  645. {/block:AudioPlayer}
  646.  
  647. {block:Caption}{Caption}{/block:Caption}
  648. {/block:Audio}
  649.  
  650. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  651.  
  652. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  653.  
  654.  
  655. {block:Answer}<div id="question"><span style="text-transform:uppercase;font-size:9px;font-style:italic;">— {Asker}: </span>{Question}</div><left> <font face="cambria">{Answer}</font>{/block:Answer}
  656.  
  657. <div id="details">
  658. <br> posted <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}, {Year} at {12Hour}:{Minutes} </a> {block:RebloggedFrom} from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a> {/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  659. {block:HasTags}<div id="tags">tagged as:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  660. {/block:Posts}
  661. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  662. {/block:Posts}</div></div></div>
  663.  
  664.  
  665. <div style="position:fixed;bottom:2px; right:3px; font-size:9px; letter-spacing:1px; font-family:calibri;border:1px solid;padding:4px;"><a href="http://distressedthemes.tumblr.com/">GIRLS</a></center></div>
  666.  
  667.  
  668. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement