Advertisement
Guest User

colinfirth theme #10

a guest
Jan 18th, 2014
141
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 v1 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: 160px;
  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 {color:border};
  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: 450px;
  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: 100px;
  155. left: 100px;
  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.  
  195. pagination {
  196. margin-top: -2px;
  197. text-align: center;
  198. opacity: 1;
  199. padding: 10px;
  200. font-size: 7px;
  201. line-height: 135%;
  202. text-height: font-size;
  203. letter-spacing: 1px;
  204. text-transform: uppercase;
  205. position: fixed;
  206. top: auto;
  207. width: 190px;
  208. border-top: px solid #242424;
  209. font-family: {text:text font};
  210. color: {color:text};
  211. }
  212.  
  213.  
  214. #navlinks {
  215. font-style: ;
  216. margin-left: px;
  217. font-family: {text:link font};
  218. font-size: {text:body size};
  219. text-transform: lowercase;
  220. text-align: center;
  221. letter-spacing: 1px;
  222. text-decoration: none;
  223. }
  224.  
  225. #navlinks a {
  226. width: 286px;
  227. text-align: center;
  228. padding: 3px;
  229. margin-bottom: 2px;
  230. display: block;
  231. -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
  232. font-family: {text:link font};
  233. font-size: {text:link size};
  234. background-color: {color:link bg};
  235. }
  236.  
  237. #navlinks a:hover {
  238. background-color: {color:back};
  239. }
  240.  
  241.  
  242. .links {
  243.  
  244. line-height: 70%;
  245. text-transform: lowercase;
  246. font-weight: lighter;
  247. font-style: italic;
  248.  
  249. transition: .5s linear;
  250. -o-transition: .5s linear;
  251. -moz-transition: .5s linear;
  252. -webkit-transition: .5s linear;
  253. text-shadow:#bbbbbb 0px 1px 1px;
  254. letter-spacing: -1px;
  255. text-align: left;
  256. font-family: {text:title font};
  257. font-size: {text:title size};
  258. color: {color:link};
  259. }
  260.  
  261.  
  262. .links:hover {
  263. transition: .5s linear;
  264. -o-transition: .5s linear;
  265. -moz-transition: .5s linear;
  266. -webkit-transition: .5s linear;
  267. color: {color:link hover};
  268. }
  269.  
  270.  
  271. .title {
  272.  
  273. line-height: 70%;
  274. padding-bottom: 10px;
  275. text-transform: lowercase;
  276. font-weight: lighter;
  277. font-style: italic;
  278.  
  279. text-shadow:#bbbbbb 0px 1px 1px;
  280. text-align: left;
  281. font-family: {text:title font};
  282. font-size: {text:title size};
  283. }
  284.  
  285.  
  286. .date {
  287. text-align: left;
  288. float: left;
  289. margin-bottom: -310px;
  290. margin-top: -1px;
  291. margin-left: 530px;
  292. width: 175px;
  293. height: auto;
  294. letter-spacing: 1px;
  295. line-height: 125%;
  296. text-transform: lowercase;
  297. background-color: {color:back};
  298. font-family: {text:link font};
  299. font-size: {text:link size};
  300. color:{color:text};
  301. }
  302.  
  303.  
  304. h1 {
  305. text-align: center;
  306. margin-bottom: 10px;
  307. margin-top: 0px;
  308. text-shadow:#bbbbbb 0px 1px 1px;
  309.  
  310. line-height: 70%;
  311. text-transform: lowercase;
  312. font-weight: lighter;
  313. font-style: italic;
  314.  
  315. padding-bottom: 2px;
  316. padding-top: 5px;
  317. font-family: {text:title font};
  318. font-size: {text:title size};
  319. color: {color:text};
  320. }
  321.  
  322.  
  323. h2 {
  324. opacity: 1;
  325. text-align: justify;
  326. font-weight: lighter;
  327. letter-spacing: 1px;
  328. text-transform: uppercase;
  329. padding-bottom: 15px;
  330. padding-left: 50px;
  331. padding-right: 50px;
  332. font-family: {text:link font};
  333. font-size: {text:link size};
  334. }
  335.  
  336.  
  337. h3 {
  338. font-style: none;
  339. line-height: 100%;
  340. letter-spacing: 1px;
  341. padding-top: 0px;
  342. font-weight: lighter;
  343. text-transform: uppercase;
  344. font-size: {text:link size};
  345. background:{color: post};
  346. color: {color:text};
  347. font-family: {text:link font};
  348. }
  349.  
  350.  
  351. h4 {
  352.  
  353. line-height: 100%;
  354. text-transform: lowercase;
  355. font-weight: lighter;
  356. font-style: italic;
  357. letter-spacing: -1px;
  358.  
  359. margin-top: -1px;
  360. padding-bottom: px;
  361. text-shadow:#bbbbbb 0px 1px 1px;
  362. font-family: {text:title font};
  363. font-size: {text:title size};
  364. color: {color:text};
  365. }
  366.  
  367.  
  368. h5 {
  369. font-style: none;
  370. letter-spacing: 1px;
  371. margin-top: -1px;
  372. font-weight: lighter;
  373. text-transform: uppercase;
  374. font-size: {text:link size};
  375. color: {color:text};
  376. font-family: {text:link font};
  377. }
  378.  
  379.  
  380. h6 {
  381. text-transform: uppercase;
  382. text-align: justify;
  383. letter-spacing: 1px;
  384. padding-left: 50px;
  385. padding-top: 0px;
  386. padding-right: 50px;
  387. padding-bottom: 5px;
  388. font-weight: lighter;
  389. font-size: {text:link size};
  390. font-family: {text:link font};
  391. }
  392.  
  393.  
  394. h7 {
  395. line-height: 100%;
  396. text-transform: lowercase;
  397. font-weight: lighter;
  398. font-style: italic;
  399. letter-spacing: -1px;
  400.  
  401. text-align: center;
  402. padding-bottom: px;
  403. text-shadow:#bbbbbb 0px 1px 1px;
  404. font-family: {text:title font};
  405. font-size: {text:title size};
  406. color: {color:text};
  407. }
  408.  
  409.  
  410.  
  411.  
  412.  
  413.  
  414. ol.notes {
  415. padding-left: 10px;
  416. padding-right: 10px;
  417. margin: 0px 0px;
  418. list-style-type: none;
  419. line-height: 150%;
  420. font-size: {text: link size};
  421. }
  422.  
  423.  
  424. ol.notes li.note {
  425. padding: 0px;
  426. font-size: {text: link size};
  427. }
  428.  
  429.  
  430. ol.notes li.note img {
  431. padding: 0 px !important;
  432. }
  433.  
  434.  
  435. ol.notes li.note img.avatar {
  436. vertical-align: -2px;
  437. width: 10px;
  438. height: 10px;
  439. }
  440.  
  441.  
  442. ol.notes li.note a img.avatar {
  443. padding: 0px;
  444. border-width: 0px;
  445. border: none;
  446. }
  447.  
  448.  
  449. ol.notes li.note img {
  450. padding: 0px;
  451. border-width: 0px;
  452. border: none;
  453. }
  454.  
  455.  
  456. ol.notes li.note span.action {
  457. font-weight: normal;
  458. }
  459.  
  460.  
  461. ol.notes li.note.answer_content {
  462. font-weight: normal;
  463. }
  464.  
  465.  
  466. ol.notes li.note.blockquote {
  467. padding: 1px 1px;
  468. margin: 1px 0px 0px 1px;
  469. }
  470.  
  471.  
  472. ol.notes li.note.blockquote a {
  473. text-decoration: none;
  474. }
  475.  
  476.  
  477. .playbutton {
  478. width: 20px;
  479. height: 30px;
  480. overflow: hidden;
  481. position: relative;
  482. margin-top: 22px;
  483. margin-left: 20px;
  484. z-index: 1000;
  485. margin: 15px 24px 13px 16px;
  486. }
  487.  
  488.  
  489. .playbox {
  490. margin-top: 10px;
  491. margin-left: 10px;
  492. opacity: 0.75;
  493. background-color: #e4e4e4;
  494. position: absolute;
  495. z-index: 1000;
  496. -webkit-border-radius: 14px;
  497. -moz-border-radius: 100px;
  498. border-radius: 100px;
  499. }
  500.  
  501.  
  502. .audio{
  503. position:absolute;
  504. width:40px;
  505. height:40px;
  506. }
  507.  
  508.  
  509. .audioimg{
  510. width: 80px;
  511. height: 80px;
  512. position:absolute;
  513. }
  514.  
  515.  
  516. .audioimg img{
  517. float:left;
  518. opacity:1;
  519. width: 80px;
  520. }
  521.  
  522.  
  523. .audioinfo{
  524.  
  525. line-height: 65%;
  526. text-transform: lowercase;
  527. letter-spacing: -1px;
  528.  
  529. letter-spacing: 1px;
  530. margin-bottom: 1px;
  531. margin-left:102px;
  532. height: 50px;
  533. display:block;
  534. width:382px;
  535. text-align: center;
  536. padding-top: 30px;
  537. padding-left: 7px;
  538. padding-right:10px;
  539. background-color:{color:link bg};
  540. font-family:{text:link font};
  541. font-size: {text:link size};
  542. color: {color:text};
  543. }
  544.  
  545. </style>
  546.  
  547.  
  548. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  549. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  550. <script type="text/javascript" charset="utf-8">
  551. var $j = jQuery.noConflict();
  552. $j(function() {
  553. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  554. $j("img").lazyload({
  555. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  556. effect: "fadeIn",
  557. });
  558. });
  559. </script>
  560.  
  561. </head>
  562.  
  563. <body>
  564.  
  565. <div class="side">
  566.  
  567. <div id="navlinks">
  568. {block:ifLink1}<a href="{text:link 1}">{text:link 1 title}</a>{/block:ifLink1}
  569. {block:ifLink2}<a href="{text:link 2}">{text:link 2 title}</a>{/block:ifLink2}
  570. {block:ifLink3}<a href="{text:link 3}">{text:link 3 title}</a>{/block:ifLink3}
  571. {block:ifLink4}<a href="{text:link 4}">{text:link 4 title}</a>{/block:ifLink4}
  572. {block:ifLink5}<a href="{text:link 5}">{text:link 5 title}</a>{/block:ifLink5}
  573. {block:ifLink6}<a href="{text:link 6}">{text:link 6 title}</a>{/block:ifLink6}
  574. </div>
  575. <div id="desc"><div class="lleft" style="" width="190">
  576. <a href="/"><img src="{PortraitURL-64}" style="border: 5px solid {color:link bg}; margin-right: 10px;" align="left"></a>{Description}</div>
  577.  
  578. <pagination>
  579. {block:Pagination}
  580. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page" target="_self">&laquo;</a>{/block:PreviousPage}
  581. {block:JumpPagination length="5"}
  582. {block:CurrentPage}<span style="color: {color:back}"><span class="current_page">{PageNumber}</span></span>{/block:CurrentPage}
  583. {block:JumpPage}<a class="jump_page" href="{URL}" target="_self">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  584. {block:NextPage}<a href="{NextPage}" class="jump_page" target="_self">&raquo;</a>{/block:NextPage}
  585. {/block:Pagination}
  586. </pagination>
  587. </div></div></div></div>
  588.  
  589.  
  590. <div id="posts">
  591. {block:Posts}
  592. <div class="post">
  593.  
  594. <div class="date">
  595. {block:Date}<a href="{Permalink}">@ {24HourWithZero}:{Minutes}</a> {block:NoteCount}with <a href="{Permalink}">{NoteCountWithLabel}</a><br>{/block:NoteCount}{/block:Date}
  596.  
  597. {block:RebloggedFrom}<a href="{ReblogParentURL}">VIA</a> /{block:ContentSource} <a href="{SourceURL}">from</a>{/block:ContentSource}{/block:RebloggedFrom}<br>
  598. {block:PermalinkPage}{block:HasTags}{block:Tags}<a href="{TagURL}" target="_self">#{Tag}</a><br>{/block:Tags}{/block:HasTags}{/block:PermalinkPage}</div>
  599.  
  600.  
  601. {block:Text}{block:Title}<div class="title">{Title}</div>{/block:Title}
  602. <div style="margin-top: -10px;">{Body}</div>{/block:Text}
  603.  
  604. {block:Photo}
  605. <center>{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}</center>
  606. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  607.  
  608.  
  609. {block:Photoset}{Photoset-500}<p>
  610. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  611.  
  612.  
  613. {block:Quote}<h2>{Quote}</h2><p>
  614. {block:Source}<div style="text-align: right;"><h3>ā€• {Source}</h3></div>{/block:Source}{/block:Quote}
  615.  
  616.  
  617. {block:Link}<a href="{URL}"><center><div class="links">{Name}</div></center></a>{block:Description}{Description}{/block:Description}{/block:Link}
  618.  
  619.  
  620. {block:Chat}{block:Title}<center><div class="title">{Title}</div></center>{/block:Title}
  621. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label}&nbsp;{Line}<br>{/block:Lines}{/block:Chat}
  622.  
  623.  
  624. {block:Audio}
  625. <div class="audio">
  626. <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerGrey}{/block:AudioPlayer}</div></div>
  627. <div class="audioimg"><img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg"></div></div>
  628. <div class="audioinfo">{block:TrackName}{TrackName} - {/block:TrackName}{block:Artist}{Artist}{/block:Artist}</div>{/block:Audio}
  629.  
  630.  
  631. {block:Video}
  632. {Video-500}<p>
  633. {block:Caption}{Caption}{/block:Caption}{/block:Video}
  634.  
  635.  
  636. {block:Answer}<div style="line-height: 50%; text-transform: lowercase; font-weight: lighter; font-style: italic; text-shadow:#bbbbbb 0px 1px 1px; letter-spacing: -1px; font-family: {text:title font}; font-size: {text:title size};">{Asker}:</div><br><h6>{Question}<br></h6><p>{Answer}{/block:Answer}
  637.  
  638. </div>
  639.  
  640. {/block:Posts}
  641.  
  642. {block:PermalinkPage}{block:PostNotes}<div style="padding-top: 25px; padding-bottom: 25px; background: {color:post};">{PostNotes}{/block:PostNotes}{/block:PermalinkPage}
  643. </div>
  644.  
  645. <div style="position: fixed; bottom: 8px; left: 10px"><a href="http://colinfirth.tumblr.com/"><div style="color: {color:text}">&copy;</div></a>
  646.  
  647. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement