Template:Main Page/styles.css

From Fallen London Wiki
.text-left {
	text-align:left;
}

/* Editing guidelines and Content Policy box */
table.editing-guidelines-box {
	text-align:center;
	width:100%;
	background:#F9BC40;
	color:#0d0903;
	border:1px solid #7C7668;
	margin-bottom:10px
}
table.editing-guidelines-box a {
	color: #004C94;
}

/* Forum box */
table.forum-box {
	border: 3px solid #756f65;
	border-radius: 10px;
	width:100%;
}
table.forum-box > tbody > tr > th#topic {
	text-align: left;
	width:50%;
}
table.forum-box > tbody > tr > th#last-edit {
	text-align: left;
	width:25%;
}
table.forum-box > tbody > tr > th#last-author {
	text-align:left;
	width:25%;
}