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

Fen Ansiklopedisi sitesinden
Değişiklik özeti yok
Değişiklik özeti yok
 
(Aynı kullanıcının aradaki diğer 57 değişikliği gösterilmiyor)
1. satır: 1. satır:
.donslide {
* {
    display: table;
  margin: 1px;
    width: 100%;
  box-sizing: border-box;
}
}
.donslide .item {
 
    display: table-cell;
.acordeon {
    width: 1%;
background: white;
    transition: 0.6s ease-in-out all;
margin: 0 auto;
    overflow: hidden;
     box-shadow: 0 0 3px #B2B2B2;
     position: relative;
    min-width: 65px;
}
}
.donslide .item + .item {
 
    border-left: 1px solid #000;
.acordeon-cabecera {
border-bottom: 1px solid #DDE0E7;
color: #222222;
cursor: pointer;
font-weight: 600;
padding: 1.5rem;
    background:#fff;
}
}
.donslide:hover .item:hover {
 
    width: 100%;
.acordeon-cabecera:hover {
background: #fdf8d7;
}
}
/* Vertical item titles */
 
.donslide .donslide-title {
.acordeon-cabecera.active {
    font-size: 3em;
background-color: #fdf8d7;
    transform: rotate(90deg);
}
    position: absolute;
 
    right: 0;
.acordeon-contenido {
    bottom: 0;
display: none;
    margin-right: 1.6em;
border-bottom: 1px solid #DDE0E7;
    text-align: right;
background: #fff;
    transform-origin: 100% 100%;
padding: 1.4rem;
    white-space: nowrap;
color: #4a5666;
    padding: 15px;
}
.box-round {
clear: both;
}
 
.box-round-title {
padding: 0.1em;
background: #ccf;
text-align: center;
font-weight: bold;
border: 1px solid #99c;
border-bottom: none;
border-radius: 1.5em 1.5em 0 0;
}
 
.box-round-title > span {
float: right;
margin-bottom: .1em;
font-size: 85%;
padding-right: 0.5em;
}
 
.box-round-title > h2 {
font-size: 100%;
font-weight: bold;
border: none;
margin: 0;
padding: 0;
padding-bottom: .1em;
}
 
.box-round-text {
border: 1px solid #99c;
background: #fff;
margin-bottom: 10px;
padding: .8em 1em 1em 1.3em;
border-radius: 0 0 1.5em 1.5em;
}
}

19.40, 9 Aralık 2022 itibarı ile sayfanın şu anki hâli

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

.acordeon {
	background: white;
	margin: 0 auto;
    box-shadow: 0 0 3px #B2B2B2;
}

.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;
}
.box-round {
	clear: both;
}

.box-round-title {
	padding: 0.1em;
	background: #ccf;
	text-align: center;
	font-weight: bold;
	border: 1px solid #99c;
	border-bottom: none;
	border-radius: 1.5em 1.5em 0 0;
}

.box-round-title > span {
	float: right;
	margin-bottom: .1em;
	font-size: 85%;
	padding-right: 0.5em;
}

.box-round-title > h2 {
	font-size: 100%;
	font-weight: bold;
	border: none;
	margin: 0;
	padding: 0;
	padding-bottom: .1em;
}

.box-round-text {
	border: 1px solid #99c;
	background: #fff;
	margin-bottom: 10px;
	padding: .8em 1em 1em 1.3em;
	border-radius: 0 0 1.5em 1.5em;
}