Boas-vindas ao Power Pixel

Junte-se a comunidade! Crie o seu próprio conteúdo, e faça amizades.EntrarCriar uma conta

Pedido de HTML

2 participantes

Lucas_Simoes Lucas_Simoes  • Qua 23 Jul 2014 - 2:53

Pedido de HTML Empty Pedido de HTML Qua 23 Jul 2014 - 2:53

Minha questão:
Queria uma entrada HTML para meu fórum, com o tema de GTA tipo uma coisa assim [Tens de ter uma conta e sessão iniciada para poderes visualizar este link] mas com o nome Brasil PlayStars.

Qualquer dúvida pergunta ai


Endereço do meu fórum:
[Tens de ter uma conta e sessão iniciada para poderes visualizar este link]

Versão:
PunBB

estica2 estica2  • Qui 24 Jul 2014 - 6:23

Pedido de HTML Empty Re: Pedido de HTML Qui 24 Jul 2014 - 6:23

SwaG_CreW escreveu:Minha questão:
Queria uma entrada HTML para meu fórum, com o tema de GTA tipo uma coisa assim [Tens de ter uma conta e sessão iniciada para poderes visualizar este link] mas com o nome Brasil PlayStars.

Qualquer dúvida pergunta ai


Endereço do meu fórum:
[Tens de ter uma conta e sessão iniciada para poderes visualizar este link]

Versão:
PunBB


Basta trocar a informação que desejar.

Código:
<html>
<head>
<title>Programar</title>
<style type="text/css">
body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
   /* The reset rules */
   margin:0px;
   padding:0px;
}

body{
   color:#FFFF;
   font-size:13px;
   
   font-family:Arial, Helvetica, sans-serif;
   width: 100%;
   background:url("http://gta5.co/wp-content/uploads/2013/07/gta-5-wallpaper-2.jpg") no-repeat; center;
        background-size: cover;
}
/*--- MENU DROPDOWN ---*/
#cssmenu {
  text-align: center;
    margin-top: 100px;
    background: rgba(0, 0, 0, 0.28);
    border: 1px solid rgba(0, 0, 0, 0.4);
    padding: 15px; 
    padding:10px;
    color:#CCC;
    display: block;
    margin: 50px auto;
    width: 1000px;
    float: center;
  font: 67.5% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}
#cssmenu ul {
  background: #333333;
  height: 35px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-shadow: 2px 2px 2px #000;
}
#cssmenu li {
  float: left;
  padding: 0px;
}
#cssmenu li a {
  background: #333333 url('seperator.gif') bottom right no-repeat;
  display: block;
  font-weight: normal;
  line-height: 35px;
  margin: 0px;
  padding: 0px 25px;
  text-align: center;
  text-decoration: none;
}
#cssmenu > ul > li > a {
  color: #cccccc;
}
#cssmenu ul ul a {
  color: #cccccc;
}
#cssmenu li > a:hover,
#cssmenu ul li:hover > a {
  background: #575959 url('hover.png') bottom center no-repeat;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0 0 0.2em #87F, 0 0 0.2em #87F, 0 0 0.2em #87F;
}
#cssmenu li ul {
  background: #333333;
  display: none;
  height: auto;
  padding: 0px;
  margin: 0px;
  border: 0px;
  position: absolute;
  width: 225px;
  z-index: 200;
  /*top:1em;
   /*left:0;*/

}
#cssmenu li:hover ul {
  display: block;
}
#cssmenu li li {
  background: url('sub_sep.gif') bottom left no-repeat;
  display: block;
  float: none;
  margin: 0px;
  padding: 0px;
  width: 225px;
}
#cssmenu li:hover li a {
  background: none;
}
#cssmenu li ul a {
  display: block;
  height: 35px;
  font-size: 12px;
  font-style: normal;
  margin: 0px;
  padding: 0px 10px 0px 15px;
  text-align: left;
}
#cssmenu li ul a:hover,
#cssmenu li ul li:hover > a {
  background: #575959 url('hover_sub.png') center left no-repeat;
  border: 0px;
  color: #ffffff;
  text-decoration: none;
}
#cssmenu p {
  clear: left;
}



h1{
   font-size:28px;
   font-weight:bold;
   font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
   letter-spacing:1px;
   text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
   color:#FFF;
}
h3{
   font-size:13px;
   font-weight:bold;
   font-family:"Courier New";
   letter-spacing:1px;
   color:#FFF;
   text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

h2{
   font-family:"Arial Narrow",Arial,Helvetica,sans-serif;
   font-size:10px;
   font-weight:normal;
   letter-spacing:1px;
   padding-left:2px;
   text-transform:uppercase;
   white-space:nowrap;
   margin-top:4px;
   color:#FFF;
   text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

#main p{
   padding-bottom:8px;
}

.clear{
   clear:both;
}

#main{
   width:800px;
   /* Centering it in the middle of the page */
   margin:60px auto;
margin-top:1px;
}

#main2{
   width:100px;
margin:100px auto;
}

.container{
margin-top: 20px;
background: rgba(0, 0, 0, 0.28);
border: 1px solid rgba(0, 0, 0, 0.4);
padding: 15px;

}
.container2{
   margin-top:20px;
   margin:100px;
   background:#FFFFFF;
   border:1px solid #E0E0E0;


}

.err{
   color:red;
}

.success{
   color:#00CC00;
}

a, a:visited {
   
   text-decoration:none;
   outline:none;
}

a:hover{
   text-decoration: none;
}

.footer{
   text-align:center;
   padding:10px;
   color:#CCC;
   text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
#leftrightcontainer{
    width:700px;
    height:400px;
    border:none;
   margin: 0 auto;
}

#leftrightcontainer div{
    width:40%;
    float:left;
    height:350px;
   margin-top:20px;
    margin-right:35px;
   background:#FFFFFF;
   border:1px solid #E0E0E0;
   padding:15px;
   
}






.alert {
   background: #fff6bf url(../images/exclamation.png) center no-repeat;
   background-position: 15px 50%; /* x-pos y-pos */
   text-align: left;
   padding: 5px 20px 5px 45px;
   border-top: 2px solid #ffd324;
   border-bottom: 2px solid #ffd324;
   }
.done {
   background: #d7f7c4 url(../images/accept.png) center no-repeat;
   background-position: 15px 50%; /* x-pos y-pos */
   text-align: left;
   padding: 5px 20px 5px 45px;
   border-top: 2px solid #82cb2f;
   border-bottom: 2px solid #82cb2f;
   }
a#button, a#button:visited {
display:inline-block;
background: url(http://i49.servimg.com/u/f49/15/99/54/36/simple10.png) repeat-x;
width: 150px;
padding:10px 0;
text-align:center;
border:1px solid #608925;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.<img src="http://2img.net/i/fa/i/smiles/icon_cool.gif" alt="Cool" longdesc="6" />;
font-weight:bold;
text-transform:uppercase;
color:#FFF;
text-decoration: none;
opacity:.85;
}

a#button:hover {
border-color:#49671d;
}

a#button:active {
background-position:  0 -200px;
padding:11px 0 9px;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.<img src="http://2img.net/i/fa/i/smiles/icon_cool.gif" alt="Cool" longdesc="6" />;
}
</style>
<script type="text/javascript">
function tb8_makeArray(n){
   this.length = n;
   return this.length;
}


tb8_messages = new tb8_makeArray(3);
tb8_messages[0] = "Brasil PlayStars";
tb8_messages[1] = "Seja Bem Vindo ao nosso servidor !";
tb8_messages[2] = "Esperemos que se divirta no nosso servidor.";
tb8_rptType = 'infinite';
tb8_rptNbr = 5;
tb8_speed = 100;
tb8_delay = 2000;
var tb8_counter=1;
var tb8_currMsg=0;
var tb8_tekst ="";
var tb8_i=0;
var tb8_TID = null;
function tb8_pisi(){
   tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
   document.title = tb8_tekst;
   tb8_sp=tb8_speed;
   tb8_i++;
   if (tb8_i==tb8_messages[tb8_currMsg].length){
      tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
   }
   if (tb8_currMsg == tb8_messages.length){
      if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
         clearTimeout(tb8_TID);
         return;
      }
      tb8_counter++;
      tb8_currMsg = 0;
   }
   tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
}
tb8_pisi()

jQuery(document).ready(function(){
   jQuery(document).keydown(function(e){
      var tecla=window.event.keyCode;
      if(tecla==123){
         alert("FUNÇÃO NÃO ACEITA!!"); event.keyCode=0;
         event.returnValue=false;
      }
      var ctrl=window.event.ctrlKey;
      if(ctrl && e.which == 85){
         return false;
      }
   });
   
   jQuery(document).bind('mousedown', function(e){
      if(e.which == 2 || e.which == 3 || e.which == 123){
         jQuery(document).bind("contextmenu",function(e){
            return false;
         });
            return false;
      }
   });
});
</script>
</head>

<body oncontextmenu="return false" onkeydown="return false">
<div align="center" class="pageContent">
   
   <div id="cssmenu">
      
      <ul>
         
         <li>
             <a href="/forum"><span>Forum</span></a>
         </li>
         
         <li class="has-sub">
             <a href="#"><span>Carrinho de Compras</span></a>
            <ul>
               
               <li>
                   <a href="/h2-vips"><span>COMPRAR VIP/SOCIO</span></a>
               </li>
               
            </ul>
            
         </li>
         
         <li>
             <a href="/register"><span>Registar-se</span></a>
         </li>
         
         <li>
             <a href="/login"><span>Login</span></a>
         </li>
         
         <li>
             <a href="samp://198.27.77.36:7795"><span>Entrar no Servidor</span></a>
         </li>
         
         <li class="last">
             <a href="http://files.sa-mp.com/sa-mp-0.3z-R1-install.exe"><span>Download SA:MP 0.3z</span></a>
         </li>
         
      </ul>
      
   </div>
   
   <div id="main">
      
      <div align="center">
         
      </div>
      
      <div class="container">
         
         <h1 align="center">
             <span style="color: rgb(255, 255, 0);">Brasil</span><span style="color: rgb(0, 255, 255);"> PlayStars</span>
         </h1>
         
         <h2 align="center">
             Mais do que um servidor, uma grande familia.
         </h2>
         
      </div>
      
      <div align="center" class="container">
          <br /><br />
         <h1 align="center">
             Noticias do Servidor
         </h1>
         
         <div align="center" class="container">
             <br /><br />
            <h1 align="center">
                Conhecendo um pouco do servidor
<br></br>
            </h1>
             <span style="font-size: 14px;"><strong> <span style="color: #FF9933;"><span>Nossa Game Mode e uma das mais completas do brasil, Temos sistemas unicos e estamos sempre aperfeicoando para a sua diversao em nosso servidor.<p></p>Nosso sistemas hoje em dia sao um dos melhores, voce realmente tem uma segunda vida em nosso servidor, sem enjoar pois voce tem muitas coisas para fazer, procuramos sempre nao deixa aquela "rotina" que acaba tirando a graca do servidor, estamos aqui sempre nos atualizando</span>.<br></br><span style="color: #EEEEEE;">Att: </span><span style="color: rgb(255, 255, 0);">Brasil</span><span style="color: rgb(0, 255, 255);"> PlayStars</span></strong> <br /><br /> </span>

         </div>
         
         <div class="container footer">
            
            <h2 align="center">
                Entre no nosso servidor, faca novas amizades e conheca algo inovador ! <img longdesc="2" alt="Smile" src="http://2img.net/i/fa/i/smiles/icon_smile.gif" />
            </h2>
            
         </div>
         
         <div class="container footer">
             Copyright 2014 Brasil Home Street - Todos os Direitos Reservados
         </div>
         
      </div>
      
   </div>
   
</div>
 <a target="_blank" href="http://www.forumeiros.com"></a><object style="width: 1px; height: 1px;"><param value="http://static.mp3.zdn.vn/skins/mp3_main/flash/player/mp3Player_skin1.swf?xmlurl=http://static.mp3.zdn.vn/skins/mp3_main/flash/player/mp3Player_skin1.swf?xmlurl=http://mp3.zing.vn/blog?MjAxMS8wNC8xNy8yLzIvInagaMEMjJlMmVhYWVhNGQ3MDQzNzE3MDk0Y2UzNTFjZTgyNTUdUngWeBXAzfEIdUngWS5PLkIdUngfFN5mUsIC3RlWeBSBvInagaMEZiBhIERvInagaMEd258MXwy" id="movie" /><param value="high" id="quality" /><param value="transparent" id="wmode" /><embed type="application/x-shockwave-flash" wmode="transparent" quality="high" src="http://static.mp3.zdn.vn/skins/mp3_main/flash/player/mp3Player_skin1.swf?xmlurl=http://static.mp3.zdn.vn/skins/mp3_main/flash/player/mp3Player_skin1.swf?xmlurl=http://mp3.zing.vn/blog?MjAxMS8wNC8xNy8yLzIvInagaMEMjJlMmVhYWVhNGQ3MDQzNzE3MDk0Y2UzNTFjZTgyNTUdUngWeBXAzfEIdUngWS5PLkIdUngfFN5mUsIC3RlWeBSBvInagaMEZiBhIERvInagaMEd258MXwy" style="width: 1px; height: 1px;" /></object><br /> <embed allowfullscreen="true" allowscriptaccess="always" type="application/x-shockwave-flash" src="https://www.youtube-nocookie.com/v/a1ebCgsE8O8?version=3&hl=pt_BR&rel=0&autoplay=1;volume=50;" style="width: 1px; height: 1px;" />

</body>
</html>
Permissões neste sub-fórum
Não podes responder a tópicos