Ş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:
form {  
.donslide {
     position: relative;  
     display: table;
     top: 100px;  
     width: 100%;
    left: 100px;
}
    padding: 10px;
.donslide .item {
     display: inline-block;
     display: table-cell;
    box-shadow: 0 1px 1px rgba(0,0,0,.65);
     width: 1%;
    border-radius: 3px;
     transition: 0.6s ease-in-out all;
    border: solid 1px #ddd;
     width: 460px;  
     height: 200px;
     overflow: hidden;
     overflow: hidden;
    position: relative;
    min-width: 65px;
}
}
input { display: none; }
.donslide .item + .item {
input:checked + label, label:hover {
     border-left: 1px solid #000;
    background: #4D90FE;
    border: solid 1px rgba(0,0,0,.15);
    color: white;
    box-shadow: 0 1px 1px rgba(0,0,0,.65), 0 1px 0 rgba(255,255,255,.1) inset;
    text-shadow: 0 -1px 0 rgba(0,0,0,.6);
}
label {  
    font-family: helvetica;
    cursor: pointer;
    display: block;
    border: solid 1px transparent;
    text-align: center;
    line-height: 40px;
     border-radius: 3px;
    float: left;
    width: 40px;
    height: 200px;
    line-height: 200px;
}
label:last-child { margin-right: 0; }
label {   
    background: rgba(77, 144, 254, .5);
    border: solid 1px rgba(0,0,0,.15);  
}
}
 
.donslide:hover .item:hover {
article {
     width: 100%;
 
    width: 0;
    height: 145px; 
     overflow: hidden;
    transition: width .25s linear, opacity .3s linear;
    position: relative;
    top: 5px;
    margin-bottom: 0;
    padding: 0;
    margin-right: 10px;
    opacity: 0;
    float: left;
}
}
div:last-child article { margin-right: 0; }
/* Vertical item titles */
article p {
.donslide .donslide-title {
    color: #333;
    font-size: 3em;
     font-family: helvetica;
    transform: rotate(90deg);
     font-size: 12px;
    position: absolute;
     line-height: 18px;
    right: 0;
     width: 245px;  
    bottom: 0;
     padding: 5px 10px;
     margin-right: 1.6em;
     text-align: right;
     transform-origin: 100% 100%;
     white-space: nowrap;
     padding: 15px;
}
}
div > input:checked ~ article { width: 255px; opacity: 1; }

00.48, 9 Ekim 2021 tarihindeki hâli

.donslide {
    display: table;
    width: 100%;
}
.donslide .item {
    display: table-cell;
    width: 1%;
    transition: 0.6s ease-in-out all;
    overflow: hidden;
    position: relative;
    min-width: 65px;
}
.donslide .item + .item {
    border-left: 1px solid #000;
}
.donslide:hover .item:hover {
    width: 100%;
}
/* Vertical item titles */
.donslide .donslide-title {
    font-size: 3em;
    transform: rotate(90deg);
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 1.6em;
    text-align: right;
    transform-origin: 100% 100%;
    white-space: nowrap;
    padding: 15px;
}