Advertisement
iusedtobeher-themes

~Tell me it's not over~

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