umapequenapoeta

theme 15

Feb 21st, 2012
3,726
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 17.63 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=""/>
  80.  
  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="#999" />
  88.     <meta name="color:link" content="#888" />
  89.     <meta name="color:linkhover" content="#809C94" />
  90.   <meta name="color:bgmenu" content="#fff" />
  91.     <meta name="color:linkmenu" content="#888" />
  92.  <meta name="color:bgmenu hover" content="#fff" />
  93.     <meta name="color:linkmenu hover" content="#809C94" />
  94. <meta name="color:scrollbar" content="#f0f0f0" />
  95.  
  96. <meta name="image:background" content="">
  97.  
  98.  
  99.  
  100. <meta name="font:body" content="verdana" />
  101. <meta name="font:body2" content="georgia" />
  102.    
  103.  
  104.      <meta name="text:Link1" content="/" />
  105.     <meta name="text:Link1 Title" content="" />
  106.     <meta name="text:Link2" content="/" />
  107.     <meta name="text:Link2 Title" content="" />
  108.     <meta name="text:Link3" content="/" />
  109.     <meta name="text:Link3 Title" content="" />
  110.     <meta name="text:Link4" content="/" />
  111.     <meta name="text:Link4 Title" content="" />
  112.     <meta name="text:Link5" content="/" />
  113.     <meta name="text:Link5 Title" content="" />
  114.     <meta name="text:Link6" content="/" />
  115.     <meta name="text:Link6 Title" content="" />
  116. <meta name="text:Link7" content="/" />
  117.     <meta name="text:Link7 Title" content="" />
  118.  
  119.     <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  120.  
  121. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  122.  
  123.  
  124.     <link rel="shortcut icon" href="{Favicon}" />
  125.  
  126.     <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  127.  
  128.     <style type="text/css">
  129.  
  130. /* body */
  131.  
  132. 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}
  133.  
  134. 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;}
  135.  
  136. a:hover{color:{color:linkhover}}
  137.  
  138.  
  139. /* container */
  140.  
  141. #entries{left:50%; margin-left:276px; margin-top:0px; width:520px; }
  142.  
  143. #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;}
  144.  
  145. #container {margin-left: 160px;}
  146.  
  147. /* sidebar e outras */
  148.  
  149. #sbar {margin-left:168px;  margin-top:19px; padding: 6px; text-align: center; position: fixed;}
  150.  
  151. #sidebar1 {width: 321px; left: 112px; height:40px; top:206px; padding: 5px; background-color: {color:sbar};
  152. text-align: center; position: fixed}
  153. #sbar3 {margin-left:-56px;  margin-top:25px; padding: 5px; text-align: center; position: fixed; width: 215px; background-color: {color:sbar}; height:150px;}
  154. #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;}
  155. #sbar5 {width: 215px; float: left; margin-left:-56px; height:18px; margin-top:30px; 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; }
  156. #sbar5:hover {opacity:1.0}
  157. #sbar6 {margin-left:140px;  margin-top:300px; padding: 5px; text-align: center; position: fixed; background-color:; font-size: 16px; font-family: georgia;}
  158. #sbar8 {margin-left:850px;  margin-top:500px; padding: 5px; text-align: center; position: fixed; background-color:}
  159.  
  160. .credit {font-family:verdana; font-size:9px; margin-top:-5px;}
  161.  
  162. 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:331px; 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: -56px; margin-top: 0px; font-weight: none; font-size: 9px;}
  163. div#sid2:hover {background-color: {color:sbar}; color:{color:linkhover};  font-weight: none;}
  164.  
  165. 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:331px; 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: -56px; margin-top: 237px; font-weight: none; font-size: 9px;}
  166. div#sid3:hover {background-color: {color:sbar}; color:{color:linkhover};  font-weight: none;}
  167.  
  168.  
  169.  
  170. /* h1, h2, h3 e quote */
  171.  
  172. h1{color:{color:title}; font-family: georgia; font-size:16px; line-height:18px;
  173.  
  174. letter-spacing:0px; font-weight:normal; margin:0px; padding:0px; text-align:center}
  175.  
  176. h2{color:{color:title}; font-family:georgia; font-size:28px; line-height:23px;
  177.  
  178. letter-spacing:-1px; font-weight:normal; margin:0px; padding:0px; margin-bottom:-0px;
  179.  
  180. text-align:center}
  181.  
  182. h3{color:{color:title}!important;font-family:georgia;  
  183.  
  184. font-size:25px;text-align:center;letter-spacing: 1px; font-weight:normal;}
  185.  
  186.  
  187. .quote{
  188. font-size:90px; font-family: georgia; color: #bbb; line-height: 90px; margin-left: 5px;
  189.  
  190. opacity:0.5; filter:alpha (opacity=100);}
  191.  
  192. .q{font-family:georgia; font-size:13px; line-height: 15px;  margin-top: -95px;
  193.  
  194. margin-left: 45px; padding: 10px;
  195. }
  196.  
  197. #source {text-align: center; font-size: 9px;}
  198.  
  199. /* Menu */
  200.  
  201. .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}
  202.  
  203. .cah  a:hover{background-color:{color:bgmenu hover}; text-align:center;letter-spacing: 2px; color:{color:linkmenu hover};}
  204.  
  205.  
  206. /*SlideShow ou imagens da sidebar */
  207.  
  208. .pic {float: left; margin: 0px 5px 0px 0;}
  209. .pic img{border-radius:40px; opacity:0.8; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out;}
  210. .pic img:hover{border-radius:100px; opacity:1.0}
  211.  
  212.  
  213. .simage {margin-left:-3px; margin-top:-3px;}
  214. .simage img {width:215px; height:150px;}
  215.  
  216.  
  217.  
  218.  
  219. /* post - info */
  220.  
  221. #info{margin-top: 15px; }
  222. #info a{color: {color:link} !important}
  223. #info a:hover{color:{color:linkhover}!important}
  224. .tags{font-size: 10px; display: inline; text-align: left;text-transform: lowercase;}
  225. .tags a{color: #FF88F5 !important}
  226. .line1{font-size:10px; text-transform: lowercase; margin-top: 7px}
  227. .line2{font-size:10px; text-transform:lowercase; clear: both}
  228. .line3{font-size:10px; text-transform:lowercase; clear: both}
  229. .ileft{float: left}
  230. .iright{float: right}
  231. .postclear{clear: both; width: 100%; visibility: hidden; height: 1px}
  232. #clear{clear: both; width: 100%; visibility: hidden; height: 20px}
  233.  
  234.  
  235. .date {display:inline; text-align:right; float:right}
  236. .date a {color:#000}
  237.  
  238. /* frases e titulos */
  239.  
  240. #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;}
  241.  
  242. #sidotitulo:hover { width: 371px; letter-spacing: 2px;}
  243.  
  244. .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}
  245.  
  246. .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;}
  247.  
  248.  
  249. /* asker */
  250.  
  251. .asker {width: 480px; background-color: {color:background}; color:{color:text}; padding: 10px}
  252. .asker img{float: left; margin: 0px 4px 2px 0;}
  253. .asker a{font-size: 11px; color:{color:link}; text-transform: none; line-height: 27px; padding: 0; margin: 0; font-family: verdana;}
  254. .asker a:hover{font-size: 11px; color:{color:linkhover}; text-transform: none; line-height:27px; padding: 0; margin: 0; font-family:verdana;}
  255. .answer {padding: 5px 0 0 0}
  256.  
  257. /*** Paginação e outros ***/
  258.  
  259. .sidebarpages {font-size: 29px; margin-top: 0px; text-align: center; width: 200px; font-family: georgia; float: center; clear:
  260.  both;  }
  261.  
  262. .bg {width: 480px; background-color: {color:background}; color:{color:text}; padding-right: 10px; padding-left: 10px; padding-top: 0px; padding-bottom: 3px;}
  263.  
  264. /* bold, italic e blockquote */
  265.  
  266. b, strong{color:bold}
  267.  
  268. i, em {color:;}
  269.  
  270. p{margin-top:5px; margin-bottom:5px}
  271.  
  272.  
  273. blockquote {margin: 5px 5px 5px 5px; border-left: 3px solid {color:link}; padding-left: 5px; }
  274. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:link};}
  275. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:link}; }
  276. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:link}; }
  277.  
  278. blockquote img{max-width: 470px!important}
  279. blockquote blockquote img{max-width: 450px!important}
  280. blockquote blockquote blockquote img{max-width: 430px!important}
  281. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  282.  
  283. img a{border:none; width:100%}
  284.  
  285. /* chat e audio */
  286.  
  287. .chat{line-height: 12px; list-style: none}
  288. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height: 20px;}
  289. .person1 {background-color: {color:link}; color: {color:background}}
  290. .person1 .label {font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text}}
  291. .person2 {background-color: {color:background}; color: {color: text}}
  292. .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text}}
  293.  
  294. .audioimage{width: 100%; text-align: center; margin: 0 10px 0 10px}
  295. .audioimage img{max-width: 300px; height: auto; padding: 5px}
  296.  
  297.  
  298. /* notes */
  299.  
  300. notes {width: 500px; margin: 0px; margin-left: 0px; padding: 0px; text-align: left}
  301. ol.notes {list-style: none; margin: 0 20px 0 10px; padding: 0px}
  302. ol.notes li {margin: 0px; padding: 0px;}
  303.  
  304. .notes img{width:10px; position:relative; top:1px}
  305. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  306.  
  307. /* scrollbar */
  308.  
  309. ::-webkit-scrollbar{width:8px;height:4px;}
  310. ::-webkit-scrollbar-button:start:decrement
  311. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  312. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  313. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:{color:scrollbar};-webkit-border-radius:px;}
  314. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:{color:scrollbar};-webkit-border-radius:px;}  
  315.  
  316.  
  317.         </style>
  318.  
  319.     <style type="text/css">{CustomCSS}</style>
  320.  
  321.  
  322.  
  323.  
  324. </head>
  325.  
  326. <body onkeydown="return false">
  327. <div id="container">
  328.  
  329. <div id="sbar">
  330. <div class="cah">
  331. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  332. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  333. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  334. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  335. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  336. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  337. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a>{/block:ifLink7}</div></div>
  338.  
  339. <div id="sbar3"><div style="background:#fff; font-family: verdana; text-align: justify; font-size: 10px; line-height: 80%; padding:2px; height:0px;"><div class="simage"><img src="{image:sidebar1}"/></div><div id="slideShow4"><img src="{image:sidebar2}"/></div></div></div>
  340.  
  341. <div id="sidebar1">
  342. {block:Description}{Description}{/block:Description}
  343. </div>
  344. <div id="sbar5"><div class="credit">theme umapequenapoeta • base the-dreamgirl.</div></div>
  345.  
  346. <div id="sbar6">{block:Pagination}<div class="sidebarpages">
  347. {block:PreviousPage}<a href="{PreviousPage}"> &laquo; </a>{/block:PreviousPage}
  348.  
  349. {block:NextPage}<a href="{NextPage}"> &raquo;</a>{/block:NextPage}
  350.                    </div> {/block:Pagination}</div>
  351.  
  352. <div id="sid2">
  353. <div class="titulo">{text:titulo}</div></div>
  354. <div id="sid3">
  355. <div class="titulo2">{text:titulo2}</div></div>
  356.  
  357.  
  358. <div id="entries">
  359. {block:Posts}
  360. <div id="posts">
  361.  
  362. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  363.  
  364. {block:Text}{Body}{/block:Text}
  365.  
  366. {block:Quote}<span class="quote"></span><div class="q">{Quote}</div>{/block:Quote}
  367. {block:Source}<div id="source">— {Source}</div>{/block:Source}
  368.  
  369. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  370.  
  371. {block:Description}{Description}{/block:Description}{/block:Link}
  372.  
  373. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" align="center" class="dreamgirl"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  374. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  375.  
  376. {block:Chat}
  377. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  378. <div class="chat"><ul>{block:Lines}
  379. <li class="person{UserNumber}">{block:Label}
  380. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  381. {/block:Chat}
  382.  
  383. {block:Audio}
  384. <div class="audioimage">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}
  385. <span style="width:300px">{AudioPlayerGrey}</span></div>
  386. <div class="cap">{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}</div>
  387. {/block:Audio}
  388.  
  389.  
  390. {block:Answer}
  391. <div class="asker"><img src="{AskerPortraitURL-48}"> <b>{Asker}</b> sussurou: <i>{Question}</i></div>
  392. <div class="answer">{Answer}</div>
  393. {/block:Answer}
  394.  
  395. {block:Video}{Video-500}
  396. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  397.  
  398. <div class="bg">
  399. {block:Date}
  400. <div id="info">{block:HasTags}<div class="tags">{block:Tags}# <a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}</div>{/block:HasTags}
  401.  
  402.  
  403. <div class="line3"><span class="ileft">Posted {DayOfMonth}
  404. {Month} {Year}, <a href="{Permalink}">{TimeAgo} · {block:NoteCount}  
  405. <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}"
  406. title="{ReblogParentTitle}">{ReblogParentName}</a>
  407. </span>{/block:RebloggedFrom}</span> </div>
  408.  
  409. <div class="postclear"></div>
  410. </div>{/block:Date}
  411. </div></div>
  412.  
  413. {/block:Posts}
  414. {block:PostNotes}{PostNotes}{/block:PostNotes}
  415. </div>
  416. </div>
  417.  
  418. </body>
  419.  
  420.  
  421.  
  422. <!---- coloque seu player aqui, encima desse frase ok?ok----->
  423.  
  424. </html>
Advertisement
Add Comment
Please, Sign In to add comment