Creata pagina con "================== MEDIAWIKI:LINKEDIN.CSS ===============: Contenitore principale del box LinkedIn: .linkedin-box { display: flex; align-items: center; gap: 1rem; background: #eef6f9; padding: 1rem 1.5rem; border-left: 5px solid #0a66c2; border-radius: 8px; margin: 2rem auto; max-width: 800px; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); } .linkedin-box img { width: 48px; height: 48px; } .linkedin-box-text { flex: 1; font-family: 'Se..."
 
m Gianni ha spostato la pagina MediaWiki:Linkedin.css a MediaWiki:CommonLinkedin.css
 
(Nessuna differenza)

Versione attuale delle 10:37, 7 mag 2025

/* ================== MEDIAWIKI:LINKEDIN.CSS =============== */

/* Contenitore principale del box LinkedIn */
.linkedin-box {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #eef6f9;
  padding: 1rem 1.5rem;
  border-left: 5px solid #0a66c2;
  border-radius: 8px;
  margin: 2rem auto;
  max-width: 800px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.linkedin-box img {
  width: 48px;
  height: 48px;
}

.linkedin-box-text {
  flex: 1;
  font-family: 'Segoe UI', sans-serif;
  color: #222;
  font-size: 1rem;
}

.linkedin-box button {
  background-color: #0a66c2;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  cursor: pointer;
  font-size: 0.95rem;
}

.linkedin-box button:hover {
  background-color: #004182;
}