Jump to navigation Jump to search

Difference between revisions of "MediaWiki:Common.css"

Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.image {
  float: left;
  margin-top: 4px;
  margin-right: 4px;
}


.toc {
.toc {

Revision as of 02:27, 15 December 2019

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

.image {
  float: left;
  margin-top: 4px;
  margin-right: 4px;
}

.toc {
 background-color: #302026;
 float: right;
 width: 35%;
}

.tocnumber {
left-margin: 2px;
  color: #e3dee0;
}

.nowiki {
 background-color: #302026;
}

/* visited link */
a:visited {
  color: #d9832e;
}

/* mouse over link */
a:hover {
  color: red;
}

/* selected link */
a:active {
  color: #cc0000;
}