САЙТ В ПРОЦЕССЕ ОБНОВЛЕНИЯ, ВЕДУТСЯ ТЕХНИЧЕСКИЕ РАБОТЫ. Некоторые страницы могут быть недоступны, но мы работаем над этим. Скоро все заработает!
MediaWiki:Common.css: различия между версиями
Перейти к навигации
Перейти к поиску
Нет описания правки |
Tsostik (обсуждение | вклад) мНет описания правки |
||
| (не показано 48 промежуточных версий 3 участников) | |||
| Строка 19: | Строка 19: | ||
} | } | ||
. | /* http://wiki.helpua.rubikus.de/mw/index.php?title=%D0%98%D0%BD%D1%81%D1%82%D1%80%D1%83%D0%BA%D1%86%D0%B8%D0%B8_%D0%A0%D1%83%D0%B1%D0%B8%D0%BA%D1%83%D1%81%D0%B0 | ||
*/ | |||
.emoji, .flag, .flagicon { | |||
font-family: "Twemoji Mozilla", "Segoe UI Emoji", "Noto Color Emoji", sans-serif !important; | |||
} | |||
teststyle { | |||
color : red; | |||
} | |||
.strong_st { | |||
font-weight: bold; | |||
} | } | ||
| Строка 27: | Строка 38: | ||
} | } | ||
. | .c10 { | ||
font-style: italic; | |||
} | } | ||
. | .head_in1 { | ||
font-weight: bold; | |||
font-size: 1.2em; | |||
} | } | ||
. | .head_in2 { | ||
background-color: # | font-weight: bold; | ||
} | |||
.flag-icon { | |||
/* display: inline-flex; | |||
align-items: center; | |||
justify-content: center; | |||
overflow: hidden; | |||
width: 15px; | |||
height: 10px; | |||
background-color: white; цвет пустого пространства */ | |||
} | |||
.flag-icon img { | |||
width: 15px !important; | |||
height: 10px !important; | |||
margin-right: 1px; | |||
transform: translateY(-2px); | |||
} | |||
/* Fix the left panel so it doesn't scroll */ | |||
#mw-panel { | |||
position: fixed; | |||
top: 0; | |||
left: 0; | |||
height: 100%; | |||
overflow: auto; | |||
z-index: 1000; | |||
} | |||
#mw-panel a[href="https://helpua.rubikus.de/#helpus"] { | |||
background: #fff500; /* светлый фон */ | |||
color: #0085ff; | |||
border-radius: 6px; | |||
padding: 3px 6px; | |||
font-weight: bold; | |||
text-decoration: none; | |||
} | |||
#mw-panel a[href="https://helpua.rubikus.de/#helpus"]:visited { | |||
color: #0085ff; | |||
} | |||
#mw-panel a[href="https://helpua.rubikus.de/#helpus"]:hover { | |||
background: #ffe066; | |||
} | } | ||
#scrollUpBtn { | |||
display: none; | |||
position: fixed; | |||
bottom: 20px; | |||
right: 20px; | |||
padding: 8px 12px; | |||
background-color: #007bff; | |||
opacity: 60%; | |||
color: #fff; | |||
border: none; | |||
border-radius: 6px; | |||
cursor: pointer; | |||
transition: background-color 0.3s ease; /* Smooth hover effect */ | |||
} | } | ||
#scrollUpBtn:hover { | |||
opacity:100%; | |||
background-color: #0056b3; /* Darker blue on hover */ | |||
} | } | ||
Текущая версия от 18:59, 29 ноября 2025
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
/* Размещённый здесь CSS будет применяться только для зарегистрированных пользователей */
.user-show {
display: none;
}
div.anonymous-show,
p.anonymous-show {
display: block;
}
span.anonymous-show,
small.user-show {
display: inline;
}
table.anonymous-show {
display: table;
}
li.anonymous-show {
display: list-item;
}
/* http://wiki.helpua.rubikus.de/mw/index.php?title=%D0%98%D0%BD%D1%81%D1%82%D1%80%D1%83%D0%BA%D1%86%D0%B8%D0%B8_%D0%A0%D1%83%D0%B1%D0%B8%D0%BA%D1%83%D1%81%D0%B0
*/
.emoji, .flag, .flagicon {
font-family: "Twemoji Mozilla", "Segoe UI Emoji", "Noto Color Emoji", sans-serif !important;
}
teststyle {
color : red;
}
.strong_st {
font-weight: bold;
}
.red_text {
color: red;
}
.c10 {
font-style: italic;
}
.head_in1 {
font-weight: bold;
font-size: 1.2em;
}
.head_in2 {
font-weight: bold;
}
.flag-icon {
/* display: inline-flex;
align-items: center;
justify-content: center;
overflow: hidden;
width: 15px;
height: 10px;
background-color: white; цвет пустого пространства */
}
.flag-icon img {
width: 15px !important;
height: 10px !important;
margin-right: 1px;
transform: translateY(-2px);
}
/* Fix the left panel so it doesn't scroll */
#mw-panel {
position: fixed;
top: 0;
left: 0;
height: 100%;
overflow: auto;
z-index: 1000;
}
#mw-panel a[href="https://helpua.rubikus.de/#helpus"] {
background: #fff500; /* светлый фон */
color: #0085ff;
border-radius: 6px;
padding: 3px 6px;
font-weight: bold;
text-decoration: none;
}
#mw-panel a[href="https://helpua.rubikus.de/#helpus"]:visited {
color: #0085ff;
}
#mw-panel a[href="https://helpua.rubikus.de/#helpus"]:hover {
background: #ffe066;
}
#scrollUpBtn {
display: none;
position: fixed;
bottom: 20px;
right: 20px;
padding: 8px 12px;
background-color: #007bff;
opacity: 60%;
color: #fff;
border: none;
border-radius: 6px;
cursor: pointer;
transition: background-color 0.3s ease; /* Smooth hover effect */
}
#scrollUpBtn:hover {
opacity:100%;
background-color: #0056b3; /* Darker blue on hover */
}