Ş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:
.donslide {
#mySidenav a {
    display: table;
  position: absolute;
    width: 100%;
  left: -80px;
  transition: 0.3s;
  padding: 15px;
  width: 100px;
  text-decoration: none;
  font-size: 20px;
  color: white;
  border-radius: 0 5px 5px 0;
}
}
.donslide .item {
 
    display: table-cell;
#mySidenav a:hover {
    width: 1%;
  left: 0;
    transition: 0.6s ease-in-out all;
    overflow: hidden;
    position: relative;
    min-width: 65px;
}
}
.donslide .item + .item {
 
    border-left: 1px solid #000;
#about {
  top: 20px;
  background-color: #04AA6D;
}
}
.donslide:hover .item:hover {
 
    width: 100%;
#blog {
  top: 80px;
  background-color: #2196F3;
}
}
/* Vertical item titles */
 
.donslide .donslide-title {
#projects {
    font-size: 3em;
  top: 140px;
    transform: rotate(90deg);
  background-color: #f44336;
    position: absolute;
}
    right: 0;
 
    bottom: 0;
#contact {
    margin-right: 1.6em;
  top: 200px;
    text-align: right;
  background-color: #555
    transform-origin: 100% 100%;
    white-space: nowrap;
    padding: 15px;
}
}

01.01, 9 Ekim 2021 tarihindeki hâli

#mySidenav a {
  position: absolute;
  left: -80px;
  transition: 0.3s;
  padding: 15px;
  width: 100px;
  text-decoration: none;
  font-size: 20px;
  color: white;
  border-radius: 0 5px 5px 0;
}

#mySidenav a:hover {
  left: 0;
}

#about {
  top: 20px;
  background-color: #04AA6D;
}

#blog {
  top: 80px;
  background-color: #2196F3;
}

#projects {
  top: 140px;
  background-color: #f44336;
}

#contact {
  top: 200px;
  background-color: #555
}