Advertisement
iusedtobeher-themes

~Seduction is your art~

Jan 5th, 2013
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.88 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:entrybg colour" content=""/>
  15. <meta name="color:descr colour" content="white"/>
  16. <meta name="color:entry border colour" content="white"/>
  17.  
  18. <meta name="color:rightline 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. <meta name="color:nav link background colour" content=""/>
  24.  
  25. <!--NAV LINK HOVER OPTIONS-->
  26. <meta name="color:nav link border" content=""/>
  27. <meta name="color:nav link border hover" content=""/>
  28.  
  29. <!--IF USER WANTS TO ENABLE TINY SCROLLBAR-->
  30. <meta name="if:tiny scrollbar" content="1"/>
  31.  
  32. <!--CUSTOME IMAGES-->
  33. <meta name="image:sidebar" content=""/>
  34. <meta name="image:Background" content=""/>
  35. <meta name="image:entrybg" content=""/>
  36.  
  37. <!--CUSTOM LINKS-->
  38. <meta name="text:Link One Title" content="" />
  39. <meta name="text:Link One" content="" />
  40. <meta name="text:Link Two Title" content="" />
  41. <meta name="text:Link Two" content="" />
  42. <meta name="text:Link Three Title" content="" />
  43. <meta name="text:Link Three" 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. <style type="text/css">
  51.  
  52. @font-face {
  53. font-family: "baby doll";
  54. src: url('http://static.tumblr.com/nsunyax/C0Qlzeeah/babydoll.ttf');
  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-top:0x;
  112. margin-bottom:0px;
  113. background-color: {color:Background};
  114. background-image:url({image:Background});
  115. background-attachment: fixed;
  116. background-repeat: repeat;}
  117. body, div, p, textarea, submit, input{
  118. font-family:baby doll;
  119. font-size: 15px;
  120. line-height:15px;
  121. letter-spacing:0px;
  122. color:{color:Text};
  123. }
  124.  
  125. {block:iftinyscrollbar}
  126. ::-webkit-scrollbar {width: 5px; height: 4px; background: #FFFFFF; }
  127.  
  128. ::-webkit-scrollbar-thumb { background-color: #696969; border: 1px solid black;}
  129. {/block:iftinyscrollbar}
  130.  
  131. p {
  132. margin:0px;
  133. margin-top:0px;
  134. }
  135.  
  136.  
  137. a:link, a:active, a:visited{
  138. color: {color:Link};
  139. text-decoration: none;
  140. }
  141.  
  142. a:hover {
  143. color:{color:Hover};
  144. text-decoration: none;
  145. }
  146.  
  147. div#center{
  148. margin:auto;
  149. position:relative;
  150. width:840px;
  151. background-color:;
  152. overflow:auto;
  153. overflow-y:hidden;
  154. }
  155.  
  156. /*BLOCK OF POSTS!!!*/
  157. div#content{
  158. float:left;
  159. width:478px;
  160. padding:25px;
  161. margin-bottom:0px;
  162. margin-top:0px;
  163. background-color:{color:entrybg colour};
  164. background-image:url({image:entrybg});
  165. background-repeat: repeat;
  166. background-attachment: fixed;
  167. background-position: center;
  168. }
  169.  
  170. /*SINGLE POSTS*/
  171. div#entry{
  172. opacity:0.7;
  173. margin-left:35px;
  174. margin-right:20px;
  175. margin-top:20px;
  176. }
  177.  
  178. /*SINGLE POSTS HOVER*/
  179. div#entry:hover {
  180. opacity:1;
  181. border:1px solid {color:entry border colour};
  182. -webkit-transition: opacity 0.6s linear; opacity: 1;
  183. -webkit-transform: rotate(-1deg);
  184. -moz-transform: rotate(-1deg);
  185. }
  186.  
  187. #entry .perma{
  188. text-transform:uppercase;
  189. width:152px;
  190. height: auto;
  191. padding:2px;
  192. position: absolute;
  193. font-family: baby doll;
  194. font-size: 13px;
  195. line-height: 15px;
  196. text-align: center;
  197. margin-top: 2px;
  198. margin-left: 263px;
  199. overflow:hidden;
  200. opacity: 0.0;
  201. background-color:#DADADA;
  202. border-top-right-radius:12px;
  203. border-bottom-right-radius:12px;
  204. border-top-left-radius:12px;
  205. border-bottom-left-radius:12px;
  206. }
  207.  
  208.  
  209.  
  210. #entry:hover .perma{
  211. overflow:visible;
  212. -webkit-transition: opacity 0.2s linear; opacity: 0.8;
  213. -webkit-transition: all 0.2s linear;
  214. -moz-transition: all 0.2s linear;
  215. transition: all 0.2s linear;
  216. }
  217.  
  218. #imgsidebar {
  219. width: 300px;
  220. height:450px;
  221. margin-left:650px;
  222. margin-top:10px;
  223. background-color:#ffffff;
  224. background-image:url({image:Sidebar});
  225. /*Border colour*/
  226. border:2px solid #000000;
  227. background-position:center;
  228. background-repeat:no-repeat;
  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. cursor: default;
  235. font-family: "tinytots";
  236. font-size: 8px;
  237. z-index: 12345;
  238. position:fixed !important;
  239. -webkit-border-radius: 0px 0px 0px 0px;
  240. -webkit-transition: all .8s ease-in;
  241. -moz-transition: all .8s ease-in;
  242. -o-transition: all .8s ease-in;
  243. transition: all .8s ease-in;
  244. -webkit-border-radius: 15px;
  245. -moz-border-radius: 15px;
  246. border-radius: 15px;
  247. /*Allows sidebar picture to be set as rotated to -2.5 degrees*/
  248. -webkit-transition: opacity 0.6s linear; opacity: 1;
  249. -webkit-transform: rotate(-2.5deg);
  250. -moz-transform: rotate(-2.5deg);
  251. }
  252.  
  253. /*Bio*/
  254. div#sidebar {
  255. width: 300px;
  256. height:450px;
  257. margin-left:650px;
  258. margin-top:10px;
  259. opacity:0;
  260. border: 3px solid {color:Sidebar Border};
  261. background-color:{color:Sidebar BG};
  262. -webkit-transition: all .5s ease-out;
  263. -moz-transition: all .5s ease-out;
  264. -o-transition: all .5s ease-out;
  265. transition: all .5s ease-out;
  266. overflow: hidden;
  267. font-weight: normal;
  268. z-index: 12345;
  269. position:fixed;
  270. -webkit-border-radius: 0px 0px 0px 0px;
  271. -webkit-transition: all .8s ease-in;
  272. -moz-transition: all .8s ease-in;
  273. -o-transition: all .8s ease-in;
  274. transition: all .8s ease-in;
  275. /*Rounded corners*/
  276. -webkit-border-radius: 15px;
  277. -moz-border-radius: 15px;
  278. border-radius: 15px;
  279. }
  280.  
  281. /*Bio hover*/
  282. div#sidebar:hover {
  283. opacity:0.9;
  284. width: 300px;
  285. height:450px;
  286. margin-left:650px;
  287. margin-top:10px;
  288. background-color:#000000;
  289. -webkit-transition: all .5s ease-out;
  290. -moz-transition: all .5s ease-out;
  291. -o-transition: all .5s ease-out;
  292. transition: all .5s ease-out;
  293. overflow: hidden;
  294. cursor: default;
  295. font-weight: normal;
  296. z-index: 12345;
  297. position:fixed;
  298. -webkit-border-radius: 0px 0px 0px 0px;
  299. -webkit-transition: all .8s ease-in;
  300. -moz-transition: all .8s ease-in;
  301. -o-transition: all .8s ease-in;
  302. transition: all .8s ease-in;
  303. -webkit-border-radius: 15px;
  304. -moz-border-radius: 15px;
  305. border-radius: 15px;
  306. /*Allows sidebar picture to be set as rotated to 2.5 degrees*/
  307. -webkit-transition: opacity 0.6s linear; opacity: 0.75;
  308. -webkit-transform: rotate(2.5deg);
  309. -moz-transform: rotate(2.5deg);
  310. }
  311.  
  312. #rightline {
  313. width: 1px;
  314. height:100%;
  315. margin-left:600px;
  316. margin-top:0px;
  317. /*Border colour*/
  318. background-color:{color:rightline colour};
  319. -webkit-transition: all .5s ease-out;
  320. -moz-transition: all .5s ease-out;
  321. -o-transition: all .5s ease-out;
  322. transition: all .5s ease-out;
  323. overflow: hidden;
  324. cursor: default;
  325. z-index: 12345;
  326. position:fixed !important;
  327. -webkit-border-radius: 0px 0px 0px 0px;
  328. -webkit-transition: all .8s ease-in;
  329. -moz-transition: all .8s ease-in;
  330. -o-transition: all .8s ease-in;
  331. transition: all .8s ease-in;
  332. -webkit-border-radius: 15px;
  333. -moz-border-radius: 15px;
  334. border-radius: 15px;
  335. }
  336.  
  337. #postnotes{
  338. text-align: justify;}
  339.  
  340. #postnotes blockquote{
  341. border: 0px;}
  342.  
  343. .blank
  344. <!-kb->
  345.  
  346. .blogtitle{
  347. text-shadow: 1px 1px 4px #CCCCCC;
  348. font-family: baby doll;
  349. font-size:30px;
  350. line-height: 22px;
  351. letter-spacing: 1px;
  352. color: {color:Link};
  353. margin-top:15px;
  354. -webkit-transition: color 0.5s ease-out;
  355. -moz-transition: color 0.5s ease-out;
  356. }
  357.  
  358. .navlinks {
  359. height:20px;
  360. width:90px;
  361. font-family: baby doll;
  362. font-size:15px;
  363. margin:6px;
  364. float:left;
  365. text-align: center;
  366. line-height: 20px;
  367. -webkit-transition: all 0s ease-out;
  368. -moz-transition: all 0s ease-out;
  369. transition: all 0s ease-out;
  370. border-radius: 25px;
  371. margin-left: 0px;
  372. text-transform:uppercase;
  373. border: 1px solid {color:nav link border};
  374. color: {color:nav link colour};
  375. }
  376.  
  377. .navlinks:hover {
  378. -webkit-transition: all 0s ease-out;
  379. -moz-transition: all 0s ease-out;
  380. transition: all 0s ease-out;
  381. border-radius: 25px;
  382. border: 1px solid {color:nav link border hover};
  383. color: {color:nav link colour hover};
  384. }
  385.  
  386. a:hover {
  387. color:{color:Hover};
  388. text-decoration: none;
  389. -webkit-transition: all 1s linear;
  390. -moz-transition: all 1s linear;
  391. transition: all 1s linear;
  392. }
  393.  
  394.  
  395. .title{
  396. font-family: baby doll;
  397. font-size: 23px;
  398. line-height: 18px;
  399. color: {color:Title};
  400. letter-spacing: 0px;
  401. font-weight: normal;
  402. padding:0px 0px 0px 0px;
  403. }
  404.  
  405. /*DESCRIPTION*/
  406. #descr{
  407. font-family: calibri;
  408. font-size: 11px;
  409. line-height: 18px;
  410. color:{color:descr colour};
  411. letter-spacing: 0px;
  412. font-weight: normal;
  413. padding:0px 0px 0px 0px;
  414. }
  415.  
  416. a:link, a:active, a:visited{
  417. color: {color:Link};
  418. text-decoration: none;
  419. -webkit-transition: all 1s linear;
  420. -moz-transition: all 1s linear;
  421. transition: all 1s linear;
  422. }
  423.  
  424. /*LINK SETTING*/
  425. #linkk {
  426. position:fixed;
  427. width: auto;
  428. height: auto;
  429. margin-left:50px;
  430. margin-top:auto;
  431. margin-bottom:5px;
  432. font-size: 10px;
  433. line-height:10px;
  434. letter-spacing:0px;
  435. background-color: transparent;
  436. padding:5px;
  437. }
  438.  
  439. .blogtitle{
  440. font-family: baby doll;
  441. font-size:35px;
  442. line-height: 33px;
  443. letter-spacing: 0px;
  444. color: {color:Link};
  445. margin-top:15px;
  446. -webkit-transition: color 0.5s ease-out;
  447. -moz-transition: color 0.5s ease-out;
  448. }
  449.  
  450. blockquote{
  451. padding:0px 0px 2px 5px;
  452. margin:0px 0px 2px 1px;
  453. border-left: 1px solid #fff;
  454. }
  455.  
  456. blockquote p, ul{
  457. margin:0px;
  458. padding:0px;
  459. }
  460.  
  461. small{font-size: 90%;}
  462.  
  463.  
  464. </style>
  465.  
  466. <link rel="shortcut icon" href="{Favicon}">
  467. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  468. <meta name="viewport" content="width=820" />
  469. </head>
  470. <body>
  471.  
  472. <div id="cage">
  473.  
  474. <div id="imgsidebar"></div>
  475. <div id="rightline"></div>
  476. <div id="sidebar">
  477.  
  478.  
  479. <center><div class="blogtitle">{title}</div>
  480. </br>
  481. <div id="descr">{Description}</div>
  482. </br>
  483. <div id="linkk">
  484. <div class="navlinks"><a href="/">Home</a></div>
  485. <div class="navlinks"><a href="/ask">Ask</a></div>
  486. </br>
  487. <div class="navlinks">{block:IfLinkOneTitle}<a href="{text:Link One}">{text:Link One Title}</a>{/block:ifLinkOneTitle}</div>
  488. <div class="navlinks">{block:ifLinkTwoTitle}<a href="{text:Link Two}">{text:Link Two Title}</a>{/block:ifLinkTwoTitle}</div>
  489. </br>
  490. <div class="navlinks">{block:ifLinkThreeTitle}<a href="{text:Link Three}">{text:Link Three Title}</a>{/block:ifLinkThreeTitle}</div>
  491. <div class="navlinks"><a href="http://iusedtobeher.tumblr.com/">Credit</a></div>
  492. </br>
  493. </div>
  494. <center>
  495.  
  496. </center>
  497. </div></div></div>
  498.  
  499.  
  500.  
  501. <div id="content">
  502. {block:Posts}
  503. <div id="entry">
  504.  
  505. {block:IndexPage}
  506. <div class="perma">
  507. <center><a href="{Permalink}">{NoteCountWithLabel} </a> ~ <a href="{ReblogURL}" target="_blank"> reblog</a></span></a></font></link></div>
  508. {/block:IndexPage}
  509.  
  510. {block:Text}
  511. {block:Title}<span class="title">{Title}</span>{/block:Title}
  512. <span class="entrytext">{Body}</span></a>
  513.  
  514.  
  515. {/block:Text}
  516.  
  517. {block:Link}
  518. <a href="{URL}" class="title">{Name}</a>
  519. {block:Description}{Description}
  520. {/block:Description}
  521.  
  522. {block:Link}
  523.  
  524.  
  525. {block:Photo}
  526. {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}
  527.  
  528.  
  529. {block:Quote}
  530. <span class="title">{Quote}</span>
  531. {block:Source}{Source}{/block:Source}
  532.  
  533. {/block:Quote}
  534.  
  535. {block:Chat}
  536. {block:Title}<span class="title">{Title}</span>{/block:Title}
  537. <ul class="chat">
  538. {block:Lines}
  539. <li class="user_{UserNumber}">
  540. {block:Label}
  541. <span class="label">{Label}</span>
  542. {/block:Label}
  543.  
  544. {Line}
  545. </li>
  546. {/block:Lines}
  547. </ul>
  548.  
  549.  
  550. {/block:Chat}
  551.  
  552.  
  553. {block:Audio}
  554. <center><div style="width:250px; height:40px;"><div style="float:left">{AudioPlayerWhite}</div><div style="margin-top:10px; float:right;">
  555. {FormattedPlayCount} plays {block:ExternalAudio}{/block:ExternalAudio}</div></div></center><br><div align="right"><a href="{Permalink}"></a></div>
  556. {/block:Audio}
  557.  
  558.  
  559.  
  560. {block:Video}<center>
  561. <div class="video">{Video-250}</div></center><div align="right"><a href="{Permalink}"></a></div>
  562. {block:Video}
  563.  
  564. {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}
  565.  
  566. {block:PostNotes}
  567. {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}
  568. <div id="postnotes">{PostNotes}</div>
  569.  
  570. {/block:PostNotes}
  571. </div>
  572. {/block:Posts}
  573. </div></div>
  574.  
  575.  
  576. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  577.  
  578. </div>
  579. </center>
  580.  
  581. </body>
  582. </html>
  583. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement