Difference between revisions of "MediaWiki:Common.css"

From Mashinky
Jump to: navigation, search
Line 10: Line 10:
 
}
 
}
 
#p-personal a.new {
 
#p-personal a.new {
     color: #ba0000;
+
     color: #fff;
 
}
 
}

Revision as of 09:52, 18 October 2017

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

@media screen and ( min-width: 982px ) {
  .nomobile{
    display:block;
  }
  td.nomobile,th.nomobile{
    display:table-cell;
  }
}
#p-personal a.new {
    color: #fff;
}