begayisnotaproblem

psicoter-theme 07

Aug 29th, 2013
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.58 KB | None | 0 0
  1.  
  2. <!-- THEME BY PSICOTER AGR VAI TOMAR NU CU!!!!!!!!!!!!-->
  3.  
  4.  
  5. <meta name="color:links background" content="#eeeeee" />
  6. <meta name="color:links text" content="#000" />
  7. <meta name="color:sidebar border" content="#fff" />
  8. <meta name="color:link" content="#000" />
  9. <meta name="color:text" content="#fff" />
  10. <meta name="color:post" content="#fff" />
  11. <meta name="color:infobg" content="#fff"/>
  12. <meta name="color:border" content="#fff" />
  13. <meta name="color:scrollbar" content="#fff" />
  14. <meta name="color:lhover" content="#fff" />
  15.  
  16. <meta name="text:frase" content="" />
  17. <meta name="image:background" content="" />
  18. <meta name="image:sidebar" content="" />
  19. <meta name="color:linha" content="#fff" />
  20.  
  21. <meta name="text:link 1 title" content="" />
  22. <meta name="text:link 1" content="" />
  23. <meta name="text:link 2 title" content="" />
  24. <meta name="text:link 2" content="" />
  25. <meta name="text:link 3 title" content="" />
  26. <meta name="text:link 3" content="" />
  27. <meta name="text:link 4 title" content="" />
  28. <meta name="text:link 4" content="" />
  29. <meta name="if:Rolagem infinita" content="1"/>
  30.  
  31.  
  32. <title>{Title}</title>
  33. <link rel="shortcut icon" href="{Favicon}">
  34. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  35. {block:Description}
  36. <meta name="description" content="{MetaDescription}" />
  37. {/block:Description}
  38.  
  39.  
  40.  
  41.  
  42. <style type="text/css">
  43.  
  44. ::-webkit-scrollbar{width:8px;height:8px;}
  45. ::-webkit-scrollbar-button:start:decrement
  46. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  47. ::-webkit-scrollbar-track-piece{background-color: {color:scrollbar bg}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  48. ::-webkit-scrollbar-thumb:vertical{height:30px; background-color: {color:scrollbar};-webkit-border-radius:px;}
  49. ::-webkit-scrollbar-thumb:horizontal{width:30px; background-color: {color:scrollbar};-webkit-border-radius:px;}
  50.  
  51.  
  52. body {background-color: {color:background}; background-image:url('{image:background}'); color: {color:text}; font:15px calibri; text-align: center;}
  53.  
  54. a {color: {color:link}; text-decoration: none; text-transform: none;}
  55. a:hover {color: {color:hover};}
  56.  
  57. p {margin: 6px 0 0 0}
  58.  
  59. blockquote {margin: 3px; border-left: 3px solid {color:background}; padding-left: 5px; }
  60. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background};}
  61. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px 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: 400px!important}
  65. blockquote blockquote img{max-width: 400px!important}
  66. blockquote blockquote blockquote img{max-width: 430px!important}
  67. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  68.  
  69.  
  70. #container {width: 500px; margin:50px auto: 50px auto;}
  71.  
  72. #entry {float:left; margin-left:460px;}
  73.  
  74. .posts {width: 400px; background-color: #ffffff;padding: 0px; text-align: justify; font-family:consolas; font-size: 10px;position: relative;margin-bottom: 0px;border-bottom:0px solid #eee;border-top: 0px solid #e4e4e4 ;border-left: 0px solid #e4e4e4; border-right: 0px solid #e4e4e4;padding-left:8px;margin-left:50px; padding:0px}
  75.  
  76.  
  77.  
  78. h1 {font-family:consolas; font-size: 12px; line-height: 18px; text-align: center; font-weight: normal;}
  79. h1 a {color: {color:link};}
  80. h1 a:hover {color: {color:hover};}
  81.  
  82. .image {text-align: center; border:0px;-webkit-filter: grayscale(50%);}
  83. .image img : {
  84. max-width: 400px; margin-bottom: -5px;
  85. }
  86.  
  87. .quote {font-family:consolas; text-align: left; font-size:10px; line-height: 16px; padding: 3px; }
  88. .quotesource {text-align: left; text-transform:; margin-bottom: 5px; text-transform:; background:#eee; padding: 3px; font-family:consolas;}
  89.  
  90.  
  91.  
  92. .chat {line-height: 13px; list-style: none }
  93. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  94. .person1 {color: {color:text}; padding: 2px; }
  95. .person1 .label {font-weight: bold; color:{color:text}}
  96. .person2 {color: {color:text}; padding: 2px; }
  97. .person2 .label {font-weight: bold; color:{color:text}}
  98.  
  99. .player {background-color: #000; text-align: left; display:block;}
  100.  
  101. #asker {padding: 0px; text-align: justify; background-color: #ffffff;}
  102. .answer {padding: 0px;}
  103. .answer img {max-width: 470px;
  104. }
  105.  
  106.  
  107. .posts:hover .tags{opacity:0.8;}
  108. .tags {position:absolute; width:80px; text-align:left; font: 11px ; font-style:consolas; text-transform: lowercase; margin-left:410px; -webkit-transition-duration: 0.2s; opacity:0;}
  109. .tags a {font-size: 10px; text-transform: lowercase;border-left:0px solid #eee; font-family:consolas; border-top:0px solid #696969; margin-left:0px}
  110.  
  111.  
  112.  
  113. #cap {width: 400px; margin-top: -2px;}
  114. .source {display: none;}
  115.  
  116. #sidebar {opacity:; position:fixed; margin-top:350px; margin-left:347px; font-size:9px; text-transform:uppercase;}
  117. #sidebar img{width:132px; -moz-transition-duration:s; -webkit-transition-duration:s; -o-transition-duration:s; border: 4px solid #000;}
  118. #sidebar img{opacity:; -webkit-filter: grayscale(38%);border: 4px solid #000;}
  119. #sidebar img:hover{opacity:0.9; -webkit-filter: grayscale(30%); moz-border-top-left-radius: 0px; border-top-left-radius: 0px; border-bottom-right-radius: 0px;border: 4px solid #000;
  120. -webkit-transition:all 1.8s;
  121. -moz-transition:all 1.8s;
  122. -ms-transition:all 1.8s;
  123. -o-transition:all 1.8s;
  124. transition:all 1.8s;}
  125.  
  126. #sidebar img{padding:0px; border-bottom: 0px solid #eee ;border-left: 0px solid #eee; border-right: 0px solid #eee;border-top: 0px solid #eee;moz-border-top-left-radius: 0px; border-top-left-radius: 0px; border-bottom-right-radius: 0px;padding:3px;border: 4px solid #000; }
  127.  
  128.  
  129.  
  130.  
  131. #description { position:fixed; color:#020200; ; margin-left:5px; margin-top:90px; text-align:center; letter-spacing:0px; font-size:10px; font-family:consolas; padding:1px; padding-top:2px; text-transform:none; line-height:11px; width:130px; height:auto; border:0px solid #e4e4e4; ;opacity:1; border-top-left-radius: 3px;border-top-right-radius: 3px; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; font-style:italic;text-shadow: black 0.1em 0.1em 0.2em; color:white ;}
  132.  
  133.  
  134.  
  135. #sidebar:hover #description {;opacity:1;-webkit-transition-duration: 0.80s;margin-top:90px ; color:white ;border:0px solid #fff;text-shadow: black 0.1em 0.1em 0.2em}
  136.  
  137. #titulo { position:fixed; color:#000; ; margin-left:5px; margin-top:400px; text-align:center; letter-spacing:0px; font-size:10px; font-family:consolas; padding:1px; padding-top:2px; text-transform:none; line-height:11px; width:130px; height:auto; border:0px solid #e4e4e4; ;opacity:0; border-top-left-radius: 3px;border-top-right-radius: 3px; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; font-style:italic;margin-top:-40px;}
  138.  
  139.  
  140.  
  141. #sidebar:hover #titulo {;opacity:0;-webkit-transition-duration: 0.80s;margin-top:90px ; color:white ;border:0px solid #fff;}
  142.  
  143.  
  144.  
  145. #ha {margin-top:292px; position:fixed; text-align:center; width:121px; margin-left:426px; padding:0px; background-color: ; text-align: center; position: fixed; font-size:20px; font-family: cambria; font-style:; color: #e6e6e6;;border-bottom:0px solid #e4e4e4}
  146. #sidebar:hover #ha {margin-left: 0px;opacity:0.0;-webkit-transition-duration: 0.80s;}
  147.  
  148. #ha2 {margin-top:10px; position:fixed; text-align:center; width:9px; margin-left:235px; padding:19px; background-color: ; text-align: center; position: fixed; font-size:20px; font-family: cambria; font-style:; color: #e6e6e6; border-bottom:0px solid #ddd; border-left:0px solid #ddd; margin-top:220px}
  149.  
  150.  
  151.  
  152.  
  153.  
  154. #linksj {; width:145px; margin-top: -127px; margin-left:0px; text-shadow:10px 0px transparent, -10px 0px transparent; -webkit-transition: all 0.5s linear; text-align:center; padding:0px; background-color: transparent;font-family:cambria; color:#020200; background:transparent;font-size:9px;letter-spacing:2px;padding-bottom:0px;padding-top:-3px
  155. ; text-shadow:10px 0px transparent, -10px 0px transparent; -webkit-transition: all 0.5s linear ;opacity:0.9}
  156.  
  157. #linksj a {color:#020200; display:; -webkit-transition: all 0.5s linear; padding-bottom:0px;background:#eee; font-size:times; border:0px solid #ddd; padding:2px; -webkit-filter: grayscale(30%); moz-border-top-left-radius: 28px; border-top-left-radius:50px; border-bottom-right-radius: 50px; moz-border-top-right-radius: 50px; border-top-right-radius: 50px; border-bottom-left-radius: 50px;padding:5px}
  158.  
  159. #linksj a:hover {text-shadow:0px 0px #777, -0px 0px #777; -webkit-transition: all 0.2s linear; -webkit-transition: all 0c.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;
  160. -o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;opacity:0.9; }
  161.  
  162.  
  163. #sidebar:hover #linksj {;opacity:0.9;-webkit-transition-duration: 0.80s;margin-left:0px; background:; border:1px;}
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174. ::-webkit-scrollbar{width:6px;height:5px;}
  175. ::-webkit-scrollbar-button:start:decrement
  176. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent; }
  177. ::-webkit-scrollbar-track-piece{background-color: background-color:transparent'); -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  178. ::-webkit-scrollbar-thumb:vertical{height:50px; background-image: ;-webkit-
  179. border-radius:px;};-webkit-border-radius:px;}
  180. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: #ebe9e9;-webkit-border-radius:px;}
  181.  
  182.  
  183. #tumblr_controls{position: fixed!important}
  184. #tumblr_controls{position: fixed!important}
  185. #tumblr_controls{position: fixed!important}
  186. #tumblr_controls{position: fixed!important}
  187.  
  188. img {-webkit-filter: grayscale(20%);}
  189. </style>
  190.  
  191.  
  192.  
  193.  
  194. </style>
  195.  
  196.  
  197. <body>
  198. <a style="width:120px; font-size:9px; color:#000; font-family:consolas;position:fixed;font-style;bottom:30px;right:-20px;" href="http://psicoter.tumblr.com/" title="feito pelo paulo, nao copie crlh"><b>(c)</b></a></div></div>
  199.  
  200.  
  201. <div id="container">
  202. <div id="sidebar">
  203. <div class="imgs"><img src="{image:sidebar}"/></div>
  204. <div id="linksj">
  205. <a href="{text:link 1}" title="{text:link 1 title}">A</a>
  206. <a href="{text:link 2}" title="{text:link 2 title}">B</a>
  207. <a href="{text:link 3}" title="{text:link 3 title}">C</a>
  208. <a href="{text:link 4}" title="{text:link 4 title}">D</a>
  209.  
  210. <div id="ha"></div>
  211.  
  212.  
  213.  
  214.  
  215. <div id="description">{text:frase}</div>
  216.  
  217. </div></div></div>
  218.  
  219. </div></div></div></div></div>
  220.  
  221. <div id="ha"></div>
  222. <div id="ha2"></div>
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229. </div>
  230. </div>
  231. </div>
  232. </div>
  233.  
  234. {block:IfRolagemInfinita}<div class="autopagerize_page_element">
  235. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfRolagemInfinita}
  236. <div id="entry">
  237.  
  238. {block:Posts}
  239. <div class="posts">
  240.  
  241. <div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a><br>{/block:Tags}{/block:HasTags}<left><a href="{Permalink}"><i></i></a></left>{block:IndexPage} <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a><br><a href="{ReblogUrl}" target="_blank"> reblog </a></br>{/block:IndexPage} </div>
  242.  
  243. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  244.  
  245. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}{/block:Photo}
  246.  
  247. {block:Photoset}{Photoset-400}{/block:Photoset}
  248.  
  249. {block:Quote}
  250. <div class="quote">“{Quote}”</div>
  251. {block:Source}<div class="quotesource"> — {Source}</div>
  252. {/block:Source}
  253. {/block:Quote}
  254.  
  255. {block:Link}
  256. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  257. {block:Description}{Description}{/block:Description}
  258. {/block:Link}
  259.  
  260. {block:Chat}
  261. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  262. <div class="chat"><ul>{block:Lines}
  263. <li class="person{UserNumber}">{block:Label}
  264. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  265. {/block:Chat}
  266.  
  267. {block:Audio}
  268. <span class="audio"><left>{AudioPlayerBlack}</left></span>
  269. {block:Caption}{Caption}{/block:Caption}
  270. {/block:Audio}
  271.  
  272. {block:Video}{Video-400}{/block:Video}
  273.  
  274.  
  275. {block:Answer}
  276. <div id="asker"><b>{Asker} asked:</b> {Question}</div>
  277. <div class="answer">{Answer}</div>
  278. {/block:Answer}
  279.  
  280.  
  281. <div id="photoset">
  282. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  283. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  284. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  285.  
  286. <div class=""><a href="">{block:SourceLogo}
  287. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="" />
  288. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  289. {/block:ContentSource}</div></div>
  290. <br>
  291.  
  292. <div class="creditoaokaique">
  293. {block:Date}<div id="info">
  294. <left> <a href="{Permalink}"></a> {block:Date}{block:NoteCount} <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a></a>{block:RebloggedFrom} <a href="{ReblogParentURL}"><a href="{ReblogParentURL}"></a>{/block:RebloggedFrom} {block:ContentSource} <a href=""></a>{/block:ContentSource} {block:IndexPage} <a href="{ReblogUrl}" target="_blank"></a>{/block:IndexPage}</center> </div>{block:IfShowTags}<center><div id="tags">{block:HasTags}{block:Tags}<a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}
  295. </div></left>{/block:IfShowTags}{/block:Date}</div>
  296. </div>
  297.  
  298.  
  299. {/block:Posts}
  300. {block:PostNotes}<div class="">{PostNotes}</div>{/block:PostNotes}
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308. </div>
  309. </div>
  310. </div>
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321. </body>
  322. </html>
Advertisement
Add Comment
Please, Sign In to add comment