Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 20: Line 20:
   padding: 0;
   padding: 0;
   text-align: center;
   text-align: center;
   background: #f9f9f9;
   background: #F4831B;
   transition: transform 0.2s;
   transition: transform 0.2s;
   box-sizing: border-box;
   box-sizing: border-box;
Line 459: Line 459:


#p-navigation, #p-Explore, #p-managewiki-sidebar-header, #p-STAFF, #p-boggio, #p-tb, #p-cactions, #p-pagemisc, #p-userpagetools, .mw-normal-catlinks, #p-birthday, #p-event, #p-content, #p-more_categories, #p-wiki_tools {
#p-navigation, #p-Explore, #p-managewiki-sidebar-header, #p-STAFF, #p-boggio, #p-tb, #p-cactions, #p-pagemisc, #p-userpagetools, .mw-normal-catlinks, #p-birthday, #p-event, #p-content, #p-more_categories, #p-wiki_tools {
     background-color:black;
     background-color:#63C328;
     border-radius: 5px;
     border-radius: 5px;
     padding:10px;
     padding:10px;
     color:white;
     color:#63C328;
     margin-bottom:10px;
     margin-bottom:10px;
     box-shadow: 0px 0px 3px 2px #fefcff;
     box-shadow: 0px 0px 3px 2px #fefcff;
}
}