Difference between revisions of "MediaWiki:Common.css"

m
m
Line 42: Line 42:
 
.day-active { color:#0000cc }
 
.day-active { color:#0000cc }
 
.day-empty  { color:#b07373 }
 
.day-empty  { color:#b07373 }
 +
 +
 +
 +
 +
 +
.pg-normal {
 +
color: #000000;
 +
font-size: 15px;
 +
cursor: pointer;
 +
background: #D0B389;
 +
padding: 2px 4px 2px 4px;
 +
}
 +
 +
.pg-selected {
 +
color: #fff;
 +
font-size: 15px;
 +
background: #000000;
 +
padding: 2px 4px 2px 4px;
 +
}
 +
 +
table.yui {
 +
font-family:arial;
 +
border-collapse:collapse;
 +
border: solid 3px #7f7f7f;
 +
font-size:small;
 +
}
 +
 +
table.yui td {
 +
padding: 5px;
 +
border-right: solid 1px #7f7f7f;
 +
}
 +
 +
table.yui .even {
 +
background-color: #EEE8AC;
 +
}
 +
 +
table.yui .odd {
 +
background-color: #F9FAD0;
 +
}
 +
 +
table.yui th {
 +
border: 1px solid #7f7f7f;
 +
padding: 5px;
 +
height: auto;
 +
background: #D0B389;
 +
}
 +
 +
table.yui th a {
 +
text-decoration: none;
 +
text-align: center;
 +
padding-right: 20px;
 +
font-weight:bold;
 +
white-space:nowrap;
 +
}
 +
 +
table.yui tfoot td {
 +
border-top: 1px solid #7f7f7f;
 +
background-color:#E1ECF9;
 +
}
 +
 +
table.yui thead td {
 +
vertical-align:middle;
 +
background-color:#E1ECF9;
 +
border:none;
 +
}
 +
 +
table.yui thead .tableHeader {
 +
font-size:larger;
 +
font-weight:bold;
 +
}
 +
 +
table.yui thead .filter {
 +
text-align:right;
 +
}
 +
 +
table.yui tfoot {
 +
background-color:#E1ECF9;
 +
text-align:center;
 +
}
 +
 +
table.yui .tablesorterPager {
 +
padding: 10px 0 10px 0;
 +
}
 +
 +
table.yui .tablesorterPager span {
 +
padding: 0 5px 0 5px;
 +
}
 +
 +
table.yui .tablesorterPager input.prev {
 +
width: auto;
 +
margin-right: 10px;
 +
}
 +
 +
table.yui .tablesorterPager input.next {
 +
width: auto;
 +
margin-left: 10px;
 +
}
 +
 +
table.yui .pagedisplay {
 +
font-size:10pt;
 +
width: 30px;
 +
border: 0px;
 +
background-color: #E1ECF9;
 +
text-align:center;
 +
vertical-align:top;
 +
}

Revision as of 12:08, 19 May 2014

/* 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 }





.pg-normal {
color: #000000;
font-size: 15px;
cursor: pointer;
background: #D0B389;
padding: 2px 4px 2px 4px;
}

.pg-selected {
color: #fff;
font-size: 15px;
background: #000000;
padding: 2px 4px 2px 4px;
}

table.yui {
font-family:arial;
border-collapse:collapse;
border: solid 3px #7f7f7f;
font-size:small;
}

table.yui td {
padding: 5px;
border-right: solid 1px #7f7f7f;
}

table.yui .even {
background-color: #EEE8AC;
}

table.yui .odd {
background-color: #F9FAD0;
}

table.yui th {
border: 1px solid #7f7f7f;
padding: 5px;
height: auto;
background: #D0B389;
}

table.yui th a {
text-decoration: none;
text-align: center;
padding-right: 20px;
font-weight:bold;
white-space:nowrap;
}

table.yui tfoot td {
border-top: 1px solid #7f7f7f;
background-color:#E1ECF9;
}

table.yui thead td {
vertical-align:middle;
background-color:#E1ECF9;
border:none;
}

table.yui thead .tableHeader {
font-size:larger;
font-weight:bold;
}

table.yui thead .filter {
text-align:right;
}

table.yui tfoot {
background-color:#E1ECF9;
text-align:center;
}

table.yui .tablesorterPager {
padding: 10px 0 10px 0;
}

table.yui .tablesorterPager span {
padding: 0 5px 0 5px;
}

table.yui .tablesorterPager input.prev {
width: auto;
margin-right: 10px;
}

table.yui .tablesorterPager input.next {
width: auto;
margin-left: 10px;
}

table.yui .pagedisplay {
font-size:10pt; 
width: 30px;
border: 0px;
background-color: #E1ECF9;
text-align:center;
vertical-align:top;
}