Advertisement
nee-d

theme 16

Apr 8th, 2012
4,461
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.09 KB | None | 0 0
  1. <!-- theme por nee-d.tumblr.com
  2. não copie, não roube. -->
  3.  
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5.  
  6. <head>
  7. <!-- DEFAULT VARIABLES -->
  8. <meta name="color:background" content="#f8f8f8" />
  9. <meta name="color:link" content="#000000" />
  10. <meta name="color:text" content="#000000" />
  11. <meta name="color:post" content="#ffffff" />
  12. <meta name="color:sidebar" content="#ffffff" />
  13. <meta name="color:lhover" content="#AAAAAA" />
  14. <meta name="color:scrollbar" content="#000" />
  15. <meta name="color:links" content="#ffffff" />
  16. <meta name="color:sublinks" content="#000" />
  17. <meta name="color:bar1" content="#f0f0f0" />
  18. <meta name="color:bar2" content="#e7e7e7e" />
  19. <meta name="color:bar3" content="#d1d1d1" />
  20.  
  21. <meta name="image:sidebar" content="" />
  22.  
  23. <meta name="if:Show tags" content="1"/>
  24.  
  25. <meta name="text:Link1" content="" />
  26. <meta name="text:Link1 Title" content="link 1" />
  27. <meta name="text:Link2" content="" />
  28. <meta name="text:Link2 Title" content="link 2" />
  29. <meta name="text:Link3" content="" />
  30. <meta name="text:Link3 Title" content="link 3" />
  31. <meta name="text:Link4" content="" />
  32. <meta name="text:Link4 Title" content="link 4" />
  33. <meta name="text:Link5" content="" />
  34. <meta name="text:Link5 Title" content="link 5" />
  35. <meta name="text:Link6" content="" />
  36. <meta name="text:Link6 Title" content="link 6" />
  37.  
  38. <script src="http://code.jquery.com/jquery-latest.js"></script>
  39.  
  40.  
  41. <title>{Title}</title>
  42. <link rel="shortcut icon" href="{Favicon}">
  43. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  44. {block:Description}
  45. <meta name="description" content="{MetaDescription}" />
  46. {/block:Description}
  47.  
  48. <style type="text/css">
  49.  
  50.  
  51.  
  52. body {background-color: {color:background}; font-family: verdana; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
  53.  
  54. a {color: {color:link}; text-decoration: none; text-transform: none;}
  55. a:hover {color: {color:lhover}; background-color: transparent; text-decoration: none;}
  56.  
  57. p {margin: 6px 0 0 0}
  58.  
  59. blockquote {margin: 5px 5px 5px 5px; border-left: 6px solid {color:background}; padding-left: 5px; }
  60. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background};}
  61. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  62. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  63.  
  64. blockquote img{max-width: 470px!important}
  65. blockquote blockquote img{max-width: 450px!important}
  66. blockquote blockquote blockquote img{max-width: 430px!important}
  67. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  68.  
  69.  
  70.  
  71. #container {text-align: center; width: 935px; margin: 20px auto 20px auto; padding: 0px; z-index: 1}
  72.  
  73. #entry {float: left; margin-left: 340px; margin-top:59px;}
  74.  
  75. .posts {width: 500px; background-color: {color:post}; padding: 15px; margin-bottom: 1px; text-align: justify; font-family: verdana; font-size: 11px; position: relative;}
  76.  
  77. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  78. h1 a {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  79. h1 a:hover {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  80.  
  81. .image {text-align: center; border: 0px}
  82. .image img {max-width: 500px; margin-bottom: 2px }
  83.  
  84. .pquote {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  85. .pquotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
  86. .pquotesource a, a:hover{text-transform: none;}
  87.  
  88. .chat {line-height: 13px; list-style: none }
  89. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  90. .person1 {color: {color:text}; padding: 2px; }
  91. .person1 .label {font-weight: bold; color:{color:text}}
  92. .person2 {color: {color:text}; padding: 2px; }
  93. .person2 .label {font-weight: bold; color:{color:text}}
  94.  
  95. .player {background-color: #000; text-align: left; display:block;}
  96.  
  97. #asker {font-size: 11px; font-family: {font:text}; text-align: justify;}
  98. .answer {padding: 2px}
  99. .answer img {max-width: 470px;}
  100.  
  101.  
  102. #info {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11;}
  103. #info a {font-size: 9px;}
  104.  
  105. .tags {color: {color:text}; font-size: 9px; font-family: verdana; display: inline; list-style: none; text-transform: lowercase;}
  106. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase;}
  107.  
  108. #cap {width: 500px; margin-top: -2px;}
  109. .source {display: none;}
  110.  
  111. .notes {width: 530px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: left}
  112. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  113. ol.notes li {background-color: {color:post}; margin-bottom: 2px; padding: 5px; }
  114. .notes img{display: none; border:0px}
  115.  
  116. #damon {position: fixed; margin: 0px 0px 0px 12px;}
  117.  
  118. #masoq{font-size: 9px; font-family: verdana; position: relative; margin-left: 114px; width: 781px; background-color: {color:sidebar}; padding: 4px; margin-top: 30px; background-attachment: fixed; background-image:url('{image:sidebarbackground}'); height:20px; z-index:3;}
  119.  
  120. #jake{font-size: 9px; font-family: verdana; position: relative; margin-left: 260px; width: 10px; background-color: {color:bar1}; padding: 0px; margin-top: 0px; background-attachment: fixed; background-image:url('{image:sidebarbackground}'); height:1427px; z-index:3;}
  121.  
  122. #aria{font-size: 9px; font-family: verdana; position: relative; margin-left: 270px; width: 7px; background-color: {color:bar2}; padding: 0px; margin-top: -1427px; background-attachment: fixed; background-image:url('{image:sidebarbackground}'); height:1427px; z-index:3;}
  123.  
  124. #twd{font-size: 9px; font-family: verdana; position: relative; margin-left: 277px; width: 5px; background-color: {color:bar3}; padding: 0px; margin-top: -1427px; background-attachment: fixed; background-image:url('{image:sidebarbackground}'); height:1427px; z-index:3;}
  125.  
  126. #jake2{font-size: 9px; font-family: verdana; position: relative; margin-left: 282px; width: 12px; background-color: {color:bar1}; padding: 0px; margin-top: -1427px; background-attachment: fixed; background-image:url('{image:sidebarbackground}'); height:1427px; z-index:3;}
  127.  
  128. #aria2{font-size: 9px; font-family: verdana; position: relative; margin-left: 294px; width: 6px; background-color: {color:bar3}; padding: 0px; margin-top: -1427px; background-attachment: fixed; background-image:url('{image:sidebarbackground}'); height:1427px; z-index:3;}
  129.  
  130. #twd2{font-size: 9px; font-family: verdana; position: relative; margin-left: 300px; width: 16px; background-color: {color:bar2}; padding: 0px; margin-top: -1427px; background-attachment: fixed; background-image:url('{image:sidebarbackground}'); height:1427px; z-index:3;}
  131.  
  132. #twd3{font-size: 9px; font-family: verdana; position: relative; margin-left: 246px; width: 14px; background-color: {color:bar3}; padding: 0px; margin-top: -1427px; background-attachment: fixed; background-image:url('{image:sidebarbackground}'); height:1427px; z-index:3;}
  133.  
  134. #aria3{font-size: 9px; font-family: verdana; position: relative; margin-left: 241px; width: 5px; background-color: {color:bar1}; padding: 0px; margin-top: -1427px; background-attachment: fixed; background-image:url('{image:sidebarbackground}'); height:1427px; z-index:3;}
  135.  
  136. #music{font-size: 9px; font-family: verdana; position: relative; margin-left: 264px; width: 435px; background-color: {color:sidebar}; padding: 2px; margin-top: 0px; background-attachment: fixed; background-image:url('{image:sidebarbackground}'); height:2px; z-index:3;}
  137.  
  138. #koala {text-align: center; margin-top:-1px; font-family: georgia; font-size: 18px; color: {color:text}; letter-spacing: 0px; text-transform: none;}
  139.  
  140. .links {position: absolute; width: 128px; margin-left:124px; margin-top:22px; padding: 0px; text-align: center; z-index:3;}
  141. .links a {float: left; display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width: 127px; background-color: {color:links}; color:{color:sublinks}; text-decoration: none; text-transform: none; line-height: 22px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  142. .links a:hover{text-align: center; background-color: {color:bar1}; color:{color:sublinks}; margin-left:-10px;}
  143.  
  144. #simg {float: left; margin-top: 174px; margin-left: 84px; height: auto; width:243px; position: absolute; background-color: {color:sidebar}; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out; z-index:8;}
  145.  
  146. #simgg {margin-top: 4px; margin-bottom: 4px;}
  147. #simgg img{width: 235px; height: 120px}
  148.  
  149. .sidebar{margin-left:84px; margin-top: -1254px; width:233px; height:128px; padding:5px; background-color:{color:sidebar}; position:relative; overflow:hidden; z-index:100; -webkit-transition: all 0.8s ease-in-out; -moz-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out;}
  150.  
  151. .simg{position:absolute; left:4px; top:4px; -moz-user-select: none; -webkit-user-select: none; -webkit-user-drag: none; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  152.  
  153. .simg img{z-index:502; width:235px; height:130px;}
  154.  
  155. .sidebar:hover{height:219px; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  156.  
  157.  
  158. ::-webkit-scrollbar{width:7px;height:7px;}
  159.  
  160. ::-webkit-scrollbar-button:start:decrement
  161.  
  162. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  163.  
  164. ::-webkit-scrollbar-track-piece{background-color: {color:post}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  165.  
  166. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scrollbar};-webkit-border-radius:px;}
  167.  
  168. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scrollbar};-webkit-border-radius:px;}
  169.  
  170. .r4 {position: fixed; background-color:{color:background}; background-image:url('{image:background}'); z-index: 1; width: 1000px; height: 79px; margin-top: -20px; margin-left:20px;}
  171.  
  172.  
  173. #tumblr_controls{position: fixed!important}
  174. #tumblr_controls{position: fixed!important}
  175. #tumblr_controls{position: fixed!important}
  176. #tumblr_controls{position: fixed!important}
  177.  
  178. .descr {text-align: justify; font-size: 9px; font-family: verdana; position: absolute; margin-left: 0px; width: 231px; height:auto; background-color: {color:sidebar}; color: {color:text}; padding: 1px; margin-top: 134px; background-attachment: fixed;}
  179.  
  180. #profile{ float: left; margin-top: 62px; margin-left: 250px; height: 48px; width:48px; position: fixed; background-color: {color:sidebar}; padding: 5px; overflow: hidden; z-index:43; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out;}
  181. #profile img {margin-top: 0px; margin-left: 0px; width: 48px; height: 48px;}
  182.  
  183. .paginacao {position: absolute; margin-top: -1px; margin-left: 241px; width: 70px; background-color: {color:sidebar}; color: {color:text}; padding: 3px; font-size: 9px; font-family: verdana; text-align: center; margin-bottom: 1px;position:fixed; z-index:3; border-top: 0px solid {color:background}; }
  184.  
  185. .pagination {
  186. margin-left:680px; margin-top:-27px;
  187. width:100px;
  188. text-align:center; font-family: georgia;
  189. font-size:26px; z-index:7;
  190. }
  191.  
  192.  
  193. #pages {text-align: center; font-family: verdana; font-size: 8px; line-height: 12px; margin-left:175px;}
  194. #pages a {background: {color:background}; margin: 0 2px 0 0; padding: 2px 4px; color:{color:text}; background-color:{transparent}; text-decoration: none; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  195. #pages a:hover {background: {color:sidebar}; color: {color:text}; border: none;}
  196. #pages span.pagina_atual {background: {color:sidebar}; margin: 0 2px 0 0; padding: 2px 4px; color: {color:text}; font-weight: bold; text-decoration: none;}
  197. .page {clear: both; float: left; width: 260px; float: left; margin-bottom: 0px; background-color: {color:transparent}; margin-top: 0px; border-right: 2px solid {color:background}; margin-left:-185px;}
  198.  
  199. </style>
  200.  
  201. <body>
  202. <div id="container">
  203. <div class="r4"></div>
  204. <div id="damon">
  205. <div id="masoq"><div id="koala">{title}</div>
  206. <div class="pagination">
  207. {block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}&nbsp;&nbsp;{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}
  208. </div></div>
  209.  
  210. <div id="profile">
  211. <img src="{PortraitURL-48}"/>
  212. </div>
  213.  
  214. <div class="links">
  215. <a href="{text:Link1}">{text:Link1 Title}</a>
  216. <a href="{text:Link2}">{text:Link2 Title}</a>
  217. <a href="{text:Link3}">{text:Link3 Title}</a>
  218. <a href="{text:Link4}">{text:Link4 Title}</a>
  219. <a href="{text:Link5}">{text:Link5 Title}</a>
  220. <a href="{text:Link6}">{text:Link6 Title}</a>
  221. </div>
  222.  
  223.  
  224. <div id="jake"> </div>
  225. <div id="aria"> </div>
  226. <div id="twd"> </div>
  227. <div id="jake2"> </div>
  228. <div id="aria2"> </div>
  229. <div id="twd2"> </div>
  230. <div id="aria3"> </div>
  231. <div id="twd3"> </div>
  232.  
  233. <div class="sidebar">
  234.  
  235. <div class="simg"><img src="{image:sidebar}">
  236.  
  237. </div>
  238.  
  239. <div class="descr">{Description}</div>
  240.  
  241. </div>
  242.  
  243.  
  244. <div class="paginacao"><a href="http://nee-d.tumblr.com">© theme.</a></div>
  245.  
  246. </div>
  247.  
  248.  
  249. <div id="entry">
  250.  
  251. {block:Posts}
  252. <div class="posts">
  253.  
  254. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  255.  
  256. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  257.  
  258. {block:Photoset}{Photoset-500}{/block:Photoset}
  259.  
  260. {block:Quote}
  261. <div class="pquote">“{Quote}”</div>
  262. {block:Source}<div class="pquotesource"> ~ {Source}</div>
  263. {/block:Source}
  264. {/block:Quote}
  265.  
  266. {block:Link}
  267. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  268. {block:Description}{Description}{/block:Description}
  269. {/block:Link}
  270.  
  271. {block:Chat}
  272. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  273. <div class="chat"><ul>{block:Lines}
  274. <li class="person{UserNumber}">{block:Label}
  275. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  276. {/block:Chat}
  277.  
  278. {block:Audio}
  279. <div class="player">{AudioPlayerBlack}</div>
  280. {block:Caption}{Caption}{/block:Caption}
  281. {/block:Audio}
  282.  
  283. {block:Video}{Video-500}{/block:Video}
  284.  
  285.  
  286. {block:Answer}
  287. <div id="asker"><b>{Asker} asked:</b> {Question}</div>
  288. <div class="answer">{Answer}</div>
  289. {/block:Answer}
  290.  
  291.  
  292. <div id="cap">
  293. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  294. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  295. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  296.  
  297. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  298. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  299. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  300. {/block:ContentSource}</div></div>
  301. <br>
  302.  
  303.  
  304. <div id="info">
  305. {block:Date}{block:IfShowTags}<div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>{/block:IfShowTags}
  306. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} · <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} · <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}
  307. {block:RebloggedFrom}<br>originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} · via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  308. {/block:RebloggedFrom}
  309. </div>
  310. </div>{/block:Date}
  311.  
  312.  
  313. {/block:Posts}
  314. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323. </div>
  324. </div>
  325. </div>
  326. </div>
  327.  
  328. </body>
  329. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement