Jump to: navigation, search

Difference between revisions of "MediaWiki:Common.css"


Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
 +
/********************************************/
 +
/* EXTENSIONS */
 +
 +
/* Extension: MobileFrontend */
 +
/* Hide mobile content from Desktop view */
 +
 +
#mf-banner { display: none; }
 +
/* MobileFrontend */
 +
 +
/* EXTENSIONS */
 +
/********************************************/
 +
 +
/********************************************/
 +
/* MAIN PAGE */
 +
 +
/* Link formatting */
 
span.mp-beginnersLink a {
 
span.mp-beginnersLink a {
 
   font-family: inherit;
 
   font-family: inherit;
Line 33: Line 50:
 
/* News & Announcement table */
 
/* News & Announcement table */
  
/* Feature table */
+
/* MAIN PAGE */
 +
/********************************************/
 +
 
 +
/********************************************/
 +
/* FEATURE TABLE */
 +
 
 
td.featureName {
 
td.featureName {
 
   font-weight: bold;
 
   font-weight: bold;
Line 42: Line 64:
 
   //list-style-type: square;
 
   //list-style-type: square;
 
}
 
}
/* Featuretable */
 
 
  
 +
/* FEATURE TABLE*/
 +
/********************************************/
  
 +
/********************************************/
 
/* Namespace specific */
 
/* 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 */
 
/* Namespace specific */
 +
/********************************************/

Revision as of 09:15, 5 May 2015

/* CSS placed here will be applied to all skins */
 
/********************************************/
/* EXTENSIONS */
 
/* Extension: MobileFrontend */
/* Hide mobile content from Desktop view */
 
#mf-banner { display: none; }
/* MobileFrontend */
 
/* EXTENSIONS */
/********************************************/
 
/********************************************/
/* MAIN PAGE */
 
/* Link formatting */
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
}
 
.newsList ul {
   list-style-image: url('images/f/fd/IC_MainPage-20.png');
   //list-style-type: square;
}
/* News & Announcement table */
 
/* MAIN PAGE */
/********************************************/
 
/********************************************/
/* FEATURE TABLE */
 
td.featureName {
   font-weight: bold;
   text-align: left;
}
.featureList ul {
   list-style-image: url('images/f/fd/IC_MainPage-20.png');
   //list-style-type: square;
}
 
/* FEATURE 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 */
/********************************************/