Advertisement
Gabss

Theme 41 Gabs HDUR

Dec 11th, 2014
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 17.26 KB | None | 0 0
  1. <!-- Theme por Gabs Sperandeo, html-deumarebelde. PLAGIO É CRIME! -->
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head profile="http://gmpg.org/xfn/11">
  5. <head>
  6. <link href='http://static.tumblr.com/5dbytsa/lpvme5z4x/shake.css' rel='stylesheet' type='text/css'>
  7.  
  8. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  9.  
  10. <!-- Cores do Appearance -->
  11.         <meta name="image:imgside200x200" content="" />
  12.         <meta name="color:Main Background" content="#f6f6f6"/>
  13.         <meta name="color:Title Background" content="#f6f6f6"/>
  14.         <meta name="color:Title Border" content="#f6f6f6"/>
  15.         <meta name="color:Heading Color" content="#f6f6f6"/>
  16.         <meta name="color:Image Background" content="#f6f6f6"/>
  17.         <meta name="if:Show notes" content="1">
  18.         <meta name="color:sidebar" content="#f6f6f6" />
  19.         <meta name="color:letraside" content="#b6b6b6" />
  20.         <meta name="image:minigif" content="http://rs774.pbsrc.com/albums/yy22/nbpixel/mini_pixel/Cat_lai3elle_2.gif~c200" />
  21.         <meta name="color:text" content="#000000" />
  22.         <meta name="color:post" content="#f6f6f6" />
  23.         <meta name="color:links" content="#529ecc" />
  24.         <meta name="color:linkvisited" content="#27688f" />
  25.         <meta name="color:linkshover" content="#000" />
  26.         <meta name="color:titleposts" content="#939393" />
  27.         <meta name="color:negrito" content="#a8a8a8" />
  28.         <meta name="color:italico" content="#c6c6c6" />
  29.         <meta name="color:sublinhado" content="#529ecc" />
  30.        
  31.     <!-- Links appearance, etc -->
  32.               <meta name="text:Link1 Title" content="link" />
  33.               <meta name="text:Link1" content="/" />
  34.               <meta name="text:Link2 Title" content="link" />
  35.               <meta name="text:Link2" content="/" />
  36.               <meta name="text:Link3 Title" content="link" />
  37.               <meta name="text:Link3" content="/" />
  38.               <meta name="color:bgfaixafrase1" content="#000" />
  39.               <meta name="color:faixafrase1" content="#529ecc" />
  40.               <meta name="color:bgfaixafrase2" content="#529ecc" />
  41.               <meta name="color:faixafrase2" content="#000" />
  42.               <meta name="text:frase1" content="suafrase" />
  43.               <meta name="text:frase2" content="suafrase" />
  44.        
  45.  
  46. <!-- Fontes Personalizadas -->
  47. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic' rel='stylesheet' type='text/css'>
  48. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300italic' rel='stylesheet' type='text/css'>
  49. <link href='http://fonts.googleapis.com/css?family=Quicksand' rel='stylesheet' type='text/css'>
  50. <!-- fim -->
  51.  
  52. <!-- favicon/title -->
  53. <title>{title}</title>
  54. <link rel="shortcut icon" href="{image:minigif}">
  55. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  56. <!-- fim -->
  57.  
  58. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  59.  
  60. <script type="text/javascript" src="http://static.tumblr.com/8yo5xxv/YnTm5op3n/like.js"></script>
  61. <iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe>
  62.  
  63. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js"></script>
  64. <script type="text/javascript" src="http://static.tumblr.com/8yo5xxv/AEwm171ey/jquery.lettering.js"></script>
  65. <script type="text/javascript" src="http://static.tumblr.com/8yo5xxv/rejm171fx/jquery.easing.1.3.js"></script>
  66. <script type="text/javascript" src="http://static.tumblr.com/8yo5xxv/2rOm171gi/jquery.hoverword.js"></script>
  67.  
  68. <script type="text/javascript">
  69. $(window).load(function(){
  70. $('#sl_menu').find('li:not(:last) > a')
  71. .hoverwords({ overlay:true })
  72. .end()
  73. .find('li:last > a')
  74. .hoverwords({ overlay:true , dir:'rightleft' });
  75. $('#example1').hoverwords({ delay:50 });
  76. $('#example2').hoverwords();
  77. $('#example3').hoverwords();
  78. $('#example4').hoverwords({ overlay:true});
  79. $('#example5').hoverwords({ delay:60 });
  80. });
  81. </script>
  82.  
  83. <!-- Rolagem infinita por bombastic design -->
  84. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  85.  
  86. </head>
  87.  
  88. <style type="text/css" media="screen">
  89.  
  90. /* - Corpo ---------- */
  91. body {text-align:justify; color: {color:Text Color};  font-size: 8px; font-family: Arial; background: {color:Main Background};}
  92.  
  93. /***negrito, itálico e blabla***/
  94. b, strong {color: {color:negrito}; text-decoration: none; cursor: help;}
  95. s {color: #939393;cursor: help;}
  96. i {color: {color:italico}; text-decoration: none;cursor: help;}
  97. u, underline {color: {color:text color}; text-decoration: none; border-bottom: 1px dashed {color:sublinhado};cursor: help;}
  98.  
  99. /* - Links ---------- */
  100. a {color: {color:Links}; text-decoration: none;}
  101. a:visited {{color:Linkvisited}; }
  102. a:hover {{color:Linkshover};}
  103.  
  104. /* - Blockquote ---------- */
  105. blockquote {margin-bottom: 5px; padding: 3px; background: #f4f4f4; margin-top: 5px; margin-left: 2px; margin-right: 2px;  border-left: 6px solid #999;}
  106.  
  107. /* --- sidebar  - */
  108. #sidebar {background: {color:sidebar};
  109. width: 290px;
  110. float: left;
  111. color: {color:letraside};
  112. position: relative;
  113. margin-left: 10px;
  114. margin-bottom: 20px;
  115. margin-top: 10px;}
  116.  
  117. /* --- SIDEBAR  ------- */
  118. #sidebar { width: 250px; float: left: ; position: fixed;  margin-top: -20px; margin-left: 80px;}
  119. .side {background: {color:sidebar}; padding: 7px;text-align: justify; color: {color:letraside}; margin-bottom: 5px; margin-top: 30px; margin-left: 10px;}
  120.  
  121. /* --- SIDEBAR DO MENUZIN  ------- */
  122. #menuzin { width: 250px; float: left: ; position: fixed;  margin-top: 300px; margin-left: 120px;}
  123. .menuzin {background: {color:sidebar}; padding: 7px;text-align: justify; color: {color:letraside}; margin-bottom: 5px; margin-top: 30px; margin-left: 10px;}
  124.  
  125. /* - Theme em Tableless TTHY - */
  126.  
  127. #pagina{width: 800px; margin-left: 140px; auto; margin-top: 100px; auto;}
  128. #posts{width: 550px; margin-top: 0px; float: right;}
  129. #seemore{width: 80px; margin-top: -70px; margin-left: 50px; float: left; position: fixed;}
  130. #imgside { width: 200px; height: 200px; float: left: ; position: fixed;  margin-top: 100px; margin-left: 100px;}
  131.  
  132.  
  133. .caixa  {background: {color:sidebar}; overflow: hidden; padding: 25px;font-family: 'Open Sans Condensed', sans-serif;font-size: 8pt;color: {color:Text Color};text-align: justify;outline: 0px solid #; margin-top: -65px; margin-bottom: 10px;}
  134.  
  135. .caixasm  {background: #f4f4f4; overflow: hidden; padding: 7px;font-family: "04b03";
  136. font-size: 8px;
  137. text-transform: uppercase; color: #c6c6c6;text-align: justify;outline: 0px solid #; margin-top: 10px; margin-bottom: 10px; -moz-border-radius: 2px; -webkit-border-radius: 6px;}
  138.  
  139. /*** Quote estilo por: things-to-help-you***********/
  140. .quote  {font-family: 'Play', sans-serif;  font-size: 14px;  text-align:justy; padding: 4px; color: #ccc; }
  141. .quotem {overflow: hidden; padding: 5px; background: #ececec; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;}
  142. .bottomq {background: url('http://static.tumblr.com/ifqwhnb/RuHm5dmv4/bottomquote.png') no-repeat; width: 69px; height: 19px; margin-left: 30px; margin-bottom: 10px;}
  143. .ci {color: #fff; display: inline-block;background: #27688f; padding: 3px; margin-left: 20px; margin-top: -14px; margin-bottom: 10px;-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
  144. .ci a {color: #939393;}
  145. .ci a:hover {color: #303030;}
  146.  
  147. /*-Título personalizado TTHY-*/
  148.  
  149. .h1 {line-height: 27px;
  150. border: none;
  151. font-style: normal;
  152. font-size: 8px;
  153. color: {color:Heading Color};
  154. letter-spacing: 4px;
  155. background: #f4f4f4;
  156. padding: 10px;
  157. margin-left: 176px;
  158. display: block;
  159. margin-top: 0px;
  160. font-family: "04b03";
  161. font-style: ;
  162. text-shadow: 0px 0px 0px #;}
  163.  
  164. /*-Título das postagens personalizado TTHY-*/
  165.  
  166. .ht1 {line-height: 27px;
  167. border: none;
  168. font-style: normal;
  169. font-size: 27px;
  170. color: {color:titleposts};
  171. letter-spacing: 1px;
  172. background: #f4f4f4;
  173. padding: 10px;
  174. margin-left: 16px;
  175. display: block;
  176. margin-top: 0px;
  177. font-family: 'Open Sans Condensed', sans-serif;
  178. font-style: ;
  179. text-shadow: 0px 0px 0px #;}
  180.  
  181. /*- frase side px-*/
  182. .fsidpx {font-family: "04b03";
  183. font-size: 8px;
  184. text-transform: uppercase;}
  185.  
  186. /*- fonte da descrição -*/
  187. .descipsid {font-family: 'Quicksand', sans-serif;
  188. font-size: 10px;}
  189.  
  190.  
  191. /* --- Estilo de ask por html-party --- */
  192. .ask {
  193.     padding:10px;
  194.     background-color:#fff;
  195.     color:#000;
  196.     text-align:justify;
  197.     font-family:calibri;
  198.     font-size:11px;
  199.     border-bottom:3px solid #000;
  200.     max-width:100%;
  201. }
  202.  
  203. .asker {
  204.     margin-left:10px;
  205.     margin-top:22px;
  206. }
  207.  
  208. .asker img {
  209.     border:6px solid {color:#969696};
  210. }
  211.  
  212. /* --- Reblogue e outros TTHY ------------------------------- */
  213. .reblogue{
  214.           margin-top: -25px;
  215.           margin-left: 145px;
  216.           position: absolute;
  217.           opacity: 0;
  218.           -webkit-transition: all 1s ease;
  219.           -moz-transition: all 1s ease;
  220.           -o-transition: all 1s ease;
  221.           transition: all 1s ease;
  222.           }
  223.          
  224.           .caixa:hover .reblogue{
  225.           opacity: 1;
  226.           margin-left: 198px;
  227.           -webkit-transition: all 1s ease;
  228.           -moz-transition: all 1s ease;
  229.           -o-transition: all 1s ease;
  230.           transition: all 1s ease;
  231.           }
  232.          
  233.           .likep a:hover {
  234.        background-position: 0px 0px;
  235.        }
  236. .likep a {
  237.        background: url("http://static.tumblr.com/8yo5xxv/hDOm5ooyh/heart.png") no-repeat;
  238.        background-position: 0px 0px;
  239.        z-index: 9999999;
  240.        -webkit-transition: all 0s linear;
  241.        -moz-transition: all 0s linear;
  242.        transition: all 0s linear;
  243.        margin-top: -22px;
  244.        margin-left: 28px;
  245.        display: inline-block;
  246.        position: absolute;}
  247. .likep img {
  248.        width: 21px;
  249.        height: 20px;
  250.        webkit-transition: all 0.2s linear;
  251.        -webkit-transition: all 0.2s linear;
  252.        -moz-transition: all 0.2s linear;
  253.        transition: all 0.2s linear;}
  254. #likeiframe {
  255.        display: none;
  256.        }
  257.        
  258.        .notas{
  259.             margin-top: -25px;
  260.             margin-left: 55px;
  261.             position: absolute;
  262.             opacity: 0;
  263.             -webkit-transition: all 1s ease;
  264.             -moz-transition: all 1s ease;
  265.             -o-transition: all 1s ease;
  266.             transition: all 1s ease;
  267.             }
  268.            
  269.             .caixa:hover .notas{
  270.             opacity: 1;
  271.             -webkit-transition: all 1s ease;
  272.             -moz-transition: all 1s ease;
  273.             -o-transition: all 1s ease;
  274.             transition: all 1s ease;
  275.             margin-left: 5px;}
  276.            
  277.             .notas a{
  278.             background: rgba(0,0,0,0.5);
  279.             padding: 3px 4px 2px 4px;
  280.             font-family: Trebuchet MS;
  281.             font-weight: bold;
  282.             text-align: center;
  283.             display: inline-block;
  284.             color: #fff;
  285.             -webkit-border-radius: 2px;
  286.             -moz-border-radius: 2px;
  287.             border-radius: 2px;
  288.             font-size: 10px;
  289.             }
  290.            
  291. /* Chat por Anna *********/
  292. .chat {background: #BCD2DE; margin: 0; font-size:
  293. 11px; font-family: Verdana;}
  294. .chat .lines {margin-left: 0; background: #BCD2DE; color:
  295. #91ACC9; margin-bottom: 1px; padding: 4px 5px 4px 5px;}
  296. .chat .lines span{font-weight: bold;}
  297.  
  298.  
  299. /**menu over/under(line) by html-party**/
  300. #mayravilhosa {width:200px; /**tamanho total de tds os links**/}
  301.  
  302. #mayravilhosa a {font-size:12px; /**tamanho da fonte**/
  303. text-transform:uppercase; /**deixa as letras maiusculas**/
  304.  font-family:cambria; /**fonte**
  305. /text-decoration:none; /**n mude**/
  306. padding: 3px;
  307. color:#696969; /**cor do link**/}
  308.  
  309. #mayravilhosa a:hover {text-decoration: overline underline; /**efeitinho maneiro**/}
  310.  
  311.  
  312. /* Efeito Shake by: SEASON HTML */
  313. .shakefct {-webkit-animation: shake 1500ms alternate infinite linear;-moz-animation: shake 1500ms alternate infinite linear;}
  314.  
  315.  
  316. /* --- Faixa Frase 1 ------- */
  317. #faixafrase1 {width: 200px; height: 20px; float: left: ; position: fixed;  margin-top: 380px; margin-left: 100px;}
  318. .faixafrase1c {background: {color:bgfaixafrase1}; padding: 7px;text-align: justify; color: {color:faixafrase1}; margin-bottom: 5px; margin-top: 30px; margin-left: 10px;}
  319.  
  320. /* --- Faixa Frase 2  ------- */
  321. #faixafrase2 {width: 200px; height: 20px; float: left: ; position: fixed;  margin-top: 350px; margin-left: 80px;}
  322. .faixafrase2c {background: {color:bgfaixafrase2}; padding: 7px;text-align: justify; color: {color:faixafrase2}; margin-bottom: 5px; margin-top: 30px; margin-left: 10px;}
  323.  
  324. /*- Efeito girando by Leticia (ex-hdur) -*/
  325. .giroeth{ -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; -webkit-transition-duration: 1.20s; width:240px;}
  326. .giroeth:hover{-webkit-transform: rotate(360deg);}
  327.  
  328.  
  329. </style>
  330.  
  331. <body onkeydown="return false">
  332.  
  333. <center>
  334.  
  335. <div id="menuzin">
  336. <div id="mayravilhosa">
  337. <div class="shakefct">
  338. <a href="/">Home</a>
  339. <a href="/ask">ASK</a>
  340. <a href="{text:Link1}">{text:Link1 Title}</a>
  341. <a href="{text:Link2}">{text:Link2 Title}</a>
  342. <a href="{text:Link3}">{text:Link3 Title}</a>
  343. <a href="http://html-deumarebelde.tumblr.com/gabs">(c)</a>
  344. </div>
  345. </div>
  346. </div>
  347.  
  348. <div id="imgside">
  349. <img src="{image:imgside200x200}"/>
  350. </div>
  351.  
  352. <div id="sidebar">
  353. <div class="descipsid">
  354. <div class="giroeth">
  355. {Description}
  356. </div>
  357. </div>
  358. </div>
  359.  
  360.  
  361. <div id="faixafrase1">
  362. <div class="faixafrase1c">
  363. <div class="fsidpx">
  364. {text:frase2}  
  365. </div>
  366. </div>
  367. </div>
  368.  
  369. <div id="faixafrase2">
  370. <div class="faixafrase2c">
  371. <div class="fsidpx">
  372. {text:frase1}  
  373. </div>
  374. </div>
  375. </div>
  376.  
  377.    
  378.  
  379. <div id="pagina">
  380.  
  381. <div id="posts">
  382.     {block:Posts}
  383.  
  384. <!-- TEXTOS -->
  385. {block:Text}
  386. <div class="caixa">
  387. {block:Title} <div class="ht1"><a href="{Permalink}">{Title}</a></div> {/block:Title}
  388. {Body}
  389. </div>
  390. {/block:Text}
  391.  
  392. <!-- FOTO -->
  393. {block:Photo}
  394. <div class="caixa">
  395. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  396. {block:IndexPage}
  397. <div class="reblogue">
  398. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"></a>
  399. <div class="likep"> <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"> <img src="http://static.tumblr.com/ifqwhnb/b6Lm5chs7/espa__o.png" width="25" height="35" alt="Like this post" id="likeimage{PostID}"/> </a></div>
  400. </div>
  401. {block:NoteCount}<div class="notas">
  402. <a href="{Permalink}">{NoteCount}</a>
  403. </div>{/block:NoteCount}
  404. {/block:IndexPage}
  405. {block:Caption}{Caption}{/block:Caption}
  406. </div>
  407. {/block:Photo}
  408.  
  409. <!-- PHOTOSET -->
  410. {block:Photoset}
  411. <center>{Photoset-500}</center>
  412. {block:Caption} {Caption} {/block:Caption}
  413. {/block:Photoset}
  414.  
  415. <!-- QUOTE -->
  416. {block:Quote}  
  417. <div class="caixa">    
  418. <div class="quotem">
  419. <div class="quote">{Quote}</div>  
  420. </div>
  421. <div class="bottomq"></div>
  422. <div class="ci">{block:Source}
  423. <div class="source">{Source}</div>
  424. {/block:Source}</div>
  425. </div>        
  426. {/block:Quote}
  427.  
  428. <!-- LINK -->
  429. {block:Link}
  430. <div class="caixa">
  431. <div class="ht1">~<a href="{URL}" {Target}>{Name}</a></div>
  432. {block:Description} {Description}{/block:Description}
  433. </div>
  434. {/block:Link}
  435.  
  436. <!-- CHAT -->
  437. {block:Chat}
  438. <div class="caixa">
  439. {block:Lines}
  440. <div class="chat">
  441. <div class="lines">{block:Label}
  442. <span>{Label}</span>
  443. {/block:Label}
  444. {Line}</div></div>
  445. {/block:Lines}
  446. </div>
  447. {block:Chat}
  448.  
  449. <!-- VIDEO -->
  450. {block:Video}
  451. <div class="caixa">
  452. {Video-500}
  453. {block:Caption}{Caption}{/block:Caption}
  454. </div>
  455. {/block:Video}
  456.  
  457. <!-- AUDIO -->
  458. {block:Audio}
  459. <div class="caixa">
  460. {AudioPlayerGrey}
  461. {block:TrackName}{TrackName}{/block:TrackName}
  462. {block:Artist}{Artist}{/block:Artist}
  463. {block:Album}{Album}{/block:Album}
  464. {block:PlayCount}{PlayCount}{/block:PlayCount}
  465. {block:Caption}{Caption}{/block:Caption}
  466. </div>
  467. {/block:Audio}
  468.  
  469. <!-- ASKS -->
  470. {block:Answer}
  471.  
  472. <li class="post answer">
  473. <div class="ask">
  474. {Question}<br><div style="flot: right; position:absolute;margin-right:3px;margin-top:2px;"><img src="{AskerPortraitURL-30}"></div>
  475. </div>
  476.  
  477. <div class="asker">
  478.  
  479. <div style="text-transform:uppercase;font:12px 'cambria';position:absolute;margin-left:20px;margin-top:-20px;">{Asker} <3</div>
  480. </div>
  481. <p>
  482. <div style="font:11px 'cambria';">{Answer} </div>
  483.  
  484. {/block:Answer}
  485.  
  486. <!-- NOTES DO PERMALINK-->
  487. {block:PostNotes}
  488. <div class="caixa">
  489. {NoteCount}
  490. </div>
  491. {/block:PostNotes}
  492.  
  493. {/block:Posts}
  494.    
  495. </div>
  496. </div>
  497.  
  498. <div id="01" style="display:none;">
  499. <div class="caixa">
  500. <div class="h1"><i>®</i>Créditos</div>
  501.  
  502. Obrigada à todos.<br> <b>Não retire os créditos, PLÁGIO É CRIME!</b><br>
  503.  
  504. <div class="fsidpx">
  505. <i><a href="http://html-deumarebelde.tumblr.com/gabs">Gabrielle Sperandeo</a></i> -> Todo o theme.<br>
  506. <i>Things To Help You</i> -> MUITAS ajudas.<br>
  507. <i>Cantinho-html</i> -> Falso iFrame.<br>
  508. <i>HTML-PARTY</i> -> Menu Overline/Underline.<br>
  509. <i>BombasticDesign</i> -> Rolagem infinita.<br>
  510. <i>Season-HTML</i> -> Efeito Shake.<br>
  511. <i>Leticia (ex hdur)</i> -> Efeito girando.<br>
  512. <i>Tumblr</i> -> Por existir ♥.
  513. </div>
  514.  
  515. </div>
  516. </div>
  517.  
  518. <div id="seemore">
  519. <div class="caixasm">
  520. <a onClick="document.getElementById('posts').innerHTML=document.getElementById('01').innerHTML;" class="menu"> <i>See more.</i></a>
  521. </div>
  522. </div>
  523. </div>
  524.  
  525.  
  526. </body>
  527. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement