Advertisement
iusedtobeher-themes

~Feeling better now~

Jun 27th, 2013
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.63 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=""/>
  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:200px;
  214. height:200px;
  215. margin-left:700px;
  216. margin-top:200px;
  217. border: 3px solid grey;
  218. background-color:{color:entrybg colour};
  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: 300px 300px 300px 300px;
  229. -webkit-border-radius: 300px 300px 300px 300px;
  230. border-radius: 300px 300px 300px 300px;
  231. }
  232.  
  233. div#sidebar:hover{
  234. margin-left:600px;
  235. margin-top:150px;
  236. width: 400px;
  237. height:400px;
  238. /*Rounded top corners*/
  239. -moz-border-radius: 300px 300px 300px 300px;
  240. -webkit-border-radius: 300px 300px 300px 300px;
  241. border-radius: 300px 300px 300px 300px;
  242. }
  243.  
  244. #postnotes{
  245. text-align: justify;}
  246.  
  247. #postnotes blockquote{
  248. border: 0px;}
  249.  
  250. .blank
  251. <!-kb->
  252.  
  253. a:hover {
  254. color:{color:Hover};
  255. text-decoration: none;
  256. -webkit-transition: all 1s linear;
  257. -moz-transition: all 1s linear;
  258. transition: all 1s linear;
  259. }
  260.  
  261.  
  262. .title{
  263. font-family: baby doll;
  264. font-size: 23px;
  265. line-height: 18px;
  266. color: {color:Title};
  267. letter-spacing: 0px;
  268. font-weight: normal;
  269. padding:0px 0px 0px 0px;
  270. }
  271.  
  272. /*DESCRIPTION*/
  273. #descr{
  274. font-family: calibri;
  275. font-size: 11px;
  276. line-height: 18px;
  277. color:{color:descr colour};
  278. letter-spacing: 0px;
  279. font-weight: normal;
  280. padding:0px 0px 0px 0px;
  281. }
  282.  
  283. a:link, a:active, a:visited{
  284. color: {color:Link};
  285. text-decoration: none;
  286. -webkit-transition: all 1s linear;
  287. -moz-transition: all 1s linear;
  288. transition: all 1s linear;
  289. }
  290.  
  291.  
  292. .blogtitle{
  293. font-family: 'Sofia', cursive;
  294. border-bottom:black 1px dashed;
  295. padding:0px 0px 10px 0px;
  296. font-size:35px;
  297. line-height: 33px;
  298. letter-spacing: 0px;
  299. color: {color:Link};
  300. margin-top:90px;
  301. }
  302.  
  303. blockquote{
  304. padding:0px 0px 2px 5px;
  305. margin:0px 0px 2px 1px;
  306. border-left: 1px solid #fff;
  307. }
  308.  
  309. blockquote p, ul{
  310. margin:0px;
  311. padding:0px;
  312. }
  313.  
  314. small{font-size: 90%;}
  315.  
  316. .linkk a {
  317. padding:3px;
  318. font-family:calibri;
  319. font-size:15px;
  320. line-height:25px;
  321. text-align:center;
  322. margin-top:1px;
  323. margin-bottom:5px;
  324. width:20px;
  325. height:100px;
  326. -webkit-transition: all 0.3s linear;
  327. -moz-transition: all 0.3s linear;
  328. transition: all 0.3s linear;
  329. }
  330.  
  331. .linkk a:hover{
  332. text-decoration:line-through;
  333. }
  334.  
  335. </style>
  336.  
  337. <link rel="shortcut icon" href="{Favicon}">
  338. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  339. <meta name="viewport" content="width=820" />
  340. </head>
  341. <body>
  342.  
  343. <div id="cage">
  344. <div id="sidebar">
  345.  
  346. <center><div class="blogtitle"><a href="/">{Title}</a></div>
  347. </br>
  348. </br>
  349. </br>
  350. </br>
  351. <div id="descr">{Description}</div>
  352. </br>
  353.  
  354. <div class="linkk">
  355.  
  356. <a href="/">{home}Home</a>
  357. <a href="/ask">{ask}Ask</a>
  358. <a href="{text:link one}">{text:link one title}</a>
  359. <a href="{text:link two}">{text:link two title}</a>
  360. </br>
  361. <a href="{text:link three}">{text:link three title}</a>
  362. <a href="{text:link four}">{text:link four title}</a>
  363. <a href="{text:link five}">{text:link five title}</a>
  364. <a href="{text:link six}">{text:link six title}</a>
  365. </div></div></div>
  366.  
  367.  
  368.  
  369. <div id="content">
  370. {block:Posts}
  371. <div id="entry">
  372.  
  373. {block:IndexPage}
  374. <div class="perma">
  375. <center><a href="{Permalink}">{NoteCountWithLabel} </a> ~ <a href="{ReblogURL}" target="_blank"> reblog</a></span></a></font></link></div>
  376. {/block:IndexPage}
  377.  
  378. {block:Text}
  379. {block:Title}<span class="title">{Title}</span>{/block:Title}
  380. <span class="entrytext">{Body}</span></a>
  381.  
  382.  
  383. {/block:Text}
  384.  
  385. {block:Link}
  386. <a href="{URL}" class="title">{Name}</a>
  387. {block:Description}{Description}
  388. {/block:Description}
  389.  
  390. {block:Link}
  391.  
  392.  
  393. {block:Photo}
  394. {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}
  395.  
  396.  
  397. {block:Quote}
  398. <span class="title">{Quote}</span>
  399. {block:Source}{Source}{/block:Source}
  400.  
  401. {/block:Quote}
  402.  
  403. {block:Chat}
  404. {block:Title}<span class="title">{Title}</span>{/block:Title}
  405. <ul class="chat">
  406. {block:Lines}
  407. <li class="user_{UserNumber}">
  408. {block:Label}
  409. <span class="label">{Label}</span>
  410. {/block:Label}
  411.  
  412. {Line}
  413. </li>
  414. {/block:Lines}
  415. </ul>
  416.  
  417.  
  418. {/block:Chat}
  419.  
  420.  
  421. {block:Audio}
  422. <center><div style="width:250px; height:40px;"><div style="float:left">{AudioPlayerWhite}</div><div style="margin-top:10px; float:right;">
  423. {FormattedPlayCount} plays {block:ExternalAudio}{/block:ExternalAudio}</div></div></center><br><div align="right"><a href="{Permalink}"></a></div>
  424. {/block:Audio}
  425.  
  426.  
  427.  
  428. {block:Video}<center>
  429. <div class="video">{Video-250}</div></center><div align="right"><a href="{Permalink}"></a></div>
  430. {block:Video}
  431.  
  432. {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}
  433.  
  434. {block:PostNotes}
  435. {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}
  436. <div id="postnotes">{PostNotes}</div>
  437.  
  438. {/block:PostNotes}
  439. </div>
  440. {/block:Posts}
  441. </div></div>
  442.  
  443.  
  444. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  445.  
  446. </div>
  447. </center>
  448.  
  449. </body>
  450. </html>
  451. </html>
  452. <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