<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.post-title.lg{
    font-family: "Helvetica Neue","Segoe UI",Roboto,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.single-post p{
    font-family: "Helvetica Neue","Segoe UI",Roboto,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 18px;
}

.loader-ellips {
    font-size: 20px; /* change size here */
    position: relative;
    width: 4em;
    height: 1em;
    margin: 10px auto;
}

.loader-ellips__dot {
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 0.5em;
    background: #555; /* change color here */
    position: absolute;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
    left: 0;
}
.loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips__dot:nth-child(4) { left: 3em; }

@keyframes reveal {
    from { transform: scale(0.001); }
    to { transform: scale(1); }
}

@keyframes slide {
    to { transform: translateX(1.5em) }
}

.loader-ellips__dot:nth-child(1) {
    animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
    animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
    animation-name: reveal;
    animation-direction: reverse;
}
.iliskilianket{
    width: 100%;
    background-color: #2d98da;
}
.iliskilianket h5 {
    font-size: 24px;
}
.iliskilianket p {
    font-size: 18px;
    font-weight: bold;
}
.iliskilianket .btn:hover{
    background: #b91a00;
}
.iliskilimakale{
    background-color: #d2dae2;
}
.iliskilivideo{
    background-color: #485460;
}
.iliskilivideo a h5,.iliskilivideo p a,.iliskilivideo p{
    color: #f8f8f8;
    margin-bottom: 0;
    line-height: 1.4;
}
.iliskiligaleri{
    background-color: #f53b57;
}
.iliskiligaleri a h5,.iliskiligaleri a p{
    color: #f8f8f8;
    margin-bottom: 0;
    line-height: 1.4;
}
.google-news_wrapper {
    margin: 12px 0 0 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e3e3e3;
    padding: 3px 8px;
    border-radius: 3px;
    color: #e30019;
}
.google-news_wrapper&gt;.text {
    font-weight: 600;
    font-size: 1.1rem;
}
.google-news_wrapper .custom-icon_google-news {
    background-image: url(../images/google-news.svg);
    background-repeat: no-repeat;
    background-size: 130px auto;
    width: 112px;
    height: 28px;
    display: inline-block;
    background-position-y: 6px;
    background-position-x: 15px;
    margin-left: 5px;
    border: 1px solid #e3e3e3;
}
.caption-area{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 30;
}
.secondtitle{
    display: inline-block;
    box-shadow: 0 0 20px rgba(0,0,0,.5);
    background: #ffd200;
    max-width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 17px;
    overflow: hidden;
    color: #000;
    padding: 8px;
    margin: 0 0 9px 15px;
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
}
</pre></body></html>