Advertisement
karennn13

super confused

Nov 23rd, 2013
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.86 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!-- karens new theme yay-->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <head>
  9.  
  10.  
  11. <meta name="color:bg" content="#FFFFFF">
  12. <meta name="color:link" content="#E6E4E4">
  13. <meta name="color:boxlink" content="#E6E4E4">
  14. <meta name="color:boxlink2" content="#E6E4E4">
  15. <meta name="color:linktext" content="#E6E4E4">
  16. <meta name="color:hover" content="#454545">
  17. <meta name="color:infobg" content="#FCFCFC">
  18. <meta name="color:text" content="#9A9A9A">
  19. <meta name="color:tags" content="#EDEDED">
  20. <meta name="color:scrollbar" content="#D6D5D5">
  21. <meta name="color:border" content="#FAFAFA">
  22.  
  23. <meta name="image:sidebar" content="/">
  24.  
  25. <meta name="text:linkA" content="">
  26. <meta name="text:linkA url" content="/">
  27. <meta name="text:linkB" content="">
  28. <meta name="text:linkB url" content="/">
  29. <meta name="text:linkC" content="">
  30. <meta name="text:linkC url" content="/">
  31. <meta name="text:linkD" content="">
  32. <meta name="text:linkD url" content="/">
  33. <meta name="text:linkE" content="">
  34. <meta name="text:linkE url" content="/">
  35.  
  36. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  37. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  38. <link rel="shortcut icon" href="http://i122.photobucket.com/albums/o260/mhilka/minigifs/batatafrita_2.gif" />
  39. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  40.  
  41. <style type="text/css">
  42.  
  43. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:#000;}
  44. ::-webkit-scrollbar-thumb:horizontal {background-color:fff;}
  45. ::-webkit-scrollbar {background-color:#000;height:7px;width:12px;border:5px solid #fff;}
  46.  
  47. a {
  48. color:{color:link};
  49. text-decoration:none;
  50. -moz-transition-duration:0.5s;
  51. -webkit-transition-duration:0.5s;
  52. -o-transition-duration:0.5s;
  53. }
  54.  
  55. a:hover {
  56. color:{color:hover};
  57. text-decoration:none;
  58. -moz-transition-duration:0.5s;
  59. -webkit-transition-duration:0.5s;
  60. -o-transition-duration:0.5s;
  61. }
  62.  
  63.  
  64. body {
  65. background-color:{color:bg};
  66. font-family:lucida;
  67. font-weight:normal;
  68. }
  69.  
  70.  
  71.  
  72.  
  73. h1 {
  74. font-weight:normal;
  75. font-size:10px;
  76. text-align:center;
  77. font-style:normal;
  78. line-height:80%;
  79. letter-spacing:1px;
  80. text-transform:uppercase;
  81. color:{color:text};
  82. }
  83.  
  84. h2 {
  85. font-size:15px;
  86. text-align:center;
  87. line-height:100%;
  88. letter-spacing:-0.5px;
  89. color:{color:text};
  90. font-weight:normal;
  91. padding:5px;
  92. padding-bottom:2px;
  93. }
  94.  
  95.  
  96. blockquote {
  97. border-left:2px solid {color:text};
  98. padding-left:5px;
  99. margin:5px;
  100. }
  101.  
  102. #theme {
  103.  
  104. width:700px;
  105. margin: 0 auto -12px auto;
  106. text-align: center;
  107. }
  108.  
  109. #sidebar {
  110. color:{color:text};
  111. position:fixed;
  112. width:250px;
  113. height:auto;
  114. margin-left:-25px;
  115. margin-top:180px;
  116. text-align:left;
  117. }
  118.  
  119. #sidebarimage {
  120. width: 250px;
  121. }
  122.  
  123. #sidebarimage img {
  124. width:250px;
  125. }
  126.  
  127.  
  128. .links {
  129. margin-top:9px;
  130. margin-bottom:7px;
  131. font-size:7.5px;
  132. text-transform:uppercase;
  133. text-align:center;
  134. letter-spacing:2px;
  135. line-height:170%;
  136. }
  137.  
  138. .links a{
  139. padding:3px;
  140.  
  141. color:{color:linktext};
  142. background-color:{color:boxlink};
  143. -moz-transition-duration:0.5s;
  144. -webkit-transition-duration:0.5s;
  145. -o-transition-duration:0.5s;
  146. }
  147.  
  148. .links a:hover{
  149. color:{color:hover};
  150. background-color:{color:boxlink2};
  151. text-decoration:line-through;
  152. -moz-transition-duration:1s;
  153. -webkit-transition-duration:1s;
  154. -o-transition-duration:1s;
  155. }
  156.  
  157. .desc {
  158. margin-bottom:10px;
  159. text-align:justify;
  160. font-size:10px;
  161. color:{color:text};
  162. letter-spacing:1px;
  163. line-height:150%;
  164. }
  165.  
  166. .desc a {
  167. color:{color:link};
  168. }
  169.  
  170.  
  171. .jump_page {
  172. padding: 3px 6px;
  173. border: 1px solid #000000;
  174. background-color: #ffffff;
  175. color:#000000;
  176. font-family:century gothic;
  177. font-size:8px;
  178. text-decoration:none;
  179. }
  180.  
  181. .current_page, .jump_page:hover {
  182. padding: 3px 6px;
  183. border: 1px solid #000000;
  184. background-color: #000000;
  185. color: #ffffff;
  186. font-family:century gothic;
  187. font-size:8px;
  188. text-decoration:none;
  189. }
  190. #stuffcontainer {
  191. float:left;
  192. margin-left:265px;
  193. margin-top:35px;
  194. text-align:justify;
  195. background-color:{color:bg};
  196. color:{color:text};
  197. margin-bottom: 35px;
  198. }
  199.  
  200.  
  201. #stuff {
  202. width:500px;
  203. margin-top:75px;
  204. text-align:justify;
  205. font-size:11px;
  206. line-height:90%;
  207. letter-spacing:0x;
  208. color:{color:text};
  209. }
  210.  
  211. .caption {
  212. width:500px;
  213. text-align:justify;
  214. line-height:120%;
  215. }
  216.  
  217. .ask {
  218. padding:10px;
  219. text-align:left;
  220. color:{color:text};
  221. background-color:{color:infobg};
  222. border-bottom:1px solid {color:border};
  223. border-right:1px solid {color:border};
  224. }
  225.  
  226. .ans {
  227. text-align:left;
  228. padding:10px;
  229. color:{color:text};
  230. }
  231.  
  232. .audio {
  233. width:500px;
  234. padding-bottom:10px;
  235. background-color:{color:infobg};
  236. }
  237.  
  238. .albumart {
  239. float:left;
  240. padding:0px 10px 10px 0px;
  241. }
  242.  
  243. .albumart img {
  244. width:45px;
  245. height:45px;
  246. }
  247.  
  248. .playercontainer {
  249. text-align:left;
  250. padding:10px;
  251. background-color:#ffffff;
  252. width:480px;
  253. }
  254.  
  255. .audioinfo {
  256. padding:10px;
  257. color:{color:text};
  258. }
  259.  
  260. #postinfo {
  261. width:490px;
  262. padding:5px;
  263. font-size:8px;
  264. color:{color:link};
  265. text-transform:uppercase;
  266. font-style:normal;
  267. letter-spacing:2px;
  268. text-align:left;
  269. border-top:0px solid {color:border};
  270. border-bottom:1px dashed {color:border};
  271. -moz-transition-duration:0.5s;
  272. -webkit-transition-duration:0.5s;
  273. -o-transition-duration:0.5s;
  274. }
  275.  
  276. #postinfo a {
  277. color:{color:link};
  278. text-align:center;
  279. letter-spacing:1px;
  280. font-style:normal;
  281. }
  282.  
  283. #postinfo a:hover {
  284. color:{color:hover};
  285. }
  286.  
  287. .note {
  288. text-transform:uppercase;
  289. font-style:normal;
  290. letter-spacing:0px;
  291. font-size: 9px;
  292. text-align:left;
  293. line-height:90%;
  294. margin-left:-40px;
  295. }
  296.  
  297. .note li {
  298. list-style-type:none;
  299. border-bottom:1px solid {color:border};
  300. padding:10px 25px 10px 25px;
  301. text-align:left;
  302. margin:0px;
  303. -moz-transition-duration:0.5s;
  304. -webkit-transition-duration:0.5s;
  305. -o-transition-duration:0.5s;
  306. }
  307.  
  308. .tags {
  309. font-style:normal;
  310. width:500px;
  311. text-transform:uppercase;
  312. font-style:normal;
  313. color:{color:tags};
  314. letter-spacing:2px;
  315. line-height:120%;
  316. font-size:8px;
  317. text-align:left;
  318. padding:2px;
  319. -moz-transition-duration:0.5s;
  320. -webkit-transition-duration:0.5s;
  321. -o-transition-duration:0.5s;
  322. }
  323.  
  324. .tags a {
  325. color:{color:tags};
  326. letter-spacing:1px;
  327. padding:1px;
  328. }
  329.  
  330. .tags a:hover {
  331. color:{color:link};
  332. }
  333.  
  334. ul.chat, .chat ol, .chat li {
  335. list-style:none;
  336. margin:0px;
  337. padding:2px;
  338. }
  339.  
  340. .label {
  341. text-decoration:underline;
  342. font-weight:700;
  343. background-color:{color:infobg};
  344. margin-right:5px;
  345. }
  346. #ocehans1{
  347. height:13px;
  348. text-align:center;
  349. overflow:hidden;
  350. margin-top:-1px;
  351. border-bottom:1px solid #efefef;
  352. text-transform:uppercase;
  353. letter-spacing:1px;
  354. font-size:8px;
  355. line-height:10px;
  356. z-index:999999999999999999999;
  357. -webkit-transition: all 0.5s ease-in-out;
  358. -moz-transition: all 0.5s ease-in-out;
  359. -o-transition: all 0.5s ease-in-out;
  360. }
  361. #ocehans1:hover{
  362. height:75px;
  363. -webkit-transition: all 0.5s ease-in-out;
  364. -moz-transition: all 0.5s ease-in-out;
  365. -o-transition: all 0.5s ease-in-out;
  366. }
  367.  
  368. #ocehans2{
  369. height:13px;
  370. text-align:center;
  371. overflow:hidden;
  372. border-bottom:1px solid #efefef;
  373. text-transform:uppercase;
  374. background-color:#fff;
  375. letter-spacing:1px;
  376. font-size;8px;
  377. line-height:13px;
  378. z-index:999999999999999999999;
  379. -webkit-transition: all 0.5s ease-in-out;
  380. -moz-transition: all 0.5s ease-in-out;
  381. -o-transition: all 0.5s ease-in-out;
  382. }
  383.  
  384. #ocehans2:hover{
  385. height:30px;
  386. -webkit-transition: all 0.5s ease-in-out;
  387. -moz-transition: all 0.5s ease-in-out;
  388. -o-transition: all 0.5s ease-in-out;
  389. }
  390.  
  391. #ocehans3{
  392. height:13px;
  393. text-align:center;
  394. overflow:hidden;
  395. border-bottom:1px solid #efefef;
  396. text-transform:uppercase;
  397. background-color:#fff;
  398. letter-spacing:1px;
  399. font-size;8px;
  400. line-height:13px;
  401. z-index:999999999999999999999;
  402. -webkit-transition: all 0.5s ease-in-out;
  403. -moz-transition: all 0.5s ease-in-out;
  404. -o-transition: all 0.5s ease-in-out;
  405. }
  406.  
  407. #ocehans3:hover{
  408. height:40px;
  409. -webkit-transition: all 0.5s ease-in-out;
  410. -moz-transition: all 0.5s ease-in-out;
  411. -o-transition: all 0.5s ease-in-out;
  412. }
  413.  
  414.  
  415.  
  416. #ocehans4{
  417. height:13px;
  418. text-align:center;
  419. overflow:hidden;
  420. border-bottom:0px solid #efefef;
  421. text-transform:uppercase;
  422. background-color:#fff;
  423. letter-spacing:1px;
  424. font-size;8px;
  425. line-height:13px;
  426. z-index:999999999999999999999;
  427. -webkit-transition: all 0.5s ease-in-out;
  428. -moz-transition: all 0.5s ease-in-out;
  429. -o-transition: all 0.5s ease-in-out;
  430. }
  431.  
  432. #ocehans4:hover{
  433. height:97px;
  434. -webkit-transition: all 0.5s ease-in-out;
  435. -moz-transition: all 0.5s ease-in-out;
  436. -o-transition: all 0.5s ease-in-out;
  437. }
  438.  
  439. #ocehans{
  440. text-align:left;
  441. font-size:8px;
  442. text-transform:uppercase;
  443. opacity: .8;
  444. border:1px solid #eee;
  445. position:fixed;
  446. font-family:calibri;
  447. left:14px;
  448. background-color:#fff;
  449. letter-spacing:1px;
  450. width:65px;
  451. z-index:9999;
  452. padding:4px;
  453. top:14px;
  454.  
  455. }
  456.  
  457.  
  458. {CustomCSS}
  459.  
  460. </style></head>
  461.  
  462. <body>
  463. <div id="ocehans">
  464. <center>
  465. <div id="ocehans1">
  466. <div style="font-size:8px;">updates</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:8px; line-height:10px; text-align:center; color:#b9b9b9;">
  467. schools a bit crazy right now, but I'll be on as much as possible!!
  468. <br><br>
  469. </div>
  470. </div>
  471.  
  472. <div id="ocehans2">
  473. <div style="font-size:8px;">people on</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:8px; line-height:10px; text-align:center; color:#b9b9b9;">
  474. <script language="JavaScript">
  475. var ref = (''+document.referrer+'');
  476. document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID3031165&e1=%&e2=%&r=' + ref + '"><\/script>');
  477. </script>|<script language="JavaScript" src="http://s1.freehostedscripts.net/ocount.php?site=ID2084764&name="></script><br>
  478.  
  479. </div></div>
  480.  
  481. <div id="ocehans3">
  482. <div style="font-size:8px;">friends</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:8px; line-height:10px; text-align:center; color:#b9b9b9;">
  483. <a href="http://ccandyfloss.tumblr.com/">❤</a>
  484. <a href="http://vmpirewekend.tumblr.com/">❤</a>
  485. <a href="http://ramoenes.tumblr.com/">❤</a>
  486. <a href="http://litleshits.co.vu/">❤</a>
  487. <a href="http://mareigomez.tumblr.com/">❤</a>
  488. <a href="http://hazrey.tumblr.com/">❤</a>
  489. <a href="http://zayvn.tumblr.com/">❤</a>
  490. <a href="http://ofsexc.tumblr.com/">❤</a>
  491. <a href="http://nwyurk.tumblr.com/">❤</a>
  492. <a href="http://satens.tumblr.com/">❤</a>
  493. <a href="http://brava-d0.tumblr.com/">❤</a>
  494.  
  495. <br><br>
  496. </div>
  497. </div>
  498.  
  499. <div id="ocehans4">
  500. <div style="font-size:8px;">watching</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:8px; line-height:10px; text-align:center; color:#b9b9b9;">
  501. supernatural season 9<br>reign<br>dracula<br>the blacklist<br>brooklyn-nine-nine<br>sherlock
  502. </div></div>
  503. </div></div></div></div>
  504. <div id="theme">
  505.  
  506. <div id="sidebar">
  507.  
  508. <div id="sidebarimage"><img src="{image:sidebar}">
  509.  
  510. </div>
  511. <div class="links">
  512. {block:IfLinkA}
  513. <a href="{text:linkA url}">{text:linkA}</a>
  514. {/block:IfLinkA}
  515. {block:IfLinkB}
  516. <a href="{text:linkB url}">{text:linkB}</a>
  517. {/block:IfLinkB}
  518. {block:IfLinkC}
  519. <a href="{text:linkC url}">{text:linkC}</a>
  520. {/block:IfLinkC}
  521. {block:IfLinkD}
  522. <a href="{text:linkD url}">{text:linkD}</a>
  523. {/block:IfLinkD}
  524. {block:IfLinkE}
  525. <a href="{text:linkE url}">{text:linkE}</a>
  526. {/block:IfLinkE}
  527. </div>
  528. <div class="desc">
  529. {Description}
  530. </div>
  531.  
  532. {block:Pagination}
  533. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  534. {block:JumpPagination length="5"}
  535.  
  536. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  537. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  538. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  539. {/block:Pagination}
  540. </div>
  541. <div id="stuffcontainer">
  542.  
  543. {block:Posts}
  544.  
  545. <div id="stuff">
  546.  
  547. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  548.  
  549. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  550.  
  551. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  552. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  553.  
  554. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  555.  
  556. {block:Photoset}<center>{Photoset-500}</center>
  557. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  558.  
  559. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  560.  
  561. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  562.  
  563. {block:Answer}<div class="ask">{Asker} asked: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  564.  
  565. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  566. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  567. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  568. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  569. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  570.  
  571.  
  572.  
  573. {block:Date}<div id="postinfo">{MonthNumberWithZero}-{DayOfMonthWithZero} / <a href="{Permalink}">{24Hour}:{Minutes}</a>{block:NoteCount} / <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} / <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  574. {block:ContentSource} / <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  575. {block:HasTags}
  576. <div class="tags">
  577. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  578. {/block:HasTags}
  579. <div class="note">
  580. {block:PostNotes}{PostNotes}{/block:PostNotes}
  581. </div>
  582. </div>
  583. {/block:Posts}
  584.  
  585.  
  586. </div>
  587.  
  588.  
  589.  
  590. </div>
  591. </div>
  592. </div>
  593. </body>
  594. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement