Advertisement
iusedtobeher-themes

~Last Christmas~

Dec 8th, 2013
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.90 KB | None | 0 0
  1. <!--Theme by sadserande | tumblr . Please don't remove credit. I love you. Have an amazing day! ♥-->
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <head><title>{Title}</title>
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8.  
  9. {block:Description}
  10. <meta name="description" content="{MetaDescription}" />
  11. {/block:Description}
  12.  
  13. <meta name="color:Bg" content="#ffffff">
  14. <meta name="color:Links" content="#bbbbbb">
  15. <meta name="color:Hover" content="#919191">
  16. <meta name="color:Text" content="#9b9b9b">
  17. <meta name="color:Accent" content="#f5f5f5">
  18. <meta name="color:Scrollbar" content="#eee">
  19. <meta name="color:Permalink Bg" content="#F9F9F9">
  20.  
  21. <meta name="text:Link Title 1" content="Link">
  22. <meta name="text:Link Url 1" content="/">
  23. <meta name="text:Link Title 2" content="Link">
  24. <meta name="text:Link Url 2" content="/">
  25. <meta name="text:Link Title 3" content="Link">
  26. <meta name="text:Link Url 3" content="/">
  27.  
  28. <meta name="image:Portrait" content="">
  29. <meta name="image:imagee2" content="">
  30.  
  31. <meta name="if:EndlessScroll" content="0">
  32. <meta name="if:ShowCaptions" content="1">
  33. <meta name="if:StretchPhotos" content="1">
  34.  
  35. <style type="text/css">
  36.  
  37.  
  38. body {
  39. font-family:cambria;
  40. font-size: 11px;
  41. background:{color:Bg};
  42. color: {color:Text};
  43. margin: 0;
  44. }
  45.  
  46. a {
  47. color: {color:links};
  48. text-decoration: none;
  49. transition-duration: 0.20s;
  50. -moz-transition-duration: 0.20s;
  51. -webkit-transition-duration: 0.20s;
  52. -o-transition-duration: 0.20s;
  53.  
  54. }
  55.  
  56. a:hover {
  57. color: {color:hover};
  58. }
  59.  
  60. #content {
  61. padding: 1px 20px 20px 20px;
  62. width: 540px;
  63. margin-left:300px;
  64. }
  65.  
  66. .posts {
  67. padding: 10px;
  68. margin-top: 20px;
  69. margin-left:100px;
  70. overflow: hidden;
  71. width: 500px;
  72. }
  73.  
  74. .posts img {
  75. max-width: 100%;
  76. }
  77.  
  78. blockquote {
  79. border-left: 4px solid {color:accent};
  80. padding: 1px 1px 1px 10px;
  81. margin: 5px;
  82. }
  83.  
  84.  
  85. #captions {
  86. display: block;
  87. margin-top: 10px;
  88. {block:IfNotShowCaptions}
  89. {block:IndexPage}
  90. display: none;
  91. {/block:IndexPage}
  92. {/block:IfNotShowCaptions}
  93. }
  94.  
  95. #audiocaptions {
  96. display: block;
  97. margin-top: 10px;
  98. {block:IfNotShowCaptions}
  99. {block:IndexPage}
  100. display: none;
  101. {/block:IndexPage}
  102. {/block:IfNotShowCaptions}
  103. }
  104.  
  105. .pagination {
  106. margin-top: 15px;
  107. text-align: center;
  108. width:250px;
  109. font-style:italic;
  110. }
  111.  
  112. .pagination a {
  113. margin-left:5px;
  114. margin-right:5px;
  115. }
  116.  
  117. #albumart img {
  118. width: 70px;
  119. height: 70px;
  120. position:absolute
  121. }
  122.  
  123. #mp {
  124. width:420px;
  125. height:35px;
  126. padding-top:20px;
  127. padding-bottom:15px;
  128. padding-left:80px;
  129. background:#e4e4e4
  130. }
  131.  
  132. #permalink {
  133. margin-left:110px;
  134. padding: 5px 10px 5px 10px;
  135. font-size:9px;
  136. background:{color:permalink bg};
  137. font-family:calibri;
  138. text-align:left;
  139. width:480px;
  140. text-transform:uppercase;
  141. }
  142.  
  143. .sidebar {
  144. position: fixed;
  145. margin-top: 180px;
  146. margin-left: -190px;
  147. width: 200px;
  148. font-style:italic;
  149. text-align: center;
  150. }
  151.  
  152.  
  153. http://static.tumblr.com/evyge5h/Kczmc1hoi/tumblr_mb4p2gr1gu1rrxappo1_500.png
  154.  
  155. iframe#tumblr_controls {
  156. position: fixed !important;
  157. z-index: 9999;
  158. }
  159.  
  160. h3 {
  161. font-size:17px;
  162. margin-left:10px;
  163. font-weight:700;
  164. font-style:italic;
  165. }
  166.  
  167. .quo {
  168. font-family:georgia;
  169. font-size:17px;
  170. font-style:italic;
  171. text-align:left;
  172. }
  173.  
  174. idk {
  175. margin-left:55px;
  176. display:block
  177. }
  178.  
  179. qm {
  180. color:{color:Accent};
  181. font-style:normal;
  182. font-size:70px;
  183. margin-top:-15px;
  184. position:absolute;
  185. }
  186.  
  187. ::-webkit-scrollbar {width: 7px; height:7px; background:{color:bg}}
  188. ::-webkit-scrollbar-corner {background:{color:bg}}
  189. ::-webkit-scrollbar-button:vertical {height:0px; display: block; background:{color:scrollbar}}
  190. ::-webkit-scrollbar-button:horizontal {width: 0px; height: 0px; display: block; background:{color:scrollbar}}
  191. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; border-top: 0px solid {color:bg}; border-bottom: 1px solid {color:bg}}
  192. ::-webkit-scrollbar-thumb:horizontal {background:{color:scrollbar}; border: 0px solid {color:bg}}
  193.  
  194. #asked {
  195. padding:13px;
  196. width:425px;
  197. background:{color:accent};
  198. text-align:left;
  199. margin-left:50px;
  200. }
  201.  
  202. ul.chat {
  203. margin: 0 0 0 0;
  204. padding: 0 0 0 0;
  205. }
  206. .chat li {
  207. list-style-type: none;
  208. margin-left: 0px;
  209. padding: 4px;
  210. }
  211. .chat li.odd {
  212. }
  213. .chat li.even {
  214. background-color: {color:accent};
  215. }
  216.  
  217. #permapage {
  218. margin-left:90px;
  219. width:500px;
  220. text-transform:uppercase;
  221. font-family:calibri;
  222. }
  223.  
  224. #permapage li {
  225. border-bottom:1px solid {color:accent};
  226. list-style-type:none;
  227. margin:0;
  228. padding-top:15px;
  229. padding-bottom:15px;
  230. padding-right:15px;
  231. padding-left:30px;
  232. }
  233.  
  234. #permapage img {
  235. margin-bottom:-3px;
  236. margin-right:5px;
  237. }
  238.  
  239. #bloc
  240. {overflow:hidden;
  241. width:250px;}
  242.  
  243. .transition
  244. {-webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;}
  245.  
  246. #picture
  247. {width:250px;
  248. position:relative;
  249. z-index:99}
  250.  
  251. #picture:hover
  252. {width:340px;}
  253.  
  254. #left
  255. {float:left;
  256. overflow:hidden;
  257. width:125px;
  258. position:relative;
  259. z-index:99}
  260.  
  261. #picture:hover #left{
  262. opacity:1;
  263. }
  264.  
  265. #right
  266. {overflow:hidden;
  267. width:125px;
  268. margin-left:125px;
  269. position:fixed;
  270. z-index:99
  271. -webkit-transition: all 0.5s ease-in-out;
  272. -moz-transition: all 0.5s ease-in-out;
  273. -o-transition: all 0.5s ease-in-out;
  274. -ms-transition: all 0.5s ease-in-out;
  275. transition: all 0.5s ease-in-out;
  276. }
  277.  
  278. #about
  279. {float:right;
  280. width:105px;
  281. position:fixed;
  282. opacity:1;
  283. padding:20px;
  284. margin-top:5px;
  285. margin-left:120px;
  286. opacity:0;
  287. }
  288.  
  289. #about:hover{
  290. opacity:1;
  291. }
  292.  
  293. #picture:hover #right
  294. {margin-left:0px;
  295. margin-top:125px;
  296. -webkit-transition: all 0.5s ease-in-out;
  297. -moz-transition: all 0.5s ease-in-out;
  298. -o-transition: all 0.5s ease-in-out;
  299. -ms-transition: all 0.5s ease-in-out;
  300. transition: all 0.5s ease-in-out;
  301. }
  302.  
  303. span.taghead { display:none; } a.tag + span.taghead { display:inline; }
  304.  
  305. #post {
  306. font-style:italic;
  307. }
  308.  
  309. #sbtitle{
  310. font-size:15px;
  311. font-style:italic;
  312. font-weight:bold;
  313. margin-bottom:10px;
  314. }
  315.  
  316. #imagee2{
  317. border:solid black 1px;
  318. position:fixed;
  319. opacity:1;
  320. width:100px
  321. height:100px;
  322. margin-left:10px;
  323. margin-top:10px;
  324. background-image:url(‘{image:image2}’);
  325. }
  326.  
  327. #nav{margin-top:10px; margin-bottom:10px; text-align:center;
  328. -webkit-transition: all 0.5s ease-in-out;
  329. -moz-transition: all 0.5s ease-in-out;
  330. -o-transition: all 0.5s ease-in-out;
  331. -ms-transition: all 0.5s ease-in-out;
  332. transition: all 0.5s ease-in-out;}
  333.  
  334. #nav a{text-transform:lowercase; font-style:italic; margin-left:3px; margin-right:3px; font-size:10px; -webkit-transition: all 0.5s ease-in-out;
  335. -moz-transition: all 0.5s ease-in-out;
  336. -o-transition: all 0.5s ease-in-out;
  337. -ms-transition: all 0.5s ease-in-out;
  338. transition: all 0.5s ease-in-out;}
  339.  
  340. </style>
  341.  
  342. {block:IfEndlessScroll}
  343. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  344. {/block:IfEndlessScroll}
  345.  
  346. </head>
  347.  
  348.  
  349. <body>
  350.  
  351. <div id="imagee2"></div>
  352.  
  353. <div id="content">
  354.  
  355. <div class="sidebar">
  356.  
  357. <div id="bloc">
  358. <div id="picture" class="transition">
  359. <div id="left" class="transition">
  360. <img width="250px" src="{image:portrait}">
  361. </div>
  362.  
  363. <div id="about" class="transition">
  364.  
  365. <div id="sbtitle">
  366. <a href="/">{title}</a>
  367. </div>
  368.  
  369. <div id="nav">
  370. <a href="/">home</a>
  371. <a href="/ask">ask</a>
  372. {Block:IfLinkTitle1}<a href="{text:link url 1}">{text:link title 1}</a>{/Block:IfLinkTitle1}
  373. {Block:IfLinkTitle2}<a href="{text:link url 2}">{text:link title 2}</a>{/Block:IfLinkTitle2}
  374. {Block:IfLinkTitle3}<a href="{text:link url 3}">{text:link title 3}</a>{/Block:IfLinkTitle3}
  375. </div>
  376.  
  377. {Description}
  378.  
  379. </div>
  380.  
  381. <div id="right" class="transition">
  382. <img width="250px" style="margin-left:-125px;" src="{image:portrait}">
  383. </div>
  384. </div>
  385. </div>
  386.  
  387. {block:IfNotEndlessScroll}
  388. <div class="pagination">
  389. {block:Pagination}
  390. {block:PreviousPage}
  391. <a href="{PreviousPage}">&laquo;</a>
  392. {/block:PreviousPage}
  393. {CurrentPage} of {TotalPages}
  394. {block:NextPage}
  395. <a href="{NextPage}">&raquo;</a>
  396. {/block:NextPage}
  397. {/block:Pagination}
  398. </div>
  399. {/block:IfNotEndlessScroll}
  400.  
  401. </div>
  402.  
  403.  
  404. {block:Posts}
  405.  
  406. <br>
  407.  
  408.  
  409. <div class="posts">
  410.  
  411. <div id="post">
  412.  
  413. {block:Text}
  414.  
  415. {block:Title}
  416. <h3>{Title}</h3>
  417. {/block:Title}
  418.  
  419. {Body}
  420.  
  421. {/block:Text}
  422.  
  423.  
  424.  
  425. {block:Photo}
  426.  
  427. <center>
  428. <img src="{PhotoURL-500}" {Block:IfStretchPhotos}width="500px"{/Block:IfStretchPhotos}>
  429. </center>
  430.  
  431. {block:Caption}
  432. <div id="captions">
  433. {Caption}</div>
  434. {/block:Caption}
  435.  
  436. {/block:Photo}
  437.  
  438.  
  439.  
  440. {block:Photoset}
  441.  
  442.  
  443. <div class="photoset">
  444. {Photoset-500}
  445. </div>
  446.  
  447. {block:Caption}
  448. <div id="captions">
  449. {Caption}</div>
  450. {/block:Caption}
  451.  
  452. {/block:Photoset}
  453.  
  454.  
  455.  
  456. {block:Quote}
  457.  
  458.  
  459. <div class="quo"><qm>❝</qm><idk>{Quote}</idk></div>
  460.  
  461. {block:Source}
  462. <br><br>—{Source}
  463. {/block:Source}
  464.  
  465. {/block:Quote}
  466.  
  467.  
  468.  
  469. {block:Link}
  470.  
  471. <a href="{URL}" {Target}><h3>+ {Name}</h3></a>
  472.  
  473. {block:Description}
  474. {Description}
  475. {/block:Description}
  476.  
  477. {/block:Link}
  478.  
  479.  
  480.  
  481. {block:Chat}
  482.  
  483. {block:Title}
  484. {Title}
  485. {/block:Title}
  486.  
  487. <ul class="chat">
  488. {block:Lines}
  489. <li class="{Alt} user_{UserNumber}">
  490. {block:Label}
  491. <b>{Label}</b>
  492. {/block:Label}
  493. <span style="font-style:italic">{Line}</span>
  494. </li>
  495. {/block:Lines}
  496. </ul>
  497.  
  498. {/block:Chat}
  499.  
  500.  
  501.  
  502. {block:Audio}
  503.  
  504.  
  505. <div id="albumart">
  506. {block:AlbumArt}
  507. <img src="{AlbumArtURL}">
  508. {/block:AlbumArt}
  509. </div>
  510.  
  511. <div id="mp">
  512. {AudioPlayerGrey}
  513. </div>
  514.  
  515. <p>
  516.  
  517. {block:TrackName}<b>Track:</b> {TrackName}<br>{/block:TrackName}
  518. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  519. {block:Album}<b>Album:</b> {Album}<br>{/block:Album}
  520. <b>Plays:</b> {PlayCount}<br>
  521.  
  522. {block:Caption}
  523. <div id="audiocaptions">
  524. {Caption}</div>
  525. {/block:Caption}
  526.  
  527. {/block:Audio}
  528.  
  529.  
  530.  
  531. {block:Video}
  532.  
  533.  
  534. <div class="video">
  535. {block:IndexPage}{Video-250}{/block:IndexPage}
  536. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  537. </div>
  538.  
  539. {block:Caption}
  540. <div id="captions">
  541. {Caption}</div>
  542. {/block:Caption}
  543.  
  544. {/block:Video}
  545.  
  546.  
  547.  
  548. {block:Answer}
  549.  
  550. <div id="asked">{Asker} asked: {Question}</div> <img src="{AskerPortraitURL-40}" style="margin-top:-40px; position:absolute;"><p>
  551.  
  552. {Answer}
  553.  
  554. {/block:Answer}
  555.  
  556. </div>
  557.  
  558. </div>
  559.  
  560. <div id="permalink">
  561.  
  562. {block:Date}posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{Block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/Block:NoteCount}{Block:ContentSource} <a href="{SourceURL}">©</a>{/block:ContentSource}{block:HasTags}<br>tagged with: {block:Tags}<span class="taghead">, </span><a class="tag" href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  563.  
  564. </div>
  565.  
  566. {block:PermalinkPage}
  567. <div id="permapage">
  568. {block:PostNotes}
  569. {PostNotes}
  570. {/block:PostNotes}
  571. </div>
  572. {/block:PermalinkPage}
  573.  
  574. <br>
  575.  
  576. <div style="display:block">
  577. {Block:RebloggedFrom}<a href="{ReblogParentURL}">{ReblogParentName}</a>{/Block:RebloggedFrom}
  578. </div>
  579.  
  580. {/block:Posts}
  581.  
  582. </div>
  583.  
  584. <div style="bottom:5px;left:4px;position:fixed;"><a href="http://sadserande.tumblr.com/">c</a></div>
  585.  
  586. </body>
  587. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement