Toggle menu
1.3K
1.7K
694
23.9K
Veloren Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Https://wiki.veloren.net/wiki/User:Ajima/MyStyle.css: Difference between revisions

Template page
Content added Content deleted
mNo edit summary
mNo edit summary
Line 32: Line 32:
color: white;
color: white;
}
}
#mainpage-nav .plainlinks div {
#mainpage-nav .plainlinks {
color: white;
color: white;
}
}

Revision as of 15:46, 12 October 2022

/* Used for flex content */
.flex-container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 10px;
}
.hlist > div {
	display : inline-block;
}
/* Force the overflow in Armors page */
.Stats {
	max-width:765px; 
	overflow-x:auto;
}
.Stats > table, th, tr, td {
		padding:0;
}
/* Force the overflow in Weapons page */
.Weapon-grid{
	max-width: 960px;
	overflow-x:auto;
}
/* Used for nav button in main page */
#mainpage-nav{
	padding: 10px;
	border: none;
	border-radius:5px;
	background-color: #135ae4; /* blue */
	font-size: 1.2em;
	font-weight: bold;
	color: white;
}
#mainpage-nav .plainlinks {
	color: white;
}
#mainpage-nav:hover {
  color: white;
  background-color: #135ae4;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.