Advertisement
l-ovinlea

loveshack#27

Feb 11th, 2012
644
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.16 KB | None | 0 0
  1. <!-- theme 27 by b-reakable; kindness gerenates kindness --!>
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head>
  5. <!-- DEFAULT VARIABLES -->
  6. <meta name="color:background" content="#ececec" />
  7. <meta name="color:entry" content="#dfdfdf" />
  8. <meta name="color:sidebar" content="#dadada" />
  9. <meta name="color:text" content="#555555" />
  10. <meta name="color:link" content="#8a8a8b" />
  11. <meta name="color:linkhover" content="#b69db9" />
  12. <meta name="color:sidlink" content="#000" />
  13. <meta name="color:overflow" content="#dfdfdf" />
  14. <meta name="color:backoverflow" content="#ececec" />
  15.  
  16. <meta name="font:Body" content="verdana" />
  17.  
  18. <meta name="image:background" content="" />
  19. <meta name="image:sidebarimage" content="" />
  20.  
  21. <meta name="text:bigtitle" content=""/>
  22. <meta name="text:space" content="e s c r e v a a s s i m"/>
  23. <meta name="text:Link1" content="" />
  24. <meta name="text:Link1 Title" content="" />
  25. <meta name="text:Link2" content="" />
  26. <meta name="text:Link2 Title" content="" />
  27. <meta name="text:Link3" content="" />
  28. <meta name="text:Link3 Title" content="" />
  29. <meta name="text:Link4" content="" />
  30. <meta name="text:Link4 Title" content="" />
  31. <meta name="text:Link5" content="" />
  32. <meta name="text:Link5 Title" content="" />
  33. <meta name="text:Link6" content="" />
  34. <meta name="text:Link6 Title" content="" />
  35. <meta name="text:Link7" content="" />
  36. <meta name="text:Link7 Title" content="" />
  37. <meta name="text:Link8" content="" />
  38. <meta name="text:Link8 Title" content="" />
  39.  
  40. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  41. <title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  42. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  43. <link rel="shortcut icon" href="{Favicon}" />
  44. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  45. <style type="text/css">
  46. body {
  47. background: {color:Background} url('{image:Background}') top right fixed norepeat;
  48. margin: 0;
  49. padding: 0;
  50. font-family: {font:Body};
  51. }
  52.  
  53. .clear {
  54. clear: both;
  55. height: 0px;
  56. overflow: hidden;
  57. }
  58.  
  59. a img {
  60. border: none;
  61. }
  62.  
  63. #entries {
  64. margin-left: 460px;
  65. width: 530px;}
  66.  
  67. body {
  68. color:{color:text};
  69. background-color:{color:background};
  70. background-image: url('{image:Background}');
  71. background-position: center;
  72. background-attachment:fixed;
  73. background-repeat: repeat;
  74. font-family:{font:body};
  75. font-size:11px;
  76. line-height:10px;
  77. text-align:justify;
  78. }
  79.  
  80. a:link, a:active, a:visited{
  81. color: {color:link};
  82. text-decoration:none }
  83.  
  84.  
  85. a:hover{
  86. color:{color:linkhover};
  87. }
  88.  
  89. #browse {
  90. text-align: center;
  91. text-transform: uppercase;
  92. font-size: 9px;
  93. font-family: helvetica;
  94. letter-spacing: 3px;
  95. width: 30px;
  96. color: 000000;
  97. position: fixed
  98. }
  99.  
  100. #pagelink a {
  101. background-color: {color:entry};
  102. font-family: georgia;
  103. font-size: 15px;
  104. text-align: center;
  105. padding: 2px 15px 2px 15px;
  106. color: {color:link};
  107. text-transform: lowercase;
  108. font-style: italic;
  109. text-decoration: none;
  110. position: fixed;
  111. height: 15px;
  112. }
  113.  
  114. #pagelink a:hover {
  115. background-color:{color:linkhover};
  116. }
  117.  
  118.  
  119.  
  120. #navbar {
  121.  
  122. margin-top:10px;
  123.  
  124. margin-left:128px;
  125.  
  126. width:331px;
  127.  
  128. text-align:center;
  129.  
  130. position:fixed;
  131.  
  132. z-index:2;
  133.  
  134. }
  135.  
  136.  
  137.  
  138. #navtitle {
  139.  
  140. height:26px;
  141.  
  142. background-color:{color:sidebar};
  143. width:321px;
  144.  
  145. font-size:20px;
  146.  
  147. color:{color:text};
  148.  
  149. font-family:georgia;
  150.  
  151. text-align:center;
  152.  
  153. text-transform:lowercase;
  154.  
  155. letter-spacing:1px;
  156.  
  157. padding:5px;
  158.  
  159. position:fixed;
  160.  
  161. z-index:3;
  162.  
  163. font-style:italic;
  164.  
  165. -webkit-border-top-left-radius: 35px;
  166.  
  167. }
  168.  
  169.  
  170.  
  171. #navbar:hover #links {
  172.  
  173. opacity:1;
  174.  
  175. z-index:5;
  176.  
  177.  
  178. padding-top:266px;
  179.  
  180. }
  181.  
  182.  
  183.  
  184. #links {
  185.  
  186. opacity:0;
  187.  
  188. margin-top:-224px;
  189.  
  190. margin-left:10px;
  191.  
  192. -webkit-transition: all 1.3s ease-in-out;
  193.  
  194. -moz-transition: all 1.3s ease-in-out;
  195.  
  196. -o-transition: all 1.3s ease-in-out;
  197.  
  198. -ms-transition: all 1.3s ease-in-out;
  199.  
  200. transition: all 1.3s ease-in-out;
  201.  
  202. }
  203.  
  204.  
  205.  
  206. #links a {
  207.  
  208. display:block;
  209. opacity:0.8;
  210.  
  211. width:290px;
  212.  
  213. height:25px;
  214.  
  215. font-family:verdana;
  216.  
  217. font-size:9px;
  218.  
  219. text-align:center;
  220.  
  221. letter-spacing:1px;
  222.  
  223. text-transform:lowercase;
  224.  
  225. color:{color:sidlink};
  226.  
  227. background-color:#fff;
  228.  
  229. margin-left:20px;
  230.  
  231. margin-top:3px;
  232.  
  233. padding:2px;
  234.  
  235. line-height:25px;
  236.  
  237. -webkit-transition: all 0.6s ease-in-out;
  238.  
  239. -moz-transition: all 0.6s ease-in-out;
  240.  
  241. -o-transition: all 0.6s ease-in-out;
  242.  
  243. -ms-transition: all 0.6s ease-in-out;
  244.  
  245. transition: all 0.6s ease-in-out;
  246.  
  247. z-index:5;
  248.  
  249. }
  250.  
  251.  
  252.  
  253. #links a:hover {
  254.  
  255. color:{color:sidebar};
  256.  
  257. background-color:{color:sidlink};
  258.  
  259. -webkit-transition: all 0.6s ease-in-out;
  260.  
  261. -moz-transition: all 0.6s ease-in-out;
  262.  
  263. -o-transition: all 0.6s ease-in-out;
  264.  
  265. -ms-transition: all 0.6s ease-in-out;
  266.  
  267. transition: all 0.6s ease-in-out;
  268.  
  269. }
  270.  
  271. #sidebar {
  272.  
  273. margin-top:47px;
  274.  
  275. margin-left:149px;
  276.  
  277. position:fixed;
  278.  
  279. }
  280.  
  281.  
  282.  
  283. #sidebarimg img {
  284.  
  285. width:300px;
  286.  
  287. height:322px;
  288.  
  289. opacity:1;
  290.  
  291. -webkit-transition: all 1.0s ease-in-out;
  292.  
  293. -moz-transition: all 1.0s ease-in-out;
  294.  
  295. -o-transition: all 1.0s ease-in-out;
  296.  
  297. -ms-transition: all 1.0s ease-in-out;
  298.  
  299. transition: all 1.0s ease-in-out;
  300. border: 5px solid {color:sidebar};
  301.  
  302. }
  303.  
  304. #credit {
  305. margin-left:38px;
  306. margin-top:1px;
  307.  
  308. font-family:verdana;
  309.  
  310. text-transform:lowercase;
  311.  
  312. background-color:{color:sidebar};
  313.  
  314. width:256px;
  315.  
  316. font-size:9px;
  317.  
  318. text-align:center;
  319.  
  320. padding:8px;
  321.  
  322. }
  323.  
  324. #pagination {
  325. margin-left:38px;
  326. margin-top:1px;
  327.  
  328. font-family:Georgia;
  329.  
  330. font-style:italic;
  331.  
  332. text-transform:lowercase;
  333.  
  334. background-color:{color:sidebar};
  335.  
  336. width:252px;
  337.  
  338. letter-spacing:2px;
  339.  
  340. font-size:15px;
  341.  
  342. text-align:center;
  343.  
  344. padding:10px;
  345.  
  346. }
  347.  
  348.  
  349.  
  350.  
  351.  
  352. #posts {
  353. overflow: hidden;
  354. background-color: {color: entry};
  355. border: 0px;
  356. padding: 15px;
  357. font-size: 11px;
  358. background-color: {color:entry};
  359. color: {color:Text};
  360. margin-bottom:1px;
  361. }
  362. .s3 {position: fixed; z-index: 999; text-align: left; margin-top: 47px; margin-left: 128px; display: block; font-family: verdana; font-size: 9px; text-align: center; height: 322px; width: 10px; background-color: {color:sidebar}; color:{color:text}; text-decoration: none; padding: 5px; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; font-weight: bold; overflow: hidden;}
  363.  
  364.  
  365.  
  366. .s3:hover{text-align: center; background-color: {color:sidebar}; color:{color:text}; width: 320px; opacity: 0.9; font-weight: normal; opacity: 0.8;}
  367.  
  368.  
  369.  
  370. .b2 {position: relative; margin-top: 4px; margin-left: 17px;}
  371.  
  372.  
  373.  
  374. .b2 a {display: block; width: 169px; height: auto; font-family: verdana; font-size: 9px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; text-align: center; color:{color:text}; background-color:{color:sidebar}; padding: 2px; margin-bottom: 1px; font-weight: normal;}
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382. .b2 a:hover{text-align: center; font-weight: normal; background-color: {color:sidebar}; color:{color:text}; letter-spacing: 2px;margin-right:-200px;}
  383.  
  384.  
  385. .userpic{margin-left:-21px; margin-top: -57px;}
  386. .userpic img{border: 5px solid {color:sidebar};}
  387.  
  388.  
  389. #postinfo {
  390. font-family: verdana;
  391. font-size: 9px;
  392. text-transform: none;
  393. letter-spacing: 0px;
  394. margin-top: -5px
  395. }
  396.  
  397. #questions {
  398. border-bottom: 1px dashed {color:linkbackground};
  399. padding-bottom: 5px }
  400.  
  401. blockquote{ text-decoration: none }
  402.  
  403. img a {
  404. border: none; width: 100% }
  405.  
  406. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  407. h1 a {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  408. h1 a:hover {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  409.  
  410. #asker {font-size: 11px; font-family: {font:body}; text-align: justify;}
  411. .answer {padding: 2px}
  412. .answer img {max-width: 470px;}
  413.  
  414. .audio{
  415. background-color: #E9E3E3;
  416. display: block}
  417.  
  418. .xquote {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  419. .xquotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
  420. .xquotesource a, a:hover{text-transform: none;}
  421.  
  422. .image {text-align: center; border: 0px}
  423. .image img {max-width: 500px; margin-bottom: 2px }
  424.  
  425. .chat {line-height: 13px; list-style: none }
  426. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  427. .person1 {color: {color:text}; padding: 2px; }
  428. .person1 .label {font-weight: bold; color:{color:text}}
  429. .person2 {color: {color:text}; padding: 2px; }
  430. .person2 .label {font-weight: bold; color:{color:text}}
  431.  
  432. .user_1 .label {color:{color:link}; font-weight:light; font-style: italic}
  433. .user_2 .label {color:{color:link}; font-weight:light; font-style: italic}
  434. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  435.  
  436.  
  437. .notes {width: 519px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: left}
  438. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  439. ol.notes li {background-color: {color:entry}; margin-bottom: 1px; padding: 5px; }
  440. .notes img{display: none; border:0px}
  441.  
  442. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  443.  
  444. ::-webkit-scrollbar{width:10px;height:5px;}
  445. ::-webkit-scrollbar{width:10px;height:5px;}
  446. ::-webkit-scrollbar-button:start:decrement
  447. ::-webkit-scrollbar-button:end:increment{display:block; height:0; background-color:transparent;}
  448. ::-webkit-scrollbar-track-piece{background-color: {color:backoverflow};}
  449. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:{color:overflow};}
  450. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:{color:overflow};
  451. </style>
  452. <style type="text/css">{CustomCSS}</style>
  453. </head>
  454.  
  455. <body>
  456.  
  457. <div class="s3">
  458.  
  459.  
  460.  
  461. <td><span style='position:fixed; width: 10px; margin-top: 75px;
  462. text-transform: uppercase;'>{text:space}</span></td>
  463.  
  464. <div class="b2">
  465.  
  466. {block:Description}{Description}{/block:Description}
  467.  
  468.  
  469.  
  470. </div></div>
  471.  
  472. <div id="navbar">
  473.  
  474. <div id="navtitle"><BR>{text:bigtitle}</div>
  475.  
  476. <div id="links">
  477.  
  478. <a href="/">home</a>
  479.  
  480. <a href="/ask">questions?</a>
  481.  
  482. <a href="{text:Link1}">{text:Link1 Title}</a>
  483. <a href="{text:Link2}">{text:Link2 Title}</a>
  484. <a href="{text:Link3}">{text:Link3 Title}</a>
  485. <a href="{text:Link4}">{text:Link4 Title}</a>
  486. <a href="{text:Link5}">{text:Link5 Title}</a>
  487. <a href="{text:Link6}">{text:Link6 Title}</a>
  488. <a href="{text:Link7}">{text:Link7 Title}</a>
  489. <a href="{text:Link8}">{text:Link8 Title}</a>
  490.  
  491. </div>
  492.  
  493. </div>
  494.  
  495.  
  496.  
  497. <div id="sidebar">
  498.  
  499. <div id="sidebarimg"><img src="{image:sidebarimage}"></div>
  500.  
  501. <div id="credit">theme by <b>b-reakable</b>; details with <b>sirfinnicks</b>.</div>
  502. {block:Pagination}<div id="pagination">
  503. {block:PreviousPage}<a href="{PreviousPage}">« previous</a> · {/block:PreviousPage} {block:NextPage}<a href="{NextPage}">next » </a>{/block:NextPage}</div>{/block:Pagination}
  504.  
  505. <div class="userpic"><img src="{PortraitURL-48}"></div>
  506.  
  507. </div>
  508.  
  509. <div id="entries"><br>
  510. {block:Posts}
  511.  
  512.  
  513. <div id="posts">
  514.  
  515. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  516.  
  517. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{Caption}{/block:Caption}{/block:Photo}
  518.  
  519. {block:Photoset}{Photoset-500}{Caption}{/block:Caption}{/block:Photoset}
  520.  
  521. {block:Quote}
  522. <div class="xquote">“{Quote}”</div>
  523. {block:Source}<div class="xquotesource"> — {Source}</div>
  524. {/block:Source}
  525. {/block:Quote}
  526.  
  527. {block:Link}
  528. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  529. {block:Description}{Description}{/block:Description}
  530. {/block:Link}
  531.  
  532. {block:Chat}
  533. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  534. <div class="chat"><ul>{block:Lines}
  535. <li class="person{UserNumber}">{block:Label}
  536. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  537. {/block:Chat}
  538.  
  539.  
  540. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  541.  
  542. {block:Answer}
  543. <div id="asker"><b>{Asker} asked:</b> {Question}</div>
  544. <div class="answer">{Answer}</div>
  545. {/block:Answer}
  546.  
  547.  
  548. {block:Audio}<span class="audio"><center>{AudioPlayerGrey}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  549.  
  550. <div id="postinfo">
  551. <br>{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}<br>
  552. <a href="{Permalink}">{TimeAgo}</a> · {NoteCountWithLabel} · <a href="{ReblogUrl}" target="_blank">reblog</a> <br>{block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:RebloggedFrom}(© <a href="{ReblogRootURL}">{ReblogRootName}</a>){/block:RebloggedFrom}</div></div>
  553.  
  554.  
  555. {/block:Posts}
  556. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  557. </div></div></div>
  558.  
  559.  
  560.  
  561.  
  562. </body>
  563. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement