Advertisement
l-ovinlea

bloodstream#31

Mar 30th, 2012
2,679
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.10 KB | None | 0 0
  1. <!-- theme 31 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:top" content="#b69db9" />
  13. <meta name="color:overflow" content="#dfdfdf" />
  14.  
  15. <meta name="font:Body" content="verdana" />
  16.  
  17. <meta name="image:background" content="" />
  18. <meta name="image:simage" content="" />
  19.  
  20. <meta name="text:title1" content=""/>
  21. <meta name="text:title2" content=""/>
  22. <meta name="text:Link1" content="" />
  23. <meta name="text:Link1 Title" content="" />
  24. <meta name="text:Link2" content="" />
  25. <meta name="text:Link2 Title" content="" />
  26. <meta name="text:Link3" content="" />
  27. <meta name="text:Link3 Title" content="" />
  28. <meta name="text:Link4" content="" />
  29. <meta name="text:Link4 Title" content="" />
  30. <meta name="text:Link5" content="" />
  31. <meta name="text:Link5 Title" content="" />
  32. <meta name="text:Link6" content="" />
  33. <meta name="text:Link6 Title" content="" />
  34.  
  35. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  36. <title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  37. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  38. <link rel="shortcut icon" href="{Favicon}" />
  39. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  40. <style type="text/css">
  41. body {
  42. background: {color:Background} url('{image:Background}') top right fixed norepeat;
  43. margin: 0;
  44. padding: 0;
  45. font-family: {font:Body};
  46. }
  47.  
  48. .clear {
  49. clear: both;
  50. height: 0px;
  51. overflow: hidden;
  52. }
  53.  
  54. a img {
  55. border: none;
  56. }
  57.  
  58. #entries {
  59. margin-left: 460px;
  60. width: 530px;}
  61.  
  62. body {
  63. color:{color:text};
  64. background-color:{color:background};
  65. background-image: url('{image:Background}');
  66. background-position: center;
  67. background-attachment:fixed;
  68. background-repeat: repeat;
  69. font-family:{font:body};
  70. font-size:11px;
  71. line-height:10px;
  72. text-align:justify;
  73. }
  74.  
  75. a:link, a:active, a:visited{
  76. color: {color:link};
  77. text-decoration:none }
  78.  
  79.  
  80. a:hover{
  81. color:{color:linkhover};
  82. }
  83.  
  84. #top {
  85.  
  86. background-color:{color:top};
  87.  
  88. width:468px;
  89.  
  90. height:30px;
  91.  
  92. text-align:center;
  93.  
  94. font-size:9px;
  95.  
  96. margin-top:30px;
  97.  
  98. margin-left:-10px;
  99.  
  100. letter-spacing:1px;
  101.  
  102. position:fixed;
  103.  
  104. z-index:8;
  105.  
  106. }
  107.  
  108. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  109.  
  110. #portrait {
  111.  
  112. width:68px;
  113.  
  114. height:68px;
  115.  
  116. margin-left:401px;
  117.  
  118. background-color:{color:top};
  119.  
  120. z-index:9;
  121.  
  122. position:fixed;
  123.  
  124. -webkit-transition-duration: 0.6s;
  125.  
  126. -moz-transition-duration: 0.6s;
  127.  
  128. }
  129.  
  130.  
  131. #portrait img {
  132.  
  133. margin-top:10px;
  134.  
  135. margin-left:0px;
  136.  
  137. margin-bottom:10px;
  138.  
  139. z-index:2;
  140.  
  141. }
  142.  
  143.  
  144.  
  145. #portrait img:hover {
  146.  
  147. -webkit-transform: rotateZ(360deg);
  148.  
  149. -moz-transform: rotateZ(360deg);
  150.  
  151. transform: rotateZ(360deg);
  152.  
  153. }
  154.  
  155.  
  156.  
  157. #portrait a:hover {
  158.  
  159. background-color:transparent;
  160.  
  161. border-bottom:0px solid #FFFFFF;
  162.  
  163. }
  164.  
  165. #nav {
  166.  
  167. margin-top:10px;
  168.  
  169. margin-left:22px;
  170.  
  171. position:fixed;
  172.  
  173. text-align: center;
  174.  
  175. }
  176.  
  177.  
  178.  
  179. #nav a {
  180.  
  181. padding:5px;
  182.  
  183. color:{color:sidebar};
  184.  
  185. font-family: verdana;
  186.  
  187. text-transform:uppercase;
  188.  
  189. font-size:10px;
  190.  
  191. }
  192.  
  193.  
  194.  
  195. #nav a:hover {
  196.  
  197. font-weight:bold;
  198.  
  199. background-color:{color:sidebar};
  200.  
  201. color:{color:top};
  202.  
  203. }
  204.  
  205.  
  206.  
  207.  
  208. #pagination {
  209. margin-left:401px;
  210. margin-top:31px;
  211.  
  212. position:fixed;
  213.  
  214. font-family:georgia;
  215.  
  216. text-transform:lowercase;
  217.  
  218. background-color:{color:sidebar};
  219.  
  220. width:47px;
  221. height:22px;
  222.  
  223. letter-spacing:2px;
  224.  
  225. font-size:20px;
  226.  
  227. text-align:center;
  228.  
  229. padding:10px;
  230.  
  231. line-height:15px;
  232.  
  233. }
  234.  
  235. #browse {
  236. text-align: center;
  237. text-transform: uppercase;
  238. font-size: 9px;
  239. font-family: helvetica;
  240. letter-spacing: 3px;
  241. width: 30px;
  242. position: fixed
  243. }
  244.  
  245. #pagelink a {
  246. background-color: {color:entry};
  247. font-family: georgia;
  248. font-size: 15px;
  249. text-align: center;
  250. padding: 2px 15px 2px 15px;
  251. color: {color:link};
  252. text-transform: lowercase;
  253. font-style: italic;
  254. text-decoration: none;
  255. position: fixed;
  256. height: 15px;
  257. }
  258.  
  259. #pagelink a:hover {
  260. background-color:{color:linkhover};
  261. }
  262.  
  263.  
  264.  
  265.  
  266. #navigation {
  267.  
  268. text-align:right;
  269.  
  270. margin-left:98px;
  271.  
  272. margin-top:200px;
  273.  
  274. padding:5px;
  275.  
  276. position:fixed;
  277.  
  278. }
  279.  
  280.  
  281. #posts {
  282. overflow: hidden;
  283. background-color: {color: entry};
  284. border: 0px;
  285. padding: 15px;
  286. font-size: 11px;
  287. background-color: {color:entry};
  288. color: {color:Text};
  289. margin-bottom:1px;
  290. }
  291.  
  292. #cought{font-size: 9px; font-family: verdana; position: fixed; margin-left: 1px; width: 381px; background-color: {color:sidebar}; padding: 4px; margin-top: 61px; background-attachment: fixed; background-image:url(''); height:auto;}
  293.  
  294. .blaine {margin-top:2px; text-align: center; font-family: georgia; font-size: 18px; color: ; letter-spacing: 0px; text-transform: none; line-height:20px;}
  295.  
  296.  
  297.  
  298. .kurt {margin-left:28px; margin-bottom:3px; margin-top:-1px; text-align: center; font-family: verdana; font-size: 9px; color: ; letter-spacing: 0px; text-transform: none;}
  299.  
  300. #masoq2{font-size: 9px; font-family: verdana; position: fixed; margin-left: 1px; width: 447px; background-color: {color:sidebar}; padding: 5px; margin-top: 104px; background-attachment: fixed; background-image:url(''); height:auto;}
  301.  
  302. #simgg {margin-top: 0px; margin-bottom: 0px;}
  303.  
  304. #simgg img{width: 447px; height: auto;}
  305.  
  306. #container {margin-left:1px; margin-top:100px; padding: 0px; z-index: 2; position:fixed;}
  307.  
  308. #postinfo {
  309. font-family: verdana;
  310. font-size: 9px;
  311. text-transform: none;
  312. letter-spacing: 0px;
  313. margin-top: -5px
  314. }
  315.  
  316. #slideShowContainer{float: left; bottom:8px; margin-top: 20px; left: 5px; position: fixed; overflow: hidden; width: auto; height: auto; font-family: tinytots; font-size:8px; text-align:center;}
  317.  
  318. #slideShowContainer img {margin-top: 0px; margin-left: 0px; width: 30px; height: auto; border: 3px solid {color:text}; padding: 3px; opacity: 0.6;}
  319.  
  320. #slideShowContainer img:hover {opacity: 1;}
  321.  
  322. #questions {
  323. border-bottom: 1px dashed {color:linkbackground};
  324. padding-bottom: 5px }
  325.  
  326.  
  327.  
  328. blockquote{ text-decoration: none }
  329.  
  330. img a {
  331. border: none; width: 100% }
  332.  
  333. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  334. h1 a {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  335. h1 a:hover {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  336.  
  337. #asker {font-size: 11px; font-family: {font:body}; text-align: justify;}
  338. .answer {padding: 2px}
  339. .answer img {max-width: 470px;}
  340.  
  341. .audio{
  342. background-color: #E9E3E3;
  343. display: block}
  344.  
  345. .xquote {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  346. .xquotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
  347. .xquotesource a, a:hover{text-transform: none;}
  348.  
  349. .image {text-align: center; border: 0px}
  350. .image img {max-width: 500px; margin-bottom: 2px }
  351.  
  352. .chat {line-height: 13px; list-style: none }
  353. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  354. .person1 {color: {color:text}; padding: 2px; }
  355. .person1 .label {font-weight: bold; color:{color:text}}
  356. .person2 {color: {color:text}; padding: 2px; }
  357. .person2 .label {font-weight: bold; color:{color:text}}
  358.  
  359. .user_1 .label {color:{color:link}; font-weight:light; font-style: italic}
  360. .user_2 .label {color:{color:link}; font-weight:light; font-style: italic}
  361. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  362.  
  363.  
  364. .notes {width: 519px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: left}
  365. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  366. ol.notes li {background-color: {color:entry}; margin-bottom: 1px; padding: 5px; }
  367. .notes img{display: none; border:0px}
  368.  
  369. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  370.  
  371. #tumblr_controls{position: fixed!important}
  372. #tumblr_controls{position: fixed!important}
  373. #tumblr_controls{position: fixed!important}
  374. #tumblr_controls{position: fixed!important}
  375.  
  376. ::-webkit-scrollbar{width:10px;height:5px;}
  377. ::-webkit-scrollbar{width:10px;height:5px;}
  378. ::-webkit-scrollbar-button:start:decrement
  379. ::-webkit-scrollbar-button:end:increment{display:block; height:0; background-color:transparent;}
  380. ::-webkit-scrollbar-track-piece{background-color: {color:background};}
  381. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:{color:overflow};}
  382. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:{color:overflow};
  383. </style>
  384. <style type="text/css">{CustomCSS}</style>
  385. </head>
  386.  
  387. <body>
  388.  
  389. <div id="slideShowContainer">
  390.  
  391. <img src="{PortraitURL-48}"/><br>
  392. <a href="http://b-reakable.tumblr.com/">× theme by</a>
  393.  
  394. </div>
  395.  
  396. </div>
  397.  
  398. <div id="container">
  399.  
  400. <div id="cought"><div class="blaine">{text:title1}</div>
  401.  
  402. <div class="kurt">{text:title2}</div></div>
  403.  
  404. <div id="masoq2"><div id="simgg"><img src="{image:simage}"></div></div>
  405.  
  406. <div id="top">
  407.  
  408. <div id="nav">
  409.  
  410. <a href="{text:Link1}">{text:Link1 Title}</a>&nbsp;&nbsp;
  411.  
  412. <a href="{text:Link2}">{text:Link2 Title}</a>&nbsp;&nbsp;
  413.  
  414. <a href="{text:Link3}">{text:Link3 Title}</a>&nbsp;&nbsp;
  415.  
  416. <a href="{text:Link4}">{text:Link4 Title}</a>&nbsp;&nbsp;
  417.  
  418. <a href="{text:Link5}">{text:Link5 Title}</a>&nbsp;&nbsp;
  419.  
  420. <a href="{text:Link6}">{text:Link6 Title}</a></div>
  421.  
  422. {block:Pagination}<div id="pagination">
  423. {block:PreviousPage}<a href="{PreviousPage}">«</a><small>·</small>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div>{/block:Pagination}
  424.  
  425. </div>
  426. </div><div id="entries"><br>
  427. {block:Posts}
  428.  
  429.  
  430. <div id="posts">
  431.  
  432. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  433.  
  434. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  435.  
  436. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  437.  
  438. {block:Quote}
  439. <div class="xquote">“{Quote}”</div>
  440. {block:Source}<div class="xquotesource"> — {Source}</div>
  441. {/block:Source}
  442. {/block:Quote}
  443.  
  444. {block:Link}
  445. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  446. {block:Description}{Description}{/block:Description}
  447. {/block:Link}
  448.  
  449. {block:Chat}
  450. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  451. <div class="chat"><ul>{block:Lines}
  452. <li class="person{UserNumber}">{block:Label}
  453. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  454. {/block:Chat}
  455.  
  456.  
  457. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  458.  
  459. {block:Answer}
  460. <div id="asker"><b>{Asker} asked:</b> {Question}</div>
  461. <div class="answer">{Answer}</div>
  462. {/block:Answer}
  463.  
  464.  
  465. {block:Audio}<span class="audio"><center>{AudioPlayerGrey}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  466.  
  467. <div id="postinfo">
  468. <br>{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}<br>
  469. <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>
  470.  
  471.  
  472. {/block:Posts}
  473. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  474. </div></div></div>
  475.  
  476.  
  477.  
  478.  
  479. </body>
  480. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement