Difference between revisions of "MediaWiki:Common.css"

From CAMEO
Jump to navigation Jump to search
 
(32 intermediate revisions by the same user not shown)
Line 37: Line 37:
 
#t-blockip { display: none;!important }
 
#t-blockip { display: none;!important }
  
.portal h3 { color: #000000; font-weight: bold;font-size: 14px; font-family: "sans-serif"; !important }
+
.portal h3 { color: #000000; font-weight: bold;font-size: 14px; font-family: "verdana, arial"; !important }
  
#mw-panel .portal { color: #000000; font-weight:bold; font-size: 16px; font-family: "sans-serif'; !important }
+
#mw-panel .portal { color: #000000; font-weight:bold; font-size: 16px; font-family: "verdana, arial"; !important }
  
 
+
/*.mw-category-generated
 
 
{
 
border-image: MFALogo.png 30
 
round;
 
border-top: 25px solid black; 
 
border-left: 2px solid black;
 
border-right: 2px solid black;
 
border-bottom: 2px solid black;
 
}
 
#p-tb
 
 
{
 
{
border-image: MFALogo.png  30
+
   visibility: hidden;
round;
+
  display:none; !important
border-top: 25px solid black;    
+
} */
border-left: 2px solid black;
 
border-right: 2px solid black;
 
border-bottom: 2px solid black;
 
}
 
/* That will place a temporary campaign/launch/event/whatever image right down the
 
main logo - pretty useful hun? nah  */
 
 
 
/* Make clickable text on links invisible. */
 
li#n-hi {
 
color:#f6f6f6;
 
visibility: visible;
 
font-size:0em;
 
}
 
 
 
#n-hi:hover ::after, #n-hi ::after {
 
content: '';
 
display:inline-block;
 
width: 48px;
 
height: 48px;
 
 
 
background: MFALogo.png ;
 
}
 
 
 
/* Every image need to have its own rule defined. */
 
#n-hi::after{
 
background: MFALogo.png ;
 
}
 
 
 
#n-hi:hover ::after {
 
background: MFALogo.png ;
 
}
 
#n-hi:hover ::after, #n-hi ::after{
 
background-repeat: no-repeat;
 
background-size: contain;
 
}
 
 
 
#mw-panel .portal .body li#n-hi {
 
font-size:0em;
 
padding:10px;
 
}
 
 
 
/* Make clickable text on links invisible. */
 
#n-hi1 {
 
color:#f6f6f6;
 
font-size:0em;
 
}
 
 
 
#n-hi1:hover ::after, #n-hi1 ::after {
 
content: '';
 
display:inline-block;
 
width: 48px;
 
height: 48px;
 
 
 
background: MFALogo.png ;
 
}
 
 
 
/* Every image need to have its own rule defined. */
 
#n-hi1::after{
 
background: MFALogo.png ;
 
}
 
 
 
#n-hi1:hover ::after {
 
background: MFALogo.png ;
 
}
 
#n-hi1:hover ::after, #n-hi1 ::after{
 
background-repeat: no-repeat;
 
background-size: contain;
 
}
 
 
 
#mw-panel .portal .body li#n-hi1 {
 
font-size:0em;
 
padding:10px;
 
}
 

Latest revision as of 08:33, 4 April 2022

/* CSS placed here will be applied to all skins */
body.page-Category_Materials_database #mw-subcategories {display: none}
body.page-Category_Materials_database #mw-pages {display: none}
#footer-poweredbyico { display: none; }
.page-About_CAMEO #contentSub { display: none }

#p-tb { display: none;!important }

#p-tb h3 { display: none;!important }

#t-specialpages { display: none;!important }

#t-print { display: none;!important }

#t-link { display: none;!important }

#t-changes { display: none;!important }

#t-info { display: none;!important }

#t-Permalink { display: none;!important }

#t-Relatedchanges { display: none;!important }

#t-Whatlinkshere { display: none;!important }

#t-userrights { display: none;!important }

#t-log { display: none;!important }

#t-contributions { display: none;!important }

#t-recentchangeslinked { display: none;!important }

#t-feedlinks { display: none;!important }

#t-blockip { display: none;!important }

.portal h3 { color: #000000; font-weight: bold;font-size: 14px; font-family: "verdana, arial"; !important }

#mw-panel .portal { color: #000000; font-weight:bold; font-size: 16px; font-family: "verdana, arial"; !important }

/*.mw-category-generated
{
  visibility: hidden;
  display:none; !important
} */