MediaWiki:Common.css: различия между версиями

нет описания правки
imported>Catweird
Нет описания правки
imported>Catweird
Нет описания правки
Строка 2: Строка 2:
   border-radius: 15px;
   border-radius: 15px;
}
}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
button {
    margin: 15px;
    padding: 1.5%;
    font-size: 105%;
    border: 2px solid white;
    border-radius: 15px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    transition-duration: 120ms;
    }
    button:active {
    padding: 1.5%;
    font-size: 105%;
    border: 2px solid white;
    border-radius: 15px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    transition-duration: 120ms;
    }
    button:hover {
    transition-duration: 120ms;
    background-color: #ededed;
    border: 2px solid #ededed;
    box-shadow: 0 0 0px rgba(0,0,0,0);
    }
textarea {
                border-radius: 15px;
                /*height: 5%;*/
                padding: 0.5%;
                width: 30%;
                border: 1px solid #e6e6e6;
                background-color: white;
                resize: none;
                overflow: hidden;
                color: black;
                font-family: 'Inter', sans-serif;
                transition-duration: 120ms;
                font-size: 100%;
            }
            textarea:hover {
                border-radius: 15px;
                /*height: 5%;*/
                padding: 0.5%;
                width: 30%;
                border: 1px solid #e6e6e6;
                background-color: #e6e6e6;
                resize: none;
                overflow: hidden;
                color: black;
                font-family: 'Inter', sans-serif;
                transition-duration: 120ms;
            }
            textarea:active {
                border: 1px solid #e6e6e6;
            }
            textarea:focus, input:focus {
                outline: none;
            }
            ::-webkit-scrollbar {
                width: 10px;
            }
            /* Track */
            ::-webkit-scrollbar-track {
                background: #f1f1f1;
            }
            /* Handle */
            ::-webkit-scrollbar-thumb {
                background: #888;
            }
            /* Handle on hover */
            ::-webkit-scrollbar-thumb:hover {
                background: #555;
            }


.thumbimage {
.thumbimage {
Строка 24: Строка 108:
}
}


.mw-code, mw-css, pre, code {
text {
background-color: #fff;
  font-family: 'Inter', sans-serif;
border-radius: 15px;
  font-size: 35px;
color: #000;
  font-weight: 500;
font-family: 'Iosevka Web'
}
box-shadow: 0 0 10px rgba(0,0,0,0.5);
 
h1, h2, h3 {
  font-family: 'Roboto Slab', sans-serif;
}
}


@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
h4, h5, h6, p {
  font-family: 'Inter', serif;
  font-weight: 500;
}


@font-face {
pre, code {
font-family: 'Iosevka Web';
  fontFamily: 'Roboto Mono';
font-display: swap;
  font-family: 'Roboto Mono';
font-weight: 400;
  font-weight: 500;
font-stretch: normal;
font-style: normal;
src: url('https://pvinis.github.io/iosevka-webfont/3.4.1/woff2/iosevka-regular.woff2') format('woff2'), url('woff/iosevka-regular.woff') format('woff'), url('ttf/iosevka-regular.ttf') format('truetype');
}
}
li {
li {
Анонимный участник