Advertisement
iusedtobeher-themes

~Just me~

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