colinfirth

n°06

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