Blame Extras/phpBB/3.0.4/styles/prosilver/theme/forms.css

4c79b5
/* proSilver Form Styles
4c79b5
---------------------------------------- */
4c79b5
4c79b5
/* General form styles
4c79b5
----------------------------------------*/
4c79b5
fieldset {
4c79b5
	border-width: 0;
4c79b5
	font-family: Verdana, Helvetica, Arial, sans-serif;
4c79b5
	font-size: 1.1em;
4c79b5
}
4c79b5
4c79b5
input {
4c79b5
	font-weight: normal;
4c79b5
	cursor: pointer;
4c79b5
	vertical-align: middle;
4c79b5
	padding: 0 3px;
4c79b5
	font-size: 1em;
4c79b5
	font-family: Verdana, Helvetica, Arial, sans-serif;
4c79b5
}
4c79b5
4c79b5
select {
4c79b5
	font-family: Verdana, Helvetica, Arial, sans-serif;
4c79b5
	font-weight: normal;
4c79b5
	cursor: pointer;
4c79b5
	vertical-align: middle;
4c79b5
	border: 1px solid #666666;
4c79b5
	padding: 1px;
4c79b5
	background-color: #FAFAFA;
4c79b5
}
4c79b5
4c79b5
option {
4c79b5
	padding-right: 1em;
4c79b5
}
4c79b5
4c79b5
option.disabled-option {
4c79b5
	color: graytext;
4c79b5
}
4c79b5
4c79b5
textarea {
4c79b5
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
4c79b5
	width: 60%;
4c79b5
	padding: 2px;
4c79b5
	font-size: 1em;
4c79b5
	line-height: 1.4em;
4c79b5
}
4c79b5
4c79b5
label {
4c79b5
	cursor: default;
4c79b5
	padding-right: 5px;
4c79b5
	color: #676767;
4c79b5
}
4c79b5
4c79b5
label input {
4c79b5
	vertical-align: middle;
4c79b5
}
4c79b5
4c79b5
label img {
4c79b5
	vertical-align: middle;
4c79b5
}
4c79b5
4c79b5
/* Definition list layout for forms
4c79b5
---------------------------------------- */
4c79b5
fieldset dl {
4c79b5
	padding: 4px 0;
4c79b5
}
4c79b5
4c79b5
fieldset dt {
4c79b5
	float: left;	
4c79b5
	width: 40%;
4c79b5
	text-align: left;
4c79b5
	display: block;
4c79b5
}
4c79b5
4c79b5
fieldset dd {
4c79b5
	margin-left: 41%;
4c79b5
	vertical-align: top;
4c79b5
	margin-bottom: 3px;
4c79b5
}
4c79b5
4c79b5
/* Specific layout 1 */
4c79b5
fieldset.fields1 dt {
4c79b5
	width: 15em;
4c79b5
	border-right-width: 0;
4c79b5
}
4c79b5
4c79b5
fieldset.fields1 dd {
4c79b5
	margin-left: 15em;
4c79b5
	border-left-width: 0;
4c79b5
}
4c79b5
4c79b5
fieldset.fields1 {
4c79b5
	background-color: transparent;
4c79b5
}
4c79b5
4c79b5
fieldset.fields1 div {
4c79b5
	margin-bottom: 3px;
4c79b5
}
4c79b5
4c79b5
/* Specific layout 2 */
4c79b5
fieldset.fields2 dt {
4c79b5
	width: 15em;
4c79b5
	border-right-width: 0;
4c79b5
}
4c79b5
4c79b5
fieldset.fields2 dd {
4c79b5
	margin-left: 16em;
4c79b5
	border-left-width: 0;
4c79b5
}
4c79b5
4c79b5
/* Form elements */
4c79b5
dt label {
4c79b5
	font-weight: bold;
4c79b5
	text-align: left;
4c79b5
}
4c79b5
4c79b5
dd label {
4c79b5
	white-space: nowrap;
4c79b5
	color: #333;
4c79b5
}
4c79b5
4c79b5
dd input, dd textarea {
4c79b5
	margin-right: 3px;
4c79b5
}
4c79b5
4c79b5
dd select {
4c79b5
	width: auto;
4c79b5
}
4c79b5
4c79b5
dd textarea {
4c79b5
	width: 85%;
4c79b5
}
4c79b5
4c79b5
/* Hover effects */
4c79b5
fieldset dl:hover dt label {
4c79b5
	color: #000000;
4c79b5
}
4c79b5
4c79b5
fieldset.fields2 dl:hover dt label {
4c79b5
	color: inherit;
4c79b5
}
4c79b5
4c79b5
#timezone {
4c79b5
	width: 95%;
4c79b5
}
4c79b5
4c79b5
* html #timezone {
4c79b5
	width: 50%;
4c79b5
}
4c79b5
4c79b5
/* Quick-login on index page */
4c79b5
fieldset.quick-login {
4c79b5
	margin-top: 5px;
4c79b5
}
4c79b5
4c79b5
fieldset.quick-login input {
4c79b5
	width: auto;
4c79b5
}
4c79b5
4c79b5
fieldset.quick-login input.inputbox {
4c79b5
	width: 15%;
4c79b5
	vertical-align: middle;
4c79b5
	margin-right: 5px;
4c79b5
	background-color: #f3f3f3;
4c79b5
}
4c79b5
4c79b5
fieldset.quick-login label {
4c79b5
	white-space: nowrap;
4c79b5
	padding-right: 2px;
4c79b5
}
4c79b5
4c79b5
/* Display options on viewtopic/viewforum pages  */
4c79b5
fieldset.display-options {
4c79b5
	text-align: center;
4c79b5
	margin: 3px 0 5px 0;
4c79b5
}
4c79b5
4c79b5
fieldset.display-options label {
4c79b5
	white-space: nowrap;
4c79b5
	padding-right: 2px;
4c79b5
}
4c79b5
4c79b5
fieldset.display-options a {
4c79b5
	margin-top: 3px;
4c79b5
}
4c79b5
4c79b5
/* Display actions for ucp and mcp pages */
4c79b5
fieldset.display-actions {
4c79b5
	text-align: right;
4c79b5
	line-height: 2em;
4c79b5
	white-space: nowrap;
4c79b5
	padding-right: 1em;
4c79b5
}
4c79b5
4c79b5
fieldset.display-actions label {
4c79b5
	white-space: nowrap;
4c79b5
	padding-right: 2px;
4c79b5
}
4c79b5
4c79b5
fieldset.sort-options {
4c79b5
	line-height: 2em;
4c79b5
}
4c79b5
4c79b5
/* MCP forum selection*/
4c79b5
fieldset.forum-selection {
4c79b5
	margin: 5px 0 3px 0;
4c79b5
	float: right;
4c79b5
}
4c79b5
4c79b5
fieldset.forum-selection2 {
4c79b5
	margin: 13px 0 3px 0;
4c79b5
	float: right;
4c79b5
}
4c79b5
4c79b5
/* Jumpbox */
4c79b5
fieldset.jumpbox {
4c79b5
	text-align: right;
4c79b5
	margin-top: 15px;
4c79b5
	height: 2.5em;
4c79b5
}
4c79b5
4c79b5
fieldset.quickmod {
4c79b5
	width: 50%;
4c79b5
	float: right;
4c79b5
	text-align: right;
4c79b5
	height: 2.5em;
4c79b5
}
4c79b5
4c79b5
/* Submit button fieldset */
4c79b5
fieldset.submit-buttons {
4c79b5
	text-align: center;
4c79b5
	vertical-align: middle;
4c79b5
	margin: 5px 0;
4c79b5
}
4c79b5
4c79b5
fieldset.submit-buttons input {
4c79b5
	vertical-align: middle;
4c79b5
	padding-top: 3px;
4c79b5
	padding-bottom: 3px;
4c79b5
}
4c79b5
4c79b5
/* Posting page styles
4c79b5
----------------------------------------*/
4c79b5
4c79b5
/* Buttons used in the editor */
4c79b5
#format-buttons {
4c79b5
	margin: 15px 0 2px 0;
4c79b5
}
4c79b5
4c79b5
#format-buttons input, #format-buttons select {
4c79b5
	vertical-align: middle;
4c79b5
}
4c79b5
4c79b5
/* Main message box */
4c79b5
#message-box {
4c79b5
	width: 80%;
4c79b5
}
4c79b5
4c79b5
#message-box textarea {
4c79b5
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
4c79b5
	width: 100%;
4c79b5
	font-size: 1.2em;
4c79b5
	color: #333333;
4c79b5
}
4c79b5
4c79b5
/* Emoticons panel */
4c79b5
#smiley-box {
4c79b5
	width: 18%;
4c79b5
	float: right;
4c79b5
}
4c79b5
4c79b5
#smiley-box img {
4c79b5
	margin: 3px;
4c79b5
}
4c79b5
4c79b5
/* Input field styles
4c79b5
---------------------------------------- */
4c79b5
.inputbox {
4c79b5
	background-color: #FFFFFF;
4c79b5
	border: 1px solid #c0c0c0;
4c79b5
	color: #333333;
4c79b5
	padding: 2px;
4c79b5
	cursor: text;
4c79b5
}
4c79b5
4c79b5
.inputbox:hover {
4c79b5
	border: 1px solid #eaeaea;
4c79b5
}
4c79b5
4c79b5
.inputbox:focus {
4c79b5
	border: 1px solid #eaeaea;
4c79b5
	color: #4b4b4b;
4c79b5
}
4c79b5
4c79b5
input.inputbox	{ width: 85%; }
4c79b5
input.medium	{ width: 50%; }
4c79b5
input.narrow	{ width: 25%; }
4c79b5
input.tiny		{ width: 125px; }
4c79b5
4c79b5
textarea.inputbox {
4c79b5
	width: 85%;
4c79b5
}
4c79b5
4c79b5
.autowidth {
4c79b5
	width: auto !important;
4c79b5
}
4c79b5
4c79b5
/* Form button styles
4c79b5
---------------------------------------- */
4c79b5
input.button1, input.button2 {
4c79b5
	font-size: 1em;
4c79b5
}
4c79b5
4c79b5
a.button1, input.button1, input.button3, a.button2, input.button2 {
4c79b5
	width: auto !important;
4c79b5
	padding-top: 1px;
4c79b5
	padding-bottom: 1px;
4c79b5
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
4c79b5
	color: #000;
4c79b5
	background: #FAFAFA none repeat-x top;
4c79b5
}
4c79b5
4c79b5
a.button1, input.button1 {
4c79b5
	font-weight: bold;
4c79b5
	border: 1px solid #666666;
4c79b5
}
4c79b5
4c79b5
input.button3 {
4c79b5
	padding: 0;
4c79b5
	margin: 0;
4c79b5
	line-height: 5px;
4c79b5
	height: 12px;
4c79b5
	background-image: none;
4c79b5
	font-variant: small-caps;
4c79b5
}
4c79b5
4c79b5
/* Alternative button */
4c79b5
a.button2, input.button2, input.button3 {
4c79b5
	border: 1px solid #666666;
4c79b5
}
4c79b5
4c79b5
/*  button in the style of the form buttons */
4c79b5
a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {
4c79b5
	text-decoration: none;
4c79b5
	color: #000000;
4c79b5
	padding: 2px 8px;
4c79b5
	line-height: 250%;
4c79b5
	vertical-align: text-bottom;
4c79b5
	background-position: 0 1px;
4c79b5
}
4c79b5
4c79b5
/* Hover states */
4c79b5
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
4c79b5
	border: 1px solid #BCBCBC;
4c79b5
	background-position: 0 100%;
4c79b5
	color: #BCBCBC;
4c79b5
}
4c79b5
4c79b5
input.disabled {
4c79b5
	font-weight: normal;
4c79b5
	color: #666666;
4c79b5
}
4c79b5
4c79b5
/* Topic and forum Search */
4c79b5
.search-box {
4c79b5
	margin-top: 3px;
4c79b5
	margin-left: 5px;
4c79b5
	float: left;
4c79b5
}
4c79b5
4c79b5
.search-box input {
4c79b5
}
4c79b5
4c79b5
input.search {
4c79b5
	background-image: none;
4c79b5
	background-repeat: no-repeat;
4c79b5
	background-position: left 1px;
4c79b5
	padding-left: 17px;
4c79b5
}
4c79b5
4c79b5
.full { width: 95%; }
4c79b5
.medium { width: 50%;}
4c79b5
.narrow { width: 25%;}
4c79b5
.tiny { width: 10%;}
4c79b5