Template:Main Page/styles.css: Difference between revisions

[checked revision][checked revision]
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 119: Line 119:
   }
   }
}
}
/* ==================================================
  GENEL LİNKLER
================================================== */
.mw-parser-output a {
  color: #3366cc;
  text-decoration: none;
}
.mw-parser-output a:visited {
  color: #6b4eff;
}
.mw-parser-output a:hover {
  text-decoration: underline;
}
/* ==================================================
  OLMAYAN SAYFALAR (REDLINK)
================================================== */
.mw-parser-output a.new,
.mw-parser-output a.new:link {
  color: #ba0000 !important;
}
.mw-parser-output a.new:visited {
  color: #a00000 !important;
}
/* ==================================================
/* ==================================================
   KOYU MOD UYUMLULUĞU
   KOYU MOD UYUMLULUĞU
Line 148: Line 177:
   }
   }


   a {
   .mw-parser-output a {
     color: #6ea8ff;
     color: #6ea8ff;
   }
   }


   a:visited {
   .mw-parser-output a:visited {
     color: #c58cff;
     color: #c58cff;
   }
   }
}
/* ==================================================
  OLMAYAN SAYFALAR (REDLINK)
================================================== */
a.new {
  color: #ba0000;
}
a.new:visited {
  color: #a00000;
}


@media (prefers-color-scheme: dark) {
  /* Koyu mod redlink */
   a.new {
  .mw-parser-output a.new,
     color: #ff6b6b;
   .mw-parser-output a.new:link {
     color: #ff6b6b !important;
   }
   }


   a.new:visited {
   .mw-parser-output a.new:visited {
     color: #ff8a8a;
     color: #ff8a8a !important;
   }
   }
}
}