agradesco la repusta pero ya intente pero no poseo los mismos archivos
dejo el estado de mis archivos :
posting_buttons
Código: Seleccionar todo
<!-- IF S_BBCODE_ALLOWED -->
<div id="colour_palette" style="display: none;">
<dl style="clear: left;">
<dt><label>{L_FONT_COLOR}:</label></dt>
<dd id="palette-container">
</dd>
</dl>
</div>
<div id="format-buttons">
<input type="button" class="button2" accesskey="b" name="addbbcode0" value=" B " style="font-weight:bold; width: 30px" onclick="bbstyle(0)" title="{L_BBCODE_B_HELP}" />
<input type="button" class="button2" accesskey="i" name="addbbcode2" value=" i " style="font-style:italic; width: 30px" onclick="bbstyle(2)" title="{L_BBCODE_I_HELP}" />
<input type="button" class="button2" accesskey="u" name="addbbcode4" value=" u " style="text-decoration: underline; width: 30px" onclick="bbstyle(4)" title="{L_BBCODE_U_HELP}" />
<!-- IF S_BBCODE_QUOTE -->
<input type="button" class="button2" accesskey="q" name="addbbcode6" value="Quote" style="width: 50px" onclick="bbstyle(6)" title="{L_BBCODE_Q_HELP}" />
<!-- ENDIF -->
<input type="button" class="button2" accesskey="c" name="addbbcode8" value="Code" style="width: 40px" onclick="bbstyle(8)" title="{L_BBCODE_C_HELP}" />
<input type="button" class="button2" accesskey="l" name="addbbcode10" value="List" style="width: 40px" onclick="bbstyle(10)" title="{L_BBCODE_L_HELP}" />
<input type="button" class="button2" accesskey="o" name="addbbcode12" value="List=" style="width: 40px" onclick="bbstyle(12)" title="{L_BBCODE_O_HELP}" />
<input type="button" class="button2" accesskey="y" name="addlistitem" value="[*]" style="width: 40px" onclick="bbstyle(-1)" title="{L_BBCODE_LISTITEM_HELP}" />
<!-- IF S_BBCODE_IMG -->
<input type="button" class="button2" accesskey="p" name="addbbcode14" value="Img" style="width: 40px" onclick="bbstyle(14)" title="{L_BBCODE_P_HELP}" />
<!-- ENDIF -->
<!-- IF S_LINKS_ALLOWED -->
<input type="button" class="button2" accesskey="w" name="addbbcode16" value="URL" style="text-decoration: underline; width: 40px" onclick="bbstyle(16)" title="{L_BBCODE_W_HELP}" />
<!-- ENDIF -->
<!-- IF S_BBCODE_FLASH -->
<input type="button" class="button2" accesskey="d" name="addbbcode18" value="Flash" onclick="bbstyle(18)" title="{L_BBCODE_D_HELP}" />
<!-- ENDIF -->
<select name="addbbcode20" onchange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]');this.form.addbbcode20.selectedIndex = 2;" title="{L_BBCODE_F_HELP}">
<option value="50">{L_FONT_TINY}</option>
<option value="85">{L_FONT_SMALL}</option>
<option value="100" selected="selected">{L_FONT_NORMAL}</option>
<!-- IF not MAX_FONT_SIZE or MAX_FONT_SIZE >= 150 -->
<option value="150">{L_FONT_LARGE}</option>
<!-- IF not MAX_FONT_SIZE or MAX_FONT_SIZE >= 200 -->
<option value="200">{L_FONT_HUGE}</option>
</select>
<select name="addbbcodefont" onchange="bbfontstyle('[font=' + this.form.addbbcodefont.options[this.form.addbbcodefont.selectedIndex].value + ']', '[/font]');this.form.addbbcodefont.selectedIndex = 6;" title="Font style: [font=Tahoma]text[/font]">
<option style="font-family: Tahoma;" value="Tahoma">Tahoma</option>
<option style="font-family: Verdana;" value="Verdana">Verdana</option>
<option style="font-family: Arial Black;" value="Arial Black">Arial Black</option>
<option style="font-family: Comic Sans MS;" value="Comic Sans MS">Comic Sans MS</option>
<option style="font-family: Lucida Console;" value="Lucida Console">Lucida Console</option>
<option style="font-family: Palatino Linotype;" value="Palatino Linotype">Palatino Linotype</option>
<option value="" selected="selected">Font Family</option>
<option style="font-family: MS Sans Serif4;" value="MS Sans Serif4">MS Sans Serif4</option>
<option style="font-family: System;" value="System">System</option>
<option style="font-family: Georgia1;" value="Georgia1">Georgia1</option>
<option style="font-family: Impact;" value="Impact">Impact</option>
<option style="font-family: Courier;" value="Courier">Courier</option>
<option style="font-family: Symbol;" value="Symbol">Symbol</option>
</select>
<!-- ENDIF -->
<!-- ENDIF -->
</select>
<input type="button" class="button2" name="bbpalette" id="bbpalette" value="{L_FONT_COLOR}" onclick="change_palette();" title="{L_BBCODE_S_HELP}" />
<!-- BEGIN custom_tags -->
<input type="button" class="button2" name="addbbcode{custom_tags.BBCODE_ID}" value="{custom_tags.BBCODE_TAG}" onclick="bbstyle({custom_tags.BBCODE_ID})" title="{custom_tags.BBCODE_HELPLINE}" />
<!-- END custom_tags -->
</div>
<!-- ENDIF -->
posting_layout.html :
no poseo este archivo en mi estilo.
forms.css
Código: Seleccionar todo
/*
Forms
*/
.phpbb input[type="text"], .phpbb input[type="password"], .phpbb input[type="email"], .phpbb textarea, .phpbb select, .phpbb input[type="submit"], .phpbb .button1, .phpbb .button2 {
margin: 0;
padding: 0;
font-family: Verdana;
font-size: 13px;
line-height: 1.2em;
outline-style: none;
border: 1px solid transparent;
background-position: 0 50%;
}
.phpbb input[type="text"], .phpbb input[type="password"], .phpbb input[type="email"], .phpbb textarea, .phpbb input[type="submit"], .phpbb .button1, .phpbb .button2 {
-webkit-appearance: none;
}
.phpbb a.button1, .phpbb a.button2 {
display: inline-block;
text-decoration: none;
}
.phpbb .button2 {
background-position: 100% 50%;
}
.phpbb input[type="text"], .phpbb input[type="password"], .phpbb input[type="email"], .phpbb textarea, .phpbb select {
padding: 2px;
}
.phpbb.browser-mozilla input[type="text"], .phpbb.browser-mozilla input[type="password"], .phpbb.browser-mozilla input[type="email"] {
padding: 1px 2px 2px;
}
.phpbb input[type="text"]:invalid, .phpbb input[type="password"]:invalid, .phpbb input[type="email"]:invalid, .phpbb textarea:invalid {
box-shadow: none;
}
.phpbb input[type="submit"], .phpbb .button1, .phpbb .button2 {
line-height: 1.4em;
padding: 2px 8px 3px;
cursor: pointer;
border-width: 0;
border-radius: 5px;
}
.ie7 .phpbb input[type="submit"], .ie7 .phpbb .button1, .ie7 .phpbb .button2 {
padding-top: 0;
padding-bottom: 1px;
margin-top: 0;
}
.phpbb a.button1, .phpbb a.button2 {
line-height: 1em;
padding: 4px 10px 0;
height: 19px;
}
.oldie .phpbb a.button1, .oldie .phpbb a.button2 {
padding-top: 5px;
}
.ie7 .phpbb a.button1, .ie7 .phpbb a.button2 {
padding-top: 4px;
padding-bottom: 0;
}
.ie7 .phpbb .menu a.button1, .ie7 .phpbb .menu a.button2 {
position: relative;
top: 2px;
}
.phpbb input[type="checkbox"], .phpbb input[type="radio"] {
margin-top: 0;
margin-bottom: 0;
}
.phpbb select {
max-width: 250px;
}
.ie7 .phpbb select {
width: 250px;
}
.phpbb fieldset.submit-buttons {
text-align: center;
padding: 4px 0;
}
.phpbb #format-buttons .button2 {
border-width: 1px;
width: auto !important;
}
.ie7 .phpbb #format-buttons .button2 {
padding: 0;
}
.phpbb #search_keywords {
padding-left: 19px;
background-position: 4px 50%;
background-repeat: no-repeat;
}
.phpbb #edit_reason {
width: 90%;
}
/*
Big post buttons
*/
.phpbb .buttons a, .phpbb a.button {
display: inline-block;
position: relative;
margin: 0;
margin-left: 30px;
padding: 4px 12px 0 0;
vertical-align: top;
height: 26px;
font-family: Verdana;
font-size: 12px;
line-height: 20px;
text-decoration: none;
outline-style: none;
background-position: 100% 0;
background-repeat: no-repeat;
max-width: 400px;
}
.phpbb.browser-webkit .buttons a, .phpbb.browser-webkit a.button {
padding-top: 5px;
height: 25px;
}
.phpbb .buttons a span, .phpbb a.button span {
display: block;
position: absolute;
top: 0;
bottom: 0;
left: -30px;
width: 30px;
background-position: 0 -30px;
background-repeat: no-repeat;
}
.ie7 .phpbb .topic-actions .buttons, .ie7 .phpbb .panel .buttons, .ie7 .phpbb .popup .buttons {
position: relative;
left: 30px;
}
.phpbb .buttons .reply-icon a span, .phpbb .buttons .pmreply-icon a span {
background-position: -30px -30px;
}
.phpbb .buttons .newpm-icon a span {
background-position: -60px -30px;
}
.phpbb .buttons .post-icon a span {
background-position: -90px -30px;
}
.phpbb #qr_showeditor_div a span, .phpbb .jumpbox a.button span {
background-position: -120px -30px;
}
.phpbb .buttons a.icon-login span {
background-position: -150px -30px;
}
.phpbb .buttons a.icon-register span, .phpbb .buttons .forwardpm-icon a span {
background-position: -180px -30px;
}
/*
Menu forms
*/
.phpbb li.menu-form input.inputbox {
width: 156px;
border-radius: 6px;
}
.phpbb li.menu-form input.inputbox.search, .phpbb li.menu-form input.inputbox.login, .phpbb li.menu-form input.inputbox.password {
padding-left: 20px;
width: 172px;
background-position: 4px 45%;
background-repeat: no-repeat;
}
.phpbb li.menu-form input.inputbox.search {
width: 140px;
}
.phpbb li.menu-form input.button-icon {
width: 0;
height: 0;
padding: 24px 0 0 26px;
overflow: hidden;
font-size: 0;
float: right;
border-width: 0;
border-radius: 0;
background: transparent none 0 -60px no-repeat;
}
.ie7 .phpbb li.menu-form input.button-icon {
width: 26px;
height: 24px;
padding-top: 0;
}
.phpbb li.menu-form label {
display: block;
font-size: 11px;
max-width: 200px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.ie7 .phpbb li.menu-form label {
white-space: normal;
}
.phpbb li.menu-form .buttons {
float: none;
text-align: right;
}
solo esos 2 cambios quiero hacer al foro lo demas esta bien.
URL:
http://webcsaprueva.site90.com
Versión phpBB: 3.0.10
MODs Instalados: ninguno
Plantilla(s) usada(s): Artodia: Helion * basada en Prosilver
Servidor: 000webhost.com
Actualización desde otra versión: No
Conversión desde otro sistema de foros: No