Predefinição:Teste/styles.css

De Wiki Gla
Ir para navegação Ir para pesquisar
@media (min-width: 800px) and (max-width: 1610px) and (min-aspect-ratio: 3/4) and (max-aspect-ratio: 16/10){
	.character-class{ font-size: 1.15em; }
	.character-tab-btn {
    	padding: 6px 18px;
	}
	.attribute-title, .card-skins-title {
		width: 100% !important;
	}
	.character-art {
		display: none;
		width: 360px;
	    height: 267px;
	    position: absolute;
	    right: 0.7rem;
	    top: 0.9rem;
	    z-index: 9;
	}
	.character-tab-content{
		padding: 0 8px 20px;
	}
    .character-details {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: center;
        width: 90%;
        align-self: center;
    }
    .character-container{
    	flex-direction:column-reverse;
    }
    .character-skillbar {
        display: flex;
        flex-wrap: nowrap;
        gap: 16px;
        width: 95%;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 8px;
        margin-bottom: 1%;
        justify-self: center;
        justify-content: center;
    }

    .character-description h3{
        justify-self: center;
    }
    .character-skillbar .character-skill {
        flex: 0 0 auto;
        width: 40px;
        height: 40px;
        border-radius: 5px;
        cursor: pointer;
        transition: transform 0.2s, box-shadow 0.2s;
    }
    .character-description .descLevel{
        margin-top: 5px;
        justify-self: center;
        font-weight: bold;
        border-bottom: 2px solid #9d9c9c;
    }
    .character-video-container {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #000;
        padding: 0;
        overflow: hidden;
        align-self: center;
        border-radius: 1%;
    }
    .character-box{
    	width:97%;
    }
}