מדיה ויקי Spni.css הבדלים בין גרסאות בדף

מדיה ויקי Spni.css הבדלים בין גרסאות בדף

קפיצה אל: ניווט, חיפוש
תוכן שנמחק תוכן שנוסף
אין תקציר עריכה
אין תקציר עריכה
 
(5 גרסאות ביניים של אותו משתמש אינן מוצגות)
שורה 10: שורה 10:
}
}
.footer-logos img, .footer-university img {
.footer-logos img, .footer-university img {
height: 50px;
height: auto;
}
}


.footer-university span {
.footer-university span {
display: block;
display: block;
width: 100%;
}
.footer-university a {
display: flex;
align-content: center;
flex-wrap: wrap;
}
}
@media (min-width: 768px) {
@media (min-width: 768px) {
.footer-logos {gap: 22px;}
.footer-logos {gap: 22px;}
.footer-resources {display: flex; gap: 30px;}
.footer-resources {display: flex; gap: 30px;}
a.logo-sheatufim {
display: flex;
align-content: center;
flex-wrap: wrap;
}
}
}
@media (max-width: 767px) {
@media (max-width: 767px) {
שורה 30: שורה 41:
margin-bottom: 10px; /* Adds space between sections on mobile */
margin-bottom: 10px; /* Adds space between sections on mobile */
}
}
.footer-logos {

margin-bottom: 10px; /* Adds space between sections on mobile */
flex-direction: column-reverse;
}
.footer-links a, .footer-resources a {
.footer-links a, .footer-resources a {
display: block; /* Stack links vertically */
display: block; /* Stack links vertically */
margin: 5px 0; /* Adds vertical space between links */
margin: 5px 0; /* Adds vertical space between links */
}
}
.footer-university span {
position: absolute;
top: -1em;
}
}
}

גרסה אחרונה מ־13:13, 6 ביוני 2024

#footer.footer-sticky {
    background-color: #12284c;
    color: #ffffff;
    padding: 20px 50px; /* Top and bottom padding */
}

.footer-links a, .footer-resources a {
    text-decoration: none;
    display: inline-block;
}
.footer-logos img, .footer-university img {
    height: auto;
}

.footer-university span {
    display: block;
    width: 100%;
}
.footer-university a {
	display: flex;
	align-content: center;
    flex-wrap: wrap;
}
@media (min-width: 768px) {
	.footer-logos {gap: 22px;}
	.footer-resources {display: flex; gap: 30px;}
	a.logo-sheatufim {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
	}
}
@media (max-width: 767px) {
    #footer .container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-logos, .footer-university, .footer-links, .footer-resources {
        margin-bottom: 10px; /* Adds space between sections on mobile */
    }
    .footer-logos {
        margin-bottom: 10px; /* Adds space between sections on mobile */
        flex-direction: column-reverse;
    }
    .footer-links a, .footer-resources a {
        display: block; /* Stack links vertically */
        margin: 5px 0; /* Adds vertical space between links */
    }
    .footer-university span {
    position: absolute;
    top: -1em;
	}
}