Advertisement
iusedtobeher-themes

~Because i trust you~

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