.grid-resim-alani {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 16px;
padding: 16px;
}
.grid-resim {
width: 100%;
aspect-ratio: 1/1; object-fit: cover;
border-radius: 10px;
border: solid;
transition: transform 0.3s ease, box-shadow 0.3s ease;
cursor: pointer;
}
.grid-resim:hover {
transform: scale(1.05);
border: solid;
box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
} @media (max-width: 768px) {
.grid-resim-alani {
grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 480px) {
.grid-resim-alani {
grid-template-columns: repeat(3, 1fr); }
}
.tooltip-kutu {
position: relative;
display: inline-block;
} .tooltip-kutu::after {
content: attr(data-tooltip);
position: absolute;
bottom: 110%;
left: 50%;
transform: translateX(-50%);
background-color: #4a3f35;
color: #fff8e6;
padding: 6px 10px;
border-radius: 6px;
font-size: 12px;
white-space: normal; max-width: 220px;
text-align: center;
word-wrap: break-word;
opacity: 0;
pointer-events: none;
transition: opacity 0.3s ease;
z-index: 100;
box-shadow: 0 2px 6px rgba(0,0,0,0.15);
} .tooltip-kutu::before {
content: "";
position: absolute;
bottom: 100%;
left: 50%;
transform: translateX(-50%);
border-width: 6px;
border-style: solid;
border-color: transparent transparent #4a3f35 transparent;
opacity: 0;
transition: opacity 0.3s ease;
z-index: 99;
} .tooltip-kutu:hover::after,
.tooltip-kutu:hover::before {
opacity: 1;
}body {
font-family: Arial, sans-serif;
background-color: #f1f1f1;
}
.asklepios2-widget {
width: 590px;
margin: 0 auto;
padding: 20px;
border: 5px solid #FF0000;
background-color: #fff;
border-radius: 10px;
} .category-section {
display: flex;
flex-wrap: wrap; justify-content: flex-start; gap: 10px; }
.category-box {
width: 23%; background-color: #fff;
text-align: center;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
overflow: hidden; }
.category-box img {
width: 100%;
height: 150px;
border-bottom: 5px solid #f1f1f1;
}
.category-box h3 {
color: #333;
font-size: 18px;
padding: 10px;
background-color: #fff;
border-bottom: 2px solid #ddd;
margin: 0;
}
.category-box:hover {
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
transition: box-shadow 0.3s ease-in-out;
} .recent-posts {
margin-top: 15px;
padding: 10px;
}
.post-item {
margin-bottom: 15px;
}
.post-item img {
width: 80px;
height: 80px;
border-radius: 5px;
margin-bottom: 5px;
}
.post-item p {
font-size: 14px;
color: #333;
text-align: center;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
transition: background-color 0.3s ease, transform 0.2s ease, color 0.3s ease;
border-radius: 5px;
color: #4a3f35;
box-shadow: 0 14px 8px rgba(0, 0, 0, 0.1);
background-color: #f5f1e6;
font-weight: bold;
} .renk1 {
background-color: #E9967A;
border: solid;
}
.renk2 {
background-color: #e9ba7a;
border: solid;
}
.renk3 {
background-color: #e9cf7a91;
border: solid;
}
.renk4 {
background-color: #e9cf7a36;
border: solid;
}
.renk5 {
background-color: #ae703ce0;
border: solid;
}
.renk6 {
background-color: #8e6644e0;
border: solid;
}
.renk7 {
background-color: #8e6e53e0;
border: solid;
}
.renk8 {
background-color: #8E6E53;
border: solid;
}
.renk9 {
background-color: #a78c69;
border: solid;
}
.renk10 {
background-color: #a79d69;
border: solid;
}
.renk11 {
background-color: #595a3cf5;
border: solid;
}
.renk12 {
background-color: #5a4e3c;
border: solid;
} .category-box img:hover {
transform: scale(1.1);
transition: transform 0.3s ease;
} @media (max-width: 1024px) {
.category-box {
width: 48%; }
}
@media (max-width: 600px) {
.asklepios-widget {
width: 100%;
padding: 10px;
}
.category-section {
justify-content: center; }
.category-box {
width: 100%; }
}.asklepios-widget {
background-color: #fdfaf5;
border: 1px solid #e8e0d1;
padding: 16px;
border-radius: 12px;
box-shadow: 0 2px 6px rgba(0,0,0,0.05);
max-width: 400px;
margin: 20px auto;
text-align: center;
font-family: Georgia, serif;
}
.asklepios-ust-bilgi p {
font-size: 15px;
color: #2e2b26;
font-weight: 500;
margin-bottom: 12px;
}
.asklepios-gorsel img {
width: 190px;
height: auto;
margin: 10px auto;
display: block;
}
.asklepios-alt-bilgi p {
font-size: 14px;
font-style: italic;
color: #5a5145;
background: #fffdf6;
border: 1px solid #e0d9cc;
padding: 8px 12px;
border-radius: 10px;
margin-top: 12px;
}
.asklepios-baslik {
font-size: 14px;
font-weight: 600;
margin-bottom: 4px;
color: #4a3f35;
}
.asklepios-search {
margin-top: 14px;
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.asklepios-search input[type="search"] {
flex: 1 1 100%;
padding: 10px 12px;
border: 1px solid #cdbfa9;
border-radius: 8px;
font-size: 14px;
background: #fffdf6;
color: #3e3529;
box-sizing: border-box;
}
.asklepios-search button {
flex: 1 1 100%;
background-color: #a78c69;
color: white;
border: none;
padding: 10px 14px;
border-radius: 8px;
font-size: 14px;
cursor: pointer;
transition: background-color 0.3s ease;
box-sizing: border-box;
}
.asklepios-search button:hover {
background-color: #8a7155;
}.asklepios-kategori-menu {
font-family: Georgia, serif;
background-color: #f4f1ea;
border: 1px solid #ddd4c2;
border-radius: 8px;
padding: 15px;
width: 100%;
}
.kategori-menu-listesi {
list-style: none;
padding: 0;
margin: 0;
}
.kategori-menu-listesi > li {
position: relative;
margin-bottom: 10px;
}
.kategori-menu-listesi > li > a {
display: block;
background-color: #e9e1cf;
color: #3b3127;
padding: 10px 12px;
text-decoration: none;
border-radius: 6px;
font-weight: bold;
transition: background-color 0.3s ease;
}
.kategori-menu-listesi > li > a:hover {
background-color: #dcd1bb;
}
.alt-menu {
display: none;
margin-top: 4px;
margin-left: 10px;
padding-left: 10px;
border-left: 2px solid #c5b9a0;
}
.kategori-menu-listesi li:hover > .alt-menu {
display: block;
}
.alt-menu li a {
display: block;
padding: 8px 10px;
color: #4b4034;
background-color: #f9f7f1;
margin-bottom: 4px;
border-radius: 4px;
font-size: 14px;
text-decoration: none;
transition: background-color 0.2s;
}
.alt-menu li a:hover {
background-color: #eee4d5;
}.bilgelik-kutusu {
max-width: 600px;
margin: 40px auto;
border: 3px solid #d4b085;
background: #f9f4ea;
font-family: 'Inter', sans-serif;
text-align: center;
border-radius: 16px;
box-shadow: 0 0 10px rgba(0,0,0,0.06);
overflow: hidden;
}
.bilgelik-ust, .bilgelik-alt {
background: #f2e6d8;
padding: 15px 20px;
font-size: 17px;
line-height: 1.6;
color: #3e3225;
}
.bilgelik-baslik {
font-family: 'Poppins', sans-serif;
font-size: 15px;
font-weight: 600;
color: #6e4d2c;
margin-bottom: 8px;
text-transform: uppercase;
letter-spacing: 0.4px;
}
.bilgelik-orta {
background: #f6eddc;
padding: 20px;
}
.bilgelik-orta img {
max-width: 100%;
height: auto;
display: block;
margin: 0 auto;
}.footer-menu {
background-color: #f4efe7; padding: 10px 15px; max-width: 960px;
margin: 0 auto; }
.footer-menu ul {
list-style: none;
padding: 0;
margin: 0;
}
.footer-menu li {
margin: 5px 0; }
.footer-menu a {
text-decoration: none;
font-size: 16px; color: #2c3e50; font-weight: 600;
display: flex;
align-items: center;
transition: all 0.3s ease-in-out; padding: 0; }
.footer-menu a i {
margin-right: 6px; font-size: 18px;
}.footer-menu4 {
background-color: #eae5e5; padding: 2px;
text-align: center; font-family: Arial, sans-serif;
}
.footer-menu4 ul {
list-style: none;
padding: 0;
margin: 0;
display: ruby;
justify-content: center; align-items: center; flex-direction: column; }
.footer-menu4 ul li {
margin: 10px 0; font-size: 16px;
}.featured-image {
position: relative;
overflow: hidden; width: 100%;
height: 0;
padding-bottom: 66.66%; } .featured-image img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%); width: 100%;
height: 100%;
object-fit: scale-down; } @media (max-width: 768px) {
.featured-image {
padding-bottom: 75%; }
}