Plantilla:Wikidebate/styles.css

.wikidebate {
	background: #fbfbfb;
	border: 1px solid #1e90ff;
	border-left: 10px solid #1e90ff;
	display: table;
	margin: 1em 5%;
}
.wikidebate-image,
.wikidebate-content {
	display: table-cell;
	padding: .5em;
	vertical-align: middle;
}

/**
 * Elementos agregados por [[MediaWiki:Gadget-TemplateScript-Wikidebate.js]]
 */
.wikidebate-argument {
	position: relative;
}
.wikidebate-arrow {
	cursor: pointer;
	position: absolute;
	left: -1em;
}
.wikidebate-sustained {
	background: #afa;
}
.wikidebate-refuted {
	background: #faa;
}
.wikidebate-buttons {
	color: #54595d;
	font-size: small;
	margin-left: .5em;
	white-space: nowrap;
}
.wikidebate-buttons a {
	color: #3366cc;
	margin: 0 .25em;
}
.wikidebate-edit-form-input {
	border: 1px solid #aaa;
	margin-bottom: .2em;
	overflow: hidden;
	padding: .2em;
}
.wikidebate-edit-form-submit {
	margin-right: .2em;
}
.wikidebate-objection-form-input {
	border: 1px solid #aaa;
	margin-bottom: .2em;
	overflow: hidden;
	padding: .2em;
}
.wikidebate-objection-form-input:empty:before {
	color: #a2a9b1;
	content: attr( placeholder );
}
.wikidebate-objection-form-submit {
	margin-right: .2em;
}

/**
 * Ajustes para pantallas pequeñas
 */
@media screen and ( max-width: 800px ) {
	.wikidebate {
		margin: 5px 0;
	}
	.wikidebate-image {
		display: none;
	}
}