MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 83: Line 83:
#p-themes-item-dark a:before {
#p-themes-item-dark a:before {
     content: "Dark";
     content: "Dark";
    visibility: visible;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 5px; /* Отступ сверху */
    width: 100%;
    text-align: center;
    line-height: 1em;
    color: red;
    font-size: 15px;
    font-family: 'MyCustomFont2', sans-serif;
    white-space: nowrap;
    cursor: pointer;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}
#p-themes-item-sai a {
    --background-color: #f1f1f1;
    --header-background-color: #ffffff;
    --content-background-color: #ffffff;
    direction: ltr;
    font-family: 'MyCustomFont2', sans-serif;
    visibility: hidden;
    list-style: none;
    line-height: 1em;
    display: block;
    white-space: nowrap;
    cursor: pointer;
    padding: 0.25em 0.5em;
    text-decoration: none;
    margin-left: -10px;
    text-align: center;
    font-size: 15px;
    color: red;
    background: transparent;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    width: 100%;
    position: relative;
}
#p-themes-item-sai a:before {
    content: "SaI theme";
    visibility: visible;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 5px; /* Отступ сверху */
    width: 100%;
    text-align: center;
    line-height: 1em;
    color: red;
    font-size: 15px;
    font-family: 'MyCustomFont2', sans-serif;
    white-space: nowrap;
    cursor: pointer;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}
#p-themes-item-trench a {
    --background-color: #f1f1f1;
    --header-background-color: #ffffff;
    --content-background-color: #ffffff;
    direction: ltr;
    font-family: 'MyCustomFont2', sans-serif;
    visibility: hidden;
    list-style: none;
    line-height: 1em;
    display: block;
    white-space: nowrap;
    cursor: pointer;
    padding: 0.25em 0.5em;
    text-decoration: none;
    margin-left: -10px;
    text-align: center;
    font-size: 15px;
    color: red;
    background: transparent;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    width: 100%;
    position: relative;
}
#p-themes-item-trench a:before {
    content: "Trench theme";
    visibility: visible;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 5px; /* Отступ сверху */
    width: 100%;
    text-align: center;
    line-height: 1em;
    color: red;
    font-size: 15px;
    font-family: 'MyCustomFont2', sans-serif;
    white-space: nowrap;
    cursor: pointer;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}
#p-themes-item-trench-dark a {
    --background-color: #f1f1f1;
    --header-background-color: #ffffff;
    --content-background-color: #ffffff;
    direction: ltr;
    font-family: 'MyCustomFont2', sans-serif;
    visibility: hidden;
    list-style: none;
    line-height: 1em;
    display: block;
    white-space: nowrap;
    cursor: pointer;
    padding: 0.25em 0.5em;
    text-decoration: none;
    margin-left: -10px;
    text-align: center;
    font-size: 15px;
    color: red;
    background: transparent;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    width: 100%;
    position: relative;
}
#p-themes-item-trench-dark a:before {
    content: "Trench Dark theme";
    visibility: visible;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 5px; /* Отступ сверху */
    width: 100%;
    text-align: center;
    line-height: 1em;
    color: red;
    font-size: 15px;
    font-family: 'MyCustomFont2', sans-serif;
    white-space: nowrap;
    cursor: pointer;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}
#p-themes-item-blurryface a {
    --background-color: #f1f1f1;
    --header-background-color: #ffffff;
    --content-background-color: #ffffff;
    direction: ltr;
    font-family: 'MyCustomFont2', sans-serif;
    visibility: hidden;
    list-style: none;
    line-height: 1em;
    display: block;
    white-space: nowrap;
    cursor: pointer;
    padding: 0.25em 0.5em;
    text-decoration: none;
    margin-left: -10px;
    text-align: center;
    font-size: 15px;
    color: red;
    background: transparent;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    width: 100%;
    position: relative;
}
#p-themes-item-blurryface a:before {
    content: "Blurryface theme";
     visibility: visible;
     visibility: visible;
     position: absolute;
     position: absolute;

Navigation menu