MediaWiki:Common.css: Difference between revisions

From Borsheim Crane Service Wiki
No edit summary
No edit summary
Line 22: Line 22:
}
}


.wikitable td,
.wikitable {
.wikitable th {
     border: 3px solid red !important;
     white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
}

Revision as of 20:09, 3 June 2025

/* Borsheim red navbar styling */
.navbar-default {
    background-color: #c41e3a !important;
    border: none !important;
}

.navbar-default .navbar-brand {
    color: white !important;
}

.navbar-default .navbar-nav > li > a {
    color: white !important;
}

.navbar-default .navbar-nav > li > a:hover {
    background-color: rgba(255,255,255,0.1) !important;
}

/* Red links */
a {
    color: #c41e3a !important;
}

.wikitable {
    border: 3px solid red !important;
}