Theme Name: Vijesti Srpske
Theme URI: https://vijestisrpske.ba
Author: Dejan Zerdo
Author URI: https://zeks.ba
Version: 1.0
*/
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;
}
.entry-content a {
color: #e60000;      
text-decoration: underline;  
font-weight: 500;         
transition: color 0.2s ease;
}
.entry-content a:hover {
color: #b80000;            
text-decoration: underline; }
.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;
}
.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;
} body.single-post {
background-color: #f7f7f7;
}
.single-post-container {
max-width: 760px;
margin: 40px auto;
padding: 30px;
background: #fff;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
line-height: 1.75;
color: #111;
box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.post-title {
font-size: 30px;
font-weight: 700;
margin: 10px 0 20px 0;
line-height: 1.3;
}
.post-info {
font-size: 14px;
color: #666;
margin-bottom: 20px;
}
.featured-image {
margin-bottom: 20px;
}
.featured-image img {
width: 100%;
height: auto;
border-radius: 4px;
}
.share-buttons {
display: flex;
gap: 12px;
margin: 15px 0 25px;
flex-wrap: wrap;
}
.share-icon {
color: #888;
text-decoration: none;
transition: color 0.2s ease-in-out;
}
.share-icon:hover {
color: #000;
}
.icon-svg {
width: 28px;
height: 28px;
}
.post-content {
font-size: 17px;
}
.post-tags {
font-size: 14px;
margin-top: 25px;
color: #444;
}
.share-buttons {
margin-top: 20px;
margin-bottom: 20px;
}
.share-icon {
display: inline-block;
margin-right: 10px;
color: #888;
transition: color 0.2s ease;
text-decoration: none;
}
.share-icon:hover {
color: #000;
}
.icon-svg {
width: 28px;
height: 28px;
} .single-post-container .post-category {
color: red;
text-transform: uppercase;
font-weight: bold;
font-size: 14px;
margin-bottom: 10px;
display: block;
} .single-post-container .post-title {
font-size: 36px;
font-weight: bold;
line-height: 1.3;
margin-bottom: 15px;
}
@media screen and (max-width: 768px) { .single-post-container .post-title {
font-size: 26px;
} .single-post-container .post-category {
font-size: 12px;
} .single-post-container .post-category {
color: red;
text-transform: uppercase;
font-weight: bold;
font-size: 14px;
margin-bottom: 10px;
display: block;
} .single-post-container .post-title {
font-size: 36px;
font-weight: bold;
line-height: 1.3;
margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
.single-post-container {
margin-top: 0;
}
.post-tags {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-top: 25px;
padding-top: 15px;
border-top: 1px solid #ddd;
}
.post-tags a {
display: inline-block;
padding: 6px 12px;
background-color: #f0f2f5;
color: #333;
text-decoration: none;
font-size: 14px;
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;
}
@media screen and (max-width: 768px) { .single-post-container .post-title {
font-size: 26px;
}
.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;
} .single-post-container .post-category {
font-size: 12px;
}
}
}
@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;
}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;
}