User:SomebodyRum/NavigationBar/styles.css: Difference between revisions
From SNCApedia, the shit nobody cares about encyclopedia
Jump to navigationJump to search
SomebodyRum (talk | contribs) 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, ...." |
SomebodyRum (talk | contribs) 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; | 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); | 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: | ||
} | } | ||
.srum-bracket, | .srum-bracket, | ||
.srum-sep { | .srum-sep { | ||
| Line 20: | Line 19: | ||
} | } | ||
.srum-item a { | .srum-item a { | ||
color: #ffffff; | color: #ffffff; | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
.srum-item a:hover { | .srum-item a:hover { | ||
color: #ffffff; | color: #ffffff; | ||
text-decoration: underline; | text-decoration: underline; | ||
} | } | ||
.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;
}