phpBB

Code Changes

File: styles/prosilver/theme/forms.css

  Unmodified   Added   Modified   Removed
Line 1Line 1
/* proSilver Form Styles

/* Form Styles

---------------------------------------- */

/* General form styles

---------------------------------------- */

/* General form styles

Line 26Line 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 262Line 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 294Line 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 363Line 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 */