MediaWiki:Common.css: Difference between revisions

From CNES
(Undo revision 142 by Lucie (talk))
Tag: Undo
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


/* Page titles, labels, etc. are absolute and must be changed manually if necessary. */
/* Move the summary table to the right. */
.floatright { float: right };
.floatright { float: right };
/******* SEARCH BAR *******/
/* Hide article image previews in Vector2022 search bar results */
.cdx-thumbnail { display:none!important; }
/**** Search bar in top right corner ****/
div#simpleSearch {
  width: 25em;        /* Longueur */
}
/******* MAIN PAGE *******/
/* must have the absolute name of the welcome page as the default main page */
.page-Main_Page #ca-talk {
  display: none !important;
}
.page-Main_Page #p-tb, .page-Accueil #vector-page-tools-dropdown {
  display:none!important;
}

Revision as of 09:35, 12 September 2024

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

/* Page titles, labels, etc. are absolute and must be changed manually if necessary. */

/* Move the summary table to the right. */
.floatright { float: right };

/******* SEARCH BAR *******/
/* Hide article image previews in Vector2022 search bar results */ 
.cdx-thumbnail { display:none!important; }

/**** Search bar in top right corner ****/
div#simpleSearch { 
   width: 25em;         /* Longueur */
}


/******* MAIN PAGE *******/
/* must have the absolute name of the welcome page as the default main page */
.page-Main_Page #ca-talk { 
   display: none !important;
}
.page-Main_Page #p-tb, .page-Accueil #vector-page-tools-dropdown {
   display:none!important; 
}