Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:w/nav/style.css: Difference between revisions

Template page
mNo edit summary
m Add space to wrapped lines
 
(23 intermediate revisions by the same user not shown)
Line 2: Line 2:
display: flex;
display: flex;
justify-content: center;
justify-content: center;
flex-wrap: wrap;
}
}
span.item {
.item {
background-color: blue;
background-color: #191A24;
border: 2px #252736 solid;
border-radius: 0.68rem;
border-radius: 0.68rem;
width: 3rem;
width: 12rem;
text-align: center;
padding-top: 1rem;
padding-bottom: 1rem;
margin-left: 0.32rem;
margin-right: 0.32rem;
margin-top: 0.68rem;
background-size: cover !important;
background-position: 50% 50% !important;
min-width: 10rem;
}
}
h5.heading {
.heading {
margin-top: 0rem; /* Once again overwriting the top margin on headings */
margin-top: 0rem; /* Once again overwriting the top margin on headings */
color: black;
}
}
/* Maybe...
#map {
background: url("https://tonexum.org/wiki/images/7/7c/background-map.png");
}
#pol {
background: url("https://tonexum.org/wiki/images/0/0e/background-politics.jpg");
}
#eco {
background: url("https://tonexum.org/wiki/images/a/a4/background-economy.jpg");
}
#hist {
background: url("https://tonexum.org/wiki/images/9/91/background-history.jpg");
}
#lands {
background: url("https://tonexum.org/wiki/images/f/f6/background-lands.jpg");
}
*/

Latest revision as of 20:00, 8 April 2025

#container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.item {
	background-color: #191A24;
	border: 2px #252736 solid;
	border-radius: 0.68rem;
	width: 12rem;
	text-align: center;
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-left: 0.32rem;
	margin-right: 0.32rem;
	margin-top: 0.68rem;
	background-size: cover !important;
	background-position: 50% 50% !important;
	min-width: 10rem;
}
.heading {
	margin-top: 0rem; /* Once again overwriting the top margin on headings */
	color: black;
}
/* Maybe...
#map {
	background: url("https://tonexum.org/wiki/images/7/7c/background-map.png");
}
#pol {
	background: url("https://tonexum.org/wiki/images/0/0e/background-politics.jpg");
}
#eco {
	background: url("https://tonexum.org/wiki/images/a/a4/background-economy.jpg");
}
#hist {
	background: url("https://tonexum.org/wiki/images/9/91/background-history.jpg");
}
#lands {
	background: url("https://tonexum.org/wiki/images/f/f6/background-lands.jpg");
}
*/