MediaWiki:Common.css: различия между версиями
Tempuser (обсуждение | вклад) |
Tempuser (обсуждение | вклад) |
||
| Строка 74: | Строка 74: | ||
-webkit-border-top-left-radius: 20px; | -webkit-border-top-left-radius: 20px; | ||
} | } | ||
| + | .portable-infobox { | ||
| + | background: rgba(64,64,64,0.2); | ||
| + | box-shadow: 0px 4px 4px rgba(0,0,0,0.25); | ||
| + | display: flex; | ||
| + | flex-direction: column; | ||
| + | border-radius: 0px 0px 13px 13px; | ||
| + | padding-bottom: 10px | ||
| + | } | ||
| + | |||
| + | .pi-item.pi-item-spacing.pi-title { | ||
| + | order: 2; | ||
| + | margin: 0 !important | ||
| + | } | ||
| + | |||
| + | .pi-image-thumbnail { | ||
| + | order: 1; | ||
| + | border-radius: 13px 13px 0px 0px | ||
| + | } | ||
| + | |||
| + | .portable-infobox .pi-item-spacing { | ||
| + | order: 3; | ||
| + | flex-direction: column; | ||
| + | border: none; | ||
| + | padding-left: 18px; | ||
| + | padding-right: 18px | ||
| + | } | ||
| + | |||
| + | .pi-data-label.pi-secondary-font { | ||
| + | flex-basis: auto | ||
| + | } | ||
| + | |||
| + | .pi-data-value:not(:first-child) { | ||
| + | padding-left: 0px; | ||
| + | font-size: 11px; | ||
| + | color: rgba(255,255,255,0.8) | ||
| + | } | ||
| + | |||
| + | .pi-data-label.pi-secondary-font { | ||
| + | font-size: 15px !important | ||
| + | } | ||
Версия 12:09, 2 июля 2020
#p-tb {
display: none;
}
#p-navigation{
display: none;
}
#p-Категории{
display: none;
}
h1 {
font-size: 200%; /* Размер шрифта */
border-bottom: 2px solid gold; /* Параметры линии под текстом */
padding-bottom: 5px; /* Расстояние от текста до линии */
}
h4 {
font-size: 175%; /* Размер шрифта */
border-bottom: 2px solid gold; /* Параметры линии под текстом */
padding-bottom: 5px; /* Расстояние от текста до линии */
}
h5 {
font-size: 115%; /* Размер шрифта */
border-bottom: 2px solid gold; /* Параметры линии под текстом */
padding-bottom: 5px; /* Расстояние от текста до линии */
}
h6 {
font-size: 105%; /* Размер шрифта */
border-bottom: 2px solid gold; /* Параметры линии под текстом */
padding-bottom: 5px; /* Расстояние от текста до линии */
}
.tag-container {
float: right;
position: relative;
margin-left: auto;
margin-right: 2%;
margin-bottom: auto;
width: 30%;
text-align: center;
font-family: Roboto;
}
.tag-inner {
line-height:150%;
color: #FFFF;
text-align: left;
border-radius: 20px;
background: #10162c;
box-shadow: 0 3px 4px rgba(0,0,0,.1)
}
.tag-inner .z3 {
margin-left: 4%;
font-family: 'PT Sans', cursive;
font-size: 24px;
color: #FFFF;
font-weight: normal;
}
.tag-inner .z4 {
margin-left: 4%;
font-family: 'PT Sans', cursive;
font-size: 17px;
color: #FFFF;
font-weight: normal;
}
.tag-inner .z5 {
margin-left: 4%;
font-family: 'PT Sans', cursive;
color: #FFFF;
font-weight: normal;
}
.tag-inner img {
max-width: 100%;
max-height: 100%;
-webkit-border-top-right-radius: 20px;
-webkit-border-top-left-radius: 20px;
}
.portable-infobox {
background: rgba(64,64,64,0.2);
box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
display: flex;
flex-direction: column;
border-radius: 0px 0px 13px 13px;
padding-bottom: 10px
}
.pi-item.pi-item-spacing.pi-title {
order: 2;
margin: 0 !important
}
.pi-image-thumbnail {
order: 1;
border-radius: 13px 13px 0px 0px
}
.portable-infobox .pi-item-spacing {
order: 3;
flex-direction: column;
border: none;
padding-left: 18px;
padding-right: 18px
}
.pi-data-label.pi-secondary-font {
flex-basis: auto
}
.pi-data-value:not(:first-child) {
padding-left: 0px;
font-size: 11px;
color: rgba(255,255,255,0.8)
}
.pi-data-label.pi-secondary-font {
font-size: 15px !important
}
