Şablon:Anasayfa/sınıflar.css: Revizyonlar arasındaki fark

Fen Ansiklopedisi sitesinden
Değişiklik özeti yok
Değişiklik özeti yok
3. satır: 3. satır:
   box-sizing: border-box;
   box-sizing: border-box;
}
}
.sayfatable .table {
 
justify-content: right;
.acordeon {
background: #5b8bdd;
background: white;
margin: 0 auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 8px 0 rgba(0, 0, 0, 0.19);
}
 
.acordeon-cabecera {
border-bottom: 1px solid #DDE0E7;
color: #222222;
cursor: pointer;
font-weight: 600;
padding: 1.5rem;
    background:#fff;
}
 
.acordeon-cabecera:hover {
background: #fdf8d7;
}
 
.acordeon-cabecera.active {
background-color: #fdf8d7;
}
}


.sayfakutu{
.acordeon-contenido {
font-size: 32px;
display: none;
color: #fff;
border-bottom: 1px solid #DDE0E7;
letter-spacing: 2px;
background: #fff;
background: #5b8bdd;
padding: 1.4rem;
padding: 15px 25px;  
color: #4a5666;
border-radius: 15px;
text-align: center;
width: 100%;
margin: 0 auto 25px;
}
}

13.57, 13 Ekim 2021 tarihindeki hâli

* {
  margin: 1px;
  box-sizing: border-box;
}

.acordeon {
	background: white;
	margin: 0 auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 8px 0 rgba(0, 0, 0, 0.19);
}

.acordeon-cabecera {
	border-bottom: 1px solid #DDE0E7;
	color: #222222;
	cursor: pointer;
	font-weight: 600;
	padding: 1.5rem;
    background:#fff;
}

.acordeon-cabecera:hover {
	background: #fdf8d7;
}

.acordeon-cabecera.active {
	background-color: #fdf8d7;
}

.acordeon-contenido {
	display: none;
	border-bottom: 1px solid #DDE0E7;
	background: #fff;
	padding: 1.4rem;
	color: #4a5666;
}