Theme Name: Vijesti Srpske
Theme URI: https://vijestisrpske.ba
Author: Dejan Zerdo
Author URI: https://zeks.ba
Version: 1.0
*/s
body {
margin: 0;
font-family: Arial, sans-serif;
}
font-family: 'Roboto', sans-serif;
.main-header {
background-color: #fff;
border-bottom: 1px solid #eee;
position: sticky;
top: 0;
z-index: 999;
}
.container {
max-width: 1140px;
margin: auto;
padding: 10px 15px;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 20px;
}
.logo img {
height: 40px;
}
.main-nav .nav-links {
list-style: none;
display: flex;
gap: 25px;
margin: 0;
padding: 0;
}
.main-nav .nav-links li a {
text-decoration: none;
color: #222;
font-weight: bold;
font-size: 16px;
}
.hamburger {
display: none;
flex-direction: column;
gap: 5px;
cursor: pointer;
}
.hamburger span {
height: 3px;
width: 25px;
background-color: #000;
display: block;
border-radius: 3px;
}
.mobile-menu {
display: none;
background: #fff;
border-top: 1px solid #eee;
padding: 10px 0;
} .menu-citulje a {
background-color: #d70000;
color: #fff !important;
padding: 6px 12px;
border-radius: 4px;
font-weight: bold;
text-transform: uppercase;
}
.menu-citulje a:hover {
background-color: #a60000;
}
.mobile-menu.active {
display: block;
}
.mobile-menu ul {
list-style: none;
padding: 0;
margin: 0;
}
.mobile-menu ul li {
padding: 10px 20px;
}
.mobile-menu ul li a {
color: #222;
text-decoration: none;
font-weight: bold;
}
.mobile-extras {
padding: 1rem;
background: #fff;
}
.app-buttons {
display: flex;
gap: 10px;
align-items: center;
margin-bottom: 1rem;
}
.app-btn img {
max-height: 30px;
width: auto;
}
.mobile-actions {
display: flex;
flex-direction: column;
gap: 0.5rem;
margin-bottom: 1rem;
}
.mobile-action-btn {
display: flex;
justify-content: space-between;
align-items: center;
background: #d6232f;
color: white;
text-decoration: none;
padding: 0.7rem 1rem;
border-radius: 4px;
font-weight: bold;
font-size: 1rem;
border: 2px solid #d6232f;
transition: background 0.2s ease, border-color 0.2s ease;
}
.mobile-action-btn:hover {
background: #b91e27;
border-color: #b91e27;
}
.mobile-info h3 {
font-size: 0.95rem;
font-weight: bold;
margin-bottom: 0.5rem;
}
.mobile-info ul {
list-style: none;
padding: 0;
margin: 0;
}
.mobile-info ul li a {
color: #000;
text-decoration: none;
font-size: 0.9rem;
}
.site-footer {
background: #111;
color: #fff;
text-align: center;
padding: 30px 15px;
font-size: 14px;
}
.site-footer a {
color: #fff;
text-decoration: none;
margin: 0 10px;
display: inline-block;
}
.footer-apps img {
height: 36px;
margin: 5px;
}
.footer-socials {
margin: 15px 0;
font-size: 20px;
}
.footer-socials a {
margin: 0 10px;
}
.footer-links {
margin: 20px 0;
font-weight: bold;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
}
.footer-copy {
margin-top: 15px;
font-size: 13px;
color: #ccc;
}
.stats-section {
background: #f9f9f9;
text-align: center;
margin-bottom: 0;
padding: 60px 20px;
animation: fadeInUp 1s ease-in-out;
}
.stats-section h2 {
font-size: 26px;
margin-bottom: 40px;
color: #222;
}
.stats-wrapper {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 40px;
}
.stat-item {
flex: 1 1 200px;
max-width: 240px;
padding: 20px;
background: #fff;
border-radius: 10px;
box-shadow: 0 4px 10px rgba(0,0,0,0.05);
transform: translateY(30px);
opacity: 0;
animation: slideUp 0.8s forwards;
animation-delay: var(--delay, 0s);
}
.stat-item:nth-child(1) { --delay: 0s; }
.stat-item:nth-child(2) { --delay: 0.2s; }
.stat-item:nth-child(3) { --delay: 0.4s; }
.stat-item i {
font-size: 32px;
color: #0066cc;
margin-bottom: 15px;
}
.stat-item h3 {
font-size: 24px;
margin: 0;
color: #111;
}
.stat-item p {
font-size: 15px;
color: #555;
} @keyframes slideUp {
to {
transform: translateY(0);
opacity: 1;
}
}
.featured-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
margin-bottom: 30px;
}
.featured-item {
position: relative;
overflow: hidden;
border-radius: 8px;
}
.featured-thumb {
background-size: cover;
background-position: center;
height: 300px;
position: relative;
display: flex;
align-items: flex-end;
}
.featured-overlay {
background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0.1));
color: white;
padding: 15px;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: flex-end;
position: relative;
}
.featured-category {
position: absolute;
top: 10px;
left: 10px;
background: #d62828;
padding: 4px 10px;
border-radius: 3px;
font-size: 11px;
text-transform: uppercase;
font-weight: bold;
}
.featured-title {
margin: 0;
font-size: 18px;
font-weight: bold;
line-height: 1.3;
}
.featured-meta {
margin-top: 10px;
font-size: 14px;
display: flex;
align-items: center;
}
.comment-count {
margin-right: 5px;
}
.comment-icon {
font-size: 14px;
} .single-post-container {
width: 100%;
max-width: 760px;
margin: 40px auto;
padding: 0 16px;
background: #fff;
font-family: 'Roboto', sans-serif;
font-size: 1.1rem;
line-height: 1.9rem;
color: #111;
box-shadow: 0 0 10px rgba(0,0,0,0.05);
box-sizing: border-box;
} .post-title {
font-size: 36px;
font-weight: 800;
line-height: 1.4;
margin: 5px 0 25px; color: #111;
word-break: break-word;
} .post-info {
font-size: 14px;
color: #777;
margin-bottom: 25px;
} .post-category {
display: inline-block;
background-color: #f0f0f0;
color: #d10000;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
padding: 6px 14px;
border-radius: 50px;
margin-top: 10px; margin-bottom: 8px; letter-spacing: 0.5px;
} .single-post-container p {
margin-bottom: 1.4rem;
}
.single-post-container h1,
.single-post-container h2,
.single-post-container h3 {
font-weight: 700;
line-height: 1.4;
margin: 1rem 0 1rem;
}
.single-post-container h1 {
font-size: 28px;
}
.single-post-container h2 {
font-size: 24px;
}
.single-post-container h3 {
font-size: 20px;
}
.single-post-container strong {
font-weight: bold;
}
.single-post-container a {
color: #0073aa;
text-decoration: underline;
} .featured-image {
margin-bottom: 20px;
}
.featured-image img,
.post-thumbnail img {
width: 100%;
height: auto;
border-radius: 4px;
margin-bottom: 10px;
} .article-share-icons {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 10px;
margin: 20px 0;
padding-left: 10px;
}
.article-share-icons a {
background-color: #f5f5f5;
color: #555;
width: 40px;
height: 40px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
font-size: 16px;
transition: all 0.3s ease;
}
.article-share-icons a:hover {
background-color: #000;
color: #fff;
} .custom-social-share {
display: flex;
justify-content: center;
gap: 12px;
margin: 25px 0;
flex-wrap: wrap;
}
.custom-social-share .icon {
background-color: #f0f0f0;
border-radius: 50%;
padding: 12px;
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
transition: background-color 0.3s ease;
text-decoration: none;
}
.custom-social-share .icon:hover {
background-color: #d0d0d0;
}
.custom-social-share svg {
width: 22px;
height: 22px;
} .post-tags {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-top: 25px;
padding-top: 15px;
border-top: 1px solid #ddd;
color: #444;
font-size: 14px;
margin-bottom: 15px; }
.post-tags a {
padding: 6px 12px;
background-color: #f0f2f5;
color: #333;
text-decoration: none;
border-radius: 20px;
border: 1px solid #ccc;
transition: 0.2s ease-in-out;
}
.post-tags a:hover {
background-color: #0073aa;
color: white;
border-color: #0073aa;
} .comment-notes,
.comment-note,
.comment-warning,
.comment-info {
margin-top: 15px;
font-size: 14px;
color: #555;
} iframe[src*="youtube.com"] {
width: 100% !important;
height: auto !important;
aspect-ratio: 16 / 9;
max-width: 100%;
display: block;
border-radius: 6px;
margin: 20px 0;
} iframe {
max-width: 100%;
border: none;
} @media (max-width: 768px) {
.single-post-container {
padding: 0 12px;
font-size: 1rem;
line-height: 1.7rem;
}
.post-title {
font-size: 26px;
line-height: 1.4;
}
.post-category {
font-size: 11px;
padding: 3px 10px;
margin-top: 10px;
margin-bottom: 8px;
}
.single-post-container h1 {
font-size: 22px;
}
.single-post-container h2 {
font-size: 20px;
}
.single-post-container h3 {
font-size: 18px;
}
} body.single-post {
background-color: #f7f7f7;
}
.stats-section {
background: #f9f9f9;
text-align: center;
padding: 60px 20px 20px;
animation: fadeInUp 1s ease-in-out;
margin-bottom: 0;
}
.site-footer {
margin-top: 0;
padding-top: 40px;
}
@media screen and (max-width: 768px) {
.main-nav {
display: none;
}
.hamburger {
display: flex;
}
} .poll-box {
background: #f9f9f9;
padding: 20px;
margin-top: 40px;
border-radius: 12px;
}
.poll-header {
display: flex;
align-items: center;
gap: 15px;
margin-bottom: 20px;
}
.poll-header img {
width: 48px;
height: 48px;
object-fit: cover;
border-radius: 50%;
}
.poll-header h3 {
font-size: 18px;
margin: 0;
font-weight: bold;
} .wp-polls ul {
list-style: none;
padding-left: 0;
}
.wp-polls ul li {
margin-bottom: 10px;
font-size: 16px;
}
.wp-polls input[type="radio"] {
margin-right: 10px;
}
.wp-polls .Buttons {
margin-top: 15px;
background: #fdd6dc;
color: #000;
padding: 12px 20px;
border: none;
font-weight: bold;
border-radius: 10px;
cursor: pointer;
text-transform: uppercase;
} .latest-news {
margin-top: 50px;
}
.latest-news h3 {
font-size: 22px;
font-weight: bold;
margin-bottom: 20px;
}
.latest-news-items {
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.latest-news-item {
width: calc(25% - 15px);
background: #f5f5f5;
border-radius: 10px;
overflow: hidden;
transition: 0.3s;
}
.latest-news-item:hover {
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.latest-news-item img {
width: 100%;
height: 130px;
object-fit: cover;
display: block;
}
.latest-news-item p {
font-size: 15px;
font-weight: bold;
padding: 10px;
color: #111;
} .home-container {
max-width: 1100px;
margin: 0 auto;
padding: 20px;
font-family: Arial, sans-serif;
}
.featured-posts {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 20px;
margin-bottom: 40px;
}
.featured-post img {
width: 100%;
height: 220px;
object-fit: cover;
border-radius: 4px;
}
.featured-post .category {
font-size: 13px;
color: #fff;
background: #c00;
padding: 4px 10px;
display: inline-block;
margin-bottom: 6px;
border-radius: 3px;
}
.featured-post h2 {
font-size: 20px;
color: #000;
margin: 0 0 10px;
}
.latest-posts .post-item {
display: flex;
gap: 20px;
margin-bottom: 25px;
border-bottom: 1px solid #eee;
padding-bottom: 15px;
}
.latest-posts .post-item img {
width: 160px;
height: 100px;
object-fit: cover;
border-radius: 4px;
}
.latest-posts .post-content {
flex: 1;
}
.latest-posts .post-content h3 {
font-size: 18px;
margin: 0 0 8px;
}
.latest-posts .meta {
font-size: 13px;
color: #444;
}
.latest-posts .meta .date {
color: #666;
font-weight: normal;
}
.home-container {
max-width: 1100px;
margin: 0 auto;
padding: 20px;
font-family: Arial, sans-serif;
}
.featured-posts {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 20px;
margin-bottom: 40px;
}
.featured-post img {
width: 100%;
height: 220px;
object-fit: cover;
border-radius: 4px;
}
.featured-post .category {
font-size: 13px;
color: #fff;
background: #c00;
padding: 4px 10px;
display: inline-block;
margin-bottom: 6px;
border-radius: 3px;
}
.featured-post h2 {
font-size: 20px;
color: #000;
margin: 0 0 10px;
}
.latest-posts .post-item {
display: flex;
gap: 20px;
margin-bottom: 25px;
border-bottom: 1px solid #eee;
padding-bottom: 15px;
}
.latest-posts .post-item img {
width: 160px;
height: 100px;
object-fit: cover;
border-radius: 4px;
}
.latest-posts .post-content {
flex: 1;
}
.latest-posts .post-content h3 {
font-size: 18px;
margin: 0 0 8px;
}
.latest-posts .meta {
font-size: 13px;
color: #444;
}
.latest-posts .meta .date {
color: #666;
font-weight: normal;
} .sidebar-area {
flex: 1 1 30%;
max-width: 300px;
}
.custom-ad-sidebar {
margin-bottom: 30px;
text-align: center;
}
.custom-ad-sidebar img {
width: 100%;
height: auto;
border-radius: 6px;
} @media screen and (max-width: 768px) {
.custom-ad-sidebar {
display: none;
}
}
.single-wrapper {
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
max-width: 1140px;
margin: 0 auto;
padding: 30px 16px;
gap: 30px;
}
.single-content {
flex: 1 1 70%;
max-width: 740px;
}
.sidebar-area {
flex: 1 1 30%;
max-width: 300px;
} @media (max-width: 768px) {
.sidebar-area {
display: none;
}
}Theme Name: Vijesti Srpske
Theme URI: https://vijestisrpske.ba
Author: Dejan Zerdo
Author URI: https://zeks.ba
Version: 1.0 - KOMENTARI
*/
.custom-comments-area {
margin-top: 40px;
}
.comments-title {
font-size: 22px;
margin-bottom: 25px;
font-weight: 600;
}
.comment-notice {
background-color: #f8f8f8;
border-left: 4px solid #d6232f;
padding: 15px;
margin-bottom: 25px;
font-size: 14px;
color: #444;
border-radius: 5px;
}
.comment-list {
list-style: none;
padding: 0;
}
.custom-comment-box {
border: 1px solid #eee;
border-radius: 10px;
padding: 15px;
margin-bottom: 15px;
background: #fff;
}
.comment-meta {
display: flex;
justify-content: space-between;
margin-bottom: 8px;
font-size: 14px;
color: #555;
}
.comment-meta strong {
font-weight: bold;
color: #222;
}
.comment-date {
color: #999;
}
.comment-text {
font-size: 16px;
color: #333;
margin-bottom: 10px;
}
.comment-actions {
display: flex;
gap: 15px;
align-items: center;
font-size: 14px;
}
.comment-actions .like-btn,
.comment-actions .dislike-btn {
display: flex;
align-items: center;
gap: 4px;
font-weight: bold;
}
.comment-actions .like-btn {
color: #38a169;
}
.comment-actions .dislike-btn {
color: #e53e3e;
}
.comment-actions a {
margin-left: auto;
text-decoration: none;
color: #555;
font-weight: bold;
}
.comment-actions a:hover {
text-decoration: underline;
}
.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"] {
width: 100%;
padding: 12px;
margin-bottom: 12px;
border: 1px solid #ccc;
border-radius: 6px;
font-size: 15px;
font-family: inherit;
}
.comment-form textarea {
min-height: 150px;
}
.comment-submit-btn {
background-color: #d6232f;
color: white;
border: none;
padding: 14px 24px;
font-size: 16px;
border-radius: 6px;
cursor: pointer;
width: 100%;
}
.comment-submit-btn:hover {
background-color: #b61d27;
}*/ ANKETA
.poll-box {
background: #f9f9f9;
padding: 20px;
margin-top: 40px;
border-radius: 12px;
}
.wp-polls-archive-link {
display: none !important;
}
.poll-header {
display: flex;
align-items: center;
gap: 15px;
margin-bottom: 20px;
}
.poll-header img {
width: 48px;
height: 48px;
object-fit: cover;
border-radius: 50%;
}
.poll-header h3 {
font-size: 18px;
margin: 0;
font-weight: bold;
} .wp-polls ul {
list-style: none;
padding-left: 0;
}
.wp-polls ul li {
margin-bottom: 10px;
font-size: 16px;
}
.wp-polls input[type="radio"] {
margin-right: 10px;
}
.wp-polls .Buttons {
margin-top: 15px;
background: #fdd6dc;
color: #000;
padding: 12px 20px;
border: none;
font-weight: bold;
border-radius: 10px;
cursor: pointer;
text-transform: uppercase;
}