Advertisement
Gabss

Theme 50 Gabs HDUR

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