MediaWiki:Common.css: Difference between revisions

Jaime Prilusky (talk | contribs)
No edit summary
No edit summary
 
(10 intermediate revisions by 3 users not shown)
Line 20: Line 20:
*/
*/


/* JP February 2022          */
/* To make all images responsive */
img {
  max-width:100%;
  height:auto;
}
/* AH JP October 2018 */
/* AH JP October 2018 */
#tableColumnsMainPage th { font-size: 1.9vw; }
#main-display  > td > p:not(.mw-empty-elt) { font-size: 1.9vw; }
#tableColumnsMainPage td  { line-height: 1.3em; vertical-align: top;}
#tableColumnsMainPage td  { line-height: 1.3em; vertical-align: top;}
#tableColumnsMainPage td p { line-height: 1.3em;}
#tableColumnsMainPage td p { line-height: 1.3em;}
#tableColumnsMainPage td a { color: black; text-decoration: none; display: inline-block; }
#tableColumnsMainPage td a { color: black; text-decoration: none; display: inline-block;    font-size: 1.5em;}
#tableColumnsMainPage td a:hover { background-color: #ffff66;}
#tableColumnsMainPage td a:hover { background-color: #ffff66;}
#tableColumnsMainPage td li { line-height: 1.3em;}
#tableColumnsMainPage td li { line-height: 1.3em;}
Line 889: Line 882:


/* </nowiki></pre> */
/* </nowiki></pre> */
#footer {
background-color: white;
border-top: 1px solid #fabd23;
border-bottom: 1px solid #fabd23;
margin: .6em 0 1em 0;
padding: .4em 0 1.2em 0;
text-align: center;
font-size: 90%;
}
#footer li {
display: inline;
margin: 0 1.3em;
}
footer #footer-places li {
float: none;
}