Advertisement
iusedtobeher-themes

~Let the word out~

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