The Gold Network: Soyworld | SNCApedia | SoyPlace


New feature: SNCApedia:Advertisements.


I'm not dead, just inactive for the moment. Faggot (talk) 20:16, 9 April 2026 (UTC)

User:SomebodyRum/NavigationBar/styles.css: Difference between revisions

From SNCApedia, the shit nobody cares about encyclopedia
Jump to navigationJump to search
Created page with "Full-width Imageboard Navigation Bar: .srum-navbar { background-color: rgb(45, 45, 45); font-family: Arial, Helvetica, sans-serif; font-size: 13px; Small, crisp font for that old internet feel: padding: 6px 12px; border-bottom: 1px solid #1a1a1a; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4); Slight drop shadow: width: 100%; box-sizing: border-box; text-align: left; line-height: 1.5; } Dimmer color for the brackets and slashes: .srum-bracket, ...."
 
mNo edit summary
Line 3: Line 3:
background-color: rgb(45, 45, 45);
background-color: rgb(45, 45, 45);
font-family: Arial, Helvetica, sans-serif;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px; /* Small, crisp font for that old internet feel */
font-size: 13px;
padding: 6px 12px;
padding: 6px 12px;
border-bottom: 1px solid #1a1a1a;
border-bottom: 1px solid #1a1a1a;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4); /* Slight drop shadow */
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
width: 100%;
width: 100%;
box-sizing: border-box;
box-sizing: border-box;
Line 13: Line 13:
}
}


/* Dimmer color for the brackets and slashes */
.srum-bracket,  
.srum-bracket,  
.srum-sep {
.srum-sep {
Line 20: Line 19:
}
}


/* White Text Links */
.srum-item a {
.srum-item a {
color: #ffffff;
color: #ffffff;
text-decoration: none; /* No underlines by default */
text-decoration: none;  
}
}


/* Authentic Imageboard Hover Effect */
.srum-item a:hover {
.srum-item a:hover {
color: #ffffff;
color: #ffffff;
text-decoration: underline; /* Underlines when hovered */
text-decoration: underline;  
}
}


/* Visited links stay white so it doesn't look messy */
.srum-item a:visited {
.srum-item a:visited {
color: #ffffff;
color: #ffffff;
}
}

Revision as of 08:18, 24 April 2026

/* Full-width Imageboard Navigation Bar */
.srum-navbar {
	background-color: rgb(45, 45, 45);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 6px 12px;
	border-bottom: 1px solid #1a1a1a;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	line-height: 1.5;
}

.srum-bracket, 
.srum-sep {
	color: #aaaaaa;
	margin: 0 2px;
}

.srum-item a {
	color: #ffffff;
	text-decoration: none; 
}

.srum-item a:hover {
	color: #ffffff;
	text-decoration: underline; 
}

.srum-item a:visited {
	color: #ffffff;
}