MediaWiki:Medik.css: Difference between revisions

From the Audiovisual Identity Database, the motion graphics museum

Content deleted Content added
No edit summary
per passed RFC
Line 98:
box-sizing: border-box;
}
/*Sidebar styling*/
.nav-link {
color:#fff !important
}
.nav-link:hover {
color:#cccdcf !important
}
#mw-navigation {
background-color: #161f2b;
border:none;
 
}
.mw-footer {
background-color: #161f2b;
border:none;
color:white
}
 
#p-navigation-label {
background: #da0c3f;
}
 
#p-Explore-label {
background: #ffa800;
margin-top: 2em;
}
#p-Explore {
margin-top: 2em;
}
#p-Browse_by\.\.\.-label {
background: #1dc82b;
margin-top: 2em;
}
#p-Browse_by\.\.\. {
margin-top: 2em;
}
 
#p-Policy_and_Administration-label {
background: #0c62da;
margin-top: 2em;
}
#p-Policy_and_Administration {
margin-top: 2em;
}
#p-More_AVID-label {
background: #da0c3f
}
#p-More_AVID {
margin-top: 2em;
}
#p-managewiki-sidebar-header-label {
background: #ffa800;
margin-top: 2em;
}
#p-managewiki-sidebar-header {
margin-top: 2em;
}
/*Dark Mode optimization*/
.client-darkmode #mw-navigation {filter: invert( 1 ) hue-rotate( 180deg )}
 
 
.client-darkmode .mw-footer {filter: invert( 1 ) hue-rotate( 180deg )}

Revision as of 00:46, 15 March 2023

:root {
	--titleglow: var(--primary);
	--thbg: var(--medik);
}
/* Top bar font modernization */
#user-tools{
  font-family: AVID Sans;
 }
.form-control {
	font-family:AVID Sans;
}
/*Exempt banner from dark mode*/

.client-dark-mode #mw-navbar {
	filter:invert( 1 ) hue-rotate( 180deg );
}
.client-dark-mode #mw-navbar {
	filter:invert( 1 ) hue-rotate( 180deg );
}
/*Category links, table and system message box styling (temporary patch pending proper bug fix)*/ 
 #catlinks {
  text-align:left
 }
 .catlinks {
  border:1px solid #a2a9b1;
  background-color:#f8f9fa;
  padding:5px;
  margin-top:1em;
  clear:both
 }
 .catlinks ul {
  display:inline;
  margin:0;
  padding:0;
  list-style:none
 }
 .catlinks li {
  display:inline-block;
  line-height:1.25em;
  border-left:1px solid #a2a9b1;
  margin:0.125em 0;
  padding:0 0.5em
 }
 .catlinks li:first-child {
  padding-left:0.25em;
  border-left:0
 }
 .catlinks li a.mw-redirect {
  font-style:italic
 }
 .mw-hidden-cats-hidden,
 .catlinks-allhidden {
  display:none
 }
.wikitable {
background-color: #f8f9fa;
color: #202122;
margin: 1em 0;
border: 1px solid #a2a9b1;
border-collapse: collapse;
}
.wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td {
  border: 1px solid #a2a9b1;
  padding: 0.2em 0.4em;
}
.wikitable > tr > th, .wikitable > * > tr > th {
  background-color: #eaecf0;
  text-align: center;
}
a.new {
    color: #dd3333
}
.mw-message-box-warning {
  background-color: #fef6e7;
  border-color: #fc3;
}
.mw-message-box {
  color: #000;
  box-sizing: border-box;
  margin-bottom: 16px;
  border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  padding: 12px 24px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: hidden;

}
div.mw-warning-with-logexcerpt, div.mw-lag-warn-high, div.mw-cascadeprotectedwarning, div#mw-protect-cascadeon, div.titleblacklist-warning {
  clear: both;
  margin: 0.2em 0;
  border: 1px solid #bb7070;
  background-color: #ffdbdb;
  padding: 0.25em 0.9em;
  box-sizing: border-box;
}
/*Sidebar styling*/
.nav-link {
    color:#fff !important
}
.nav-link:hover {
    color:#cccdcf !important
}
#mw-navigation {
    background-color: #161f2b;
    border:none;
    

}
.mw-footer {
  background-color: #161f2b;
  border:none;
  color:white
}

#p-navigation-label {
   background: #da0c3f; 
}

#p-Explore-label {
   background: #ffa800;
   margin-top: 2em;  
}
#p-Explore {
    margin-top: 2em;
}
#p-Browse_by\.\.\.-label {
   background: #1dc82b;
   margin-top: 2em;  
}
#p-Browse_by\.\.\. {
    margin-top: 2em;
}

#p-Policy_and_Administration-label {
   background: #0c62da;
   margin-top: 2em;  
}
#p-Policy_and_Administration {
    margin-top: 2em;
}
#p-More_AVID-label {
   background: #da0c3f
}
#p-More_AVID {
    margin-top: 2em;
}
#p-managewiki-sidebar-header-label {
   background: #ffa800;
   margin-top: 2em;  
}
#p-managewiki-sidebar-header {
    margin-top: 2em;
}
/*Dark Mode optimization*/
.client-darkmode #mw-navigation {filter: invert( 1 ) hue-rotate( 180deg )}


.client-darkmode .mw-footer {filter: invert( 1 ) hue-rotate( 180deg )}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.