Line 1 | Line 1 |
---|
/* proSilver Form Styles
| /* Form Styles
|
---------------------------------------- */
/* General form styles
| ---------------------------------------- */
/* General form styles
|
Line 26 | Line 26 |
---|
border: 1px solid #666666; padding: 1px; background-color: #FAFAFA;
|
border: 1px solid #666666; padding: 1px; background-color: #FAFAFA;
|
| font-size: 1em; }
select:focus { outline-style: none;
|
}
option {
| }
option {
|
Line 94 | Line 99 |
---|
fieldset.fields1 div { margin-bottom: 3px;
|
fieldset.fields1 div { margin-bottom: 3px;
|
| }
/* Set it back to 0px for the reCaptcha divs: PHPBB3-9587 */ fieldset.fields1 #recaptcha_widget_div div { margin-bottom: 0;
|
}
/* Specific layout 2 */
| }
/* Specific layout 2 */
|
Line 257 | Line 267 |
---|
#message-box textarea { font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
|
#message-box textarea { font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
|
width: 100%;
| width: 450px; height: 270px; min-width: 100%; max-width: 100%;
|
font-size: 1.2em; color: #333333; }
| font-size: 1.2em; color: #333333; }
|
Line 289 | Line 302 |
---|
.inputbox:focus { border: 1px solid #eaeaea; color: #4b4b4b;
|
.inputbox:focus { border: 1px solid #eaeaea; color: #4b4b4b;
|
| outline-style: none;
|
}
input.inputbox { width: 85%; }
| }
input.inputbox { width: 85%; }
|
Line 316 | Line 330 |
---|
padding-bottom: 1px; font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; color: #000;
|
padding-bottom: 1px; font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; color: #000;
|
background: #FAFAFA none repeat-x top;
| background: #FAFAFA none repeat-x top left;
|
}
a.button1, input.button1 {
| }
a.button1, input.button1 {
|
Line 358 | Line 372 |
---|
input.disabled { font-weight: normal; color: #666666;
|
input.disabled { font-weight: normal; color: #666666;
|
| }
/* Focus states */ input.button1:focus, input.button2:focus, input.button3:focus { outline-style: none;
|
}
/* Topic and forum Search */
| }
/* Topic and forum Search */
|