Advertisement
Guest User

Untitled

a guest
Dec 15th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.77 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7. <!--------------------------------------------
  8. SCOTTISBAE THEMES # 131
  9. THEME BY: http://scottisbae.tumblr.com/ (PREV BRITISHROBERT)
  10.  
  11. RULES, IMPORTANT: DON'T REMOVE THE CREDIT // DON'T CLAIM AS YOUR OWN // DON'T USE AS A BASE
  12.  
  13. --------------------------------------------->
  14.  
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  18. <meta name="description" content="" />
  19. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  20.  
  21. <!--CURSOR-->
  22.  
  23. <style> body, a, a:hover{cursor:url(http://media.tumblr.com/tumblr_lqs4qdUu8n1qfoi4t.png), auto} </style>
  24.  
  25.  
  26. <meta name="color:Background" content="#FFFFFF">
  27. <meta name="color:Link" content="#8C8C8C">
  28. <meta name="color:Link Hover" content="#CECECE">
  29. <meta name="color:Text" content="#4C4C4C">
  30. <meta name="color:Scrollbar" content="#000000">
  31. <meta name="color:Blockquote" content="#F4F4F4">
  32. <meta name="color:Info Border" content="#F8F7F7">
  33. <meta name="color:Questions Border" content="#F8F7F7">
  34. <meta name="color:Sidebar Border" content="#F4F4F4">
  35.  
  36. <meta name="text:Body Font Size" content="11px"/>
  37. <meta name="text:Body Font" content="Arial"/>
  38.  
  39. <meta name="image:Sidebar" content=""/>
  40. <meta name="image:Background" content="" />
  41.  
  42. <meta name="text:Title" content="">
  43. <meta name="if:Show 250px posts" content="0"/>
  44. <meta name="if:Show 400px posts" content="0"/>
  45. <meta name="if:Show 500px posts" content="0"/>
  46. <meta name="if:Show Posts Border" content="0" />
  47. <meta name="if:Show Sidebar Border" content="0" />
  48. <meta name="if:Show Link1" content="0" />
  49. <meta name="if:Show Link2" content="0" />
  50. <meta name="if:Show Link3" content="0" />
  51. <meta name="if:Show Link4" content="0" />
  52.  
  53. <meta name="text:link1" content="">
  54. <meta name="text:link1 url" content="/">
  55. <meta name="text:link2" content="">
  56. <meta name="text:link2 url" content="/">
  57. <meta name="text:link3" content="">
  58. <meta name="text:link3 url" content="/">
  59. <meta name="text:link4" content="">
  60. <meta name="text:link4 url" content="/">
  61.  
  62.  
  63.  
  64. <link href='http://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900' rel='stylesheet' type='text/css'>
  65.  
  66. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  67. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  68. <script>
  69. (function($){
  70. $(document).ready(function(){
  71. $("a[title]").style_my_tooltips({
  72. tip_follows_cursor:true,
  73. tip_delay_time:90,
  74. tip_fade_speed:600,
  75. attribute:"title"
  76. });
  77. });
  78. })(jQuery);
  79. </script>
  80.  
  81.  
  82. <style type="text/css">
  83.  
  84. ::-webkit-scrollbar {background-color:{color:Background}; height:4px; width:6px}
  85. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar}; height:50px}
  86. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar}; height:8px!important}
  87.  
  88. #s-m-t-tooltip {
  89. max-width:300px;
  90. margin-top:-20px;
  91. margin-left:-20px;
  92. font-size:8px;
  93. padding:2px;
  94. font-family:calibri;
  95. letter-spacing:1px;
  96. text-align:center;
  97. text-transform:uppercase;
  98. background-color:{color:Background};
  99. color:{color:text};
  100. z-index:999999999999999999999999999999999999;
  101. }
  102.  
  103. h1 {
  104. font-weight:normal;
  105. font-size: {text:Body Font Size};
  106. font-family: {text:Body Font};
  107. text-align:center;
  108. font-style:italic;
  109. line-height:50%;
  110. letter-spacing:0px;
  111. text-transform:none;
  112. color:{color:Text};
  113. }
  114.  
  115. h2 {
  116. font-size: {text:Body Font Size};
  117. font-family: {text:Body Font};
  118. letter-spacing:0px;
  119. margin-bottom:12px;
  120. padding-bottom:10px;
  121. font-weight:normal;
  122. line-height:90%;
  123. text-transform:lowercase;
  124. color:{color:Text};
  125. margin: 0px;
  126. border-bottom:1px solid {color:Info Border};
  127. }
  128.  
  129. pre {
  130. {block:ifShow250pxposts}
  131. width:250px;
  132. {/block:ifShow250pxposts}
  133. {block:ifShow400pxposts}
  134. width:400px;
  135. {/block:ifShow400pxposts}
  136. {block:ifShow500pxposts}
  137. width:500px;
  138. {/block:ifShow500pxposts}
  139. text-align: left;
  140. word-wrap: break-word;
  141. color:{color:Text};
  142. }
  143.  
  144.  
  145. blockquote {
  146. border-left:1px solid {color:Blockquote};
  147. padding-left:13px;
  148. padding-top:1px;
  149. padding-bottom:1px;
  150. margin:10px;
  151. margin-top:20px;
  152. margin-bottom:10px;
  153. margin-left:20px;
  154. }
  155.  
  156. blockquote img {
  157. max-width:470px;
  158. }
  159.  
  160. body {
  161. color: {color:Text};
  162. background-color:{color:Background};
  163. background-image:url('{image:background}');
  164. background-attachment: fixed;
  165. background-repeat: repeat;
  166. word-spacing:1px;
  167. }
  168.  
  169. a {
  170. color: {color:Link};
  171. text-decoration: none;
  172. -moz-transition-duration: 0.5s;
  173. -o-transition-duration: 0.5s;
  174. -webkit-transition-duration: 0.5s;
  175. transition-duration: 0.5s;
  176. }
  177.  
  178. a:hover {
  179. color: {color:Link Hover};
  180. text-decoration:underline;
  181. -moz-transition-duration: 0.5s;
  182. -o-transition-duration: 0.5s;
  183. -webkit-transition-duration: 0.5s;
  184. transition-duration: 0.5s;
  185. }
  186.  
  187. .title {
  188. width:245px;
  189. margin-bottom:10px;
  190. font-size:16px;
  191. font-family:arial;
  192. text-transform:none;
  193. line-height:110%;
  194. text-align:right;
  195. color:{color:text};
  196. letter-spacing:5px;
  197. font-weight:bold;
  198. }
  199.  
  200. .title a {
  201. color:{color:text};
  202. }
  203.  
  204.  
  205. .sidebar {
  206. width:250px;
  207. color:{color:Text};
  208. position: fixed;
  209. margin-top:90px;
  210. margin-left:-95px;
  211. padding:13px;
  212. background-color:{color:Background};
  213. {block:ifShowSidebarBorder}
  214. border:1px solid {color:Info Border};
  215. border-bottom:3px solid {color:Sidebar Border};
  216. border-right:3px solid {color:Sidebar Border};
  217. {/block:ifShowSidebarBorder}
  218. }
  219.  
  220. .sidebarimage {
  221. margin-left:0px;
  222. margin-bottom:15px;
  223. margin-left:0px;
  224. width:250px;
  225. }
  226.  
  227. .sidebarlinks {
  228. width:250px;
  229. padding-top:15px;
  230. padding-bottom:5px;
  231. margin-bottom:4px;
  232. font-family:arial;
  233. text-transform:lowercase;
  234. font-size:9px;
  235. text-transform:;
  236. text-align:center;
  237. font-weight:normal;
  238. letter-spacing:0px;
  239. border-bottom:px solid {color:Sidebar Border};
  240. }
  241.  
  242.  
  243. .sidebarlinks a {
  244. color:{color:Text};
  245. padding:3px;
  246. -moz-transition-duration: 0.5s;
  247. -o-transition-duration: 0.5s;
  248. -webkit-transition-duration: 0.5s;
  249. transition-duration: 0.5s;}
  250.  
  251. .sidebarlinks a:hover {
  252. color:{color:Link Hover};
  253. text-decoration:underline;
  254. -moz-transition-duration: 0.5s;
  255. -o-transition-duration: 0.5s;
  256. -webkit-transition-duration: 0.5s;
  257. transition-duration: 0.5s;}
  258.  
  259.  
  260. .description {
  261. text-transform:;
  262. width:250px;
  263. padding-top:0px;
  264. padding-bottom:0px;
  265. line-height:120%;
  266. text-align:center;
  267. font-size:9px;
  268. font-family:arial;
  269. color:{color:Text};
  270. letter-spacing:0px;
  271. }
  272.  
  273. .description a:hover {
  274. color:{color:Link Hover};
  275. }
  276.  
  277. .border {
  278. border-bottom: 1px solid {color:Sidebar Border};
  279. width:100px;
  280. }
  281.  
  282. .border2 {
  283. margin-left:20px;
  284. border-bottom: 1px solid {color:Sidebar Border};
  285. width:110px;
  286. }
  287.  
  288.  
  289. .pagination {
  290. width:245px;
  291. padding-top:10px;
  292. padding-bottom:10px;
  293. text-align:center;
  294. margin-top:1px;
  295. font-family:arial;
  296. font-size:11px;
  297. letter-spacing:0px;
  298. font-weight:;
  299. text-transform:lowercase;
  300. }
  301.  
  302. .pagination a {
  303. padding:3px;
  304. color:{color:Text};
  305. }
  306.  
  307. .pagination a:hover {
  308. color:{color:Link Hover};
  309. }
  310.  
  311. .container {
  312. width:900px;
  313. margin: auto;
  314. margin-top:-8px;
  315. }
  316.  
  317.  
  318. .postscontainer {
  319. {block:ifShow250pxposts}
  320. width:250px;
  321. {/block:ifShow250pxposts}
  322. {block:ifShow400pxposts}
  323. width:400px;
  324. {/block:ifShow400pxposts}
  325. {block:ifShow500pxposts}
  326. width:500px;
  327. {/block:ifShow500pxposts}
  328. margin: auto;
  329. margin-top:-60px;
  330. margin-bottom:50px;
  331. margin-left:280px;
  332. }
  333.  
  334. .posts {
  335. {block:ifShow250pxposts}
  336. width:250px;
  337. {/block:ifShow250pxposts}
  338. {block:ifShow400pxposts}
  339. width:400px;
  340. {/block:ifShow400pxposts}
  341. {block:ifShow500pxposts}
  342. width:500px;
  343. {/block:ifShow500pxposts}
  344. font-size: {text:Body Font Size};
  345. font-family: {text:Body Font};
  346. margin-top:120px;
  347. padding:12px;
  348. text-align:justify;
  349. {block:ifShowPostsBorder}
  350. border:1px solid {color:Info Border};
  351. border-bottom:3px solid {color:Info Border};
  352. border-right:3px solid {color:Info Border};
  353. border-radius:10px;
  354. -webkit-border-radius:100px;
  355. -moz-border-radius:100px;
  356. {/block:ifShowPostsBorder}
  357. background-color:{color:Background};
  358. }
  359.  
  360. .posts img {
  361. {block:ifShow250pxposts}
  362. max-width:250px;
  363. {/block:ifShow250pxposts}
  364. {block:ifShow400pxposts}
  365. max-width:400px;
  366. {/block:ifShow400pxposts}
  367. {block:ifShow500pxposts}
  368. max-width:500px;
  369. {/block:ifShow500pxposts}
  370. }
  371.  
  372. .info {
  373. margin-top:35px;
  374. padding-bottom:0px;
  375. line-height:0%;
  376. font-family:arial;
  377. text-transform:uppercase;
  378. letter-spacing:0px;
  379. font-size:8px;
  380. }
  381.  
  382. .info a {
  383. color:{color:Text};
  384. }
  385.  
  386. .info a:hover {
  387. text-decoration:underline;
  388. color:{color:Link Hover};
  389. }
  390.  
  391. .info2 {
  392. text-align:right;
  393. margin-top:-6px;
  394. font-family:arial;
  395. text-transform:lowercase;
  396. letter-spacing:0px;
  397. font-size:9px;
  398. }
  399.  
  400. .info2 a {
  401. color:{color:Text};
  402. }
  403.  
  404. .info2 a:hover {
  405. text-decoration:underline;
  406. color:{color:Link Hover};
  407. }
  408.  
  409. .dashicons {
  410. margin-top:5px;
  411. margin-left:510px;
  412. padding-bottom:0px;
  413. line-height:0%;
  414. font-family:arial;
  415. text-transform:lowercase;
  416. letter-spacing:0px;
  417. font-size:11px;
  418. -webkit-transition:0.7s ease; position:absolute; opacity:0;
  419. list-style: none;
  420. }
  421.  
  422. .posts:hover .dashicons {
  423. margin-top:5px;filter: alpha(opacity = 100);
  424. opacity:100;-webkit-transition: all 0.5s ease-out;
  425. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  426. }
  427.  
  428. .posts:hover .tags {
  429. {block:ifHoverTags}
  430. margin-top:6px;filter: alpha(opacity = 100);
  431. opacity:100;-webkit-transition: all 0.5s ease-out;
  432. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  433. {/block:ifHoverTags}}
  434.  
  435. .tags {{block:ifHoverTags}
  436. -webkit-transition:0.7s ease; position:absolute; opacity:0;
  437. {/block:ifHoverTags}
  438. width:500px;
  439. margin-top:6px;
  440. text-transform:none;
  441. font-family:arial;
  442. letter-spacing:0px;
  443. font-size:9px;
  444. text-align:left;
  445. padding:0px;
  446. border-top:0px solid {color:infobg};
  447. -moz-transition-duration:0.5s;
  448. -webkit-transition-duration:0.5s;
  449. -o-transition-duration:0.5s;
  450. }
  451.  
  452. .tags a {
  453. background-color:none;
  454. color:{color:Text};
  455. }
  456.  
  457. .tags a:hover {
  458. text-decoration:underline;
  459. color:{color:Link Hover};
  460. }
  461.  
  462. .postnote {
  463. {block:ifShow250pxposts}
  464. width:250px;
  465. {/block:ifShow250pxposts}
  466. {block:ifShow400pxposts}
  467. width:400px;
  468. {/block:ifShow400pxposts}
  469. {block:ifShow500pxposts}
  470. width:500px;
  471. {/block:ifShow500pxposts}
  472. text-transform:lowercase;
  473. font-size: {text:Body Font Size};
  474. font-family: {text:Body Font};
  475. text-align:left;
  476. line-height:90%;
  477. margin-top:10px;
  478. }
  479.  
  480. .postnote li {
  481. list-style-type:none;
  482. border-bottom:1px solid {color:Info Border};
  483. padding:37px 0px 3px 0px;
  484. text-align:left;
  485. margin:0px;
  486. -moz-transition-duration:0.5s;
  487. -webkit-transition-duration:0.5s;
  488. -o-transition-duration:0.5s;
  489. }
  490.  
  491. .postnote img {
  492. width:20px;
  493. padding: 3px;
  494. margin:2px 7px -3px 6px;
  495. text-align:left;
  496. margin:2px 7px -3px 6px;
  497. border:2px solid {color:Info Border};
  498. border-radius:100px;
  499. -webkit-border-radius:100px;
  500. -moz-border-radius:100px;
  501. }
  502.  
  503. .music {
  504. {block:ifShow250pxposts}
  505. width:250px;
  506. {/block:ifShow250pxposts}
  507. {block:ifShow400pxposts}
  508. width:400px;
  509. {/block:ifShow400pxposts}
  510. {block:ifShow500pxposts}
  511. width:500px;
  512. {/block:ifShow500pxposts}
  513. padding-bottom:10px;
  514. }
  515.  
  516. .albumart {
  517. float:left;
  518. width:50px;
  519. padding: 3px;
  520. margin:2px 7px -3px 6px;
  521. border:2px solid {color:Info Border};
  522. border-radius:100px;
  523. -webkit-border-radius:100px;
  524. -moz-border-radius:100px;
  525. }
  526.  
  527. .playercontainer {
  528. text-align:left;
  529. padding-top:15px;
  530. {block:ifShow250pxposts}
  531. width:150px;
  532. {/block:ifShow250pxposts}
  533. {block:ifShow400pxposts}
  534. width:350px;
  535. {/block:ifShow400pxposts}
  536. {block:ifShow500pxposts}
  537. width:450px;
  538. {/block:ifShow500pxposts}
  539. }
  540.  
  541. .musicinfo {
  542. padding:10px;
  543. margin-top:20px;
  544. font-size: {text:Body Font Size};
  545. font-family: {text:Body Font};
  546. color:{color:Text};
  547. }
  548.  
  549. .quote {
  550. font-size: {text:Body Font Size};
  551. font-family: {text:Body Font};
  552. letter-spacing:0px;
  553. line-height:90%;
  554. text-align:justify;
  555. }
  556.  
  557. .source {
  558. font-family:calibri;
  559. font-size:10px;
  560. font-style:normal;
  561. text-align:left;
  562. line-height:17px;
  563. }
  564.  
  565. .chat ol {
  566. font-size: {text:Body Font Size};
  567. font-family: {text:Body Font};
  568. line-height:100%;
  569. padding:0px;
  570. list-style:none;
  571. }
  572.  
  573. .label {
  574. font-size: {text:Body Font Size};
  575. font-family: {text:Body Font};
  576. font-weight:bold;
  577. color:{color:Text};
  578. }
  579.  
  580. .line.odd {
  581. padding:4px;
  582. margin-bottom:2px;
  583. }
  584.  
  585. .line.even {
  586. padding:4px;
  587. margin-bottom:2px;
  588. }
  589.  
  590. .ask {
  591. {block:ifShow250pxposts}
  592. width:250px;
  593. {/block:ifShow250pxposts}
  594. {block:ifShow400pxposts}
  595. width:400px;
  596. {/block:ifShow400pxposts}
  597. {block:ifShow500pxposts}
  598. width:500px;
  599. {/block:ifShow500pxposts}
  600. font-size: {text:Body Font Size};
  601. font-family: {text:Body Font};
  602. text-transform:capitalize;
  603. text-align:left;
  604. font-weight:;
  605. line-height: 120%;
  606. padding-top:4px;
  607. padding-left:7px;
  608. padding-bottom:8px;
  609. border-bottom: 1px solid {color:Questions Border};
  610. }
  611.  
  612. .ask a {
  613. color:{color:Text};
  614. }
  615.  
  616. .question {
  617. {block:ifShow250pxposts}
  618. width:250px;
  619. {/block:ifShow250pxposts}
  620. {block:ifShow400pxposts}
  621. width:400px;
  622. {/block:ifShow400pxposts}
  623. {block:ifShow500pxposts}
  624. width:500px;
  625. {/block:ifShow500pxposts}
  626. letter-spacing:0px;
  627. margin-top:3px;
  628. padding-left:7px;
  629. padding-bottom:8px;
  630. text-align:justify;
  631. color:{color:Text};
  632. font-size: {text:Body Font Size};
  633. font-family: {text:Body Font};
  634. }
  635.  
  636. .answer {
  637. {block:ifShow250pxposts}
  638. width:250px;
  639. {/block:ifShow250pxposts}
  640. {block:ifShow400pxposts}
  641. width:400px;
  642. {/block:ifShow400pxposts}
  643. {block:ifShow500pxposts}
  644. width:500px;
  645. {/block:ifShow500pxposts}
  646. letter-spacing:0px;
  647. text-align:justify;
  648. padding-top:5px;
  649. line-height: 120%;
  650. margin-bottom:1px;
  651. font-size: {text:Body Font Size};
  652. font-family: {text:Body Font};
  653. color:{color:Text};
  654. }
  655.  
  656. .askimg {
  657. padding: 3px;
  658. margin:2px 7px -3px 6px;
  659. }
  660.  
  661. .credit {
  662. position:fixed;
  663. font-family:calibri;
  664. font-size:8px;
  665. line-height:150%;
  666. letter-spacing:0px;
  667. left:5px;
  668. bottom:20px;
  669. text-transform:uppercase;
  670. text-align:center;
  671. }
  672.  
  673. .credit a {
  674. font-style:normal;
  675. padding:3px;
  676. color:{color:text};
  677. -moz-transition-duration:0.5s;
  678. -webkit-transition-duration:0.5s;
  679. -o-transition-duration:0.5s;
  680. }
  681.  
  682. #picture img{
  683. position:fixed;
  684. width:170px;
  685. right: 20px;
  686. bottom: 0px;
  687. z-index: 9999;
  688. }
  689.  
  690. #text {
  691. width:110px;
  692. right: 50px;
  693. bottom:5px;
  694. font-family:Calibri;
  695. font-size:11px;
  696. text-align:center;
  697. position:fixed;
  698. background:;
  699. z-index:9999;
  700. opacity: 0;
  701. -webkit-transition: all .7s ease-in-out;
  702. -moz-transition: all .7s ease-in-out;
  703. -o-transition: all .7s ease-in-out;
  704. transition: all .7s ease-in-out;
  705. }
  706.  
  707. #box {
  708. position: relative;
  709. width: 500px;
  710. text-decoration: none !important;
  711. text-align: center;
  712. }
  713.  
  714. #box:hover #text{
  715. -webkit-transition: all .7s ease-in-out;
  716. -moz-transition: all .7s ease-in-out;
  717. -o-transition: all .7s ease-in-out;
  718. transition: all .7s ease-in-out;
  719. opacity:1;
  720. }
  721.  
  722. #ocehans1{ height:14px; text-align:center; overflow:hidden; margin-top:-1px; border-bottom:1px solid #efefef; text-transform:uppercase; background-color:; letter-spacing:1px; font-size:8px; line-height:10px; z-index:999999999999999999999; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; } #ocehans1:hover{ height:160px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; } #ocehans2{ height:14px; text-align:center; overflow:hidden; border-bottom:1px solid #efefef; text-transform:uppercase; background-color:; letter-spacing:1px; font-size;8px; line-height:13px; z-index:999999999999999999999; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; } #ocehans2:hover{ height:320px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; } #ocehans{ text-align:left; font-size:8px; text-transform:uppercase; opacity: .99; position:fixed; font-family:calibri; left:25px; background-color:white; letter-spacing:1px; width:120px; z-index:9999; padding:4px; top:64px; } #ocehans3{ height:14px; text-align:center; overflow:hidden; border-bottom:1px solid #efefef; text-transform:uppercase; background-color:; letter-spacing:1px; font-size;8px; line-height:13px; z-index:999999999999999999999; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; } #ocehans3:hover{ height:200px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; } #ocehans{ text-align:left; font-size:8px; text-transform:uppercase; opacity: .99; position:fixed; font-family:calibri; left:25px; background-color:white; letter-spacing:1px; width:120px; z-index:9999; padding:4px; top:64px; }
  723.  
  724. </style>
  725. </head>
  726.  
  727.  
  728. <body>
  729. <div class="container">
  730. <center>
  731. <div class="sidebar">
  732. <div class="title">Does anybody care what I'm feeling?
  733. <a href="/">
  734. {text:Title}
  735. </a></div>
  736. <a title="home" href="/"><script language="JavaScript">
  737. <!--
  738.  
  739. /*
  740. Random Image Script- By JavaScript Kit (http://www.javascriptkit.com)
  741. Over 400+ free JavaScripts here!
  742. Keep this notice intact please
  743. */
  744.  
  745. function random_imglink(){
  746. var myimages=new Array()
  747. //specify random images below. You can have as many as you wish
  748. myimages[1]="http://i.imgur.com/gqgo6Ov.gif"
  749. myimages[2]="http://i.imgur.com/I9kRFWV.gif"
  750. myimages[3]="http://i.imgur.com/5Xafa9e.gif"
  751.  
  752. var ry=Math.floor(Math.random()*myimages.length)
  753. if (ry==0)
  754. ry=1
  755. document.write('<img src="'+myimages[ry]+'" border=0>')
  756. }
  757. random_imglink()
  758. //-->
  759. </script>
  760.  
  761. <div class="sidebarlinks">
  762. <span style="font-weight:;font-size:8px;text-transform:uppercase;font-family:calibri;">
  763. {block:PreviousPage}
  764. <a href="{PreviousPage}"><big><big> ‹ </big></big></a>
  765. {/block:PreviousPage}
  766. </span>
  767. <a href="/ask">ask</a>
  768. <a href="/tagged/my%20stuff">creations</a>
  769. <a href="/map">map</a>
  770. {block:ifShowLink1}
  771. <a href="{text:link1 url}">{text:link1}</a>
  772. {/block:IfShowLink1}
  773. {block:ifShowLink2}
  774. <a href="{text:link2 url}">{text:link2}</a>
  775. {/block:IfShowLink2}
  776. {block:ifShowLink3}
  777. <a href="{text:link3 url}">{text:link3}</a>
  778. {/block:IfShowLink3}
  779. {block:ifShowLink4}
  780. <a href="{text:link4 url}">{text:link4}</a>
  781. {/block:IfShowLink4}
  782.  
  783. <span style="font-weight:;font-size:8px;text-transform:uppercase;font-family:calibri;">
  784. {block:NextPage}
  785. <a href="{NextPage}"><big><big> › </big></big></a>
  786. {/block:NextPage}</span>
  787. </div>
  788. <div class="description">
  789. <center>
  790. <p><div class="border"></div></p>
  791. </center>
  792. {Description}
  793. </div>
  794. </div>
  795.  
  796. <div id="box"> <div id="picture"><img src="http://i.imgur.com/zRZPuyw.png" /></div> <div id="text"> <font face="garamond" color=#4C4C4C><b>Perfect</b><br><br>"Thanks to you for staying on my blog a while. It's nice to see someone who enjoys the same things as you. In addition, I met great people here; from all backgrounds but with one thing in common: they have a heart as big as the universe and as wide as all the seas and oceans together. It is wonderful to see how thanks to people we have never seen in the life of every day, how we can feel so close to them. Just few words to start a conversation... so if you want to get to know me better, it would be with a great pleasure<br>(especially I love chat)"</font><br><br> <br><br> <br><br> <br><br> </div> </div>
  797.  
  798. <div id="ocehans"> <center> <div id="ocehans1"> <div style="font-size:11px;">About</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:10px; line-height:10px; text-align:center; color:#b9b9b9;"> <br> <div style="color:white; background-color:#4C4C4C; padding:1px;">Louise <br></div><br> XVII<br> french girl<br> taurus<br><br> <div style="color:white; background-color:#B8B8B8; padding:1px;">Like<br></div><br> tv series addict<br>listen music<br>video games<br>read novels and manga </div> </div>
  799.  
  800. <div id="ocehans2"> <div style="font-size:11px;">Currently</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:10px; line-height:10px; text-align:center; color:#b9b9b9;"><br> <div style="color:white; background-color:#4C4C4C; padding:1px;">Reading<br></div> <br> <i>The Siren</i><br><br>by Kiera Cass<br><br> <div style="color:white; background-color:#B8B8B8; padding:1px;">Watching<br></div><br> <c title="season 1"><a href="http://cutie-stiles.com/tagged/13-reasons-why">13 Reasons Why</a></c><br> <c title="season 1"><a href="http://cutie-stiles.com/tagged/salem">Salem</a></c><br> <c title="season 4"><a href="http://cutie-stiles.com/tagged/the%20100">The 100</a></c> <br><br> <a href="http://cutie-stiles.tumblr.com/watching">(Complete List)</a></c><br><br> <div style="color:white; background-color:#4C4C4C; padding:1px;">On replay<br></div> <br>Ashes Remain<br>Dead By April<br>Lana Del Rey<br>Nickelback<br>Thousand Foot Krutch<br><br> <div style="color:white; background-color:#4C4C4C; padding:1px;">Where to find me<br></div><br> <c title="novels and more"><a href="http://www.livraddict.com/profil/cutie-stiles/?goto=bibliotheque">Livraddict</a></c> <br> <c title="complete list"><a href="http://www.manga-sanctuary.com/collection.php?id=108563&page=liste&type_collec=ms">Manga Sanctuary</a></c> <br> <c title="manga and animes"><a href="https://myanimelist.net/profile/cutie-stiles">MyAnimeList</a></div> </div>
  801.  
  802. <div id="ocehans3"> <div style="font-size:11px;">Blogs</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:10px; line-height:10px; text-align:center; color:#b9b9b9;"><br> <div style="color:white; background-color:#4C4C4C; padding:1px;">Main Blog<br></div> <br>
  803. mutlifandom blog<br><br><b>WORKING ON:</b><br><a href="http://cutie-stiles.tumblr.com/tagged/gtkmm">get to know<br>me meme</a><br><br>
  804. <b>TRACKING:</b><br><i>#usercutiestiles</i><br><br> <div style="color:white; background-color:#B8B8B8; padding:1px;">Other Blogs<br></div> <br><b>OWNER OF:</b><br><a href="http://fywolf.tumblr.com/">fywolf</a><br><br><b>MEMBER OF:</b><br><a href="http://dailytwolf.tumblr.com/">dailytwolf</a></c> <br><br> <p></p> <p></p> </div></div></div>
  805.  
  806. <div class="postscontainer">
  807.  
  808. {block:Posts}
  809. <div class="posts">
  810.  
  811.  
  812. {block:Text}
  813. {block:Title}<h2>{Title}</h2>{/block:Title}
  814. {Body}
  815. {/block:Text}
  816.  
  817. {block:Quote}<div class="quote">&#8220;{Quote}&#8221;</div><center><div class="source">&mdash; {block:Source}{Source}{/block:Source}</div></center><br>{/block:Quote}
  818.  
  819. {/block:Quote}
  820.  
  821. {block:Link}
  822. <h2><a href="{URL}">{Name}</a></h2>
  823. {block:Description}{Description}{/block:Description}
  824. {/block:Link}
  825.  
  826. {block:Chat}{block:Title}<h2>{Title}</h2>{/block:Title}<div class="chat"><ol>{block:Lines}<li class="line {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}
  827. </ol></div>{/block:Chat}
  828.  
  829. {block:Answer}<div class="ask"><span style="font-weight:bold;">{Asker}:</span><span style="text-transform:none;"> {Question}</span></div><div class="answer">{Answer}</div>{/block:answer}
  830.  
  831. {block:Photo}
  832. {LinkOpenTag}
  833. {block:ifShow250pxposts}<img src="{PhotoURL-250}" alt="{PhotoAlt}">{/block:ifShow250pxposts}
  834. {block:ifShow400pxposts}<img src="{PhotoURL-400}" alt="{PhotoAlt}">{/block:ifShow400pxposts}
  835. {block:ifShow500pxposts}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{/block:ifShow500pxposts}
  836. {LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  837. {/block:Photo}
  838.  
  839. {block:Photoset}
  840. {block:ifShow250pxposts}{Photoset-250}{/block:ifShow250pxposts}
  841. {block:ifShow400pxposts}{Photoset-400}{/block:ifShow400pxposts}
  842. {block:ifShow500pxposts}{Photoset-500}{/block:ifShow500pxposts}
  843. {block:Caption}{Caption}{/block:Caption}
  844. {/block:Photoset}
  845.  
  846. {block:Audio}<div class="music">{block:AlbumArt}<img src="{AlbumArtURL}" class="albumart">{/block:AlbumArt}
  847. <div class="playercontainer">{AudioPlayerWhite}</div>
  848. <div class="musicinfo">{block:TrackName} {TrackName} {/block:TrackName} {block:Artist}by {Artist} {/block:Artist}</div>
  849. {block:Caption}{Caption}{/block:Caption}<br></div>{/block:Audio}
  850.  
  851. {block:Video}
  852. {block:ifShow250pxposts}{Video-250}{/block:ifShow250pxposts}
  853. {block:ifShow400pxposts}{Video-400}{/block:ifShow400pxposts}
  854. {block:ifShow500pxposts}{Video-500}{/block:ifShow500pxposts}
  855. {block:Caption}{Caption}{/block:Caption}
  856. {/block:Video}
  857.  
  858. {block:Date}<div class="info"><span style="text-transform:capitalize;"><a href="{Permalink}"><a title="{timeago}" href="{Permalink}"><u>{12HourWithZero}:{Minutes} {CapitalAmPm}</u></a>{block:NoteCount}  {NoteCount}{/block:NoteCount} </span> {block:permalinkpage}{block:RebloggedFrom} <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource} <span style="color:{color:linkinfo}"><a href="{SourceURL}"></a><a href="{ReblogRootURL}"><span style="color:{color:linkinfo}">©</a></span>{/block:ContentSource}{/block:RebloggedFrom}</span> {/block:permalinkpage}
  859. </div>{/block:Date}
  860.  
  861. {block:HasTags}
  862. <div class="tags">
  863. {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}
  864. </div>
  865. {/block:HasTags}
  866.  
  867. <div class="postnote">
  868. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  869.  
  870. </div>
  871. {/block:Posts}
  872.  
  873.  
  874. <div class="credit"><div class="credit"><a href="http://scottisbae.tumblr.com/">scottisbae</a></div>
  875.  
  876. </div>
  877. </div>
  878. </div>
  879. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement