Advertisement
samaragaldino

especial de natal da m4ry

Dec 25th, 2011
3,673
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ALGOL 68 13.98 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2.  
  3. <!--           (c) Theme adaptado por  http://m-4-r-y.tumblr.com (vitória m.)
  4.  
  5.                                              NÃO PLAGIE E NEM ROUBE    
  6.  
  7.                       ESPECIAL DE NATAL
  8.                                                  FELIZ NATAL A TODOS!!!!1111111 -->
  9.  
  10.  
  11.  <!-- DEFAULT VARIABLES -->
  12. <meta name="font:body" content="verdana" />
  13. <meta name="color:background" content="#FFF"/>
  14. <meta name="font:title" content="verdana" />
  15. <meta name="color:text" content="#666"/>
  16. <meta name="color:link" content="#000"/>
  17. <meta name="color:link hover" content="#666"/>
  18. <meta name="color:sidebar background" content="#FFF"/>
  19. <meta name="color:mennu background" content="#000"/>
  20. <meta name="color:entry background" content="#FFF"/>
  21. <meta name="color:backgroundfrase" content="#000000" />
  22. <meta name="color:descricao" content="#f5f5f5"/>
  23. <meta name="color:scrollbar" content="#000000"/>
  24. <meta name="color:title" content="#000"/>
  25.  
  26.  
  27. <meta name="image:sidebar" content=""/>
  28. <meta name="image:sidebar2" content=""/>
  29. <meta name="image:sidebar3" content=""/>
  30.  
  31. <meta name="image:imagetop" content=""/>
  32. <meta name="image:imagetop2" content=""/>
  33. <meta name="image:imagetop3" content=""/>
  34. <meta name="image:imagetop4" content=""/>
  35. <meta name="image:imagetop5" content=""/>
  36. <meta name="image:imagetop6" content=""/>
  37. <meta name="image:imagetop7" content=""/>
  38. <meta name="image:imagetop8" content=""/>
  39. <meta name="image:imagetop9" content=""/>
  40. <meta name="image:imagetop10" content=""/>
  41.  
  42.  
  43. <meta name="if:NotRepeatBackground" content="1"/>
  44. <meta name="image:background" content=""/>
  45.  
  46. <meta name="text:frase" content="coloque uma frase"/>
  47.  
  48.  
  49. <meta name="text:Link1" content="troque" />
  50.           <meta name="text:Link1 Title" content="os links" />
  51.           <meta name="text:Link2" content="no appearence" />
  52.           <meta name="text:Link2 Title" content="troque" />
  53.           <meta name="text:Link3" content="os links" />
  54.           <meta name="text:Link3 Title" content="no appearence" />
  55.           <meta name="text:Link4" content="troque" />
  56.           <meta name="text:Link4 Title" content="os links" />
  57.           <meta name="text:Link5" content="no appearence" />
  58.           <meta name="text:Link5 Title" content="troque" />
  59.           <meta name="text:Link6" content="os links" />
  60.           <meta name="text:Link6 Title" content="no appearence" />
  61.           <meta name="text:Link7" content="troque" />
  62.           <meta name="text:Link7 Title" content="os links" />
  63.          
  64. <link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  65.  
  66.         <title>{Title}</title>
  67.         <link rel="shortcut icon" href="{Favicon}">
  68.         <link rel="alternate" type="application/rss+xml" href="{RSS}">
  69.         {block:Description}
  70.             <meta name="description" content="{MetaDescription}" />
  71.         {/block:Description}
  72.  
  73.  
  74.    
  75.     <style type="text/css">
  76.  
  77. body {background-color:{color:background}; color:{color:text}; font-family: {font:body}; font-size:10px; line-height:120%; margin:0px; background-image:url('{image:background}'); background-attachment: fixed; {block:ifNotRepeatBackground} background-repeat: no-repeat; background-position: right; {/block:ifNotRepeatBackground}}
  78.  
  79. a, a:link, a:active, a:visited {color:{color:link}; text-decoration: none}
  80. a:hover {color:{color:link hover}; text-decoration: none}
  81. img a{border:0px;}
  82. #center{margin:auto; position:relative; width:1000px; overflow:auto; overflow-y:hidden;}
  83.  
  84. p {line-height:150%; margin: 10px 10px;}
  85.  
  86. blockquote{margin:2px 5px 2px 5px; padding: 1px 0 3px 5px; border-left: 1px solid {color:link};}
  87.  
  88. #sidebarr {width: 400px; height: auto; margin-left: 10px; float: left; padding: 4px 3px; background-color:{color:sidebar background};  text-align: center; position: fixed;}
  89.  
  90. .pages{width: 260px; margin: 1px 0 0 0; text-align: center; font-size: 25px; line-height:15px}
  91. .pages a{text-decoration: none; color:666;}
  92. .pages a:hover{color: color:666;}
  93. .pprev{width: 53px;  float: left}
  94. .pnext{width: 50px; float: left font-family:gerogia;  }
  95.  
  96. /* container */
  97. #container {background-color:transparent; width: 500px;  margin-left: 450px; position: absolute;   margin-top: 40px;}
  98. #top {width: 520px;  margin: 0 0 15px 0}
  99. #entries {width: 590px; margin: 15px}
  100.  
  101. #entry {float:left; width: 500px; background-color:{color:entry background}; text-align: justify; padding: 10px 5px 10px 5px; margin: 5px 0 3px 0;}
  102.  
  103. .limage img{max-width: 520px; margin: 0 auto 0 auto}
  104.  
  105. .info {width: 510px; padding: 0px; margin: 0 0 5px 0}
  106. .infolinks{ background-color: {color:background}; text-align: left; font-size: 9px; font-family: verdana;  text-transform: none; }
  107. .infolinks a{  background-color: {color:background}; display: inline; text-decoration: none; color:#696969; background-color: transparent; padding: 1px 3px 1px 3px; margin: 0 0 1px 0  }
  108. .infolinks a:hover{color: {color:link hover}; }
  109. .tags{font-size: 10px; color:{color:link}; font-family: verdana;  background-color: {color:background};}
  110. .tags a{color: #828282; display: inline; list-style: font-family: georgia;}
  111. .tags a:hover{color: {color:link hover};  display: inline; list-style: none; text-transform: lowercase; font-family: georgia; font-style: italic;}
  112.  
  113. .image{text-align: center; margin: 0 0 5px 0}
  114. .image img{border: 0px}
  115.  
  116. .qqmarks{font-size: 80px; font-weight: bold; line-height: 80px; opacity: 0.2;  font-family:Georgia;}
  117. .qquote{font-family: {font:title}; font-size: 14px; letter-spacing: -1px; line-height: 20px; text-transform: none; margin-top: -70px; margin-left:45px }
  118. .qsource{margin: 5px 15px 0 0; text-align: right; font-family: Georgia;}
  119.  
  120.  
  121. h1{font-family: {font:title}; font-size:19px; letter-spacing: -1px; line-height: 20px; text-transform: none; font-weight: normal; margin: 0 0 5px 0; color:{color:title};}
  122.  
  123.  
  124. .chat{line-height: 12px; list-style: none; margin: 0px 10px; }
  125. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height: 20px;}
  126. .person1 {color: {color:text} }
  127. .person1 .label {font-weight: bold; padding: 0px; margin: 0 0 5px 0; color: {color:text}}
  128. .person2 {color: {color:link}}
  129. .person2 .label { font-weight: bold; padding: 0px; margin: 0 0 5px 0; color: {color:link}}
  130.  
  131.  
  132. .iaudio2{align: center; width: 100%; background-color: #e4e4e4}
  133. .plcount {font-style: regular}
  134.  
  135. .asker {font-size: 15px; font-family:Georgia; width: 100%; background-image:url('{image:ask background}'); background-color: {color:asker background}; color:#666; text-transform: lowercase; line-height: 20px}
  136. .asker a{color:{color:link}}
  137. .asker a:hover{color:{color:text}; text-transform:none;}
  138. .asker img{margin: 3px 0 -3px 3px}
  139. .q {padding: 6px; font-style: italic; font-family:georgia; background-color: #E8E8E8; font-size: 10px;}
  140. .a {padding: 2px 0 0 0  font-family: verdana; font-size: 9px;}
  141. #cap {padding: 2px 0 0 0; width: 500px; margin: 0 0 0 5px}
  142.  
  143. ::-webkit-scrollbar{width:8px;height:3px;}
  144. ::-webkit-scrollbar-button:start:decrement
  145. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  146. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  147. ::-webkit-scrollbar-thumb:vertical{height:100px; background-color:{color:scrollbar};-webkit-border-radius:px;}
  148. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#D1D1D1;-webkit-border-radius:px;}
  149.        
  150. .mtv{background-color:{color:descricao};text-align:justify; font-family: verdana; font-size: 9px; margin-top: 100px; padding: 3px 3px 3px 3px  }
  151.  
  152. #notes {width: 520px; padding: 5px}
  153. ol.notes {list-style: none; margin: 0 30px 0 10px; padding: 0px}
  154. ol.notes li {margin: 0 30px 0 10px; padding: 2px;}
  155. #notes img{border:0px}
  156.  
  157. #tumblr_controls{position: fixed!important}
  158.  
  159. #meio {left:10px; top: 50px; position:absolute; z-index: 6; width:40%;background-color:{color:backgroundfrase}; height:40px; position: fixed !important; background-color: rgba(0,0,0,0.3);}
  160.  
  161.  
  162. #footer {z-index:3; opacity: 0.9; bottom:2; background-color:{color:backgroundfrase}; color:{color:text}; width:265px; height:40px;}
  163.  
  164. .titled{  float:left; font-size:30px; font-family: Pacifico; text-transform:lowercase; line-height:50%; color:; font-weight:100; margin:1px 0px 0px 6px; text-align:center; background-color:#trans; padding:3px 2px 3px 2px;}
  165.  
  166. #bot {left:0px; top: 0px; position:absolute; z-index: 4; width:100%;background-color: {color:backgroundfrase}; height:50px; position: fixed !important;}
  167.  
  168. div.links a {font-family: tahoma, helvetica; padding-left:5px; position: center; font-size: 9px; color:{color:background}; background-color:{color:mennu background};  text-transform:lowercase;  margin-right:0px; -webkit-transition: all 0.8s linear; -moz-transition: all 0.8s linear; -o-transition: all 0.8s linear; transition: all 0.8s linear; line-height: 0px; margin-left: 2px; width: 80px; padding: 5px 10px 5px 10px; margin-bottom: 0px; height: 0px;}
  169.  
  170. div.links a:hover {padding-bottom: 12px; font-weight: normal; color:{color:link}; background-color:{color:background}; font-size: 9px;}
  171.  
  172.  
  173. .frasesid {width: 396px;  text-align: center;  background-color: {color:backgroundfrase}; letter-spacing: 3px; font-size: 9px; font-family: verdana; color:#fff; }
  174.  
  175.  
  176.  
  177. {CustomCSS}
  178.  </style>
  179.  
  180.  
  181. </head>
  182.  
  183. <body>
  184.  <div id="bot">
  185.  
  186. <div style="float:right;" ><img src="{image:imagetop}" height=" 50px" /> <img src="{image:imagetop2}" height=" 50px" /> <img src="{image:imagetop3}" height=" 50px" /> <img src="{image:imagetop4}" height=" 50px" /> <img src="{image:imagetop5}" height=" 50px" /> <img src="{image:imagetop6}" height=" 50px" /> <img src="{image:imagetop7}" height=" 50px" /> <img src="{image:imagetop8}" height=" 50px" /> <img src="{image:imagetop9}" height=" 50px" /> <img src="{image:imagetop10}" height=" 50px" />
  187. </div>
  188. <div id="footer">
  189. <div class="titled">{title}</div></div>
  190. </div>
  191.  
  192. <div id="meio"><br><div class="links"><center>
  193. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  194. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}
  195. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> {/block:ifLink3}
  196. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a> {/block:ifLink4}
  197. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a> {/block:ifLink5}
  198. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a> {/block:ifLink6}
  199. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a> {/block:ifLink7}
  200.  
  201. </div></div>
  202. </center>
  203.  
  204.  
  205. <div id="sidebarr">
  206. <div class="mtv"> {Description}</div>
  207.  
  208. <span class="pnext"><big><big><br><div style="float:right;" >{block:PreviousPage}<a href="{PreviousPage}">«</a> &nbsp;{/block:PreviousPage}page {CurrentPage} of {TotalPages}{block:NextPage}&nbsp;<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}</div></big></big>
  209.  
  210. </span>
  211. <br>
  212. <br>
  213. <img src="{image:sidebar}" height=" 85px" /> <img src="{image:sidebar2}" height=" 85px" /> <img src="{image:sidebar3}" height=" 85px" />  <div class="frasesid">{text:frase}</div>
  214.  <br>
  215. <pre><div style="border: 0px solid #F0F0F0; rgb(200, 200, 200); overflow: auto; background-color: #ffffff; width: 400px;  text-align: justify; font-family: verdana; height: 12px; padding: 3px 0px 0px 4px; font-size:9px; line-height: 15%">Adaptado por <a href="http://m-4-r-y.tumblr.com/"><b>Vitória m.</b></a> </b> Alguns detalhes por  Alguns detalhes por e-n-s-e-j-o-s, sonhos da vida e m-a-r-e-s-i-a.</pre>
  216. </div>
  217.  
  218.  
  219.  
  220. <div id="container">
  221.  
  222. <div id="entries"> <div id="top">
  223.  
  224.  {block:Posts}
  225.  
  226. <div id="entry">
  227.    
  228. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  229.  
  230. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}" width="500px"></div>{LinkCloseTag}{/block:Photo}
  231.  
  232. {block:Photoset}{Photoset-500}{/block:Photoset}
  233.  
  234. {block:Quote}
  235. <b class="qqmarks"></b><div class="qquote">{Quote}</div>
  236. {block:Source}<div class="qsource"><i>—  {Source}</i></div>{/block:Source}
  237. {/block:Quote}
  238.  
  239. {block:Link}
  240. <center><a href="{URL}" {Target}><h1>{Name}</h1></a></center>
  241. {block:Description}{Description}{/block:Description}
  242. {/block:Link}
  243.  
  244. {block:Chat}
  245. {block:Title}<h1><center><a href="{Permalink}">{Title}</a></center></h1>{/block:Title}
  246. <div class="chat"><ul>{block:Lines}
  247. <li class="person{UserNumber}">{block:Label}
  248. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  249. {/block:Chat}
  250.  
  251. {block:Audio}
  252. <div class="iaudio2">{AudioPlayerGrey}</div>
  253. <div class="plcount"><center>{PlayCountWithLabel}</center><br>{block:Artist}<b>{Artist}</b> - {/block:Artist}{block:TrackName}{TrackName}{/block:TrackName}</div>
  254. <div class="cap">{block:Caption}{Caption}{/block:Caption}</div>
  255. {/block:Audio}
  256.  
  257. {block:Video}{Video-500}{/block:Video}
  258.  
  259. {block:Answer}
  260. <div class="asker">{Asker} sussurrou: </div>
  261. <div class="q">{Question}</div>
  262. <div class="a">{Answer}</div>
  263. {/block:Answer}
  264.  
  265.  
  266. <div id="cap">
  267. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  268. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  269. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  270.  
  271. </div>
  272. </div>
  273.  
  274. <div class="info">
  275. <span class="infolinks"></span>
  276.  
  277.  
  278. <span class="infolinks"> {block:Date}{block:Date} Posted {DayOfMonth} {Month} {Year} | <a href="{Permalink}">{TimeAgo}</a> {/block:Date} {block:NoteCount} | <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{Block:IndexPage} | <a href="{ReblogUrl}" target="_blank">reblog this post</a>{/Block:IndexPage}
  279. </span> <br>
  280.  
  281. <span class="tags">{block:HasTags}{block:Tags}&nbsp;&nbsp;+ <a
  282.  
  283. href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}</span>{/block:PermalinkPage}</div>
  284.  
  285.  
  286.  {/block:Posts}</div>
  287.  
  288.   {block:IfEnableEndlessScrolling}</div>  {/block:IfEnableEndlessScrolling}
  289. </div>
  290.  
  291. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  292.  
  293. </div>
  294.  
  295.  
  296.        
  297. </body>
  298. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement