Ş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 20 değişikliği gösterilmiyor)
1. satır: 1. satır:
*{
* {
margin: 1px;
  margin: 1px;
padding: 0;
  box-sizing: border-box;
box-sizing: border-box;
list-style: none;
font-family: 'Montserrat', sans-serif;
}
 
 
.wrapper{
justify-content: center;
}
 
.main_title{
font-size: 28px;
color: #fff;
letter-spacing: 2px;
background: #edc856;
padding: 15px 25px;
border-radius: 15px;
text-align: center;
width: 350px;
margin: 0 auto 25px;
}
}


.accordion_wrap ul{
.acordeon {
display: flex;
background: white;
justify-content: center;
margin: 0 auto;
    box-shadow: 0 0 3px #B2B2B2;
}
}


.accordion_wrap .accordion_item{
.acordeon-cabecera {
border-radius: 15px;
border-bottom: 1px solid #DDE0E7;
list-style: none;
color: #222222;
width: 60px;
height: 190px;
background: #edc856;
border-right: solid #a48d2d;
cursor: pointer;
cursor: pointer;
position: relative;
font-weight: 600;
}
padding: 1.5rem;
 
    background:#fff;
.accordion_wrap .accordion_item:hover,
.accordion_wrap li.active .accordion_item{
background: #a48d2d;
border-right:  solid #edc856;
}
 
.accordion_wrap li:first-child .accordion_item{
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
 
.accordion_wrap li:last-child .accordion_item,
.accordion_wrap li:last-child .accordion_menu{
border-right: 0px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
 
.accordion_wrap ul li .icon{
font-size: 24px;
color: #fff;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%) rotate(-90deg);
}
 
 
.accordion_wrap ul li{
display: flex;
}
 
.accordion_menu{
width: 0px;
height: 190px;
background: #fffaeb;
color: #a48d2d;
overflow: hidden;
transition: width 0.2s ease;
}
}


.accordion_wrap ul li.active .accordion_menu{
.acordeon-cabecera:hover {
width: 120px;
background: #fdf8d7;
}
}


.accordion_menu .inner_am{
.acordeon-cabecera.active {
padding: 15px;
background-color: #fdf8d7;
}
}


.accordion_menu .title{
.acordeon-contenido {
font-weight: 600;
display: none;
border-bottom: 1px solid #DDE0E7;
background: #fff;
padding: 1.4rem;
color: #4a5666;
}
}
 
.box-round {
.accordion_menu .content{
clear: both;
font-size: 13px;
font-weight: 300;
margin: 10px 0;
}
}


.accordion_menu .view_more{
.box-round-title {
padding: 5px;
padding: 0.1em;
background: #a48d2d;
background: #ccf;
color: #fffaeb;
width: 100px;
text-align: center;
text-align: center;
border-radius: 3px;
font-weight: bold;
cursor: pointer;
border: 1px solid #99c;
font-size: 13px;
border-bottom: none;
border-radius: 1.5em 1.5em 0 0;
}
}


.accordion_menu .view_more:hover{
.box-round-title > span {
text-decoration: underline;
float: right;
}
margin-bottom: .1em;
.containersınıf{ 
font-size: 85%;
justify-content: center;
padding-right: 0.5em;
display: flex;
flex-wrap: wrap;
}
}


.rowsınıf:after {
.box-round-title > h2 {
flex: 25%;
font-size: 100%;
padding: 20px;
font-weight: bold;
}
border: none;
 
margin: 0;
@media screen and (max-width: 992px) {
padding: 0;
  .rowsınıf {
padding-bottom: .1em;
    flex: 50%;
  }
}
}


@media screen and (max-width: 600px) {
.box-round-text {
  .containersınıf {
border: 1px solid #99c;
    flex-direction: column;
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;
}