Jump to: navigation, search

Difference between revisions of "MediaWiki:Common.css"


Line 17: Line 17:
 
}
 
}
  
 +
/* News & Announcement table */
 
td.newsDate {
 
td.newsDate {
 
   font-weight: bold;
 
   font-weight: bold;
Line 25: Line 26:
 
   width:30px
 
   width:30px
 
}
 
}
 +
/* News & Announcement table */
  
 +
/* Version table */
 +
td.releaseDate {
 +
  font-weight: bold;
 +
  width:80px
 +
}
 +
 +
td.releaseIcon {
 +
  width:10px
 +
}
 +
/* Version table */
 +
 +
/* Namespace specific */
 
/* .ns-500 #content, .ns-501 #content { background-color: #f3f3ff; } */
 
/* .ns-500 #content, .ns-501 #content { background-color: #f3f3ff; } */
 
/* .ns-500 div.thumb, .ns-501 div.thumb { border-color: #f3f3ff; } */
 
/* .ns-500 div.thumb, .ns-501 div.thumb { border-color: #f3f3ff; } */
 +
/* Namespace specific */

Revision as of 11:29, 20 March 2015

/* CSS placed here will be applied to all skins */
span.mp-beginnersLink a {
   font-family: inherit;
   font-size: 1em; /* IE doesn't like inherit here */
   font-weight: bold;
   text-decoration:none; 
   color: #272e65;
}
 
span.mp-productsLink a {
   font-family: inherit;
   font-size: 1.5em; /* IE doesn't like inherit here */
   font-weight: bold;
   font-style: italic;
   text-decoration:none; 
   color: #272e65;
}
 
/* News & Announcement table */
td.newsDate {
   font-weight: bold;
   width:80px
}
 
td.newsIcon {
   width:30px
}
/* News & Announcement table */
 
/* Version table */
td.releaseDate {
   font-weight: bold;
   width:80px
}
 
td.releaseIcon {
   width:10px
}
/* Version table */
 
/* Namespace specific */
/* .ns-500 #content, .ns-501 #content { background-color: #f3f3ff; } */
/* .ns-500 div.thumb, .ns-501 div.thumb { border-color: #f3f3ff; } */
/* Namespace specific */