Difference between revisions of "MediaWiki:Common.css"

From Mashinky
Jump to: navigation, search
Line 8: Line 8:
 
     display:table-cell;
 
     display:table-cell;
 
   }
 
   }
 +
}
 +
#p-personal a.new {
 +
    color: #ba0000;
 
}
 
}

Revision as of 09:49, 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: #ba0000;
}