Pagina HTML
3 participantes
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre códigos :: Questões resolvidas sobre HTML e BBCode
Página 1 de 1 • Compartilhe
Pagina HTML
Detalhes da dúvida
Versão do fórum : PunBBNível de acesso : Fundador
Navegador usado : Mozilla Firefox
Imagem :
- Imagem da minha dúvida:
Membros afetados : Todos os membros do fórum
Endereço do fórum : http://projectgames-rpg.forumeiros.com
Descrição do problema
Queria saber se não tinha como alguem me ajudar a arrumar essa html que meu amigo me deu! Eu gostei dela mais falta os botoes Fórum, Portal, Registrar-se, Logar!Queria saber se tinha como pegar os botoes(forum, regras, novidades, logar-se) desta html:
onfall.forumeiros.com
e colocar na minha!
- Código:
<!-- saved from url=(0063)http://zonehmirrors.net/defaced/2011/06/26/thtimes.pugmarks.in/ --> <meta charset="utf-8" /> <meta name="description" content="Brasil Project Games !" /> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <link rel="shortcut icon" href="http://i57.tinypic.com/2lsws1z.jpg" />
<!-- Música --> <video style="width: 1px; height: 0px;" autoplay="" loop="" allowscriptaccess="always" allowfullscreen="false"> <source src="https://dl-web.dropbox.com/get/Shell/Anonymous%20soundtrack.mp3?w=AAAplrM88M1NX8t3qb3OetRihlYQ4Ql_GQWxQ0zBNfcDNQ&dl=1&_subject_uid=219095579" type="video/mp4" /> </video>
<!-- Titulo --> <title>BPG - RPG</title>
<!-- Script --> <script>
<!--
var tl=new Array("Loading..............................................................",
"Bem Vindo ao Brasil Project Games.",
"Estamos online para fazer a sua diversão.",
"Eventos todos os dias.",
"Sempre novidades inovadoras no servidor",
"Vagas na STAFF está disponivel",
"",
"Fundador:",
"DDkS iRevolTz",
"",
"Administradores:",
"Ninguem",
"",
"Moderadores",
"Ninguem",
"",
"Mais informações olhe em nosso forum",
"Até a próxima ....")
var speed=60;
var index=0; text_pos=0;
var str_length=tl[0].length;
var contents, row;
<!--Script Caixa de texto -->
function type_text()
{
contents='';
row=Math.max(0,index-20);
while(row<index)
contents += tl[row++] + '\r\n';
document.forms[0].elements[0].value = contents + tl[index].substring(0,text_pos) + "_";
if(text_pos++==str_length)
{
text_pos=0;
index++;
if(index!=tl.length)
{
str_length=tl[index].length;
setTimeout("type_text()",1500);
}
}
else
{
setTimeout("type_text()",speed);
}
}
//--
</script>
<!-- Folha CSS --> <style type="text/css">
#footerBAR a:hover {
transition: all 0.5s;
color: #20B2AA;
}
#footerBAR a {
transition: all 0.5s;
color: #4682B4;
text-decoration: none;
}
#footerBAR {
position: fixed;
top: 95.6%;
left: 20%;
width: 60%;
height: 24px;
font-size: 13px;
font-family: Myriad Pro;
text-shadow: 0 1px 0 #000;
padding: 5px 0 0 0;
color: #eee;
text-align: center;
width: 60%;
height: 24px;
background: #090909 url(http://slim.bz/e1bntl) top left repeat-x;
border-radius: 15px 15px 0 0;
border: 1px solid #000;
border-width: 1px 1px 0 1px;
box-shadow: 0 -2px 7px 1px #090909, inset 0 1px 0 0 #666;
z-index: 999;
}
</style>
<!-- Corpo Página -->
<center>
<br />
<p align="center">
<img alt="" src="http://i.imgur.com/NODuxRv.png" />
</p>
<form>
<textarea style="background-color: rgb(0, 0, 0); color: rgb(0, 255, 0);" name="about" readonly="readonly" rows="18" cols="80" wrap="soft"> _ </textarea> <br />
</form>
<div id="footerBAR">
© Todos direitos reservados a OnFall 2015 ©<a href="http://www.forumeiros.com" target="_blank">Forumeiros.com</a>
</div>
<!-- Script Alert no Final para aparecer depois que o corpo for carregado --> <script>
alert("Bem vindo a pagina inicial do fórum BPG");
</script>
</center>
Queria manter a background preta por causa da imagem no meio!
Tambem queria que Mantivesse o quadro preto com as informações de mensagem de bem vindo! e coloca-se a posição da imagem da minha html para que ficasse igual a da http://onfall.forumeiros.com
Re: Pagina HTML
Olá, sabe modificar o texto de bem vindo? Se souber aqui está:
Se não souber, me mande como quer o texto que coloco pra você.
- Código:
<!-- saved from url=(0063)http://zonehmirrors.net/defaced/2011/06/26/thtimes.pugmarks.in/ --> <meta charset="utf-8" /> <meta name="description" content="Brasil Project Games !" /> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <link rel="shortcut icon" href="http://i57.tinypic.com/2lsws1z.jpg" />
<!-- Música --> <video style="width: 1px; height: 0px;" autoplay="" loop="" allowscriptaccess="always" allowfullscreen="false"> <source src="https://dl-web.dropbox.com/get/Shell/Anonymous%20soundtrack.mp3?w=AAAplrM88M1NX8t3qb3OetRihlYQ4Ql_GQWxQ0zBNfcDNQ&dl=1&_subject_uid=219095579" type="video/mp4" /> </video>
<!-- Titulo --> <title>BPG - RPG</title>
<!-- Script --> <script>
<!--
var tl=new Array("Loading..............................................................",
"Bem Vindo ao Brasil Project Games.",
"Estamos online para fazer a sua diversão.",
"Eventos todos os dias.",
"Sempre novidades inovadoras no servidor",
"Vagas na STAFF está disponivel",
"",
"Fundador:",
"DDkS iRevolTz",
"",
"Administradores:",
"Ninguem",
"",
"Moderadores",
"Ninguem",
"",
"Mais informações olhe em nosso forum",
"Até a próxima ....")
var speed=60;
var index=0; text_pos=0;
var str_length=tl[0].length;
var contents, row;
<!--Script Caixa de texto -->
function type_text()
{
contents='';
row=Math.max(0,index-20);
while(row<index)
contents += tl[row++] + '\r\n';
document.forms[0].elements[0].value = contents + tl[index].substring(0,text_pos) + "_";
if(text_pos++==str_length)
{
text_pos=0;
index++;
if(index!=tl.length)
{
str_length=tl[index].length;
setTimeout("type_text()",1500);
}
}
else
{
setTimeout("type_text()",speed);
}
}
//--
</script>
<!-- Folha CSS --> <style type="text/css">
#footerBAR a:hover {
transition: all 0.5s;
color: #20B2AA;
}
#footerBAR a {
transition: all 0.5s;
color: #4682B4;
text-decoration: none;
}
#footerBAR {
position: fixed;
top: 95.6%;
left: 20%;
width: 60%;
height: 24px;
font-size: 13px;
font-family: Myriad Pro;
text-shadow: 0 1px 0 #000;
padding: 5px 0 0 0;
color: #eee;
text-align: center;
width: 60%;
height: 24px;
background: #090909 url(http://slim.bz/e1bntl) top left repeat-x;
border-radius: 15px 15px 0 0;
border: 1px solid #000;
border-width: 1px 1px 0 1px;
box-shadow: 0 -2px 7px 1px #090909, inset 0 1px 0 0 #666;
z-index: 999;
}
</style>
<style type="text/css">
#specialBTN:hover {
transition: all 0.7s;
border-width: 1px 1px 1px 10px;
text-shadow: 0 1px 0 #000, 0 0 7px #2E8B57;
}
#specialBTN {
position: relative;
top: 160px;
left: -15%;
transition: all 0.7s;
padding: 10px 0 0 0;
color: #2E8B57;
width: 256px;
height: 32px;
background: #111 url(http://bit.ly/1lM0xU0) repeat-x top left;
border: solid #2E8B57;
border-width: 1px 10px 1px 1px;
border-radius: 0 20px;
box-shadow: 0 1px 5px 1px #000, inset 0 0 5px 1px #000;
cursor: pointer;
letter-spacing: 1px;
font-size: 18px;
text-shadow: 0 1px 0 #000;
z-index: 2;
}
#leftBTN:hover {
transition: all 0.7s;
border-width: 1px 1px 1px 10px;
text-shadow: 0 1px 0 #000, 0 0 7px steelblue;
}
#leftBTN {
position: relative;
top: 160px;
left: -15%;
transition: all 0.7s;
padding: 10px 0 0 0;
color: #4682B4;
width: 256px;
height: 32px;
background: #111 url(http://bit.ly/1lM0xU0) repeat-x top left;
border: solid steelblue;
border-width: 1px 10px 1px 1px;
border-radius: 0 20px;
box-shadow: 0 1px 5px 1px #000, inset 0 0 5px 1px #000;
cursor: pointer;
letter-spacing: 1px;
font-size: 18px;
text-shadow: 0 1px 0 #000;
z-index: 2;
}
#backAnime {
position: absolute;
top: 0;
left: 35%;
width: 768px;
height: 527px;
background: url(http://i.imgur.com/NODuxRv.png) no-repeat center center;
z-index: 0;
}
img#homeIcon {
float: left;
margin: 3px 3px 3px 10px;
cursor: pointer;
}
#headerBAR a:hover {
transition: all 0.5s;
color: #20B2AA;
}
#headerBAR a {
transition: all 0.5s;
color: #4682B4;
padding: 0 10px 0 15px;
text-decoration: none;
}
#headerBAR {
font-size: 13px;
font-family: Myriad Pro;
text-shadow: 0 1px 0 #000;
padding: 5px 0 0 0;
color: #eee;
text-align: center;
width: 60%;
height: 24px;
background: #090909 url(http://slim.bz/e1bntl) top left repeat-x;
border-radius: 0 0 15px 15px;
border: 1px solid #000;
border-width: 0 1px 1px 1px;
box-shadow: 0 2px 7px 1px #090909, inset 0 -1px 0 0 #666;
position: fixed;
top: 0px;
left: 20%;
z-index: 999;
}
#footerBAR a:hover {
transition: all 0.5s;
color: #20B2AA;
}
#footerBAR a {
transition: all 0.5s;
color: #4682B4;
text-decoration: none;
}
#footerBAR {
position: fixed;
top: 95.6%;
left: 20%;
width: 60%;
height: 24px;
font-size: 13px;
font-family: Myriad Pro;
text-shadow: 0 1px 0 #000;
padding: 5px 0 0 0;
color: #eee;
text-align: center;
width: 60%;
height: 24px;
background: #090909 url(http://slim.bz/e1bntl) top left repeat-x;
border-radius: 15px 15px 0 0;
border: 1px solid #000;
border-width: 1px 1px 0 1px;
box-shadow: 0 -2px 7px 1px #090909, inset 0 1px 0 0 #666;
z-index: 999;
}
body {
cursor: default;
font-family: Myriad Pro, Tahoma, Arial, Verdana;
font-size: 13px;
background: #333 url(http://bit.ly/1lMKfWu);
overflow: hidden;
-webkit-user-drag: none;
user-drag: none;
-moz-user-drag: none;
-webkit-user-select: none;
user-select: none;
-moz-user-select: none;
}
textarea{
background-color: rgb(0, 0, 0);
color: rgb(0, 255, 0);
position: relative;
right: -111px;
width: 570px;
margin: 186px;
}
</style>
<!-- Folha CSS -->
<body><div id="headerBAR"><img onclick="parent.location="/portal"" id="homeIcon" src="http://s5.postimg.org/5k9u7s0o3/Very_Basic_Home_icon.png"><a href="/register">Criar uma conta</a> - <a href="/login">Logar-se</a></div>
<center>
<video autoplay="" loop="" allowscriptaccess="always" allowfullscreen="false" width="1" height="0">
<source src="http://cdn-redir.terra.com/sscdn/10f/8/a/f/7/Estilodimik-dj-ciclo-boy-mike-will-made-it-ft-wiz-khalifa-juicy-j-miley-cyrus-461845.mp3?" type="video/mp4">
</video>
<div id="leftBTN" onclick="parent.location="/forum"">Fórum</div><br>
<div id="leftBTN" onclick="parent.location="/f1-regras-servidor-e-forum"">Regras</div><br>
<div id="specialBTN" onclick="parent.location="/f2-noticias-da-administracao"">Novidades</div><br>
<div id="specialBTN" onclick="parent.location="/login"">Logar-se</div><br>
<div id="backAnime"></div></center><br><embed allowfullscreen="true" allowscriptaccess="always" type="application/x-shockwave-flash" src="https://www.youtube.com/watch?v=abNxEq1l7wk" style="width: 1px; height: 1px;">
<div id="footerBAR">© Todos direitos reservados a OnFall 2015 | Powered by <a href="http://www.forumeiros.com/" target="_blank">Forumeiros</a></div>
</body></html>
<!-- Corpo Página -->
<center>
<br />
<form>
<textarea style="background-color: rgb(0, 0, 0); color: rgb(0, 255, 0);" name="about" readonly="readonly" rows="18" cols="80" wrap="soft">Texto de bem vindo</textarea> <br />
</form>
<div id="footerBAR">
© Todos direitos reservados a OnFall 2015 ©<a href="http://www.forumeiros.com" target="_blank">Forumeiros.com</a>
</div>
<!-- Script Alert no Final para aparecer depois que o corpo for carregado --> <script>
alert("Bem vindo a pagina inicial do fórum BPG");
</script>
</center>
Se não souber, me mande como quer o texto que coloco pra você.
Re: Pagina HTML
Segundo o regulamento do setor de suporte, tópicos com mais de 7 dias devem ser arquivados por abandono do próprio autor. Você poderá obter mais informações lendo este tópico: Regras para a postagem de dúvidas Caso ainda tenha dúvidas, aconselhamos que crie um novo tópico no setor de suporte, tendo em vista que este não deve ficar na seção por mais de 7 dias. |
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre códigos :: Questões resolvidas sobre HTML e BBCode
Página 1 de 1
Permissões neste sub-fórum
Não podes responder a tópicos