MediaWiki:Common.css: различия между версиями
Перейти к навигации
Перейти к поиску
Нет описания правки |
Нет описания правки |
||
| Строка 177: | Строка 177: | ||
.shadow1 img:hover { | .shadow1 img:hover { | ||
box-shadow: 0px 0px 15px 0px #d10e0ee8; | box-shadow: 0px 0px 15px 0px #d10e0ee8; | ||
transition-duration: 0.5s; | |||
} | |||
.shadow1 img { | |||
border-radius: 27px; | border-radius: 27px; | ||
} | } | ||
Версия от 15:56, 12 июля 2023
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
img.strip {
margin-right: 250px;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
p.strip {
text-align: left;
margin: 25px;
}
.panel-s {
border: 3px double rgb(255, 255, 255);
padding: 1px;
margin: 2% 5%;
display: flex;
}
.img-right {
margin-right: 1em;
}
.img-right img {
float: right;
border-radius: 5px;
box-shadow: 0 0 10px rgba(93, 93, 93, 0.5);
}
.desc-r {
text-align: justify;
padding-right: 1.5em;
font-size: 17px;
}
.desc-a {
text-align: center;
padding-right: 1.5em;
font-size: 17px;
}
.desc-t {
text-align: left;
padding-left: 30px;
font-size: 17px;
}
.desc-m {
text-align: left;
padding-left: 30px;
font-size: 17px;
margin: 2% 3%;
}
.img-right,
.desc-r {
display: flex;
align-items: center;
justify-content: center;
}
.about {
width: 18%;
margin-top: 15px;
margin-bottom: 15px;
text-align: left;
border: 2px dashed #5FE2CA;
padding: 11px;
font-weight: 700;
color: #213F55
}
.about_c {
width: 19%;
margin: 0 auto;
text-align: left;
border: 2px dashed #5FE2CA;
padding: 11px;
font-weight: 700;
color: #213F55
}
.about_all {
width: 50%;
margin: 0 auto;
margin-top: 15px;
margin-bottom: 15px;
text-align: center;
border: 2px dashed #5FE2CA;
padding: 20px;
font-weight: 700;
color: #213F55
}
.about_s {
width: 55%;
margin: 0 auto;
margin-top: 15px;
margin-bottom: 15px;
text-align: left;
border: 2px dashed #5FE2CA;
padding: 20px;
font-weight: 700;
color: #213F55
}
.mw-highlight {
background: #f8f8f8;
unicode-bidi: embed;
padding: 1px 4px;
}
.img-logo{
}
@media only screen and (max-width : 700px) {
.img-logo{
max-width: 50% !important
}
}
.ul#menu li{
display:inline-block;
}
.block_3 {
display: inline-block;
padding-right: 0px;
margin: 10px;
font-size: 18px;
}
.square {
border: 15px solid transparent;
border-image: linear-gradient(343deg,#b2ffed 0%,#2f957c 100%) 20% / 1 / 0 stretch;
padding: 15px;
font-size: 20px;
}
.b {
font-weight: bolder;
}
.strong {
font-size: 28px;
font-weight: bolder;
}
.flexbox {
display: flex;
justify-content: space-between;
margin: auto;
flex-wrap: wrap;
}
.image_good {
position: relative;
margin: 0px 0px 20px 0px;
}
.image_bad {
position: relative;
margin: 0px 35px 20px 35px;
width: 200px
}
.box_center {
display: block;
width: 80%;
margin: auto;
}
.shadow1 img:hover {
box-shadow: 0px 0px 15px 0px #d10e0ee8;
transition-duration: 0.5s;
}
.shadow1 img {
border-radius: 27px;
}