Advertisement
iusedtobeher-themes

~My Yellow Raincoat~

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