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

Fen Ansiklopedisi sitesinden
Değişiklik özeti yok
Değişiklik özeti yok
1. satır: 1. satır:
* {box-sizing: border-box}
section {
section {
  width: 80%;
    margin: 20px auto;
  margin: 0 auto;
    width: 940px;
  padding: 2em;
    text-align: center;
  box-sizing: border-box;
    font-weight: bold
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
 
span {
  font-size: 2em;
  cursor: pointer;
}
 
main {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
 
main div {
  width: 10%;
  height: 350px;
  border-radius: 50px;
  cursor: pointer;
}
 
.slide {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
 
.slide li {
  padding: 10px;
  border: 2px solid #1c1c1c;
  border-radius: 50%;
  margin-right: 0.8em;
}
 
.fived{
  margin-right: 0;
}
 
.a {
  width: 50%;
}
 
.b {
  background-color: #1c1c1c;
}
.one {
  background-color: #3d5a80;
}
 
.two {
  background-color: #98c1d9;
}
}


.three {
.item {
  background-color: #e0fbfc;
    width: 10%;
    float: left;
    background-color: #95a5a6;
    border: 1px solid #7f8c8d;
    height: 200px;
    line-height: 200px;
    cursor: pointer
}
}


.four {
.active {
  background-color: #ee6c4d;
    background-color: #2c3e50;
    border-left: 15px solid #34495e;
    color: #ecf0f1
}
}


.five {
.info {
  background-color: #293241;
    width: 0;
    float: left;
    background-color: #ecf0f1;
    color: #222;
    height: 200px;
    display: none
}
}

15.34, 8 Ekim 2021 tarihindeki hâli

* {box-sizing: border-box}

section {
    margin: 20px auto;
    width: 940px;
    text-align: center;
    font-weight: bold
}

.item {
    width: 10%;
    float: left;
    background-color: #95a5a6;
    border: 1px solid #7f8c8d;
    height: 200px;
    line-height: 200px;
    cursor: pointer
}

.active {
    background-color: #2c3e50;
    border-left: 15px solid #34495e;
    color: #ecf0f1
}

.info {
    width: 0;
    float: left;
    background-color: #ecf0f1;
    color: #222;
    height: 200px;
    display: none
}