Advertisement
rockatanskis

4 TH BIRTHDAY GIRL

Oct 20th, 2015
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.03 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!--
  5. Hello again :D
  6. You know the rules about theme's right, aren't you?
  7. Always keeping the credit of the basecode owner:hoodclifford
  8. So I hopw you enjoy this theme!
  9. -Frida
  10. -->
  11.  
  12.  
  13. <meta name="color:background" content="#ffffff"/>
  14. <meta name="color:text" content="#3c3c3c"/>
  15. <meta name="color:link" content="#000000"/>
  16. <meta name="color:link hover" content="#bbbbbb"/>
  17. <meta name="color:border" content="#000000"/>
  18. <meta name="color:hoverlink text" content="#000000"/>
  19. <meta name="color:scrollbar bg" content="#6b6d6d"/>
  20. <meta name="color:tooltip color" content="#6b6d6d"/>
  21. <meta name="color:title color" content="#000000"/>
  22. <meta name="color:blockquote color" content="#9d9d9d"/>
  23.  
  24. <meta name="image:sidebar" content=""/>
  25. <meta name="image:sidebar2" content=""/>
  26.  
  27. <meta name="text:title text" content="title">
  28. <meta name="text:Link 1 URL" content="" />
  29. <meta name="text:Link 1" content="link 1" />
  30. <meta name="text:Link 2 URL" content="" />
  31. <meta name="text:Link 2" content="link 2" />
  32. <meta name="text:Link 3 URL" content="" />
  33. <meta name="text:Link 3" content="link 3" />
  34. <meta name="text:Link 4 URL" content="" />
  35. <meta name="text:Link 4" content="link 4" />
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43. <head><title>{Title}</title>
  44. <link rel="shortcut icon" href="{Favicon}">
  45. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  46. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  47.  
  48. <link href='http://fonts.googleapis.com/css?family=Codystar:300,400' rel='stylesheet' type='text/css'>
  49.  
  50.  
  51. <style type="text/css">
  52.  
  53. /*edit scrollbar*/
  54.  
  55. ::-webkit-scrollbar-thumb {
  56. height:auto;
  57. background-color:{color:scrollbar bg};
  58. }
  59.  
  60. ::-webkit-scrollbar {
  61. height:0px;
  62. width:7px;
  63. padding-right:2px;
  64. background-color:white;
  65. }
  66.  
  67. /*edit the body this is what post text looks like, background color, etc.*/
  68.  
  69. body {
  70. position:fixed;
  71. background:#edf0f0;
  72. background-size: 100%;
  73. margin:0px;
  74. color:{color:text};
  75. font-family:arial;
  76. font-size:12px;
  77. line-height:140%;
  78. }
  79.  
  80. small {
  81. font-size:11px;
  82. }
  83.  
  84. sub {font-size:10;}
  85. /*edit links*/
  86.  
  87. a {
  88. text-decoration:none;
  89. outline:none;
  90. -moz-outline-style:none;
  91. color:{color:link};
  92. -moz-transition-duration:0.8s;
  93. -webkit-transition-duration:0.8s;
  94. -o-transition-duration:0.8s;
  95. }
  96.  
  97. /*edit link hover*/
  98.  
  99. a:hover {
  100. color:{color:link hover};
  101. outline:none;
  102. -moz-outline-style:none;
  103. text-decoration:none;
  104. }
  105.  
  106. img {
  107. border:none;
  108. }
  109.  
  110. blockquote {
  111. padding-left:5px;
  112. border-left:2px solid {color:blockquote color};
  113.  
  114. }
  115.  
  116. blockquote blockquote {
  117. padding-left:5px;
  118. border-left:2px solid;
  119. }
  120.  
  121. h1 {
  122. font-size:25px;
  123. font-family:arial;
  124. letter-spacing:1px;
  125. line-height:100%;
  126. color:{color:text};
  127. }
  128.  
  129. h2 {
  130. font-size:20px;
  131. font-family:arial;
  132. letter-spacing:1px;
  133. line-height:100%;
  134. color:{color:text};
  135. }
  136.  
  137. /* this is the positioning of the whole entire sidebar*/
  138.  
  139. #sidebar {
  140. width:250px;
  141. position:fixed;
  142. margin-left:205px;
  143. margin-top:100px
  144. }
  145.  
  146. /*sidebar title*/
  147.  
  148. #title {
  149. position:fixed;
  150. width:540px;
  151. top:80px;
  152. left:400px;
  153. color:#2e2e2e;
  154. font-family:helvetica,arial;
  155. font-size:12px;
  156. line-height:100%;
  157. text-align:justify;
  158. position:fixed;
  159.  
  160. }
  161.  
  162. #title a{
  163. color:#2e2e2e;
  164. }
  165.  
  166. #title a:hover {
  167. color:black;
  168. }
  169.  
  170. /*sidebar image*/
  171.  
  172. /*the actual sidebar image*/
  173.  
  174. #si1 img {
  175. position:fixed;
  176. width:auto;
  177. height:auto;
  178. bottom:0px;
  179. left:0px;
  180. }
  181.  
  182.  
  183. /*sidebar links*/
  184.  
  185. #links {
  186. width:540px;
  187. bottom:70px;
  188. margin-left:400px;
  189. padding:10px 0px 0px 5px;
  190. font-family:arial;
  191. text-align:center;
  192. word-spacing:1.5px;
  193. text-transform:uppercase;
  194. font-size:13.5px;
  195. position:fixed;
  196. color:#2e2e2e;
  197. z-index:100;
  198. }
  199.  
  200. #links a {
  201. letter-spacing: 0px;
  202. padding:3px;
  203. color:#2e2e2e;
  204.  
  205. }
  206.  
  207. #links a:hover {
  208. color:white;
  209. }
  210.  
  211. #description {
  212. position:fixed;
  213. color:white;
  214. width:476.5px;
  215. bottom:5px;
  216. left:372px;
  217. position:fixed;
  218. height:64px;
  219. font-size:12px;
  220. font-weight:200;
  221. font-family: helvetica;
  222. padding:20px;
  223. text-align:justify;
  224. letter-spacing:2px;
  225. line-height:20px;
  226. }
  227. #description a{
  228. color:white;
  229. }
  230.  
  231.  
  232.  
  233. #description a:hover {
  234. color:{color:link hover};
  235. }
  236.  
  237. /* this is the box that comes up when you hover over something with a title*/
  238.  
  239. #s-m-t-tooltip {
  240. max-width:300px;
  241. padding:5px 5px 5px 6px;
  242. margin:20px 0px 0px 20px;
  243. background-color:{color:tooltip color};
  244. font-family:arial;
  245. font-size:9px;
  246. letter-spacing:2px;
  247. text-transform:lowercase;
  248. font-weight:bold;
  249. color:#fff;
  250. z-index:999999999999999999999999999999999999;
  251. }
  252.  
  253. /*next page and previous page*/
  254.  
  255. #pagination {
  256. width:160px;
  257. left:925px;
  258. position:fixed;
  259. bottom:10px;
  260. text-align: right;
  261. letter-spacing:1px;
  262. text-transform: uppercase;
  263. font-weight:500;
  264. font-family: helvetica;
  265. font-size: 11px;
  266.  
  267.  
  268. }
  269.  
  270. #pagination a {
  271. padding:0 3px;
  272. }
  273. #pagination a hover {
  274. color:black;
  275. }
  276.  
  277.  
  278. #entries {
  279. padding:0px 10px 10px 5px;
  280. width:25px;
  281. margin-left:10px;
  282. padding-right:10px;
  283. margin-bottom: 5px;
  284. }
  285.  
  286. #post {
  287. width:500px;
  288. padding-bottom:20px;
  289. margin-right:-25px;
  290. }
  291.  
  292. .container {
  293. position:fixed;
  294. border-top-width:15px;
  295. border-bottom-width:10px;
  296. border-right-width:5px;
  297. border-left-width:0px;
  298. border-style: solid;
  299. border-color: white;
  300. background-color:white;
  301. left:400px;
  302. top:100px;
  303. bottom: 100px;
  304. width: 535px;
  305. overflow: scroll;
  306. }
  307.  
  308.  
  309. /*time posted, note count, via and source*/
  310.  
  311. .postinfo {
  312. margin-top:20px;
  313. margin-bottom:1px;
  314. margin-left:-2px;
  315. padding-bottom:4px;
  316. width:500px;
  317. text-align:center;
  318. font-family:arial;
  319. text-transform:uppercase;
  320. font-size:10px;
  321. border:1px solid #eee;
  322.  
  323. }
  324.  
  325. .postinfo a {
  326. color:{color:link};
  327. }
  328.  
  329. .postinfo a:hover {
  330. color:{color:link hover};
  331. }
  332.  
  333. /*tags*/
  334.  
  335. .tags {
  336. width:500px;
  337. margin-top:4px;
  338. margin-left:-3px;
  339. padding:2px;
  340. font-family:arial;
  341. letter-spacing:0px;
  342. font-size:10px;
  343. text-align:center;
  344.  
  345. }
  346.  
  347. .tags a {
  348. color:{color:text};
  349. }
  350.  
  351. .tags a:hover {
  352. color:{color:link hover};
  353. }
  354.  
  355. .postnote {
  356. width:500px;
  357. margin-top:40px;
  358. font-family:arial;
  359. text-transform:lowercase;
  360. font-style:normal;
  361. letter-spacing:0px;
  362. font-size:10px;
  363. text-align:left;
  364. }
  365.  
  366. /*asks*/
  367.  
  368. #question {
  369. font-size:11px;
  370. font-style:none;
  371. font-family:arial;
  372. letter-spacing:0px;
  373. text-align:center;
  374. padding-top: 7px;
  375. padding-bottom: 7px;
  376. padding-left:9px;
  377. background:#fff;
  378. color:#000 ;
  379.  
  380. }
  381.  
  382. #question a{
  383. color:#000;
  384.  
  385. }
  386.  
  387. #answer {
  388. font-size:11px;
  389. font-style:none;
  390. font-family:arial;
  391. letter-spacing:0px;
  392. text-align:left;
  393. padding-top: 7px;
  394. padding-bottom: 7px;
  395. padding-left:9px;
  396. background:#fff;
  397. color:#000 ;
  398.  
  399. }
  400.  
  401.  
  402.  
  403. /*audio player container*/
  404.  
  405. .playercontainer {
  406. text-align:left;
  407. padding:10px;
  408. padding-left:0px;
  409. background-color:#fff;
  410. width:500px;
  411. }
  412.  
  413. /*artist, song, etc.*/
  414.  
  415. .musicinfo {
  416. padding-top:7px;
  417. padding-left:50px;
  418. color:#000;
  419. text-align:justify;
  420. }
  421.  
  422. /*credit. only change this if you actually make the code your own*/
  423.  
  424. #credit {
  425. position:fixed;
  426. font-size:9px;
  427. color:#000;
  428. font-weight:bold;
  429. line-height:150%;
  430. letter-spacing:2px;
  431. right:2px;
  432. bottom:-1px;
  433. text-transform:lowercase;
  434. text-align:center;
  435. }
  436.  
  437. #credit a {
  438. letter-spacing: 0px;
  439. padding:3px;
  440. color:#000;
  441. }
  442.  
  443. #credit a:hover {
  444. background:#fff;
  445. color:{color:link hover};
  446. }
  447.  
  448. pre {
  449. white-space: pre-wrap;
  450. }
  451.  
  452.  
  453. {CustomCSS}</style></head><body>
  454.  
  455. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  456. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  457. <script>
  458.  
  459. (function($){
  460.  
  461. $(document).ready(function(){
  462.  
  463. $("a[title]").style_my_tooltips({
  464.  
  465. tip_follows_cursor:true,
  466.  
  467. tip_delay_time:50,
  468.  
  469. tip_fade_speed:600,
  470.  
  471. attribute:"title"
  472.  
  473. });
  474.  
  475. });
  476.  
  477. })(jQuery);
  478.  
  479. </script>
  480.  
  481.  
  482. <div id="sidebar">
  483.  
  484.  
  485. <div id="si1"><img src="http://static.tumblr.com/89h8uht/1Ajnwizos/miradni.png">
  486. <div id="title"><strong><big>CLUMSY TIME EXORCIST<i>!</i></big></strong> <SPAN STYLE="font-size: 7pt">&nbsp;INDIE MIRANDA LOTTO OF D. GRAY-MAN.</span>
  487. </div>
  488.  
  489. </div></div>
  490. <div id="links">
  491.  
  492.  
  493. <span style="font-size:11px; font-family:helvetica;font-weight:200;line-height:22px;">
  494. {block:PreviousPage}
  495. <a href="{PreviousPage}">← </a>
  496. {/block:PreviousPage}</span><span style="font-size:14px; font-family:helvetica;font-weight:200;line-height:22px;"><strong><a href="/">HOME</a> <a href="/ask">ASK</a>
  497. <a href="{text:Link 1 URL}">{text:Link 1}</a> <a href="{text:Link 2 URL}">{text:Link 2}</a> <a href="{text:Link 3 URL}">{text:Link 3}</a> <a href="{text:Link 4 URL}">{text:Link 4}</a></strong>
  498.  
  499. {block:NextPage}
  500. <a href="{NextPage}"> →</a>
  501. {/block:NextPage}
  502. </div>
  503.  
  504. <div id="description">
  505. <div id="pagination">
  506.  
  507. </div></div>
  508.  
  509.  
  510.  
  511.  
  512. </div>
  513.  
  514. <div class="container">
  515.  
  516. <div id="entries">{block:Posts}<div id="post">
  517.  
  518. {block:Text}<h1>{block:Title}<big><big>{Title}</big></big>{/block:Title}</h1>{Body}{/block:Text}
  519.  
  520. {block:Quote}<big><b>"{Quote}"</b></big>{block:Source}<p></p>— {Source}{/block:Source}{/block:Quote}
  521.  
  522. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  523.  
  524. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  525.  
  526. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  527.  
  528. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  529.  
  530. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  531.  
  532.  
  533. {block:AudioPlayer}
  534. <div class="playercontainer"> <div style="padding: 5px 0px 5px 5px;width:inherit;background:#fff; border:2px solid #fff; width:30px;overflow:hidden; position:absolute;font-weight:bold;"> {AudioPlayer}</div><div class="musicinfo">{block:TrackName}<span style="#fff">{TrackName}</span>{/block:TrackName}{block:Artist}<br/>{Artist} {/block:Artist}<br>{block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}</div></div>{block:Caption}{Caption}{/block:Caption}{/block:AudioPlayer}
  535.  
  536. {block:Answer}<div id="question"><span style="font-size:15px;"><font face="arial"><b>{Asker}:<br></b></font> </span>{Question}</div><div id="answer"><span style="text-transform:none;font-size:11px;font-style:none;"><font face="arial">{Answer}</font></span>{/block:Answer}
  537.  
  538. {block:Date}<div class="postinfo"> <a href="{Permalink}">{12Hour}:{Minutes} {AmPm}</a>   {block:NoteCount}+ {NoteCount}{/block:NoteCount}   {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}   {block:ContentSource}<a href="{SourceURL}">source</a>{/block:ContentSource}{/block:RebloggedFrom}</div>{/block:Date}
  539.  
  540. {block:HasTags}
  541. <div class="tags">
  542. {block:Tags}<a href="{TagURL}"><small>✖</small> {Tag}</a>  {/block:Tags}</div>
  543. {/block:HasTags}
  544.  
  545. <div class="postnote">
  546. {block:PostNotes}{PostNotes}{/block:PostNotes}
  547. </div>
  548. </div>
  549. {/block:Posts}
  550.  
  551. </div> <!----CONTAINED--->
  552.  
  553.  
  554. </div></div></div></div>
  555. </div>
  556.  
  557. <div id="credit"><a href="http://todeserveyou.tumblr.com/">todeserveyou</a></div>
  558.  
  559. </body>
  560. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement