babirdgs

Theme Twenty Seven

Jun 6th, 2012
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 18.84 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <!-- THEME BY DEFECTSS, DO NOT COPY --!>
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8.  
  9. <head> <!-- DEFAULT VARIABLES -->
  10. <meta name="color:background" content="#ffffff" />
  11. <meta name="color:text" content="#3d3d3d" />
  12. <meta name="color:border" content="#3d3d3d" />
  13. <meta name="color:entry" content="#F7F7F5" />
  14. <meta name="color:linkx" content="#F7F7F5" />
  15. <meta name="color:linkss" content="#3d3d3d" />
  16. <meta name="color:line" content="#3d3d3d" />
  17. <meta name="color:titulo2" content="#000000" />
  18. <meta name="color:titulo" content="#000000" />
  19. <meta name="color:descr" content="#000000" />
  20. <meta name="color:link" content="#470E1A" />
  21. <meta name="color:sidebar" content="#ffffff" />
  22. <meta name="image:sidebar" content=""/>
  23. <meta name="image:background" content=""/>
  24. <meta name="text:titulo" content="Tell me what to do <i>about you</i>" />
  25. <meta name="text:tvirado" content="Can you ever change?" />
  26. <meta name="text:titdescr" content="Can you ever change?" />
  27. <meta name="text:Link1" content="" />
  28. <meta name="text:Link1 Title" content="" />
  29. <meta name="text:Link2" content="" />
  30. <meta name="text:Link2 Title" content="" />
  31. <meta name="text:Link3" content="" />
  32. <meta name="text:Link3 Title" content="" />
  33. <meta name="text:Link4" content="" />
  34. <meta name="text:Link4 Title" content="" />
  35. <meta name="text:Link5" content="" />
  36. <meta name="text:Link5 Title" content="" />
  37. <meta name="text:Link6" content="" />
  38. <meta name="text:Link6 Title" content="" />
  39. <meta name="text:Link7" content="" />
  40. <meta name="text:Link7 Title" content="" />
  41.  
  42.         <title>{Title}</title>
  43.         <link rel="shortcut icon" href="{Favicon}">
  44.         <link rel="alternate" type="application/rss+xml" href="{RSS}">
  45.         {block:Description}
  46.             <meta name="description" content="{MetaDescription}" />
  47.         {/block:Description}
  48.  
  49. {block:IfEnableEndlessScrolling}
  50. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  51. {/block:IfEnableEndlessScrolling}
  52.  
  53.  
  54.     <style type="text/css">
  55.  
  56. body {background-color:{color:background}; color:{color:text}; font-family: verdana; font-size:11px; line-height:110%; margin:0px; background-image:url('{image:background}'); background-attachment: fixed}
  57.  
  58. a {color:{color:link}; text-decoration: none; font-size: 9px}
  59. a:hover {color:{color:text}; text-decoration: none}
  60. p{margin: 1px 0 0 0}
  61. blockquote{margin: 1px 0 0 5px; border-left: 3px solid; color:#000000; padding:0 0 0 5px;}
  62.  
  63.  
  64. #sidebar{top:150px; margin-left: 55px; width:160px; position:fixed;}
  65.  
  66. .stext{text-align:center; padding: 3px 5px 0px 5px; position:fixed; width: 99px; font-family: Adobe Song Std L; font-size: 16px;}
  67.  
  68.  
  69. #simg{-webkit-transform: translate3D(0, 0, 0); width:160px;height: 280px;top:5px;position:absolute;left:160px;-webkit-transform-style: preserve-3d; position:fixed; }
  70.  
  71. .simg1, .sdescr{width:160px;height: 280px;position:absolute;top:0px;-webkit-transform-style: preserve-3d;backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-ms-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;transition: all 0.7s ease-in-out; border: 2px solid {color:border}}
  72.  
  73. #simg img{position:absolute;bottom:0px; -moz-user-select: none; -webkit-user-select: none;
  74. /* this will work for QtWebKit in future */ -webkit-user-drag: none; width: 160px; height: 280px;}
  75.  
  76. #simg:hover .simg1, #simg:hover .simg2{-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-ms-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out; border: 2px solid {color:linkx}; height: 280px;}
  77.  
  78. .simg1{opacity:1;background-color:#fbfbfb; margin-top: 0px; width: 160px; height: 280px; border: 2px solid {color:border}}
  79.  
  80. #simg:hover .simg1{transform: rotateX(180deg);-webkit-transform: rotateX(180deg);-moz-transform: rotateX(180deg);opacity:0;}
  81.  
  82. .sdescr{transform: rotateX(180deg);-webkit-transform: rotateX(180deg);-moz-transform: rotateX(180deg);opacity:0;background-color:#ffffff;}
  83.  
  84. #simg:hover .sdescr{transform: rotateX(0deg);-webkit-transform: rotateX(0deg);-moz-transform: rotateX(0deg);opacity:1;}
  85.  
  86. #simg .scred{width:160px; font-size: 9px;text-align:center;position:absolute;top:100%;opacity:0;margin-top:-10px;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;
  87. -ms-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;transition: all 0.7s ease-in-out;}
  88.  
  89. #simg:hover .scred{padding-top:15px;opacity:1;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-ms-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;transition: all 0.7s ease-in-out;}
  90.  
  91. #linkbox {position: fixed; float: left; height: 85px; margin-top: 110px;margin-left: -7px; width: 551px; text-align: justify; font-size: 9px; background-color: transparent; color: transparent; font-family: verdana; padding: 7px;}
  92.  
  93. .links1 {text-align: center; position: fixed; margin-left: 300px; margin-top: 100px; z-index: 20}
  94.  
  95. .links1 a {display: block; letter-spacing: 0px; font-family: ; font-size: 9px; text-align: center; margin-bottom: 1px; width: 65px; line-height: 16px; height: 15px; z-index: 20; background-color: #000000; color: #000; text-decoration: none; text-transform: lowercase; padding: 7px 5px 5px 5px; -webkit-transition: all 0.35s ease-out; -moz-transition: all 0.35s ease-out;}
  96.  
  97. .links1 a:hover {text-align: center; letter-spacing: 0px; background-color: ; color:#F1F1F1; padding: 7px 5px 5px 5px; }
  98.  
  99. .links2 {text-align: center; position: fixed; margin-left: 60px; margin-top: -112px; z-index: 20}
  100.  
  101. .links2 a {display: block; letter-spacing: 0px; font-family: ; font-size: 9px; text-align: center; margin-bottom: 1px; width: 89px; line-height: 14px; height: 12px; z-index: 20; background-color: {color:linkx}; color: {color:linkss}; text-decoration: none; text-transform: lowercase; padding: 2px 5px 5px 5px; -webkit-transition: all 0.35s ease-out; -moz-transition: all 0.35s ease-out;}
  102.  
  103. .links2 a:hover {text-align: center; letter-spacing: 0px;background-color:; color:{color:linkss}; padding: 2px 5px 5px 5px;}
  104.  
  105. .links3 {text-align: center; position: fixed; margin-left:60px; margin-top:-92px; z-index: 20}
  106.  
  107. .links3 a {display: block; letter-spacing: 0px; font-family: ; font-size: 9px; text-align: center; margin-bottom: 1px; width: 89px; line-height: 14px; height: 12px; z-index: 20; background-color: {color:linkx}; color:{color:linkss}; text-decoration: none; text-transform: lowercase; padding: 2px 5px 5px 5px; -webkit-transition: all 0.35s ease-out; -moz-transition: all 0.35s ease-out;}
  108.  
  109. .links3 a:hover {text-align: center; letter-spacing: 0px; background-color: ; color:{color:linkss}; padding: 2px 5px 5px 5px;}
  110.  
  111.  
  112.  
  113. .links4 {text-align: center; position: fixed; margin-left: 60px; margin-top:-72px; z-index: 20}
  114.  
  115. .links4 a {display: block; letter-spacing: 0px; font-family: ; font-size: 9px; text-align: center; margin-bottom: 1px; width: 89px; line-height: 14px; height: 12px; z-index: 20; background-color: {color:linkx}; color:{color:linkss}; text-decoration: none; text-transform: lowercase; padding: 2px 5px 5px 5px; -webkit-transition: all 0.35s ease-out; -moz-transition: all 0.35s ease-out;}
  116.  
  117. .links4 a:hover {text-align: center; letter-spacing: 0px; background-color: ; color:{color:linkss}; padding: 2px 5px 5px 5px;}
  118.  
  119.  
  120.  
  121. .links5 {text-align: center; position: fixed; margin-left: 60px; margin-top:-52px; z-index: 20}
  122.  
  123. .links5 a {display: block; letter-spacing: 0px; font-family: ; font-size: 9px; text-align: center; margin-bottom: 1px; width:89px; line-height: 14px; height: 12px; z-index: 20; background-color: {color:linkx}; color:{color:linkss}; text-decoration: none; text-transform: lowercase; padding: 2px 5px 5px 5px; -webkit-transition: all 0.35s ease-out; -moz-transition: all 0.35s ease-out;}
  124.  
  125. .links5 a:hover {text-align: center; letter-spacing: 0px; background-color: ; color:{color:linkss}; padding: 2px 5px 5px 5px;}
  126.  
  127.  
  128. .links6 {text-align: center; position: fixed; margin-left: 60px; margin-top:-32px; z-index: 20}
  129.  
  130. .links6 a {display: block; letter-spacing: 0px; font-family: ; font-size: 9px; text-align: center; margin-bottom: 1px; width: 89px; line-height: 14px; height: 12px; z-index: 20; background-color: {color:linkx}; color:{color:linkss}; text-decoration: none; text-transform: lowercase; padding: 2px 5px 5px 5px; -webkit-transition: all 0.35s ease-out; -moz-transition: all 0.35s ease-out;}
  131.  
  132. .links6 a:hover {text-align: center; letter-spacing: 0px; background-color: ; color:{color:linkss}; padding: 2px 5px 5px 5px;}
  133.  
  134. .links7 {text-align: center; position: fixed; margin-left: 60px; margin-top:-12px; z-index: 20}
  135.  
  136. .links7 a {display: block; letter-spacing: 0px; font-family: ; font-size: 9px; text-align: center; margin-bottom: 1px; width: 89px; line-height: 14px; height: 12px; z-index: 20; background-color: {color:linkx}; color:{color:linkss}; text-decoration: none; text-transform: lowercase; padding:2px 5px 5px 5px; -webkit-transition: all 0.35s ease-out; -moz-transition: all 0.35s ease-out;}
  137.  
  138. .links7 a:hover {text-align: center; letter-spacing: 0px; background-color: ; color:{color:linkss}; padding: 2px 5px 5px 5px;}
  139.  
  140. .links8 {text-align: center; position: fixed; margin-left: 60px; margin-top:8px; z-index: 20}
  141.  
  142. .links8 a {display: block; letter-spacing: 0px; font-family: ; font-size: 9px; text-align: center; margin-bottom: 1px; width: 89px; line-height: 14px; height: 12px; z-index: 20; background-color: {color:linkx}; color:{color:linkss}; text-decoration: none; text-transform: lowercase; padding:2px 5px 5px 5px; -webkit-transition: all 0.35s ease-out; -moz-transition: all 0.35s ease-out;}
  143.  
  144. .links8 a:hover {text-align: center; letter-spacing: 0px; background-color: ; color:{color:linkss}; padding: 2px 5px 5px 5px;}
  145.  
  146. #barra2 {margin-top:190px; margin-left:60px; font-size: 8px; position:fixed; }
  147.  
  148. #barra {margin-top:40px; margin-left:325px; font-size: 8px; position:fixed; }
  149.  
  150. .ps {margin-left:324px; margin-top: 23px; font-family: georgia; width: 66px; height: 10px; text-align: center; font-size: 27px;  font-style:none; position:fixed;}
  151.  
  152. .ps a{ font-size: 17px;  font-style:none; background-color: transparent; color:{color:links}}
  153.  
  154.  
  155. .ps2 {margin-left:349px; margin-top: 55px; position:fixed;}
  156.  
  157. .ps2 a{ font-size: 18px; font-family: georgia; width: 10px; height: 100px; font-style:none; background-color: transparent; color: {color:links}; position:fixed;}
  158.  
  159. #masoq5{text-align: justify; font-size: 9px; font-family: verdana; position: fixed; margin-left: 65px; width: 210px; height: auto; background-color: transparent; color: {color:titulo2}; padding: 4px; margin-top:172px; background-attachment: fixed; z-index:7; -webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out; -moz-transform: rotate(-90deg); -webkit-transform: rotate(-90deg);}
  160.  
  161.  
  162. #senten {margin-left:0px; margin-top:-1px; margin-bottom:1px; margin-right:0px; font-family: georgia; font-size:15px; width:auto; text-align: center;}
  163.  
  164. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:background}; padding-left: 5px; }
  165. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:post};}
  166. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  167. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  168.  
  169. blockquote img{max-width: 470px!important}
  170. blockquote blockquote img{max-width: 450px!important}
  171. blockquote blockquote blockquote img{max-width: 430px!important}
  172. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  173.  
  174. #xp {text-align: center; width: 935px; margin: 50px auto 50px auto; padding: 0px; z-index: 1}
  175.  
  176. #xright {float: left; margin-left: 400px; margin-top: 5px; }
  177.  
  178. .postbox {width: 490px; background-color: {color:entry}; padding: 15px; margin-bottom: 1px; text-align: justify; font-family: verdana; font-size: 11px; position: relative;}
  179.  
  180. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  181. h1 a {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  182. h1 a:hover {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  183.  
  184. .image {text-align: center; border: 0px}
  185. .image img {max-width: 500px; margin-bottom: 2px }
  186.  
  187. .xquote {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  188. .xquotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
  189. .xquotesource a, a:hover{text-transform: none;}
  190.  
  191. .chat {line-height: 13px; list-style: none }
  192. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  193. .person1 {color: {color:text}; padding: 2px; }
  194. .person1 .label {font-weight: bold; color:{color:text}}
  195. .person2 {color: {color:text}; padding: 2px; }
  196. .person2 .label {font-weight: bold; color:{color:text}}
  197.  
  198. .player {background-color: #000; text-align: left; display:block;}
  199.  
  200. #asker {font-size: 11px; font-family: {font:text}; text-align: justify;}
  201. .answer {padding: 2px}
  202. .answer img {max-width: 470px;}
  203.  
  204.  
  205. #xdate {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11; }
  206. #xdate a {font-size: 9px;}
  207.  
  208. .tags {color: {color:text}; font-size: 9px; font-family: verdana; display: inline; list-style: none; text-transform: lowercase; }
  209. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase; }
  210.  
  211. #cap {width: 500px; margin-top: -2px;}
  212. .source {display: none;}
  213.  
  214. .notes {width: 530px; padding: 0px; margin-top: 5px; margin-bottom: 10px; font-size: 9px; text-align: left}
  215. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  216. ol.notes li {background-color: {color:post}; margin-bottom: 5px; padding: 5px; }
  217. .notes img{display: none; border:0px}
  218.  
  219. ::-webkit-scrollbar{width:5px;height:5px;}
  220. ::-webkit-scrollbar-button:start:decrement
  221. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color: #616161;}
  222. ::-webkit-scrollbar-track-piece{background-color: #ffffff; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  223. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: #000000;-webkit-border-radius:px;}
  224. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: #616161;-webkit-border-radius:px;}
  225. #tumblr_controls{position: fixed!important}
  226. #tumblr_controls{position: fixed!important}
  227. #tumblr_controls{position: fixed!important}
  228. #tumblr_controls{position: fixed!important}
  229. </style>
  230.  
  231.     </head>
  232.    
  233.  
  234. <body onkeydown="return false">
  235. <div id="sidebar">
  236. <div class="stext">{text:titulo}</div>
  237. <div id="simg">
  238. <div class="scred"><b>theme by defectss, with insp. in nymerea.</b></div>
  239. <div id="masoq5"><div id="senten">{text:tvirado}</div></div>
  240. <a href="/">
  241.  
  242. <div class="simg1"><img src="{image:sidebar}"></div>
  243.  
  244. <div class="sdescr"><center>{description}<br><font size="4">{text:titdescr}</font></center></div>
  245.  
  246. </a></div></div></div>
  247.  
  248. <div id="linkbox">
  249. <div class="links2"><a href="{text:Link1}">{text:Link1 Title}</a></div>
  250. <div class="links3"><a href="{text:Link2}">{text:Link2 Title}</a></div>
  251. <div class="links4"><a href="{text:Link3}">{text:Link3 Title}</a></div>
  252. <div class="links5"><a href="{text:Link4}">{text:Link4 Title}</a></div>
  253. <div class="links6"><a href="{text:Link5}">{text:Link5 Title}</a></div>
  254. <div class="links7"><a href="{text:Link6}">{text:Link6 Title}</a></div>
  255. <div class="links8"><a href="{text:Link7}">{text:Link7 Title}</a></div>
  256.  
  257. </div></div>
  258.  
  259. <div id="barra2">..................................</div>
  260. <div id="barra">........................</div>
  261.  
  262. <div class="ps">{block:pagination}{block:NextPage} <a href="{NextPage}"><big><big><big><big><big><font color="{color:pg}">+</font></big></big></big></big></big></a> {/block:NextPage}</div>
  263.  
  264. <div class="ps2">{block:previousPage} <a href="{PreviousPage}"><big><big><big><big><big><font color="{color:pg}">-</font> </big></big></big></big></big></a>{/block:previousPage}{/block:pagination}</div>
  265.  
  266.  
  267. </div>
  268. <div id="entry">
  269. <div id="xright">
  270.  
  271. {block:Posts}
  272. <div class="postbox">
  273.  
  274. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  275.  
  276. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  277.  
  278. {block:Photoset}{Photoset-500}{/block:Photoset}
  279.  
  280. {block:Quote}
  281. <div class="xquote">“{Quote}”</div>
  282. {block:Source}<div class="xquotesource"> — {Source}</div>
  283. {/block:Source}
  284. {/block:Quote}
  285.  
  286. {block:Link}
  287. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  288. {block:Description}{Description}{/block:Description}
  289. {/block:Link}
  290.  
  291. {block:Chat}
  292. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  293. <div class="chat"><ul>{block:Lines}
  294. <li class="person{UserNumber}">{block:Label}
  295. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  296. {/block:Chat}
  297.  
  298. {block:Audio}
  299. <div class="player">{AudioPlayerBlack}</div>
  300. {block:Caption}{Caption}{/block:Caption}
  301. {/block:Audio}
  302.  
  303. {block:Video}{Video-500}{/block:Video}
  304.  
  305.  
  306. {block:Answer}
  307. <div id="asker"><b>{Asker} <small>moaned:</small></b> {Question}</div>
  308. <div class="answer">{Answer}</div>
  309. {/block:Answer}
  310.  
  311.  
  312. <div id="cap">
  313. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  314. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  315. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  316.  
  317. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  318. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  319. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  320. {/block:ContentSource}</div></div>
  321. <br>
  322.  
  323.  
  324. <div id="xdate">
  325. {block:Date}<div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  326. <a href="{Permalink}">{TimeAgo}</a>{block:NoteCount}, <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:IndexPage}, <a href="{ReblogUrl}" target="_blank">? <b>reblog</b> now, let's go.</a>{/block:IndexPage}
  327. {block:RebloggedFrom}<br>posted by: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom}, reblogged by: <a href="{ReblogParentURL}">{ReblogParentName}</a>
  328. {/block:RebloggedFrom}
  329. </div>
  330. </div>{/block:Date}
  331.  
  332.  
  333. {/block:Posts}
  334. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  335.  
  336. </div>
  337. </div>
  338. </div>
  339. </div>
  340.  
  341.  
  342. </body>
  343. </html>
Advertisement
Add Comment
Please, Sign In to add comment