Difference between revisions of "MediaWiki:Common.css"

From Exilent
 
(23 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
.mw-body-content a:link { color: #0000FF; } /* normal unvisited links */
+
img {
.mw-body-content a:link:visited { color: #0000FF; } /* visited links */
+
  max-width: 100%;
.mw-body-content a:link:active { color: #0000FF; } /* active links */
+
  height: auto;
.mw-body-content a:link.new { color: #0000FF; } /* new links */
+
}
.mw-body-content a:link.extiw { color: #0000FF; } /* interwiki links */
 
.mw-body-content a:link.external { color: #0000FF; } /* external links */
 
.mw-body-content a:link.stub { color: #0000FF; } /* hovered links */
 
  
.mw-body-content a:link {color: #0000FF}
+
#mw-content-text p a {
.mw-body-content a:visited {color: #0000FF}
+
  text-decoration: underline;
.mw-body-content a:hover {color: #0000FF}
+
}
.mw-body-content a:active {color: #0000FF}
+
 
 +
/* https://www.mediawiki.org/wiki/Manual:Remove_Tabs */
 +
/* #ca-nstab-main { display:none!important; } */
 +
#ca-talk { display:none!important; }
 +
#ca-watch { display:none!important; }
 +
#ca-unwatch { display:none!important; }
 +
#ca-purge { display:none!important; }

Latest revision as of 23:05, 3 April 2019

/* CSS placed here will be applied to all skins */

img {
  max-width: 100%;
  height: auto;
}

#mw-content-text p a {
  text-decoration: underline;
}

/* https://www.mediawiki.org/wiki/Manual:Remove_Tabs */
/* #ca-nstab-main { display:none!important; } */
#ca-talk { display:none!important; }
#ca-watch { display:none!important; }	
#ca-unwatch { display:none!important; }
#ca-purge { display:none!important; }