MediaWiki:Common.css: differenze tra le versioni

Da ElettraWiki.
Nessun oggetto della modifica
Nessun oggetto della modifica
 
(33 versioni intermedie di uno stesso utente non sono mostrate)
Riga 1: Riga 1:
body.page-Main_Page.action-view h1.firstHeading, body.page-Pagina_principale.action-submit h1.firstHeading { display: none; }
body.page-Pagina_principale.action-view h1.firstHeading, body.page-Pagina_principale.action-submit h1.firstHeading { display: none; }
#rcorners {
  border-radius: 25px;
  border: 2px solid #000000;
  padding: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
 
#atscreen {
  color: lightgreen;
  background-color: black;
  font-family: "Lucida Console", "Courier New", monospace;
  font-weight: bold;
  white-space: nowrap;
  overflow: auto;
  border-radius: 5px;
  border: 2px solid #444444;
  border-color: gray;
  padding: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#warning {
  color: black;
  background-color: wite;
  font-family: "Lucida Console", "Courier New", monospace;
  font-weight: bold;
  border-radius: 5px;
  border: 2px solid #444444;
  border-color: white;
  padding: 5px;
  box-shadow: 0 4px 8px 0 rgba(255, 0, 0, 0.2), 0 6px 20px 0 rgba(255, 0, 0, 0.19);
}
#table-container {
  overflow: auto;
  border-radius: 5px;
  border: 2px solid #444444;
  white-space: nowrap;
  overflow: auto;"
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

Versione attuale delle 01:19, 12 mag 2021

body.page-Pagina_principale.action-view h1.firstHeading, body.page-Pagina_principale.action-submit h1.firstHeading { display: none; }
#rcorners {
  border-radius: 25px;
  border: 2px solid #000000;
  padding: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#atscreen {
  color: lightgreen;
  background-color: black;
  font-family: "Lucida Console", "Courier New", monospace;
  font-weight: bold;
  white-space: nowrap;
  overflow: auto;
  border-radius: 5px;
  border: 2px solid #444444;
  border-color: gray;
  padding: 5px; 
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#warning {
  color: black;
  background-color: wite;
  font-family: "Lucida Console", "Courier New", monospace;
  font-weight: bold;
  border-radius: 5px;
  border: 2px solid #444444;
  border-color: white;
  padding: 5px; 
  box-shadow: 0 4px 8px 0 rgba(255, 0, 0, 0.2), 0 6px 20px 0 rgba(255, 0, 0, 0.19);
}
#table-container { 
  overflow: auto; 
  border-radius: 5px; 
  border: 2px solid #444444; 
  white-space: nowrap;
  overflow: auto;"
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
}