Advertisement
iusedtobeher-themes

~Fading Memories~

Jun 27th, 2013
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.68 KB | None | 0 0
  1. <!--Theme by iusedtobeher | tumblr . Please don't remove credit. I love you. Have an amazing day! ♥-->
  2.  
  3. <head>
  4. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  5.  
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  7.  
  8. <!--CUSTOM COLOURS-->
  9. <meta name="color:background" content="#736CA6"/>
  10. <meta name="color:text" content="#000000"/>
  11. <meta name="color:title" content="#000000"/>
  12. <meta name="color:link" content="#555555"/>
  13. <meta name="color:hover" content="#000000"/>
  14. <meta name="color:descr colour" content="white"/>
  15.  
  16. <meta name="color:entrybg colour" content="white"/>
  17.  
  18. <!--NAV LINK OPTIONS-->
  19. <meta name="color:nav link colour" content=""/>
  20. <meta name="color:nav link colour hover" content=""/>
  21. <meta name="color:nav link background colour" content=""/>
  22.  
  23. <!--NAV LINK HOVER OPTIONS-->
  24. <meta name="color:nav link border" content=""/>
  25. <meta name="color:nav link border hover" content=""/>
  26.  
  27. <!--IF USER WANTS TO ENABLE TINY SCROLLBAR-->
  28. <meta name="if:tiny scrollbar" content="1"/>
  29.  
  30. <!--CUSTOME IMAGES-->
  31. <meta name="image:Background" content=""/>
  32.  
  33. <!--CUSTOM LINKS-->
  34. <meta name="text:Link One Title" content="One" />
  35. <meta name="text:Link One" content="/" />
  36. <meta name="text:Link Two Title" content="Two" />
  37. <meta name="text:Link Two" content="/" />
  38. <meta name="text:Link Three Title" content="Three" />
  39. <meta name="text:Link Three" content="/" />
  40. <meta name="text:Link Four Title" content="Four" />
  41. <meta name="text:Link Four" content="/" />
  42. <meta name="text:Link Five Title" content="Five" />
  43. <meta name="text:Link Five" content="/" />
  44. <meta name="text:Link Six Title" content="Six" />
  45. <meta name="text:Link Six" content="/" />
  46.  
  47. <meta name="image:underside" content=""/>
  48.  
  49. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  50. <title>{block:SearchPage}Search results for "{SearchQuery}" - {/block:SearchPage}{block:PostSummary}
  51.  
  52. {PostSummary} - {/block:PostSummary}{Title}</title>
  53.  
  54.  
  55. <link href='http://fonts.googleapis.com/css?family=Sofia' rel='stylesheet' type='text/css'>
  56.  
  57. <style type="text/css">
  58.  
  59. @font-face {
  60. font-family: "baby doll";
  61. src: url('http://static.tumblr.com/nsunyax/C0Qlzeeah/babydoll.ttf');
  62. }
  63.  
  64.  
  65. .quote{
  66. position: fixed !important;
  67. width:400px;
  68. height:auto;
  69. font-family: "baby doll";
  70. font-size: 25px;
  71. line-height: 25px;
  72. text-shadow: 2px 2px 2px #888;
  73. background-color: transparent;
  74. padding: 2px;
  75. text-align:center;
  76. margin-top: 500px;
  77. margin-left: 520px;
  78. }
  79.  
  80. .quotecred{
  81. position: fixed !important;
  82. width:auto;
  83. height:auto;
  84. font-family: "baby doll";
  85. font-size: 10px;
  86. line-height: 8px;
  87. text-shadow: 2px 2px 2px #888;
  88. background-color: transparent;
  89. padding: 2px;
  90. text-align:right;
  91. margin-top: 565px;
  92. margin-left: 775px;
  93. }
  94.  
  95.  
  96. #bite
  97. #bite a{
  98. display:block
  99. }
  100. #bite .death {
  101. margin-top:-40px;filter: alpha(opacity = 0);
  102. opacity:0;-webkit-transition: all 0.5s ease-out;
  103. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  104. }
  105.  
  106. #bite:hover .death {
  107. margin-top:2px;
  108. -webkit-transition: all 0.8s ease-out;
  109. -moz-transition: all 0.8s ease-out;
  110. transition: all 0.8s ease-out;
  111. filter: alpha(opacity = 100);
  112. filter: alpha(opacity = 100);
  113. opacity:100;
  114. }
  115.  
  116. /*WHOLE BACKGROUND*/
  117. body {
  118. margin-left:65px;
  119. margin-top:0x;
  120. margin-bottom:0px;
  121. background-color: {color:Background};
  122. background-image:url({image:Background});
  123. background-attachment: fixed;
  124. background-repeat: repeat;}
  125. body, div, p, textarea, submit, input{
  126. font-family:baby doll;
  127. font-size: 15px;
  128. line-height:15px;
  129. letter-spacing:0px;
  130. color:{color:Text};
  131. }
  132.  
  133. {block:iftinyscrollbar}
  134. ::-webkit-scrollbar {width: 5px; height: 4px; background: #FFFFFF; }
  135.  
  136. ::-webkit-scrollbar-thumb { background-color: #696969; border: 1px solid black;}
  137. {/block:iftinyscrollbar}
  138.  
  139. p {
  140. margin:0px;
  141. margin-top:0px;
  142. }
  143.  
  144.  
  145. a:link, a:active, a:visited{
  146. color: {color:Link};
  147. text-decoration: none;
  148. }
  149.  
  150. a:hover {
  151. color:{color:Hover};
  152. text-decoration: none;
  153. }
  154.  
  155. div#center{
  156. margin:auto;
  157. position:relative;
  158. width:840px;
  159. background-color:;
  160. overflow:auto;
  161. overflow-y:hidden;
  162. }
  163.  
  164. /*BLOCK OF POSTS!!!*/
  165. div#content{
  166. float:left;
  167. width:478px;
  168. padding:25px;
  169. margin-bottom:0px;
  170. margin-top:-20px;
  171. background-color:{color:entrybg colour};
  172. background-repeat: repeat;
  173. background-attachment: fixed;
  174. background-position: center;
  175. }
  176.  
  177. /*SINGLE POSTS*/
  178. div#entry{
  179. margin-left:35px;
  180. margin-right:20px;
  181. margin-top:20px;
  182. }
  183.  
  184. #entry .perma{
  185. text-transform:uppercase;
  186. width:152px;
  187. height: auto;
  188. padding:2px;
  189. position: absolute;
  190. font-family: baby doll;
  191. font-size: 13px;
  192. line-height: 15px;
  193. text-align: center;
  194. margin-top: 2px;
  195. margin-left: 263px;
  196. overflow:hidden;
  197. opacity: 0.0;
  198. background-color:#DADADA;
  199. border-top-right-radius:12px;
  200. border-bottom-right-radius:12px;
  201. border-top-left-radius:12px;
  202. border-bottom-left-radius:12px;
  203. }
  204.  
  205. #entry:hover .perma{
  206. overflow:visible;
  207. -webkit-transition: opacity 0.2s linear; opacity: 0.8;
  208. -webkit-transition: all 0.2s linear;
  209. -moz-transition: all 0.2s linear;
  210. transition: all 0.2s linear;
  211. }
  212.  
  213. div#underside{
  214. width: 300px;
  215. height:100%;
  216. margin-left:700px;
  217. margin-top:-10px;
  218. background-image: url({image:underside});
  219. background-attachment: fixed;
  220. background-repeat: repeat;
  221. -webkit-transition: all .5s ease-out;
  222. -moz-transition: all .5s ease-out;
  223. -o-transition: all .5s ease-out;
  224. transition: all .5s ease-out;
  225. overflow: hidden;
  226. font-weight: normal;
  227. z-index: 12345;
  228. position:fixed;
  229. }
  230.  
  231. /*Side*/
  232. div#sidebar {
  233. width: 300px;
  234. height:100%;
  235. margin-left:700px;
  236. margin-top:-10px;
  237. background-color:white;
  238. -webkit-transition: all .5s ease-out;
  239. -moz-transition: all .5s ease-out;
  240. -o-transition: all .5s ease-out;
  241. transition: all .5s ease-out;
  242. overflow: hidden;
  243. font-weight: normal;
  244. z-index: 12345;
  245. position:fixed;
  246. }
  247.  
  248. div#sidebar:hover{
  249. margin-left:600px;
  250. }
  251.  
  252. #postnotes{
  253. text-align: justify;}
  254.  
  255. #postnotes blockquote{
  256. border: 0px;}
  257.  
  258. .blank
  259. <!-kb->
  260.  
  261. a:hover {
  262. color:{color:Hover};
  263. text-decoration: none;
  264. -webkit-transition: all 1s linear;
  265. -moz-transition: all 1s linear;
  266. transition: all 1s linear;
  267. }
  268.  
  269.  
  270. .title{
  271. font-family: 'Sofia', cursive;
  272. font-size: 23px;
  273. line-height: 18px;
  274. color: {color:Title};
  275. letter-spacing: 0px;
  276. font-weight: normal;
  277. padding:0px 0px 0px 0px;
  278. }
  279.  
  280. /*DESCRIPTION*/
  281. #descr{
  282. font-family: 'Sofia', cursive;
  283. font-size: 15px;
  284. line-height: 18px;
  285. color:{color:descr colour};
  286. padding:5px;
  287. }
  288.  
  289. a:link, a:active, a:visited{
  290. color: {color:Link};
  291. text-decoration: none;
  292. -webkit-transition: all 1s linear;
  293. -moz-transition: all 1s linear;
  294. transition: all 1s linear;
  295. }
  296.  
  297.  
  298. .blogtitle{
  299. font-family: 'Sofia', cursive;
  300. font-size:35px;
  301. line-height: 33px;
  302. letter-spacing: 0px;
  303. color: {color:Link};
  304. margin-top:70px;
  305. }
  306.  
  307. blockquote{
  308. padding:0px 0px 2px 5px;
  309. margin:0px 0px 2px 1px;
  310. border-left: 1px solid #fff;
  311. }
  312.  
  313. blockquote p, ul{
  314. margin:0px;
  315. padding:0px;
  316. }
  317.  
  318. small{font-size: 90%;}
  319.  
  320. .linkk a {
  321. padding:3px;
  322. font-family: 'Sofia', cursive;
  323. font-size:20px;
  324. line-height:25px;
  325. text-align:center;
  326. margin-top:5px;
  327. margin-bottom:5px;
  328. width:20px;
  329. height:100px;
  330. -webkit-transition: all 0.3s linear;
  331. -moz-transition: all 0.3s linear;
  332. transition: all 0.3s linear;
  333. }
  334.  
  335. .linkk a:hover{
  336. text-decoration:line-through;
  337. }
  338.  
  339. </style>
  340.  
  341. <link rel="shortcut icon" href="{Favicon}">
  342. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  343. <meta name="viewport" content="width=820" />
  344. </head>
  345. <body>
  346.  
  347. <div id="cage">
  348. <div id="underside"></div>
  349. <div id="sidebar">
  350.  
  351. <center><div class="blogtitle"><a href="/">{Title}</a></div>
  352. </br>
  353. </br>
  354. </br>
  355. </br>
  356. <div id="descr">{Description}</div>
  357. </br>
  358. </br>
  359.  
  360. <div class="linkk"><div style="background-color:white;">
  361.  
  362. <a href="/">{home}Home</a>
  363. <a href="/ask">{ask}Ask</a>
  364. <a href="{text:link one}">{text:link one title}</a>
  365. <a href="{text:link two}">{text:link two title}</a>
  366. </br>
  367. <a href="{text:link three}">{text:link three title}</a>
  368. <a href="{text:link four}">{text:link four title}</a>
  369. <a href="{text:link five}">{text:link five title}</a>
  370. <a href="{text:link six}">{text:link six title}</a>
  371.  
  372. </div>
  373.  
  374. </div></div></div>
  375.  
  376.  
  377.  
  378. <div id="content">
  379. {block:Posts}
  380. <div id="entry">
  381.  
  382. {block:IndexPage}
  383. <div class="perma">
  384. <center><a href="{Permalink}">{NoteCountWithLabel} </a> ~ <a href="{ReblogURL}" target="_blank"> reblog</a></span></a></font></link></div>
  385. {/block:IndexPage}
  386.  
  387. {block:Text}
  388. {block:Title}<span class="title">{Title}</span>{/block:Title}
  389. <span class="entrytext">{Body}</span></a>
  390.  
  391.  
  392. {/block:Text}
  393.  
  394. {block:Link}
  395. <a href="{URL}" class="title">{Name}</a>
  396. {block:Description}{Description}
  397. {/block:Description}
  398.  
  399. {block:Link}
  400.  
  401.  
  402. {block:Photo}
  403. {block:IndexPage}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=420px height=auto/></a>{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=420px/>{LinkCloseTag}{/block:PermalinkPage}{/block:Photo}
  404.  
  405.  
  406. {block:Quote}
  407. <span class="title">{Quote}</span>
  408. {block:Source}{Source}{/block:Source}
  409.  
  410. {/block:Quote}
  411.  
  412. {block:Chat}
  413. {block:Title}<span class="title">{Title}</span>{/block:Title}
  414. <ul class="chat">
  415. {block:Lines}
  416. <li class="user_{UserNumber}">
  417. {block:Label}
  418. <span class="label">{Label}</span>
  419. {/block:Label}
  420.  
  421. {Line}
  422. </li>
  423. {/block:Lines}
  424. </ul>
  425.  
  426.  
  427. {/block:Chat}
  428.  
  429.  
  430. {block:Audio}
  431. <center><div style="width:250px; height:40px;"><div style="float:left">{AudioPlayerWhite}</div><div style="margin-top:10px; float:right;">
  432. {FormattedPlayCount} plays {block:ExternalAudio}{/block:ExternalAudio}</div></div></center><br><div align="right"><a href="{Permalink}"></a></div>
  433. {/block:Audio}
  434.  
  435.  
  436.  
  437. {block:Video}<center>
  438. <div class="video">{Video-250}</div></center><div align="right"><a href="{Permalink}"></a></div>
  439. {block:Video}
  440.  
  441. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}{/block:PermalinkPage}
  442.  
  443. {block:PostNotes}
  444. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}{/block:PermalinkPage}
  445. <div id="postnotes">{PostNotes}</div>
  446.  
  447. {/block:PostNotes}
  448. </div>
  449. {/block:Posts}
  450. </div></div>
  451.  
  452.  
  453. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  454.  
  455. </div>
  456. </center>
  457.  
  458. </body>
  459. </html>
  460. </html>
  461. <div style="bottom:5px;right:4px;position:fixed;"><a href="http://iusedtobeher.tumblr.com/">c</a></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement