לוגו סדנת אנוש

ארכיון מאמרים

/* Header זהה ל-INDEX */ header { background-color: var(--white); border-bottom: 2px solid var(--blue-primary); padding: 15px 30px; display: flex; align-items: center; justify-content: flex-start; } .logo-img { max-width: 200px; height: auto; margin-left: 20px; } header p { margin: 0; font-size: 0.9em; color: #666; } nav { background-color: var(--blue-primary); padding: 10px; text-align: center; } nav a { color: white; text-decoration: none; margin: 0 15px; font-weight: bold; } .container { max-width: 900px; margin: 40px auto; background: white; padding: 30px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); } h2 { color: var(--blue-primary); border-bottom: 2px solid var(--blue-light); padding-bottom: 10px; margin-top: 0; } .article-list { list-style: none; padding: 0; } .article-item { border-bottom: 1px solid #eee; padding: 20px 0; display: flex; justify-content: space-between; align-items: center; } .article-item:last-child { border-bottom: none; } .article-link { color: var(--text-color); text-decoration: none; font-size: 1.2em; font-weight: bold; transition: color 0.3s; } .article-link:hover { color: var(--blue-primary); } .date { color: #888; font-size: 0.9em; background: var(--blue-light); padding: 5px 12px; border-radius: 15px; } footer { background-color: #f4f4f4; text-align: center; padding: 20px; margin-top: 40px; }
לוגו סדנת אנוש

ארכיון מאמרים