Difference between revisions of "MediaWiki:Common.css"

m
m (Replaced content with "CSS placed here will be applied to all skins: ")
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
#ca-history { display: none !important; }
 
#ca-viewsource { display: none !important; }
 
 
/*
 
.center { pointer-events: none; cursor: default; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none;}
 
.floatnone { pointer-events: none; cursor: default; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none;}
 
*/
 
 
.image { pointer-events: none; cursor: default; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none;}
 
 
.thumbinner { pointer-events: none; cursor: default; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none;}
 
 
/*
 
.tright { pointer-events: none; cursor: default; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none;}
 
.thumb { pointer-events: none; cursor: default; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none;}
 
 
.thumbcaption { pointer-events: none; cursor: default; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none;}
 
 
.magnify { pointer-events: none; cursor: default; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none;}
 
*/
 
 
 
 
 
table.calendar          { margin: 0; padding: 10px;}
 
table.calendar td      { margin: 0; padding: 2px; vertical-align: top; }
 
table.month .heading td { padding:2px; background-color:#d4d4d4; color:#363636; text-align:center; font-size:120%; font-weight:bold; }
 
table.month .dow td    { color:#aaa; text-align:center; font-size:110%; }
 
table.month td.today    { background-color:#e0dda6; }
 
table.month td {
 
    border: none;
 
    margin: 0;
 
    padding: 1pt 1.5pt;
 
    font-weight: bold;
 
    font-size: 8pt;
 
    text-align: right;
 
    background-color: #eee;
 
    }
 
#bodyContent table.month a { background:none; padding:0 }
 
.day-active { color:#0000cc }
 
.day-empty  { color:#b07373 }
 

Revision as of 09:46, 7 July 2014

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