sullissi

quote code

May 12th, 2013
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.95 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4.  
  5. <!--
  6. n°10: baisemain v2 by colinfirth.tumblr.com
  7. PLEASE DO NOT REMOVE THE CREDIT OR REDISTRIBUTE
  8. -->
  9.  
  10. <html>
  11. <head> <title>{title}</title>
  12.  
  13. <link rel="shortcut icon" href="{favicon}">
  14. <meta name="image:side background" content=""/>
  15. <meta name="color:link" content="#aaaaaa"/>
  16. <meta name="color:link bg" content="#f2f2f2"/>
  17. <meta name="color:link hover" content="#242424"/>
  18. <meta name="color:post" content="#ffffff"/>
  19. <meta name="color:back" content="#ffffff"/>
  20. <meta name="color:text" content="#666666"/>
  21. <meta name="text:body font" content="helvetica"/>
  22. <meta name="text:link font" content="georgia"/>
  23. <meta name="text:title font" content="Old Standard TT"/>
  24. <meta name="text:font size" content="11px"/>
  25. <meta name="text:title size" content="20px"/>
  26. <meta name="text:link size" content="8px"/>
  27.  
  28. <meta name="text:Link 1 title" content="" />
  29. <meta name="text:Link 1" content="" />
  30. <meta name="text:Link 2 title" content="" />
  31. <meta name="text:Link 2" content="" />
  32. <meta name="text:Link 3 title" content="" />
  33. <meta name="text:Link 3" content="" />
  34. <meta name="text:Link 4 title" content="" />
  35. <meta name="text:Link 4" content="" />
  36. <meta name="text:Link 5 title" content="" />
  37. <meta name="text:Link 5" content="" />
  38. <meta name="text:Link 6 title" content="" />
  39. <meta name="text:Link 6" content="" />
  40.  
  41.  
  42. <link href='http://fonts.googleapis.com/css?family=Old+Standard+TT:400,400italic' rel='stylesheet' type='text/css'>
  43.  
  44. <style type="text/css">
  45.  
  46. iframe#tumblr_controls {
  47. right:3px !important; position: fixed !important; opacity: 0.1; filter:alpha(opacity=80); -moz-opacity: 0.8; -khtml-opacity: 0.8; -webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease; -o-transition: all 0.8s ease; z-index: 2000;
  48. }
  49.  
  50. iframe#tumblr_controls:hover {
  51. opacity: 1; filter:alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; -webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease; -o-transition: all 0.8s ease;
  52. }
  53.  
  54. ::-webkit-scrollbar {
  55. width: 8px;
  56. height: 8px;
  57. }
  58.  
  59. ::-webkit-scrollbar-button:start:decrement,
  60. -scrollbar-button:end:increment {
  61. height: 0px;
  62. display: block;
  63. background-color: transparent;
  64. }
  65.  
  66. ::-webkit-scrollbar-track-piece {
  67. background-color: {color:back};
  68. }
  69.  
  70. ::-webkit-scrollbar-thumb:vertical {
  71. height: 30px;
  72. background-color: {color:link};
  73. }
  74.  
  75. ::-webkit-scrollbar-thumb:horizontal {
  76. height: 30px;
  77. background-color: {color:link};
  78. }
  79.  
  80.  
  81. .post {
  82. border-radius: 0px;
  83. border-bottom-left-radius: 0px;
  84. padding: 15px;
  85. margin-top: 50px;
  86. margin-bottom: 50px;
  87. border-bottom: px {color:border} solid;
  88. background-color: {color:post};
  89. }
  90.  
  91.  
  92. body {
  93. background-image:url("{image:background}");
  94. background-position: center;
  95. background-attachment: fixed;
  96. background-repeat: repeat;
  97. text-align: justify;
  98. line-height: 150%;
  99. background-color: {color:back};
  100. font-family: {text:body font};
  101. font-size: {text:font size};
  102. color: {color:text};
  103. }
  104.  
  105.  
  106. a {
  107. text-decoration: none;
  108. transition: .5s linear;
  109. -o-transition: .5s linear;
  110. -moz-transition: .5s linear;
  111. -webkit-transition: .5s linear;
  112. color: {color:link};
  113. }
  114.  
  115.  
  116. a:hover {
  117. transition: .5s linear;
  118. -o-transition: .5s linear;
  119. -moz-transition: .5s linear;
  120. -webkit-transition: .5s linear;
  121. background-color: {color:link bg};
  122. color: {color:link hover};
  123. }
  124.  
  125.  
  126. blockquote{
  127. margin-left:10px;
  128. padding-left:5px;
  129. border-left: 8px solid #aaaaaa;
  130. }
  131.  
  132.  
  133. small {
  134. font-size: {text:font size};
  135. }
  136.  
  137.  
  138. #posts {
  139. background-image:url("{image:background}");
  140. width: 530px;
  141. left: 250px;
  142. height: auto;
  143. float: center;
  144. position: relative;
  145. top: 25px;
  146. margin-bottom: 25px;
  147. }
  148.  
  149.  
  150. .side {
  151. text-align: justify;
  152. width: 300px;
  153. position: fixed;
  154. top: 80px;
  155. right: 125px;
  156. margin-top:-10px;
  157. background-color: {color:back};
  158. }
  159.  
  160.  
  161. #sideimg {
  162. float: bottom center;
  163. left: 55px;
  164. position: fixed;
  165. top: 120px;
  166. width: auto;
  167. border: solid 0px {color:link bg};
  168. }
  169.  
  170.  
  171. #sideimg img {
  172. width: 300px;
  173. -webkit-transition: all 0.5s ease;
  174. -moz-transition: all 0.5s ease;
  175. -o-transition: all 0.5s ease;
  176. }
  177.  
  178.  
  179. #sideimg img:hover {
  180. opacity: 0.7;
  181. -webkit-transition: all 0.5s ease;
  182. -moz-transition: all 0.5s ease;
  183. -o-transition: all 0.5s ease;
  184. }
  185.  
  186.  
  187. #desc {
  188. margin-top: 5px;
  189. margin-bottom: px;
  190. padding: 5px 10px 5px 0px;
  191. background:{color:back};
  192. }
  193.  
  194. #pagination {
  195. width:200px;
  196. font-size:8px;
  197. word-spacing:7px;
  198. text-align:right;}
  199.  
  200. .jump_page {
  201. padding:3px;
  202. background-color:#ffffff;}
  203.  
  204. .current_page {
  205. padding:3px;
  206. background-color:#ffffff;
  207. color:#000000;}
  208.  
  209. #pagination2 a {
  210. display:block;
  211. width:10px;
  212. text-align:right;
  213. background-color:{color:sidelinks};
  214. font:10px arial;
  215. color:{color:navigation};
  216. padding:5px;
  217. border-bottom:1px solid {color:background};
  218. letter-spacing:2px;
  219. -webkit-transition: color 0.6s linear;
  220. -webkit-transition: background-color 0.6s linear;}
  221.  
  222. #pagination2 a:hover {
  223. background-color:#f8f8f8;
  224. color:#000000;}
  225.  
  226. #navlinks {
  227. font-style: ;
  228. margin-left: px;
  229. font-family: {text:link font};
  230. font-size: {text:body size};
  231. text-transform: lowercase;
  232. text-align: center;
  233. letter-spacing: 1px;
  234. text-decoration: none;
  235. }
  236.  
  237. #navlinks a {
  238. width: 286px;
  239. text-align: center;
  240. padding: 3px;
  241. margin-bottom: 2px;
  242. display: block;
  243. -webkit-transition: opacity 0.8s linear;opacity: 1;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out
  244. font-family: {text:link font};
  245. font-size: {text:link size};
  246. background-color: {color:link bg};
  247. }
  248.  
  249. #navlinks a:hover {
  250. background-color: {color:back};
  251. }
  252.  
  253.  
  254. .links {
  255.  
  256. line-height: 70%;
  257. text-transform: lowercase;
  258. font-weight: lighter;
  259. font-style: italic;
  260.  
  261. transition: .5s linear;
  262. -o-transition: .5s linear;
  263. -moz-transition: .5s linear;
  264. -webkit-transition: .5s linear;
  265. text-shadow:#bbbbbb 0px 1px 1px;
  266. letter-spacing: -1px;
  267. text-align: left;
  268. font-family: {text:title font};
  269. font-size: {text:title size};
  270. color: {color:link};
  271. }
  272.  
  273.  
  274. .links:hover {
  275. transition: .5s linear;
  276. -o-transition: .5s linear;
  277. -moz-transition: .5s linear;
  278. -webkit-transition: .5s linear;
  279. color: {color:link hover};
  280. }
  281.  
  282.  
  283. .title {
  284.  
  285. line-height: 70%;
  286. padding-bottom: 10px;
  287. text-transform: lowercase;
  288. font-weight: lighter;
  289. font-style: italic;
  290.  
  291. text-shadow:#bbbbbb 0px 1px 1px;
  292. text-align: left;
  293. font-family: {text:title font};
  294. font-size: {text:title size};
  295. }
  296.  
  297.  
  298. .date {
  299. text-align: right;
  300. float: right;
  301. margin-bottom: -310px;
  302. margin-top: -1px;
  303. margin-right: 530px;
  304. width: 175px;
  305. height: auto;
  306. letter-spacing: 1px;
  307. line-height: 125%;
  308. text-transform: none;
  309. background-color: {color:back};
  310. font-family: {text:link font};
  311. font-size: {text:link size};
  312. color:{color:text};
  313. }
  314.  
  315.  
  316. h1 {
  317. text-align: center;
  318. margin-bottom: 10px;
  319. margin-top: 0px;
  320. text-shadow:#bbbbbb 0px 1px 1px;
  321.  
  322. line-height: 70%;
  323. text-transform: lowercase;
  324. font-weight: lighter;
  325. font-style: italic;
  326.  
  327. padding-bottom: 2px;
  328. padding-top: 5px;
  329. font-family: {text:title font};
  330. font-size: {text:title size};
  331. color: {color:text};
  332. }
  333.  
  334.  
  335. h2 {
  336. opacity: 1;
  337. text-align: justify;
  338. font-weight: lighter;
  339. letter-spacing: 1px;
  340. text-transform: none;
  341. padding-bottom: 15px;
  342. padding-left: 50px;
  343. padding-right: 50px;
  344. font-family: {text:body font};
  345. font-size: {text:link size};
  346. }
  347.  
  348.  
  349. h3 {
  350. font-style: none;
  351. line-height: 100%;
  352. letter-spacing: 1px;
  353. padding-top: 0px;
  354. font-weight: lighter;
  355. text-transform: none;
  356. font-size: {text:link size};
  357. background:{color: post};
  358. color: {color:text};
  359. font-family: {text:link font};
  360. }
  361.  
  362.  
  363. h4 {
  364.  
  365. line-height: 100%;
  366. text-transform: lowercase;
  367. font-weight: lighter;
  368. font-style: italic;
  369. letter-spacing: -1px;
  370.  
  371. margin-top: -1px;
  372. padding-bottom: px;
  373. text-shadow:#bbbbbb 0px 1px 1px;
  374. font-family: {text:title font};
  375. font-size: {text:title size};
  376. color: {color:text};
  377. }
  378.  
  379.  
  380. h5 {
  381. font-style: none;
  382. letter-spacing: 1px;
  383. margin-top: -1px;
  384. font-weight: lighter;
  385. text-transform: none;
  386. font-size: {text:link size};
  387. color: {color:text};
  388. font-family: {text:link font};
  389. }
  390.  
  391.  
  392. h6 {
  393. text-transform: none;
  394. text-align: justify;
  395. letter-spacing: 1px;
  396. padding-left: 50px;
  397. padding-top: 0px;
  398. padding-right: 50px;
  399. padding-bottom: 5px;
  400. font-weight: lighter;
  401. font-size: {text:link size};
  402. background: #fafafa;
  403. font-family: {text:link font};
  404. }
  405.  
  406.  
  407. h7 {
  408. line-height: 100%;
  409. text-transform: lowercase;
  410. font-weight: lighter;
  411. font-style: italic;
  412. letter-spacing: -1px;
  413.  
  414. text-align: center;
  415. padding-bottom: px;
  416. text-shadow:#bbbbbb 0px 1px 1px;
  417. font-family: {text:title font};
  418. font-size: {text:title size};
  419. color: {color:text};
  420. }
  421.  
  422.  
  423.  
  424.  
  425.  
  426.  
  427. ol.notes {
  428. padding-left: 10px;
  429. padding-right: 10px;
  430. margin: 0px 0px;
  431. list-style-type: none;
  432. line-height: 150%;
  433. font-size: {text: link size};
  434. }
  435.  
  436.  
  437. ol.notes li.note {
  438. padding: 0px;
  439. font-size: {text: link size};
  440. }
  441.  
  442.  
  443. ol.notes li.note img {
  444. padding: 0 px !important;
  445. }
  446.  
  447.  
  448. ol.notes li.note img.avatar {
  449. vertical-align: -2px;
  450. width: 10px;
  451. height: 10px;
  452. }
  453.  
  454.  
  455. ol.notes li.note a img.avatar {
  456. padding: 0px;
  457. border-width: 0px;
  458. border: none;
  459. }
  460.  
  461.  
  462. ol.notes li.note img {
  463. padding: 0px;
  464. border-width: 0px;
  465. border: none;
  466. }
  467.  
  468.  
  469. ol.notes li.note span.action {
  470. font-weight: normal;
  471. }
  472.  
  473.  
  474. ol.notes li.note.answer_content {
  475. font-weight: normal;
  476. }
  477.  
  478.  
  479. ol.notes li.note.blockquote {
  480. padding: 1px 1px;
  481. margin: 1px 0px 0px 1px;
  482. }
  483.  
  484.  
  485. ol.notes li.note.blockquote a {
  486. text-decoration: none;
  487. }
  488.  
  489.  
  490. .playbutton {
  491. width: 20px;
  492. height: 30px;
  493. overflow: hidden;
  494. position: relative;
  495. margin-top: 22px;
  496. margin-left: 20px;
  497. z-index: 1000;
  498. margin: 15px 24px 13px 16px;
  499. }
  500.  
  501.  
  502. .playbox {
  503. margin-top: 10px;
  504. margin-left: 10px;
  505. opacity: 0.75;
  506. background-color: #e4e4e4;
  507. position: absolute;
  508. z-index: 1000;
  509. -webkit-border-radius: 14px;
  510. -moz-border-radius: 100px;
  511. border-radius: 100px;
  512. }
  513.  
  514.  
  515. .audio{
  516. position:absolute;
  517. width:40px;
  518. height:40px;
  519. }
  520.  
  521.  
  522. .audioimg{
  523. width: 80px;
  524. height: 80px;
  525. position:absolute;
  526. }
  527.  
  528.  
  529. .audioimg img{
  530. float:left;
  531. opacity:1;
  532. width: 80px;
  533. }
  534.  
  535.  
  536. .audioinfo{
  537.  
  538. line-height: 65%;
  539. text-transform: lowercase;
  540. letter-spacing: -1px;
  541.  
  542. letter-spacing: 1px;
  543. margin-bottom: 1px;
  544. margin-left:102px;
  545. height: 50px;
  546. display:block;
  547. width:382px;
  548. text-align: center;
  549. padding-top: 30px;
  550. padding-left: 7px;
  551. padding-right:10px;
  552. background-color:{color:link bg};
  553. font-family:{text:link font};
  554. font-size: {text:link size};
  555. color: {color:text};
  556. }
  557.  
  558. </style>
  559.  
  560.  
  561. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  562. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  563. <script type="text/javascript" charset="utf-8">
  564. var $j = jQuery.noConflict();
  565. $j(function() {
  566. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  567. $j("img").lazyload({
  568. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  569. effect: "fadeIn",
  570. });
  571. });
  572. </script>
  573.  
  574. </head>
  575.  
  576. <body>
  577.  
  578. <div class="side">
  579. <h1><a href="/"><img src="{image:side background}" width="300"></a></h1></center>
  580. <div id="navlinks">
  581. {block:ifLink1}<a href="{text:link 1}">{text:link 1 title}</a>{/block:ifLink1}
  582. {block:ifLink2}<a href="{text:link 2}">{text:link 2 title}</a>{/block:ifLink2}
  583. {block:ifLink3}<a href="{text:link 3}">{text:link 3 title}</a>{/block:ifLink3}
  584. {block:ifLink4}<a href="{text:link 4}">{text:link 4 title}</a>{/block:ifLink4}
  585. {block:ifLink5}<a href="{text:link 5}">{text:link 5 title}</a>{/block:ifLink5}
  586. {block:ifLink6}<a href="{text:link 6}">{text:link 6 title}</a>{/block:ifLink6}
  587. </div>
  588. <div id="desc"><div class="lleft" style="" width="190">
  589. <a href="/"><img src="{PortraitURL-64}" style="border: 5px solid {color:link bg}; margin-right: 10px;" align="left"></a>{Description}</div>
  590.  
  591. <br>
  592. <div id=pagination><right>{block:Pagination}
  593. {block:PreviousPage}
  594. <a class="jump_page" href="{PreviousPage}">&larr;</a>
  595. {/block:PreviousPage}
  596.  
  597. {block:JumpPagination length="5"}
  598. {block:CurrentPage}
  599. <span class="current_page">{PageNumber}</span>
  600. {/block:CurrentPage}
  601.  
  602. {block:JumpPage}
  603. <a class="jump_page" href="{URL}">{PageNumber}</a>
  604. {/block:JumpPage}
  605. {/block:JumpPagination}
  606.  
  607. {block:NextPage}
  608. <a class="jump_page" href="{NextPage}">&rarr;</a>
  609. {/block:NextPage}
  610. {/block:Pagination}</div>
  611. </div>
  612. </div></div></div></div>
  613.  
  614.  
  615. <div id="posts">
  616. {block:Posts}
  617. <div class="post">
  618.  
  619. <div class="date">
  620. {block:Date}<a href="{Permalink}">@ {24HourWithZero}:{Minutes}</a> {block:NoteCount}with <a href="{Permalink}">{NoteCountWithLabel}</a><br>{/block:NoteCount}{/block:Date}
  621.  
  622. {block:RebloggedFrom}<a href="{ReblogParentURL}">reblogged</a> /{block:ContentSource} <a href="{SourceURL}">source</a>{/block:ContentSource}{/block:RebloggedFrom}<br>
  623. {block:HasTags}{block:Tags}<a href="{TagURL}" target="_self">#{Tag}</a><br>{/block:Tags}{/block:HasTags}</div>
  624.  
  625.  
  626.  
  627. {block:Text}{block:Title}<div class="title">{Title}</div>{/block:Title}
  628. <div style="margin-top: -10px;">{Body}</div>{/block:Text}
  629.  
  630. {block:Photo}
  631. <center>{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}</center>
  632. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  633.  
  634.  
  635. {block:Photoset}{Photoset-500}<p>
  636. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  637.  
  638.  
  639. {block:Quote}<h2>{Quote}</h2><p>
  640. {block:Source}<div style="text-align: right;"><h3>― {Source}</h3></div>{/block:Source}{/block:Quote}
  641.  
  642.  
  643. {block:Link}<a href="{URL}"><center><div class="links">{Name}</div></center></a>{block:Description}{Description}{/block:Description}{/block:Link}
  644.  
  645.  
  646. {block:Chat}{block:Title}<center><div class="title">{Title}</div></center>{/block:Title}
  647. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label}&nbsp;{Line}<br>{/block:Lines}{/block:Chat}
  648.  
  649.  
  650. {block:Audio}
  651. <div class="audio">
  652. <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerGrey}{/block:AudioPlayer}</div></div>
  653. <div class="audioimg"><img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg"></div></div>
  654. <div class="audioinfo">{block:TrackName}{TrackName} - {/block:TrackName}{block:Artist}{Artist}{/block:Artist}</div>{/block:Audio}
  655.  
  656.  
  657. {block:Video}
  658. {Video-500}<p>
  659. {block:Caption}{Caption}{/block:Caption}{/block:Video}
  660.  
  661.  
  662. {block:Answer}<h6><br><br>{Asker}: {Question}<br><br><br></h6><p>{Answer}{/block:Answer}
  663.  
  664. </div>
  665.  
  666. {/block:Posts}
  667.  
  668. {block:PermalinkPage}{block:PostNotes}<div style="padding-top: 25px; padding-bottom: 25px; background: {color:post};">{PostNotes}{/block:PostNotes}{/block:PermalinkPage}
  669. </div>
  670.  
  671. <div style="position: fixed; bottom: 8px; left: 10px"><a href="http://colinfirth.tumblr.com/"><div style="color: {color:text}">&copy;</div></a>
  672.  
  673. </body>
Advertisement
Add Comment
Please, Sign In to add comment