malaxo-fobia

theme 44 mf

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