Шаблон:Головна сторінка/стилі.css

Матеріал з Вікіпедії — вільної енциклопедії.
Перейти до навігації Перейти до пошуку
.section{ border:1px solid #cccccc; padding: 3px 5px; margin: 0px 0px 10px 0px; font-size: 90%; break-inside: avoid; background: #fff !important; }
.section .header {
	border:0px solid #ccc; 
	font:bold 120% sans-serif; 
	padding: 5px; 
    margin: -3px -5px 4px;
}
.section .header .name {
	text-align: left;
}
.section .header .links {
	font-size: 8pt; 
	text-align: right;
}

#picture-of-the-day .image {
	text-align: center; 
	font-size: 95%;
}

#picture-of-the-day .image img {
	max-width: 100%;
	height: auto;
}

.column-left {
    float: left;
    width: 50%;
}
.column-right {
    float: right;
    width: 49%;
}

@media only screen and (max-width: 1000px) {
    .column-left,
    .column-right {
        float: inherit;
        width: inherit;
    }
}
/* [[Категорія:Підсторінки CSS]] */