Advertisement
iusedtobeher-themes

~Stayin' Strong~

Jun 29th, 2013
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.90 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. -webkit-transition: all .5s ease-out;
  213. -moz-transition: all .5s ease-out;
  214. -o-transition: all .5s ease-out;
  215. transition: all .5s ease-out;
  216. overflow: hidden;
  217. font-weight: normal;
  218. z-index: 12345;
  219. position:fixed;
  220. }
  221.  
  222. /*Side*/
  223. div#sidebar {
  224. width: 490px;
  225. height:100%;
  226. margin-left:5px;
  227. margin-top:-10px;
  228. background-color:white;
  229. -webkit-transition: all .5s ease-out;
  230. -moz-transition: all .5s ease-out;
  231. -o-transition: all .5s ease-out;
  232. transition: all .5s ease-out;
  233. overflow: hidden;
  234. font-weight: normal;
  235. z-index: 12345;
  236. position:fixed;
  237. background-image:url({image:sidebar});
  238. }
  239.  
  240. div#sidebar:hover{
  241. opacity:0;
  242. -webkit-transition: all .5s ease-out;
  243. -moz-transition: all .5s ease-out;
  244. -o-transition: all .5s ease-out;
  245. transition: all .5s ease-out;
  246. }
  247.  
  248. #postnotes{
  249. text-align: justify;}
  250.  
  251. #postnotes blockquote{
  252. border: 0px;}
  253.  
  254. .blank
  255. <!-kb->
  256.  
  257. a:hover {
  258. color:{color:Hover};
  259. text-decoration: none;
  260. -webkit-transition: all 1s linear;
  261. -moz-transition: all 1s linear;
  262. transition: all 1s linear;
  263. }
  264.  
  265.  
  266. .title{
  267. font-family: 'Sofia', cursive;
  268. font-size: 23px;
  269. line-height: 18px;
  270. color: {color:Title};
  271. letter-spacing: 0px;
  272. font-weight: normal;
  273. padding:0px 0px 0px 0px;
  274. }
  275.  
  276. /*DESCRIPTION*/
  277. #descr{
  278. font-family: 'Sofia', cursive;
  279. font-size: 15px;
  280. line-height: 18px;
  281. color:{color:descr colour};
  282. padding:5px;
  283. background-color:white;
  284. width:320px;
  285. height:auto;
  286. margin-top:300px;
  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:10px;
  305. background-color:white;
  306. padding:5px;
  307. }
  308.  
  309. blockquote{
  310. padding:0px 0px 2px 5px;
  311. margin:0px 0px 2px 1px;
  312. border-left: 1px solid #fff;
  313. }
  314.  
  315. blockquote p, ul{
  316. margin:0px;
  317. padding:0px;
  318. }
  319.  
  320. small{font-size: 90%;}
  321.  
  322. .linkk a {
  323. font-family: 'Sofia', cursive;
  324. font-size:20px;
  325. line-height:25px;
  326. text-align:center;
  327. margin-top:10px;
  328. margin-bottom:10px;
  329. width:20px;
  330. height:100%;
  331. -webkit-transition: all 0.3s linear;
  332. -moz-transition: all 0.3s linear;
  333. transition: all 0.3s linear;
  334. }
  335.  
  336. .linkk a:hover{
  337. text-decoration:line-through;
  338. }
  339.  
  340. #linkbar{
  341. margin-top:-8px;
  342. width:90px;
  343. height:100%;
  344. margin-left:502px;
  345. position:fixed;
  346. background-color:white;
  347. }
  348.  
  349. </style>
  350.  
  351. <link rel="shortcut icon" href="{Favicon}">
  352. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  353. <meta name="viewport" content="width=820" />
  354. </head>
  355. <body>
  356.  
  357. <div id="cage">
  358.  
  359. <div id="underside">
  360.  
  361. <center><div class="blogtitle"><a href="/">{Title}</a></div>
  362. </br>
  363. </br>
  364. </br>
  365. </br>
  366. </br>
  367. </br>
  368. </br>
  369. </br>
  370. </br>
  371. </br>
  372. </br>
  373. <div id="descr">{Description}</div>
  374. </div>
  375.  
  376. <div id="linkbar">
  377. <center><div class="linkk"><div style="margin-top:200px;">
  378.  
  379. <a href="/">{home}Home</a>
  380. </br>
  381. <a href="/ask">{ask}Ask</a>
  382. </br>
  383. <a href="{text:link one}">{text:link one title}</a>
  384. </br>
  385. <a href="{text:link two}">{text:link two title}</a>
  386. </br>
  387. <a href="{text:link three}">{text:link three title}</a>
  388. </br>
  389. <a href="{text:link four}">{text:link four title}</a>
  390. </br>
  391. <a href="{text:link five}">{text:link five title}</a>
  392. </br>
  393. <a href="{text:link six}">{text:link six title}</a>
  394. </div></div></div></div></div>
  395.  
  396. <div id="sidebar"></div>
  397.  
  398. <div id="content">
  399. {block:Posts}
  400. <div id="entry">
  401.  
  402. {block:IndexPage}
  403. <div class="perma">
  404. <center><a href="{Permalink}">{NoteCountWithLabel} </a> ~ <a href="{ReblogURL}" target="_blank"> reblog</a></span></a></font></link></div>
  405. {/block:IndexPage}
  406.  
  407. {block:Text}
  408. {block:Title}<span class="title">{Title}</span>{/block:Title}
  409. <span class="entrytext">{Body}</span></a>
  410.  
  411.  
  412. {/block:Text}
  413.  
  414. {block:Link}
  415. <a href="{URL}" class="title">{Name}</a>
  416. {block:Description}{Description}
  417. {/block:Description}
  418.  
  419. {block:Link}
  420.  
  421.  
  422. {block:Photo}
  423. {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}
  424.  
  425.  
  426. {block:Quote}
  427. <span class="title">{Quote}</span>
  428. {block:Source}{Source}{/block:Source}
  429.  
  430. {/block:Quote}
  431.  
  432. {block:Chat}
  433. {block:Title}<span class="title">{Title}</span>{/block:Title}
  434. <ul class="chat">
  435. {block:Lines}
  436. <li class="user_{UserNumber}">
  437. {block:Label}
  438. <span class="label">{Label}</span>
  439. {/block:Label}
  440.  
  441. {Line}
  442. </li>
  443. {/block:Lines}
  444. </ul>
  445.  
  446.  
  447. {/block:Chat}
  448.  
  449.  
  450. {block:Audio}
  451. <center><div style="width:250px; height:40px;"><div style="float:left">{AudioPlayerWhite}</div><div style="margin-top:10px; float:right;">
  452. {FormattedPlayCount} plays {block:ExternalAudio}{/block:ExternalAudio}</div></div></center><br><div align="right"><a href="{Permalink}"></a></div>
  453. {/block:Audio}
  454.  
  455.  
  456.  
  457. {block:Video}<center>
  458. <div class="video">{Video-250}</div></center><div align="right"><a href="{Permalink}"></a></div>
  459. {block:Video}
  460.  
  461. {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}
  462.  
  463. {block:PostNotes}
  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. <div id="postnotes">{PostNotes}</div>
  466.  
  467. {/block:PostNotes}
  468. </div>
  469. {/block:Posts}
  470. </div></div>
  471.  
  472.  
  473. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  474.  
  475. </div>
  476. </center>
  477.  
  478. </body>
  479. </html>
  480. </html>
  481. <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