Boas-vindas ao Power Pixel

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

Yago Almeida Yago Almeida  • Dom 27 Abr 2014 - 2:48

bug na criaçao de novo topico Empty bug na criaçao de novo topico Dom 27 Abr 2014 - 2:48

Minha questão:
Alguem pode me ajudar sempre que vou criar um novo topico a caixa fica muito grande e so consigo digitar na metade da caixa: [Tens de ter uma conta e sessão iniciada para poderes visualizar este link]


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

Versão:
Phpbb3

Daemon Daemon  • Dom 27 Abr 2014 - 7:49

bug na criaçao de novo topico Empty Re: bug na criaçao de novo topico Dom 27 Abr 2014 - 7:49

Adicione ao css:
Código:
#textarea_content {
min-width: 98%!important;
}
.sceditor-container iframe, .sceditor-container textarea {
background: #fff !important;
}
#smiley-box {
border: 1px solid #DDD;
padding: 3px;
width: 99%;
}
Até mais!

Yago Almeida Yago Almeida  • Dom 27 Abr 2014 - 17:35

bug na criaçao de novo topico Empty Re: bug na criaçao de novo topico Dom 27 Abr 2014 - 17:35

O novo tópico agora está assim só a barrinha desceu: [Tens de ter uma conta e sessão iniciada para poderes visualizar este link] A resposta rapida agora está assim emcima do avatar: https://i.imgur.com/wpBGBIx.jpg

Daemon Daemon  • Dom 27 Abr 2014 - 17:48

bug na criaçao de novo topico Empty Re: bug na criaçao de novo topico Dom 27 Abr 2014 - 17:48

O senhor poderia passar-nos o seu css para a edição do mesmo?


Até!

Yago Almeida Yago Almeida  • Dom 27 Abr 2014 - 17:56

bug na criaçao de novo topico Empty Re: bug na criaçao de novo topico Dom 27 Abr 2014 - 17:56

Código:
/*------------------------------------------------*/
/*-------------[Body tamaño del foro logo descripcion del foro]------------*/
/*------------------------------------------------*/
body#phpbb {
background-color: #eee;
}
.headerbar {
padding: 0px;
}
#wrap {
width: 960px;
background: #FFFFFF;
background-color: #fff;
margin: auto;
-webkit-border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
box-shadow: 0 1px 2px rgba(0,0,0,.15);
margin-bottom: 25px !important;
}
.footer-home::before {
content: "";
display: block;
  margin-top: 40px;
}
#logo-desc{width: 970px !important;
height: 300px !important;
background: transparent url("http://i.imgur.com/jKrLHfe.jpg") center center no-repeat;
box-shadow: 0px 0px 15px #000 inset;
  margin: -5px;}
#site-title h1 {display: none;}
#site-title, #site-title h1{display: none;}
#logo-desc p {display: none;}
/*------------------------------------------------*/
/*-------------[Navbar]------------*/
/*------------------------------------------------*/
ul.navlinks {
border-bottom: 1px solid transparent;
box-shadow: 0 1px 3px rgba(0,0,0,0.25),inset 0 -1px 0 rgba(0,0,0,0.1);
font-weight: 700;
height: 40px;
left: 0;
position: fixed;
right: 0;
text-align: center;
top: 0;
z-index: 999;
background-image: url(http://i.imgur.com/AOkgY.png);
}
ul.linklist li {
line-height: 40px;
}
ul.linklist.navlinks li a{padding: 15px 10px 15px 10px;color: #ffffff;}
ul.linklist.navlinks li a:hover{background: rgba(255, 255, 255, 0.05);color: #ffffff;}
/*------------------------------------------------*/
/*-------------[Panel Foros]------------*/
/*------------------------------------------------*/
form#quick_reply  #textarea_content textarea #text_editor_textarea {
background-image: url();
background-repeat: no-repeat;
background-position: bottom right;
}
.panel {
background-color: #f5f5f5;
border: 1px solid rgba(0, 0, 0, 0.05);
border-radius: 4px;
}
.row {
border-bottom: 1px solid #FFF!important;
border-top: 1px solid #CCC!important;
position: relative;
background: rgb(255, 255, 255) url(http://i.imgur.com/PtFzv.png) repeat-x left bottom;
}
.forabg {
background-color: #000;
background-image: url(http://i.imgur.com/AOkgY.png);
background-position: 0 0;
border-left: 1px #ddd solid;
border-right: 1px #ddd solid;
padding: 0;
box-shadow: 0px 0px 15px #ccc;
border-radius: 4px;
}
.row1 {
border-bottom: 1px solid #FFF!important;
border-top: 1px solid #CCC!important;
position: relative;
background: rgb(255, 255, 255) url(cccc) repeat-x left bottom;}
.row2 {
border-bottom: 1px solid #FFF!important;
border-top: 1px solid #CCC!important;
position: relative;
background: rgb(255, 255, 255) url(http://i.imgur.com/PtFzv.png) repeat-x left bottom;}
/*------------------------------------------------*/
/*-------------[Foros cat Portal]------------*/
/*------------------------------------------------*/

.post {
background: #eee;
border-bottom: 1px solid #ccc;
box-shadow: 0px 0px 8px #ddd inset;
}
.post span.corners-top {
height: 29px;
background: #ffffff;
padding: 6px 15px;
}
.module {
border-radius: 4px;
background: #eee;
border: 1px solid #ccc;
box-shadow: 0 0 5px #ccc;
}
.table-title, .table-title h2 {
display: inline;
color: #FFF !important;
font-family: 'Arvo', Helvetica Neue, Helvetica, Arial, Verdana;
font-size: 1.1em;
font-weight: 700;
}

/*------------------------------------------------*/
/*-------------[Borrar el subrayado de los enlaces]------------*/
/*------------------------------------------------*/
a {text-decoration: none;}
a:link {text-decoration: none;}
a:hover {text-decoration: none!important;}
a.forumtitle {text-decoration: none;}
a.forumtitle:hover {text-decoration: none!important;}
a.topictitle {text-decoration: none;}
a.topictitle:hover {text-decoration: none!important;}
/*------------------------------------------------*/
/*-------------[Perfil Post]------------*/
/*------------------------------------------------*/
#message-box textarea {
background-image: url();
background-repeat: no-repeat;
background-position: bottom right;
}
.forumbg {
background-color: #ffffff;
background-image: url(http://i.imgur.com/AOkgY.png);
background-position: 0 0;
border-left: 1px #ddd solid;
border-radius: 4px;
border-right: 1px #ddd solid;
box-shadow: 0 0 15px #ccc;
padding: 0;
}
.postprofile {
padding: 5px;
text-align: center;
background-color: #f5f5f5;
border: 1px solid #ddd;
box-shadow: 0px 0px 0px 1px rgb(255, 255, 255),inset 0 0px 0 rgba(0,0,0,0.1);
border-radius: 4px;
padding: 5px;
left: -5px;
}
.postprofile dd, .postprofile dt {
line-height: 1.2em;
margin: auto;
padding: 10px;
background: #FFF;
border: 1px solid #DDD;
border-radius: 5px;
margin: auto;
margin-top: 4px;
}
/*------------------------------------------------*/
/*-------------[Botones]------------*/
/*------------------------------------------------*/
input.button1, input.button2, button.button2, #main-content a.cgu-buttons {
background: #f4f5f4 url(http://i.imgur.com/o3DYGcD.png);
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
border-radius: 6px;
padding: 6px;}
a.button1, a.button2, button.button2, input.button1, input.button2 {
color: #fff !important;
}

/*------------------------------------------------*/
/*-------------[agre codigos para solucionar errores & aportes importantes no borres nada]------------*/
/*------------------------------------------------*/
#plus_menu {
background: #000;
}
.user_login_form input[type="text"], .user_login_form input[type="password"]{
position:relative;
top:7px;
}
.postbody .topic-title {
font-size:1.2em;}
p.path {
background: #222 url(http://i.imgur.com/DkHoj.png) bottom repeat-x;
border: 1px solid #000;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
clear: left;
color: #DDD;
margin-left: 15px;
padding: 8px;
position: absolute;
top: 281px;
width: 915px;
box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset #555 0px 1px 0px;
}
p.path a{color:#fff!important;}
.pathname-box {
background: #222 url(http://i.imgur.com/DkHoj.png) bottom repeat-x;
border: 1px solid #000;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
clear: left;
color: #DDD;
margin-left: 15px;
padding: 8px;
position: absolute;
top: 278px;
width: 915px;
box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset #555 0px 1px 0px;
}
.pathname-box a{color:#fff!important;}
.postbody {
clear: both;
color: #7d7d7d;
float: right;
line-height: 1.48em;
padding: 7px;
width: 75%;
background: #fff;
border: 1px solid #ddd;
border-radius: 6px;
margin-top: 5px;
}
.topic-actions {
font-size: 1.1em;
height: auto;
background-color: #f5f5f5;
padding: 10px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
margin: 0px;
}
h1.page-title {
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 2em;
font-weight: 400;
background-color: #f5f5f5;
border-bottom: 1px dotted #ddd;
padding: 10px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
margin: 0px;
}
h1.page-title a{color: #000!important;}
blockquote cite {
display: block;
font-style: normal;
font-weight: 700;
border-bottom: 1px dashed rgba(0,0,0,.2);
padding: 3px 5px;
margin-left: -15px;
font-size: 12px;
}
blockquote {
margin: 1em 1px 1em 25px;
overflow: hidden;
background-color: #fefbf3;
padding: 9px;
border: 1px solid rgba(0,0,0,.2);
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
box-shadow: 0 1px 2px rgba(0,0,0,.1);
font-family: Verdana;
font-size: 12px;
line-height: 1.5em;
border-radius: 6px;
}
.content blockquote {
color: #333;
}
a[href="/f1-noticias"] {
text-shadow: 0px 0px 5px #11538A;
}
a[href="/g1-dono"] {
text-shadow: 0px 0px 5px #1D912B;
}
.module .h3 {
  -moz-border-radius: 0 0 7px 7px;
  background: #222222;
  border: 0;
  border-bottom-left-radius: 7px 7px;
  border-bottom-right-radius: 7px 7px;
  border-radius: 0 0 7px 7px;
  border-top: 0 none;
  color: #fff!important;
  font-weight: 700!important;
  margin: 0 4px;
  padding: 7px;
  position: relative;
  text-align: center;
  text-shadow: 1px 1px 0 #000;
  top: -9px;
}
li > a.mainmenu[href="/groups"] { display : none; }
li > a.mainmenu[href="/faq"] { display : none; }
li > a.mainmenu[href="/calendar"] { display : none; }
li > a.mainmenu[href="/login?logout=1&tid=178107faa97dcffb2ec9ec6f7a90c89e&key=1bd274"] { display : none; }
li > a.mainmenu[href="/profile?mode=editprofile"] { display : none; }

.postbody a, .postbody .content div a, .postbody .post-entry div a {
  display: inline-block;
  max-width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.post span.postdetails a img:first-child,.postprofile dl dt a img:first-child,.post div.user-ident div.user-basic-info a img:first-child,dl.postdetails dl a img:first-child{
-moz-box-shadow:1px 1px 5px #9C9C9C;
-webkit-box-shadow:1px 1px 5px #9C9C9C;
box-shadow:1px 1px 5px #9C9C9C;
}

.post span.postdetails a img:first-child,.postprofile dl dt a img:first-child,.post div.user-ident div.user-basic-info a img:first-child,dl.postdetails dl a img:first-child{width:150px;height:150px}
p.rightside + p {
display: none;
}
p.rightside {
display: none;
}
ul.linklist {
display:none!important;
}

/////avatar das postagens

.titlebox{
    background: #f4f4f4;
    border-radius: 1px;
    border: #ccc 1px solid;
    box-shadow: rgba(0,0,0,.3) 0 0 3px;
    color: #A4A4A4;
    overflow: hidden;
    padding: 1em;
}
.titlebox h1{
    display: block;
    float: left;
    margin: 5px 10px;
    width: 70%;
}
.title_avatar img{
    background: #FFF;
    border: 1px solid #D5D5D5;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    float: left;
    height: 70px;
    padding: 1px;
    width: 55px;
}
.title_avatar img:hover {
    border-color: #A1A1A1;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.title_infos{
    float: left;
    margin: 0 10px;
}
.titlebox p a{
    background: linear-gradient(#F6F8FA, #EDEEEF) repeat scroll 0% 0% transparent;
    border-radius: 3px;
    border: 1px solid #D9DBDD;
    box-shadow: 0px 1px 0px #FFF inset, 0px 1px 0px rgba(0, 0, 0, 0.3);
    color: #616161;
    display: inline-block;
    font-size: 11px;
    height: 15px;
    line-height: 15px;
    padding: 0px 5px;
    transition: all 0.2s ease-in-out 0s;
    white-space: nowrap;
}
.titlebox p a:hover {
    border-color: #CED0D2;
    color: #4C4C4C;
}

.mini_ava {
float: left;
}
.mini_ava img {
width: 40px;
height: 40px;
margin: 0 5px;
border-radius: 2px;
-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}

#search-box{
display:none;
}
/*SCEDITOR e TEXTAREA estilo BestSkins*/
.sceditor-container {
background: #EFF1F3 url(http://i.imgur.com/ZxTuSNx.png) repeat-x 0 -1950px !important;
padding: 0px 1px 0px 1px !important;
border: 1px solid #E1E3E5 !important;
border-radius: 0px !important;
}
.sceditor-toolbar {
background: transparent !important;
padding: 1px 5px 1px 5px !important;
border-bottom: 1px solid #E1E3E5 !important;
}
div.sceditor-group {
background: transparent !important;
border-right: 1px solid #E1E3E5;
border-bottom: 0px !important;
}
div.sceditor-group:last-child {border-right: 0;}
.sceditor-button {cursor: default !important;}
.sceditor-button.sceditor-button-size {
height: 18px;
margin-top: 1px;
width: 57px;
background: url(http://i55.servimg.com/u/f55/18/17/62/92/size10.png) 0px 0px no-repeat scroll !important;
}
.sceditor-button.sceditor-button-font {
height: 18px;
margin-top: 1px;
width: 77px;
background: url(http://i55.servimg.com/u/f55/18/17/62/92/fonte10.png) 0px 0px repeat scroll !important;
}
.sceditor-button.sceditor-button-size > div, .sceditor-button.sceditor-button-font > div {
display: none;
}
#textarea_content {
min-width: 82%!important; 

Yago Almeida Yago Almeida  • Dom 27 Abr 2014 - 18:09

bug na criaçao de novo topico Empty Re: bug na criaçao de novo topico Dom 27 Abr 2014 - 18:09

pode fechar o tópico, consegui arrumar muito obrigado!

waghcwb waghcwb  • Qua 30 Abr 2014 - 11:42

bug na criaçao de novo topico Empty Re: bug na criaçao de novo topico Qua 30 Abr 2014 - 11:42

[alerta=]
Tópico trancado[/alerta]

Conteúdo patrocinado  • 

bug na criaçao de novo topico Empty Re: bug na criaçao de novo topico

Permissões neste sub-fórum
Não podes responder a tópicos