Difference between revisions of "MediaWiki:Common.css"

From RevSpace
Jump to navigation Jump to search
(Created page with "CSS placed here will be applied to all skins: #p-status { text-align: center; font-size: smaller; }")
 
m
Line 2: Line 2:
  
 
#p-status {
 
#p-status {
 +
    width: 80%;
 +
    border: 2px inset;
 +
    padding: 2px;
 
     text-align: center;
 
     text-align: center;
 
     font-size: smaller;
 
     font-size: smaller;
 
}
 
}

Revision as of 22:07, 3 October 2011

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

#p-status {
    width: 80%;
    border: 2px inset;
    padding: 2px;
    text-align: center;
    font-size: smaller;
}