umapequenapoeta

theme 18

Feb 29th, 2012
4,786
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 17.96 KB | None | 0 0
  1. <html>
  2.  
  3. <!--  theme por umapequenapoeta -->
  4.  
  5. <link href='http://fonts.googleapis.com/css?family=Snippet|Sue+Ellen+Francisco|Andika|Delius+Swash+Caps|Lobster|Redressed|Tangerine|Rancho|Rochester|Lobster+Two|Dancing+Script|Pacifico|Crafty+Girls' rel='stylesheet' type='text/css'>
  6. <link href='http://fonts.googleapis.com/css?family=Cookie' rel='stylesheet' type='text/css'>
  7. <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
  8.  
  9. <script type="text/javascript">
  10. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  11. function tb8_makeArray(n){
  12. this.length = n;
  13. return this.length;
  14. }
  15. tb8_messages = new tb8_makeArray(1);
  16. tb8_messages[0] = "{title}";
  17. tb8_rptType = 'infinite';
  18. tb8_rptNbr = 5;
  19. tb8_speed = 100;
  20. tb8_delay = 2000;
  21. var tb8_counter=1;
  22. var tb8_currMsg=0;
  23. var tb8_tekst ="";
  24. var tb8_i=0;
  25. var tb8_TID = null;
  26. function tb8_pisi(){
  27. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  28. document.title = tb8_tekst;
  29. tb8_sp=tb8_speed;
  30. tb8_i++;
  31. if (tb8_i==tb8_messages[tb8_currMsg].length){
  32. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  33. }
  34. if (tb8_currMsg == tb8_messages.length){
  35. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  36. clearTimeout(tb8_TID);
  37. return;
  38. }
  39. tb8_counter++;
  40. tb8_currMsg = 0;
  41. }
  42. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  43. }
  44. tb8_pisi()
  45. </script>
  46.  
  47. <head>
  48.  
  49. <script type="text/javascript">
  50. function changeNavigation(id) {document.getElementById('entries').innerHTML=document.getElementById(id).innerHTML}
  51. </script>
  52.  
  53. <script type="text/javascript">
  54. //desabilita menu de opcoes ao clicar no botao direito
  55. function desabilitaMenu(e)
  56. {
  57. if (window.Event)
  58. {
  59. if (e.which == 2 || e.which == 3)
  60. return false;
  61. }
  62. else
  63. {
  64. event.cancelBubble = true
  65. event.returnValue = false;
  66. return false;
  67. }
  68. }
  69. document.oncontextmenu = desabilitaMenu;
  70. document.onmousedown = desabilitaBotaoDireito;
  71. document.onmouseup = desabilitaBotaoDireito;
  72. </script>
  73.  
  74.  
  75.  
  76.  
  77.     <!-- DEFAULT VARIABLES -->  
  78.  
  79. <meta name="image:sidebar1" content="http://30.media.tumblr.com/tumblr_lzrp4f524w1qi9pddo1_250.jpg" />
  80.           <meta name="image:sidebar2" content="http://28.media.tumblr.com/tumblr_lzrp4f524w1qi9pddo2_250.jpg" />
  81.  
  82.   <meta name="color:background" content="#f8f8f8" />
  83.     <meta name="color:sbar" content="#fff" />
  84.     <meta name="color:entry" content="#fff" />
  85.   <meta name="color:bold" content="#999" />
  86. <meta name="color:title" content="#999" />
  87.     <meta name="color:text" content="#000" />
  88.     <meta name="color:link" content="#000" />
  89.      <meta name="color:bgmenu" content="#fff" />
  90.     <meta name="color:bgmenu hover" content="#fff" />
  91.    <meta name="color:scrollbar" content="#f0f0f0" />
  92. <meta name="color:bordersb" content="#fff" />
  93.   <meta name="color:linkhover" content="#809C94" />
  94.   <meta name="color:bgmenu" content="#fff" />
  95. <meta name="color:linkmenu" content="#888" />
  96.  <meta name="color:bgmenu hover" content="#fff" />
  97.  
  98. <meta name="image:background" content="">
  99.  
  100.  
  101.  
  102. <meta name="font:body" content="verdana" />
  103. <meta name="font:body2" content="georgia" />
  104.    
  105.  
  106.      <meta name="text:Link1" content="/" />
  107.     <meta name="text:Link1 Title" content="" />
  108.     <meta name="text:Link2" content="/" />
  109.     <meta name="text:Link2 Title" content="" />
  110.     <meta name="text:Link3" content="/" />
  111.     <meta name="text:Link3 Title" content="" />
  112.     <meta name="text:Link4" content="/" />
  113.     <meta name="text:Link4 Title" content="" />
  114.     <meta name="text:Link5" content="/" />
  115.     <meta name="text:Link5 Title" content="" />
  116.     <meta name="text:Link6" content="/" />
  117.     <meta name="text:Link6 Title" content="" />
  118.  
  119.  
  120.     <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  121.  
  122. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  123.  
  124.  
  125.     <link rel="shortcut icon" href="{Favicon}" />
  126.  
  127.     <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  128.  
  129.     <style type="text/css">
  130.  
  131. /* body */
  132.  
  133. body {color:{color:text}; background-color:{color:background}; background-image: url('{image:background}'); background-attachment:fixed; font-family:{font:body}; font-size:11px; line-height:110%; text-align:justify}
  134.  
  135. a:link, a:active, a:visited{color: {color:link}; text-decoration:none; -moz-transition: all 1.0s ease-out; -o-transition: all 1.0s ease-out; -webkit-transition: all 1.0s ease-out; transition: all 1.0s ease-out;}
  136.  
  137. a:hover{color:{color:linkhover}}
  138.  
  139.  
  140. /* container */
  141.  
  142. #entries{left:50%; margin-left:276px; margin-top:0px; width:520px; }
  143.  
  144. #posts{overflow:hidden; background-color: {color:entry}; border-left:0px solid {color:link}; border-right:0px solid {color:link}; margin-left: 0px; margin-bottom:2px; padding-bottom:9px; padding-top:9px; padding-left:9px; padding-right:9px;}
  145.  
  146. #container {margin-left: 160px;}
  147.  
  148. /* sidebar e outras */
  149.  
  150. #sbar {margin-left:168px;  margin-top:19px; padding: 6px; text-align: center; position: fixed;}
  151.  
  152. #sidebar1 {width: 96px; left: 337px; height:56px; top:183px; font-size: 9px; font-family: verdana; padding: 5px; background-color: {color:sbar};
  153. text-align: center; position: fixed}
  154. #sbar3 {margin-left:-56px;  margin-top:25px; padding: 5px; text-align: center; position: fixed; width: 215px; background-color: {color:sbar}; height:150px;}
  155. #sbar4 {width: 95px; float: left; margin-left:25px; height:12px; margin-top:220px; padding: 6px; background-color: {color:sbar}; text-align: center; position: fixed; padding:5px;}
  156. #sbar5 {width: 150px; float: left; margin-left:5px; height:18px; margin-top:185px; padding: 6px; background-color: {color:sbar}; text-align: center; position: fixed; padding:5px;opacity:0.8; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; }
  157. #sbar5:hover {opacity:1.0}
  158. #sbar6 {margin-left:140px;  margin-top:300px; padding: 5px; text-align: center; position: fixed; background-color:; font-size: 16px; font-family: georgia;}
  159. #sbar8 {margin-left:850px;  margin-top:500px; padding: 5px; text-align: center; position: fixed; background-color:}
  160.  
  161. .credit {font-family:verdana; font-size:9px; margin-top:-5px;}
  162.  
  163. div#sid2{background-color: {color:sbar};-moz-border-top-left-radius: 0px; border-top-left-radius: 0px; float: right; letter-spacing: 0px; color: {color:link}; width:273px; height:20px; position: fixed; padding-top: 4px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; font-family: Verdana, Geneva, Tahoma, sans-serif;  z-index: 2; margin-left: 2px; margin-top: 0px; font-weight: none; font-size: 9px;}
  164. div#sid2:hover {background-color: {color:sbar}; color:{color:linkhover};  font-weight: none;}
  165.  
  166. div#sid3{background-color: {color:sbar};-moz-border-bottom-left-radius: 0px; border-bottom-left-radius: 0px; float: right; letter-spacing: 0px; color: {color:link}; width:273px; height:20px; position: fixed; padding-top:4px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; font-family: Verdana, Geneva, Tahoma, sans-serif;  z-index: 2; margin-left: 2px; margin-top: 230px; font-weight: none; font-size: 9px;}
  167. div#sid3:hover {background-color: {color:sbar}; color:{color:linkhover};  font-weight: none;}
  168.  
  169.  
  170.  
  171. /* h1, h2, h3 e quote */
  172.  
  173. h1{color:{color:title}; font-family: georgia; font-size:16px; line-height:18px;
  174.  
  175. letter-spacing:0px; font-weight:normal; margin:0px; padding:0px; text-align:center}
  176.  
  177. h2{color:{color:title}; font-family:georgia; font-size:28px; line-height:23px;
  178.  
  179. letter-spacing:-1px; font-weight:normal; margin:0px; padding:0px; margin-bottom:-0px;
  180.  
  181. text-align:center}
  182.  
  183. h3{color:{color:title}!important;font-family:georgia;  
  184.  
  185. font-size:25px;text-align:center;letter-spacing: 1px; font-weight:normal;}
  186.  
  187.  
  188. .quote{
  189. font-size:90px; font-family: georgia; color: #bbb; line-height: 90px; margin-left: 5px;
  190.  
  191. opacity:0.5; filter:alpha (opacity=100);}
  192.  
  193. .q{font-family:georgia; font-size:13px; line-height: 15px;  margin-top: -95px;
  194.  
  195. margin-left: 45px; padding: 10px;
  196. }
  197.  
  198. #source {text-align: center; font-size: 9px;}
  199.  
  200. /* Menu */
  201.  
  202. .cah a {display: block; font-family: verdana; font-size: 10px; text-align: center; width: 82px; height: auto;  background-color: {color:bgmenu}; color:{color:linkmenu}; text-decoration: none; padding:5px 12px 5px 11px; overflow:hidden; margin-bottom:1px; margin-left:-4px; -webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; -o-transition: all 0.8s linear; transition: all 0.4s linear}
  203.  
  204. .cah  a:hover{background-color:{color:bgmenu hover}; text-align:center;letter-spacing: 2px; color:{color:linkmenu hover};}
  205.  
  206.  
  207. /*SlideShow ou imagens da sidebar */
  208.  
  209. #slideShowContainer{ float: left; margin-top:25px; margin-left: 2px; height: 196px; width:159px;     position: fixed; background-color: {color:borderphotos}; border-left: 4px solid {color:bordersb}; border-right: 4px solid {color:bordersb}; border-top: 4px solid {color:bordersb}; border-bottom: 4px solid {color:bordersb};}
  210.  
  211. #slideShow2 {margin-top: -197px; margin-bottom: 0px; -webkit-transition: all 2s ease-out; -moz-transition: all 2s ease-out;}
  212.  
  213. #slideShow2 img{width: 159px; height: 196px; margin-left: 0px;}
  214. #slideShow2:hover {opacity: 0;}
  215.  
  216. #slideShow4 {margin-top: 0px; margin-bottom: 0px;}
  217. #slideShow4 img{width: 159px; height: 196px; margin-left: 0px;}
  218.  
  219.  
  220.  
  221.  
  222.  
  223. /* post - info */
  224.  
  225. #info{margin-top: 15px; }
  226. #info a{color: {color:link} !important}
  227. #info a:hover{color:{color:linkhover}!important}
  228. .tags{font-size: 10px; display: inline; text-align: left;text-transform: lowercase;}
  229. .tags a{color: #FF88F5 !important}
  230. .line1{font-size:10px; text-transform: lowercase; margin-top: 7px}
  231. .line2{font-size:10px; text-transform:lowercase; clear: both}
  232. .line3{font-size:10px; text-transform:lowercase; clear: both}
  233. .ileft{float: left}
  234. .iright{float: right}
  235. .postclear{clear: both; width: 100%; visibility: hidden; height: 1px}
  236. #clear{clear: both; width: 100%; visibility: hidden; height: 20px}
  237.  
  238.  
  239. .date {display:inline; text-align:right; float:right}
  240. .date a {color:#000}
  241.  
  242. /* frases e titulos */
  243.  
  244. #sidotitulo {width: 160px; margin-left: -111px; height: 13px; margin-top: 277px; float:left; text-align: center; background-color: #fff; font-size: 18px; position:fixed; padding: 5px; color: #888; opacity:0.9; font-family: 'Rochester', cursive; overflow: hidden; -moz-transition: all .8s ease-in-out; -o-transition: all .8s ease-in-out; transition: all .8s ease-in-out; -webkit-transition: all .8s ease-in-out; letter-spacing: 0px;}
  245.  
  246. #sidotitulo:hover { width: 371px; letter-spacing: 2px;}
  247.  
  248. .titulo {font-size: 21px; font-family:'Rochester', cursive; letter-spacing: 2px; color: {color:text}; text-align:center; margin-top:0px;-webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; -o-transition: all 0.8s linear; transition: all 0.4s linear; letter-spacing:1px}
  249.  
  250. .titulo2 {font-size: 21px; font-family:'Rochester', cursive; letter-spacing: 2px; color: {color:text}; text-align:center; margin-top:0px;-webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; -o-transition: all 0.8s linear; transition: all 0.4s linear;}
  251.  
  252.  
  253. /* asker */
  254.  
  255. .asker {width: 480px; background-color: {color:background}; color:{color:text}; padding: 10px}
  256. .asker img{float: left; margin: 0px 4px 2px 0;}
  257. .asker a{font-size: 11px; color:{color:link}; text-transform: none; line-height: 27px; padding: 0; margin: 0; font-family: verdana;}
  258. .asker a:hover{font-size: 11px; color:{color:linkhover}; text-transform: none; line-height:27px; padding: 0; margin: 0; font-family:verdana;}
  259. .answer {padding: 5px 0 0 0}
  260.  
  261. /*** Paginação e outros ***/
  262.  
  263. .sidebarpages {font-size: 29px; margin-top: 0px; text-align: center; width: 200px; font-family: georgia; float: center; clear:
  264.  both;  }
  265.  
  266. .bg {width: 480px; background-color: {color:background}; color:{color:text}; padding-right: 10px; padding-left: 10px; padding-top: 0px; padding-bottom: 3px;}
  267.  
  268. /* bold, italic e blockquote */
  269.  
  270. b, strong{color:bold}
  271.  
  272. i, em {color:;}
  273.  
  274. p{margin-top:5px; margin-bottom:5px}
  275.  
  276.  
  277. blockquote {margin: 5px 5px 5px 5px; border-left: 3px solid {color:link}; padding-left: 5px; }
  278. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:link};}
  279. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:link}; }
  280. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:link}; }
  281.  
  282. blockquote img{max-width: 470px!important}
  283. blockquote blockquote img{max-width: 450px!important}
  284. blockquote blockquote blockquote img{max-width: 430px!important}
  285. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  286.  
  287. img a{border:none; width:100%}
  288.  
  289. /* chat e audio */
  290.  
  291. .chat{line-height: 12px; list-style: none}
  292. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height: 20px;}
  293. .person1 {background-color: {color:link}; color: {color:background}}
  294. .person1 .label {font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text}}
  295. .person2 {background-color: {color:background}; color: {color: text}}
  296. .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text}}
  297.  
  298. .audioimage{width: 100%; text-align: center; margin: 0 10px 0 10px}
  299. .audioimage img{max-width: 300px; height: auto; padding: 5px}
  300.  
  301.  
  302. /* notes */
  303.  
  304. notes {width: 500px; margin: 0px; margin-left: 0px; padding: 0px; text-align: left}
  305. ol.notes {list-style: none; margin: 0 20px 0 10px; padding: 0px}
  306. ol.notes li {margin: 0px; padding: 0px;}
  307.  
  308. .notes img{width:10px; position:relative; top:1px}
  309. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  310.  
  311. /* scrollbar */
  312.  
  313. ::-webkit-scrollbar{width:8px;height:4px;}
  314. ::-webkit-scrollbar-button:start:decrement
  315. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  316. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  317. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:{color:scrollbar};-webkit-border-radius:px;}
  318. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:{color:scrollbar};-webkit-border-radius:px;}  
  319.  
  320.  
  321.         </style>
  322.  
  323.     <style type="text/css">{CustomCSS}</style>
  324.  
  325.  
  326.  
  327.  
  328. </head>
  329.  
  330. <body onkeydown="return false">
  331. <div id="container">
  332.  
  333. <div id="sbar">
  334. <div class="cah">
  335. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  336. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  337. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  338. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  339. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  340. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  341. </div></div>
  342.  
  343. <div id="slideShowContainer">
  344.  
  345.     <div id="slideShow4"><img src="{image:sidebar1}"></div><div id="slideShow2">
  346.  
  347.  
  348.  
  349.                 <img src="{image:sidebar2}"/>
  350.     </div></div>
  351.  
  352. <div id="sidebar1">
  353. {block:Description}{Description}{/block:Description}
  354. </div>
  355. <div id="sbar5"><div class="credit">theme umapequenapoeta • base the-dreamgirl.</div></div>
  356.  
  357. <div id="sbar6">{block:Pagination}<div class="sidebarpages">
  358. {block:PreviousPage}<a href="{PreviousPage}"> &laquo; </a>{/block:PreviousPage}
  359.  
  360. {block:NextPage}<a href="{NextPage}"> &raquo;</a>{/block:NextPage}
  361.                    </div> {/block:Pagination}</div>
  362.  
  363. <div id="sid2">
  364. <div class="titulo">{text:titulo}</div></div>
  365. <div id="sid3">
  366. <div class="titulo2">{text:titulo2}</div></div>
  367.  
  368.  
  369. <div id="entries">
  370. {block:Posts}
  371. <div id="posts">
  372.  
  373. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  374.  
  375. {block:Text}{Body}{/block:Text}
  376.  
  377. {block:Quote}<span class="quote"></span><div class="q">{Quote}</div>{/block:Quote}
  378. {block:Source}<div id="source">— {Source}</div>{/block:Source}
  379.  
  380. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  381.  
  382. {block:Description}{Description}{/block:Description}{/block:Link}
  383.  
  384. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" align="center" class="dreamgirl"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  385. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  386.  
  387. {block:Chat}
  388. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  389. <div class="chat"><ul>{block:Lines}
  390. <li class="person{UserNumber}">{block:Label}
  391. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  392. {/block:Chat}
  393.  
  394. {block:Audio}
  395. <div class="audioimage">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}
  396. <span style="width:300px">{AudioPlayerGrey}</span></div>
  397. <div class="cap">{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}</div>
  398. {/block:Audio}
  399.  
  400.  
  401. {block:Answer}
  402. <div class="asker"><img src="{AskerPortraitURL-48}"> <b>{Asker}</b> sussurou: <i>{Question}</i></div>
  403. <div class="answer">{Answer}</div>
  404. {/block:Answer}
  405.  
  406. {block:Video}{Video-500}
  407. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  408.  
  409. <div class="bg">
  410. {block:Date}
  411. <div id="info">{block:HasTags}<div class="tags">{block:Tags}# <a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}</div>{/block:HasTags}
  412.  
  413.  
  414. <div class="line3"><span class="ileft">Posted {DayOfMonth}
  415. {Month} {Year}, <a href="{Permalink}">{TimeAgo} · {block:NoteCount}  
  416. <a href="{Permalink}" title="permalink to this post">{NoteCountWithLabel} · </a>{/block:NoteCount} </a><a href="{ReblogURL}" target="_blank">Reblog</a> <br>{block:RebloggedFrom}originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a> · via: <a href="{ReblogParentURL}"
  417. title="{ReblogParentTitle}">{ReblogParentName}</a>
  418. </span>{/block:RebloggedFrom}</span> </div>
  419.  
  420. <div class="postclear"></div>
  421. </div>{/block:Date}
  422. </div></div>
  423.  
  424. {/block:Posts}
  425. {block:PostNotes}{PostNotes}{/block:PostNotes}
  426. </div>
  427. </div>
  428.  
  429. </body>
  430.  
  431.  
  432.  
  433. <!---- coloque seu player aqui, e
Advertisement
Add Comment
Please, Sign In to add comment