malaxo-fobia

theme 45 mf

Aug 6th, 2012
373
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 13.48 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3.  
  4. <! theme por ur-julieta | não copie e não retire os créditos, por favor !>
  5.  
  6. <html>
  7. <head>
  8. <!-- DEFAULT COLORS -->
  9. <meta name="color:Background" content="#ececec"/>
  10. <meta name="color:post" content="#ffffff"/>
  11. <meta name="color:Text" content="#464646"/>
  12. <meta name="color:text headers" content="#232323"/>
  13. <meta name="color:bold text" content="#232323"/>
  14. <meta name="color:label background" content="#f4f4f4"/>
  15. <meta name="color:link" content="#969696"/>
  16. <meta name="color:link hover" content="#ffffff"/>
  17. <meta name="color:notes" content="#ffffff"/>
  18. <meta name="color:notes hover" content="#464646"/>
  19. <meta name="color:notes background" content="#000000"/>
  20. <meta name="color:separador post" content="#c8c8c8"/>
  21. <meta name="color:sidlink" content="#757575"/>
  22. <meta name="color:sidlink bg" content="#f3f3f3"/>
  23. <meta name="color:titulo" content="#757575"/>
  24.  
  25. <meta name="image:Portrait" content=""/>
  26. <meta name="image:sidebar" content="" />
  27.  
  28. <meta name="text:titulo" content="escreva uma frase bem legal aqui" />
  29. <meta name="text:Link1" content="/" />
  30. <meta name="text:Link1 Title" content="link" />
  31. <meta name="text:Link2" content="/" />
  32. <meta name="text:Link2 Title" content="link" />
  33. <meta name="text:Link3" content="/" />
  34. <meta name="text:Link3 Title" content="link" />
  35. <meta name="text:Link4" content="/" />
  36. <meta name="text:Link4 Title" content="link" />
  37. <meta name="text:Link5" content="/" />
  38. <meta name="text:Link5 Title" content="link" />
  39. <meta name="text:Link6" content="/" />
  40. <meta name="text:Link6 Title" content="link" />
  41.  
  42. <meta name="if:Show Infinite Scroll" content="1" />
  43. <meta name="if:Show Photo Caption" content="1" />
  44.  
  45.  
  46. <meta name="font:Body" content="'Arial', Trebuchet MS, Helvetica, Tahoma, sans-serif" />
  47.  
  48. <title>{Title}</title>
  49. <link rel="stylesheet" href="http://static.tumblr.com/usaykzx/o8Bku9w35/reset.css" type="text/css" />
  50. <link rel="shortcut icon" href="{Favicon}">
  51. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  52. {block:Description}
  53. <meta name="description" content="{MetaDescription}" />
  54. {/block:Description}
  55.  
  56. <script> $("#entry").css({ opacity: 0.5 }); </script>
  57. {block:IfShowInfiniteScroll}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfShowInfiniteScroll}
  58.  
  59. <style type="text/css">
  60. body{
  61. height:100%;
  62. margin-top:0px;
  63. text-align:justify;
  64. color: {color:Text};
  65. font-family: {font:Body};
  66. font-size: {text:Font Size};
  67. line-height: 12px;
  68. background-color:{color:Background};
  69. background-image:url({image:Background});
  70. background-attachment: fixed;
  71. background-position:bottom center;
  72. background-repeat: repeat;}
  73.  
  74. a, a:link, a:visited, a:active{color: {color:link}; text-decoration:none;
  75. font-family: {font:Body};
  76. font-size: {text:Font Size}; line-height:12px; }
  77. a:hover{color: {color:link hover}; line-height:12px;}
  78.  
  79. #tumblr_controls{
  80. position:fixed!important;}
  81.  
  82. b, strong{color: {color:bold text};
  83. font-family: {font:Body};
  84. font-size: {text:Font Size}; line-height:12px;}
  85.  
  86. #wtf {background-color: {color:post}; margin-top:8px; width:402px; overflow: visible; margin-left: 410px; margin-right: auto; padding:4px; color: {color:Text}; font-family: {font:Body}; font-size: 11px; line-height: 12px;}
  87.  
  88. #entry {position:relative; background-color: {color:post}; border: 0px solid {color:post}; z-index:6; overflow:hidden; width:400px; height: auto; padding: 1px; margin:0px 0px 0px 0px;}
  89.  
  90. #info {background-color: {color:post}; border: 0px solid {color:post}; z-index:6; overflow:visible; width:400px; height: auto; padding: 1px; margin:0px 0px 10px 0px;}
  91.  
  92. #notes {background-color: {color:post}; border: 0px solid {color:post}; z-index:6; overflow:visible; width:400px; height: auto; padding: 1px; margin:0px 0px 10px 0px;}
  93.  
  94. p{margin-top:0px; margin-bottom:0px;}
  95.  
  96. #question{overflow:SHOW; padding-bottom:3px; margin-bottom:3px;}
  97.  
  98. #askr{display:block; float:left; width:33px; overflow:hidden; margin-right:3px;}
  99.  
  100. ul {list-style: disc; padding: 4px 0px 6px 20px;}
  101.  
  102. blockquote{padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:label background};}
  103.  
  104. blockquote img{display:block; width:100%;}
  105.  
  106. blockquote p{padding:0px; margin:0px;}
  107.  
  108. blockquote blockquote{position:relative; left:6px; margin-top:0px; margin-right:0px; padding-right:0px;}
  109.  
  110. #bottominfo{padding:2px 0px 0px 0px; display:block;}
  111.  
  112. .answer p{margin:0px;}
  113. .notes img{width:10px; position:relative; top:1px;}
  114.  
  115. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  116.  
  117. small {font-size:8px; line-height:8px; letter-spacing:0px;}
  118. big {font-family:arial black; color:{color:text}; font-size:14px;}
  119.  
  120. .audio {width:100%; background:black; border:0px dotted #D6D6D6;}
  121.  
  122. a img{border:none;}
  123.  
  124. .label {
  125. color: {color:bold text};font-weight: bold; line-height:12px;}
  126.  
  127. .odd {
  128. background-color:{color:label background};}
  129.  
  130.  
  131. h1 {font-size: 38px; line-height: 38px; font-family: trebuchet ms; font-weight:normal; text-transform: none; letter-spacing: 0px; color:{color:text headers}; text-align:center; margin:0px; padding-bottom:4px;}
  132.  
  133. h2 {font-size: 12px; line-height: 16px; font-family: trebuchet ms; font-weight:normal; text-transform: none; letter-spacing: 0px; color:{color:text headers}; text-align:left;}
  134.  
  135. .sidebar {width: 900px; height: 223px; top: 0px; left: 280px; padding: 0px; background-color: transparent; text-align: center; position: fixed;}
  136.  
  137.  
  138.  
  139. .luizars {float: left; padding: 0px; z-index: 0}
  140. .anders img {display: inline; margin-right:-9px; width: 212px; margin-left: 0px; margin-top: 0px; height: auto; text-align:center; margin-bottom: 0px; border: 4px solid transparent;}
  141.  
  142. #sideimg {display: block; margin-left: -29px; float: center; margin-top: 359px; width: auto; height: auto; background-color: {color:sidebar}; position: fixed; z-index:10;  padding:0px; border: 0px solid transparent ;  }
  143. .simg1 img {width: 135px; height: 135px;  }
  144.  
  145.  
  146. #tittu {font-size: 11px; color: {color:titulo}; margin-bottom: 4px; margin-top: 163px; border-top: 1px solid {color:separador post}; padding-top: 4px;  width: 145px; margin-left: -40px; margin-top: 500px; text-align: right;  font-family: georgia; padding-right: 10px;}
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154. #links {width: 160px; margin-left: -30px; margin-top: 299px; position:fixed; overflow:hidden; background-color: transparent; padding:0px; font-family: georgia; font-size: 8px; font-style: normal; text-align: right; letter-spacing: 1px; z-index: 999;   }
  155.  
  156. #links a {float: left;  display: block; letter-spacing: 0px; font-family: verdana; font-size: 8px; text-align: right; margin-left: 1px;margin-bottom: 1px; width: 131px; height: 11px; background-color: {color:sidlink bg}; color:{color:sidlink}; text-decoration: none; text-transform: uppercase; line-height: 11px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; padding-right: 4px;}
  157.  
  158. #links a:hover { opacity: 0.6}
  159.  
  160.  
  161.  
  162.  
  163.  
  164. #ask {font-size:9px; line-height:12px; background-color: {color:text headers}; padding:4px; margin-bottom:4px;}
  165.  
  166. img.middle {vertical-align:middle; margin-bottom:3px;}
  167.  
  168. .notez a {top:-10px; color: {color:notes}; font-family: trebuchet ms; font-size: 7px; line-height: 10px; text-transform: uppercase;}
  169.  
  170. .notez a:hover {color: {color:notes hover};}
  171.  
  172. .posted {font-size:11px;text-align;left;}
  173.  
  174. .notes{width:{text:width}px;font-size:9px;color:#555555;text-align:left;}
  175.  
  176. .viewnotes{
  177. margin-top:10px; font-size:9px; color:#555555;text-align:left;}
  178. hr {
  179. background-color: {color:separador post};
  180. border: 0;
  181. height: 1px;}
  182.  
  183.  
  184. #entry #infos {
  185.     z-index:10;
  186.     -moz-box-shadow: 0px 0px 12px 0px #000;
  187.        -webkit-box-shadow: 0px 0px 12px 0px #000;
  188.           box-shadow: 0px 0px 12px 0px #000;
  189.    
  190.     /* For IE 8 */
  191.        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000')";
  192.     /* For IE 5.5 - 7 */
  193.        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000');
  194. opacity:0.8;
  195. filter: alpha(opacity=80);
  196. -moz-opacity:0.8;
  197. background-color:{color:notes background};
  198. width:402px;
  199. position: absolute;
  200. top:-46px;
  201. margin-left:0px;
  202. -webkit-transition: all .4s ease-out;
  203. -moz-transition: all .4s ease-out;
  204. -o-transition: all .4s ease-out;
  205. transition: all .4s ease-out;
  206. z-index:10;
  207. overflow-y:hidden;
  208. height: 20px;}
  209.  
  210. #entry:hover #infos {
  211.      z-index:10;
  212. top: 0px;
  213. -webkit-transition: all .4s ease-out;
  214. -moz-transition: all .4s ease-out;
  215. -o-transition: all .4s ease-out;
  216. transition: all .4s ease-out;}
  217.  
  218. #entry #infos #details {background-image:url(); background-position:top center; background-repeat:repeat; float:left; display:block; width:402px; height: auto; padding: 4px 0px 0px 0px;}
  219.  
  220. ::-webkit-scrollbar{width:5px;height:5px;}
  221. ::-webkit-scrollbar-button:start:decrement
  222. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  223. ::-webkit-scrollbar-track-piece{background-color:#151515; -webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  224. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: #000000;-webkit-border-radius:px;}
  225. ::-webkit-scrollbar-thumb:horizontal{width:5px; background-color: #000000; -webkit-border-radius:px;}
  226.  
  227.  
  228.  
  229. {CustomCSS}
  230. </style>
  231.  
  232. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  233.  
  234. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  235. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/2eWl5b9xv/nav.js"></script>
  236.  
  237. </head>
  238.  
  239.  
  240. <body>
  241. <div class="sidebar">
  242.  
  243. <div id="sideimg"><div class="simg1">
  244. <img src="{image:sidebar}">
  245. </div></div>
  246.  
  247. <div id="links">
  248. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}</br>
  249. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}</br>
  250. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}</br>
  251. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}</br>
  252. <a href="http://ur-julieta.tumblr.com/"  title="theme ur-julieta + base of negatividade">theme</a>
  253.  
  254. </div>
  255.  
  256.  
  257. <div id="tittu">{text:titulo} {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">- </a>{/block:PreviousPage}{block:NextPage}
  258. <a href="{NextPage}"> +</a>{/block:NextPage}{/block:Pagination}
  259.    
  260. </div>
  261.  
  262.  
  263. <div class="luizars"><img src=""/></div></div>
  264.  
  265.  
  266.  
  267.  
  268. <div id="wtf">
  269.  
  270. <div class="autopagerize_page_element">
  271. {block:Posts}
  272. <div id="entry">
  273.  
  274. {block:IndexPage}
  275. <center><div id="infos">
  276. <div id="details">
  277. <div class="notez"><center><a href="{Permalink}">{NoteCountWithLabel}</a> - <a href="{Permalink}">{TimeAgo}</a> - <a href="{ReblogURL}">Reblog</a></center></div>
  278. </div>
  279. </div></center>
  280. {/block:IndexPage}
  281.  
  282.  
  283. {block:Text}<h2>{Title}</h2>{Body}{/block:Text}
  284.  
  285. {block:Photo}
  286. {block:IndexPage}
  287. <center><a href="{permalink}"><img src="{PhotoURL-500}" width="400" border="0"></a></center>
  288. {block:IfShowPhotoCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfShowPhotoCaption}
  289. {/block:IndexPage}
  290.  
  291. {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" width="400" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photo}
  292.  
  293. {block:Photoset}<center>{block:IndexPage}{Photoset-400}{/block:IndexPage}{block:PermalinkPage}{Photoset-400}{/block:PermalinkPage}</center>{block:PermalinkPage}{/block:PermalinkPage}{/block:Photoset}
  294.  
  295. {block:Quote}<h2>“{Quote}” — {Source}</h2>{/block:Quote}
  296.  
  297. {block:Link}<a href="{URL}" class="link" {Target}><h2>{Name}</h2></a>{block:Description}{Description}{/block:Description}{/block:Link}
  298.  
  299. {block:Chat}
  300. {block:Title}{Title}{/block:Title}
  301. {block:Lines}
  302. {block:Label}
  303. <div class="{Alt}"><span class="label"><strong>{Label}</strong></span>
  304. <span class="line">{Line}</span></div>
  305. {/block:Label}
  306. {/block:Lines}
  307. {/block:Chat}
  308.  
  309. {block:Video}<center>{block:IndexPage}<div id="video">{Video-400}</div>{block:IfNotHidePhotoCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfNotHidePhotoCaption}{/block:IndexPage}
  310.  
  311. {block:PermalinkPage}<div id="video">{Video-400}</div>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}</center>
  312. {/block:Video}
  313.  
  314. {block:Audio}
  315. <center><div class="audio">{AudioPlayerBlack}</div></center>
  316. {block:Caption}{Caption}{/block:Caption}
  317. {/block:Audio}
  318.  
  319. {block:Answer}
  320. <div id="ask"><img src="{AskerPortraitURL-24}" style="width:28px; height:24px; vertical-align:middle; padding-right:4px;">{Asker} Asked: {Question}</div>
  321. <p>{Answer}</p>
  322. {/block:Answer}
  323.  
  324.  
  325. <hr>
  326.  
  327. </div>
  328.  
  329.  
  330. {block:PermalinkPage}
  331. {block:PostNotes}<br>
  332. {block:RebloggedFrom}
  333. <div class="posted">Posted {TimeAgo}, with {NoteCount} Notes</div>
  334. Via <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  335. Original <a href="{ReblogRootURL}">{ReblogRootName}</a> {/block:RebloggedFrom}
  336. {block:PostNotes}<div class="viewnotes"></div>{/block:PostNotes}
  337. <div class="notes">
  338. {block:PostNotes}{PostNotes}{/block:PostNotes}
  339. </div>
  340. <center>{block:ContentSource}
  341. <br><a href="{SourceURL}">
  342. {lang:Source}:
  343. {block:SourceLogo}
  344. <img src="{BlackLogoURL}" width="{LogoWidth}"
  345. height="{LogoHeight}" alt="{SourceTitle}" />
  346. {/block:SourceLogo}
  347. {block:NoSourceLogo}
  348. {SourceLink}
  349. {/block:NoSourceLogo}
  350. </a>
  351. {/block:ContentSource}
  352. {/block:PermalinkPage}
  353.  
  354.  
  355. {block:PostNotes}
  356. <div id="notes">{PostNotes}</div>
  357. {/block:PostNotes}
  358.  
  359. {/block:Posts}
  360.  
  361.  
  362.  
  363. </div> </*Infinite Scroll*/>
  364.  
  365.  
  366.  
  367. </div> </*WTF*/>
  368.  
  369.  
  370.  
  371. </body>
  372. </html>
Advertisement
Add Comment
Please, Sign In to add comment