Мазмұнға өту

МедиаУики:Common.css

JañaWiki жобасынан

Ескерту: жариялаудан кейін өзгертістерді көру үшін браузеріңіздің кэшін тазарту керек болуы мүмкін.

  • Firefox / Safari: Reload басқанда Shift ұстап тұрыңыз немесе Ctrl-F5 не Ctrl-R басыңыз (Mac-та ⌘-R)
  • Google Chrome: Ctrl-Shift-R басыңыз (Mac-та ⌘-Shift-R)
  • Internet Explorer / Edge: Жаңарту дегенді басқанда Ctrl ұстап тұрыңыз немесе Ctrl-F5 басыңыз
  • Opera: Ctrl-F5 басыңыз.
/* === ЛОГОТИП === */
#p-logo a {
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/3/33/JanaWiki.png") !important;
    background-size: contain;
    width: 135px;
    height: 135px;
}

/* === ФОН === */
body {
    background-color: #EAEAEA; /* Жұмсақ сұр */
}

/* === НЕГІЗГІ МӘТІН === */
body {
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #222222; /* Қою сұр */
}

/* === СІЛТЕМЕЛЕР === */
a {
    color: #000000; /* Қара */
}
a:hover {
    color: #555555; /* Ашық сұр */
}

/* === НАВИГАЦИЯ ПАНЕЛІ === */
#mw-panel {
    background-color: #F5F5F5; /* Ашық сұр */
    border-right: 1px solid #CCCCCC; /* Жұқа сұр сызық */
}

/* === НАВИГАЦИЯ МӘТІНІ === */
#mw-panel a {
    color: #000000 !important; /* Қара мәтін */
}
#mw-panel a:hover {
    color: #777777 !important; /* Орташа сұр */
}

/* === ТАҚЫРЫПТАР === */
h1, h2, h3 {
    font-family: "Georgia", serif;
    color: #111111; /* Терең қара сұр */
}

/* === ЖОҒАРҒЫ МӘЗІР (профиль, іздеу) === */
#p-personal {
    background-color: #DADADA; /* Орташа сұр */
    color: #000000;
}

/* === БЕТ СТИЛІ === */
#content {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

/* === ҚОЛТАҢБА АЙМАҒЫ === */
#footer {
    background-color: #E0E0E0; /* Ашық сұр */
    color: #333333; /* Орташа сұр мәтін */
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.