Diferență între revizuiri ale paginii „MediaWiki:Common.css”

De la dexonline wiki
Sari la navigare Sari la căutare
Linia 6: Linia 6:


#bodyContent table th, #bodyContent table td {
#bodyContent table th, #bodyContent table td {
  border: 1px solid red;
/*  border: 1px solid #aaa; */
}
}


#bodyContent table th {
#bodyContent table th {
  background-color: #eee;
/*  background-color: #eee; */
  font-weight: bold;
/*  font-weight: bold; */
}
}



Versiunea de la data 24 septembrie 2021 11:12

/** CSS plasate aici vor fi aplicate tuturor aparițiilor */

#bodyContent table {
/*  border-collapse: collapse; */
}

#bodyContent table th, #bodyContent table td {
/*  border: 1px solid #aaa; */
}

#bodyContent table th {
/*  background-color: #eee; */
/*  font-weight: bold; */
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.noautonum .tocnumber {
  display: none;
}