Advertisement
kkaylalala

its classy

Jun 21st, 2013
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.25 KB | None | 0 0
  1.  
  2.  
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5.  
  6. <!-- theme made by srslyroleplay -->
  7.  
  8. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  9.  
  10.  
  11. <head>
  12.  
  13.  
  14. <meta name="color:bg" content="#FFFFFF">
  15. <meta name="color:link" content="#AAAAAA">
  16. <meta name="color:text" content="#AAAAAA">
  17. <meta name="color:tags" content="#AAAAAA">
  18. <meta name="color:scrollbar" content="#EEEEEE">
  19. <meta name="color:border" content="#F5F5F5">
  20. <meta name="color:entry" content="#AAAAAA">
  21. <meta name="color:blogtitle" content="#AAAAAA">
  22.  
  23. <meta name="image:pic1" content=""/>
  24. <meta name="image:pic2" content=""/>
  25. <meta name="image:pic3" content=""/>
  26.  
  27. <meta name="text:url1" content="">
  28. <meta name="text:url1name" content="navigate">
  29. <meta name="text:url2" content="">
  30. <meta name="text:url2name" content="whatever">
  31. <meta name="text:url3" content="">
  32. <meta name="text:url3name" content="yolo">
  33. <meta name="text:url4" content="">
  34. <meta name="text:url4name" content="yo mama">
  35. <meta name="text:whatever" content="whatever u want here ok">
  36.  
  37. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  38. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  39. <link rel="shortcut icon" href="{Favicon}" />
  40. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  41.  
  42. <style type="text/css">
  43.  
  44. @font-face{
  45. font-family:"temp7";
  46. src: url('http://static.tumblr.com/eolkv4p/giMm5bsxo/pf_tempesta_seven.ttf');}
  47.  
  48. .content{
  49. width:150px;
  50. margin: 0 20px;
  51. }
  52. .bmenu{
  53. padding: 0px;
  54. margin: 0 0 10px 0;
  55. position: relative;
  56. }
  57. .bmenu li{
  58. font-size: 6px;
  59. font-family:"temp7";
  60. display: block;
  61. }
  62. .bmenu li a{
  63. white-space: nowrap;
  64. display: block;
  65. text-transform: uppercase;
  66. text-shadow: 1px 1px 2px rgba(71,80,23,0.3);
  67. color: #fff;
  68. padding: 5px 20px;
  69. margin: 2px;
  70. background: rgba(255,255,255,0.2);
  71. letter-spacing: 1px;
  72. -webkit-transition: all 0.4s ease-in-out;
  73. -moz-transition: all 0.4s ease-in-out;
  74. -o-transition: all 0.4s ease-in-out;
  75. -ms-transition: all 0.4s ease-in-out;
  76. transition: all 0.4s ease-in-out;
  77. }
  78. .bmenu li:first-child a{
  79. -webkit-border-radius: 15px 15px 0px 0px;
  80. -moz-border-radius: 15px 15px 0px 0px;
  81. border-radius: 15px 15px 0px 0px;
  82. }
  83. .bmenu li:last-child a{
  84. -webkit-border-radius: 0px 0px 15px 15px;
  85. -moz-border-radius: 0px 0px 15px 15px;
  86. border-radius: 0px 0px 15px 15px;
  87. }
  88. .bmenu:hover li a{
  89. text-shadow: 0px 0px 10px #fff;
  90. color: transparent;
  91. }
  92. .bmenu li a:hover{
  93. background: transparent;
  94. text-shadow: 1px 1px 10px rgba(71,80,23,0.6);
  95. color: {color:link};
  96. }
  97.  
  98.  
  99. a {
  100. color:{color:link};
  101. text-decoration:none;
  102. -moz-transition-duration:0.5s;
  103. -webkit-transition-duration:0.5s;
  104. -o-transition-duration:0.5s;
  105. }
  106.  
  107. a:hover {
  108. color:{color:hover};
  109. text-decoration:none;
  110. -moz-transition-duration:0.5s;
  111. -webkit-transition-duration:0.5s;
  112. -o-transition-duration:0.5s;
  113. }
  114.  
  115.  
  116. ::-webkit-scrollbar {background-color:{color:bg}; height:8px; width:8px}
  117. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  118. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  119.  
  120. body {
  121. background-color:{color:bg};
  122. background-image:url('{image:background}');
  123. font-family:Cambria;
  124. font-weight:normal;
  125. }
  126.  
  127.  
  128.  
  129.  
  130.  
  131. h1 {
  132. font-weight:normal;
  133. font-size:11px;
  134. text-align:center;
  135. font-style:italic;
  136. line-height:50%;
  137. letter-spacing:1px;
  138. text-transform:lowercase;
  139. color:{color:text};
  140. }
  141.  
  142. h2 {
  143. font-size:10px;
  144. text-align:center;
  145. line-height:100%;
  146. letter-spacing:-0.5px;
  147. color:{color:text};
  148. font-weight:bold;
  149. text-transform:uppercase;
  150. padding:5px;
  151. padding-bottom:2px;
  152. }
  153.  
  154.  
  155. blockquote {
  156. border-left:2px solid {color:text};
  157. padding-left:5px;
  158. margin:5px;
  159. }
  160.  
  161. #themenum {
  162. background-color:{color:bg};
  163. width:700px;
  164. margin: 0 auto -12px auto;
  165. text-align: center;
  166. }
  167.  
  168. #sidebarb {
  169. color:{color:text};
  170. background:{color:entry};
  171. position:fixed;
  172. width:145px;
  173. height:150px;
  174. margin-top:290px;
  175. margin-left:42px;
  176. text-align:left;
  177. outline:4px double {color:border};
  178. outline-offset:0px;
  179. }
  180.  
  181.  
  182.  
  183.  
  184. .slinks {
  185. margin-bottom:10px;
  186. margin-top:-5px;
  187. font-size:8px;
  188. text-transform:uppercase;
  189. text-align:center;
  190. letter-spacing:2px;
  191. line-height:170%;
  192. }
  193.  
  194. .slinks a{
  195. padding:3px;
  196. color:{color:link};
  197. letter-spacing:0px;
  198. text-decoration:none;
  199. -moz-transition-duration:1s;
  200. -webkit-transition-duration:1s;
  201. -o-transition-duration:1s;
  202. }
  203.  
  204. .slinks a:hover{
  205. color:#f1f1f1;
  206. -moz-transition-duration:1s;
  207. -webkit-transition-duration:1s;
  208. -o-transition-duration:1s;
  209. }
  210.  
  211. .description {
  212. margin-bottom:15px;
  213. margin-top:-7px;
  214. text-align:center;
  215. font-size:9px;
  216. color:{color:text};
  217. letter-spacing:1px;
  218. line-height:105%;
  219. }
  220.  
  221. .description a {
  222. color:{color:link};
  223. }
  224.  
  225. .description a:hover {
  226. color:#f1f1f1;
  227. }
  228.  
  229. .pagination {
  230. font-size:8px;
  231. text-transform:uppercase;
  232. letter-spacing:3px;
  233. font-style:normal;
  234. text-align:center;
  235. }
  236.  
  237. .pagination a {
  238. color:{color:link};
  239. }
  240.  
  241. #postcontainer {
  242. float:left;
  243. margin-left:200px;
  244. margin-top:50px;
  245. text-align:justify;
  246. background-color:{color:bg};
  247. color:{color:text};
  248. margin-bottom: 35px;
  249. }
  250.  
  251.  
  252. #posts {
  253. width:500px;
  254. margin-top:10px;
  255. margin-left: 0px;
  256. background: {color:entry};
  257. padding: 10px;
  258. text-align:justify;
  259. font-size:11px;
  260. line-height:90%;
  261. letter-spacing:0x;
  262. color:{color:text};
  263. outline:4px double {color:border};
  264. outline-offset:0px;
  265. }
  266.  
  267. #blogtitle{
  268. width:150px;
  269. margin-top:119px;
  270. margin-left: 107px;
  271. position:fixed;
  272. z-index:9999;
  273. font-family: silkscreen, courier new;
  274. font-size: 9px;
  275. color: #000000;
  276. line-height: 10px;
  277. height: 55px;
  278. }
  279.  
  280.  
  281. #info {
  282. font-family:consolas;
  283. width:490px;
  284. margin-top:3px;
  285. padding:2px;
  286. padding-left:8px;
  287. font-size:8px;
  288. color:{color:link};
  289. text-transform:uppercase;
  290. font-style:normal;
  291. letter-spacing:2px;
  292. text-align:right;
  293. border-bottom:1px solid #f5f5f5;
  294. -moz-transition-duration:0.5s;
  295. -webkit-transition-duration:0.5s;
  296. -o-transition-duration:0.5s;
  297. }
  298.  
  299. #info a {
  300. color:{color:link};
  301. text-align:right;
  302. letter-spacing:1px;
  303. font-style:normal;
  304. }
  305.  
  306. #info a:hover {
  307. color:{color:hover};
  308. }
  309.  
  310. .caption {
  311. width:500px;
  312. text-align:justify;
  313. line-height:120%;
  314. }
  315.  
  316. .question {
  317. padding:10px;
  318. text-align:left;
  319. color:{color:text};
  320. background-color:{color:infobg};
  321. border-bottom:1px solid {color:text};
  322. }
  323.  
  324. .answer {
  325. text-align:left;
  326. padding:10px;
  327. color:{color:text};
  328. }
  329.  
  330. .music {
  331. width:500px;
  332. padding-bottom:10px;
  333. background-color:{color:infobg};
  334. }
  335.  
  336. .albumart {
  337. float:left;
  338. padding:0px 10px 10px 0px;
  339. }
  340.  
  341. .albumart img {
  342. width:45px;
  343. height:45px;
  344. }
  345.  
  346. .playercontainer {
  347. text-align:left;
  348. padding:10px;
  349. background-color:#ffffff;
  350. width:480px;
  351. }
  352.  
  353. .musicinfo {
  354. padding:10px;
  355. color:{color:text};
  356. }
  357.  
  358. .postnote {
  359. text-transform:uppercase;
  360. font-style:normal;
  361. letter-spacing:0px;
  362. font-size: 9px;
  363. text-align:left;
  364. line-height:90%;
  365. margin-left:-40px;
  366. }
  367.  
  368. .postnote li {
  369. list-style-type:none;
  370. border-bottom:1px solid {color:border};
  371. padding:10px 25px 10px 25px;
  372. text-align:left;
  373. margin:0px;
  374. -moz-transition-duration:0.5s;
  375. -webkit-transition-duration:0.5s;
  376. -o-transition-duration:0.5s;
  377. }
  378.  
  379. .move {margin-top:-8px;-webkit-transition: all 0.5s ease-out;
  380. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out; }
  381. .move:hover {margin-top:0px;-webkit-transition: all 0.5s ease-out;
  382. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out; }
  383.  
  384. .tags {
  385. font-family:consolas;
  386. font-style:normal;
  387. width:500px;
  388. text-transform:uppercase;
  389. font-style:normal;
  390. color:{color:tags};
  391. letter-spacing:2px;
  392. line-height:120%;
  393. font-size:8px;
  394. text-align:right;
  395. padding:2px;
  396. -moz-transition-duration:0.5s;
  397. -webkit-transition-duration:0.5s;
  398. -o-transition-duration:0.5s;
  399. }
  400.  
  401. .tags a {
  402. color:{color:text};
  403. letter-spacing:1px;
  404. padding:1px;
  405. }
  406.  
  407. .tags a:hover {
  408. color:#f1f1f1;
  409. }
  410.  
  411. ul.chat, .chat ol, .chat li {
  412. list-style:none;
  413. margin:0px;
  414. padding:2px;
  415. }
  416.  
  417. .tab {
  418. text-decoration:underline;
  419. font-weight:700;
  420. background-color:{color:bg};
  421. margin-right:5px;
  422. }
  423.  
  424. #credit {
  425. position:fixed;
  426. font-size:8px;
  427. font-weight:normal;
  428. line-height:150%;
  429. letter-spacing:2px;
  430. right:10px;
  431. bottom:10px;
  432. text-transform:uppercase;
  433. text-align:center;
  434. }
  435.  
  436. #credit a {
  437. padding:3px;
  438. color:{color:text};
  439. -moz-transition-duration:0.5s;
  440. -webkit-transition-duration:0.5s;
  441. -o-transition-duration:0.5s;
  442. }
  443.  
  444. #chatbox {
  445. margin-top: 127px;
  446. margin-left: 70px;
  447. position: fixed;
  448. }
  449.  
  450. #link1 {
  451. margin-top: 150px;
  452. margin-left: 20px;
  453. position: fixed;
  454. }
  455.  
  456. #pic1 {
  457. position: fixed;
  458. margin-top: 30px;
  459. margin-left: 800px;
  460. }
  461.  
  462. #pic2 {
  463. position: fixed;
  464. margin-top: 20px;
  465. margin-left: 760px;
  466. height: 600px;
  467. width: 400px;
  468. outline:4px double {color:border};
  469. outline-offset:0px;
  470. }
  471. #pic3 {
  472. position: fixed;
  473. margin-top: 0px;
  474. margin-left: 30px;
  475. }
  476.  
  477. #pic4 {
  478. position: fixed;
  479. margin-top: 0px;
  480. margin-left: -30px;
  481. }
  482.  
  483. #friendsbox {
  484. position: fixed;
  485. width: 300px;
  486. height: 20px;
  487. margin-top: -5px;
  488. margin-left: -5px;
  489. background: {color:entry};
  490. outline:4px double {color:border};
  491. outline-offset:0px;
  492. }
  493.  
  494. {CustomCSS}
  495.  
  496. </style></head>
  497.  
  498. <script type="text/javascript">
  499. // <![CDATA[
  500. var bgcolour="#ffffff"; // background colour
  501. var fgcolour="#000000"; // foreground colour
  502. var speed=80; // speed of bubbling, lower is faster
  503. var shades=12; // number of shades of bubble
  504.  
  505. var bubbcol=new Array();
  506. var bubbshd;
  507. var bubbler, bubbtxt;
  508. var bubbchr=new Array();
  509.  
  510. function addLoadEvent(funky) {
  511. var oldonload=window.onload;
  512. if (typeof(oldonload)!='function') window.onload=funky;
  513. else window.onload=function() {
  514. if (oldonload) oldonload();
  515. funky();
  516. }
  517. }
  518.  
  519. addLoadEvent(bubbagump);
  520.  
  521. function bubbagump() { if (document.getElementById) {
  522. var i, fg, bg, col;
  523. for (bubbler=0; bubbler<=shades; bubbler++) {
  524. col="#";
  525. for (i=1; i<6; i+=2) {
  526. bg=parseInt(bgcolour.substring(i,i+2),16);
  527. fg=parseInt(fgcolour.substring(i,i+2),16);
  528. col+=dechex(bg+(fg-bg)*(bubbler/shades));
  529. }
  530. bubbcol[bubbler+1]=col;
  531. if (bubbler==Math.floor(shades/2)) bubbshd=col;
  532. }
  533. bubbler=document.getElementById("bubble");
  534. bubbtxt=bubbler.firstChild.nodeValue;
  535. while (bubbler.childNodes.length) bubbler.removeChild(bubbler.childNodes[0]);
  536. for (i=0; i<bubbtxt.length; i++) {
  537. fg=document.createElement("span");
  538. fg.setAttribute("id", "bubb"+i);
  539. fg.style.textShadow=bubbshd+" 0px 0px 2px";
  540. fg.appendChild(document.createTextNode(bubbtxt.charAt(i)));
  541. bubbler.appendChild(fg);
  542. }
  543. bubbler=setInterval("bubbling()", speed);
  544. }}
  545.  
  546. function dechex(dec) {
  547. dec=Math.floor(dec);
  548. return ((dec<16)?'0':'')+dec.toString(16);
  549. }
  550.  
  551. function bubbling() {
  552. var i, bubby;
  553. for (i=0; i<bubbtxt.length; i++) {
  554. bubby=document.getElementById("bubb"+i);
  555. if (bubbchr[i]) {
  556. bubby.style.color=bubbcol[bubbchr[i]];
  557. bubbchr[i]=(bubbchr[i]+1)%bubbcol.length;
  558. }
  559. else if (Math.random()<7.5/(shades*bubbtxt.length)) bubbchr[i]=1;
  560. }
  561. }
  562. // ]]>
  563. </script>
  564.  
  565. <body>
  566.  
  567. <div id="pic1"><div id="pic3"><img src="{image:pic3}"></div><div id="pic4"><img src="{image:pic2}"></div><img src="{image:pic1}"><div id="friendsbox">{text:whatever}</div></div>
  568.  
  569. <div id="chatbox"><span id="bubble">{title}</span></div>
  570. <div id="link1"> <div class="content">
  571. <ul class="bmenu">
  572. <li><a href="/">Refresh</a></li>
  573. <li><a href="/ask">Message</a></li>
  574. <li><a href="{text:url1}">{text:url1name}</a></li>
  575. <li><a href="{text:url2}">{text:url2name}</a></li>
  576. <li><a href="{text:url3}">{text:url3name}</a></li>
  577. <li><a href="{text:url4}">{text:url4name}</a></li>
  578. </ul>
  579. </div>
  580. </div>
  581. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script></div>
  582.  
  583. <div id="sidebarb"><div style="height:150px;width:145px;border:0px solid #ccc;font:10px Georgia, Garamond, Serif;overflow:auto;">
  584. {Description}<br>
  585. {block:Pagination}
  586. <div class="pagination">
  587. {block:PreviousPage}
  588. <a href="{PreviousPage}">ยซ</a>
  589. {/block:PreviousPage}
  590. {block:JumpPagination length="3"}
  591. {block:CurrentPage}
  592. <span class="current_page">{PageNumber}</span>
  593. {/block:CurrentPage}
  594. {block:JumpPage}
  595. <a class="jump_page" href="{URL}">{PageNumber}</a>
  596. {/block:JumpPage}
  597. {/block:JumpPagination}
  598. {block:NextPage}
  599. <a href="{NextPage}">ยป</a>
  600. {/block:NextPage}
  601. </div>
  602. {/block:Pagination}</div></div>
  603.  
  604.  
  605. <div id="postcontainer">
  606.  
  607. {block:Posts}
  608.  
  609. <div id="posts">
  610.  
  611. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  612.  
  613. {block:Quote}<h2>โ€œ{Quote}โ€</h2><h1>{Source}</h1>{/block:Quote}
  614.  
  615. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  616. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  617.  
  618. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  619.  
  620. {block:Photoset}<center>{Photoset-500}</center>
  621. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  622.  
  623. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="tab">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  624.  
  625. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  626.  
  627. {block:Answer}<div class="question">{Asker} asked: {Question}</div><div class="answer">{Answer}</div>{/block:answer}
  628.  
  629. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  630. <div class="musicinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  631. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  632. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  633. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  634.  
  635.  
  636.  
  637. {block:Date}<div id="info">{TimeAgo} {block:NoteCount} WITH <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} VIA <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  638. {block:ContentSource} (Source: <a href="{SourceURL}">{SourceLink})</a>{/block:ContentSource}</div>{/block:Date}
  639. {block:HasTags}
  640. <div class="tags">
  641. Tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>,{/block:Tags}</div>
  642. {/block:HasTags}
  643. <div class="postnote">
  644. {block:PostNotes}{PostNotes}{/block:PostNotes}
  645. </div>
  646. </div>
  647. {/block:Posts}
  648.  
  649.  
  650. </div>
  651.  
  652. <div id="credit"><a href="http://srslyroleplay.tumblr.com/">credit</a></div>
  653.  
  654. </div>
  655. </div>
  656. </div>
  657. </body>
  658. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement