Everyone can now contribute to the wiki! Learn more

Main Page/styles.css

From Ravendawn Wiki
Jump to navigation Jump to search
.bg-main-box {
	padding: 0;
	padding-top: 10px;
}

.bg-main-box .boxes-main:last-of-type {
	margin-bottom: 0;
}

.ts-items,
.ts-patch-notes {
	flex: 2 1 min-content;
}

.ts-tools{
	flex: 1 1 min-content;
}

.ts-tools .content,
.ts-tools .bg-notes,
.ts-patch-notes .content,
.ts-patch-notes .bg-notes {
	justify-content: center;
}

.bg-notes .item-link {
	width: 135px;
	margin: 10px;
}

.bg-notes .note-link {
	width: 135px;
	height: 135px;
	margin: 0 10px;
}

.bg-notes a:hover,
.bg-notes a.external:hover {
	text-decoration: none;
	color: #77D463;
}

.bg-notes a:visited,
.bg-notes a.external:visited {
	color: #77D463;
}