Difference between revisions of "MediaWiki:Common.css"

From Mashinky
Jump to: navigation, search
Line 11: Line 11:
 
#p-personal a.new {
 
#p-personal a.new {
 
     color: #fff!important;
 
     color: #fff!important;
 +
}
 +
div#contentSidebar {
 +
  border:1px dashed #a7d7f9;padding:0.5em 1em;float:right;margin-left:2em;
 
}
 
}

Revision as of 22:28, 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!important;
}
div#contentSidebar {
   border:1px dashed #a7d7f9;padding:0.5em 1em;float:right;margin-left:2em;
}