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

Строка 48: Строка 48:
 
.tag-inner .z3 {
 
.tag-inner .z3 {
 
   margin-left: 4%;
 
   margin-left: 4%;
  font-family: 'PT Sans', cursive;
+
 
 
   font-size: 24px;
 
   font-size: 24px;
 
   color: #FFFF;
 
   color: #FFFF;
Строка 55: Строка 55:
 
.tag-inner .z4 {
 
.tag-inner .z4 {
 
   margin-left: 4%;
 
   margin-left: 4%;
  font-family: 'PT Sans', cursive;
+
 
 
   font-size: 17px;
 
   font-size: 17px;
 
   color: #FFFF;
 
   color: #FFFF;
Строка 63: Строка 63:
 
   font-size: 12px;
 
   font-size: 12px;
 
   margin-left: 4%;
 
   margin-left: 4%;
  font-family: 'PT Sans', cursive;
+
 
 
   color: #FFFF;
 
   color: #FFFF;
 
   font-weight: normal;
 
   font-weight: normal;

Версия 10:05, 2 июля 2020

p {
 font-family: 'geometria';
  }



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;
  top: 2px;
  margin-left: auto;
  margin-right: 2%;
  margin-bottom: auto;
  width: 35%;
  text-align: center;
  font-family: Roboto;
}
.tag-inner {
 
  line-height:150%;
  color: #FFFF;
  text-align: left;
  border-radius: 20px;
  background: #0d1223;
  box-shadow: 0 9px 10px rgba(0,0,0,.1)
}

.tag-inner .z3 {
  margin-left: 4%;

  font-size: 24px;
  color: #FFFF;
  font-weight: normal;
}
.tag-inner .z4 {
  margin-left: 4%;

  font-size: 17px;
  color: #FFFF;
  font-weight: normal;
}
.tag-inner .z5 {
  font-size: 12px;
  margin-left: 4%;

  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;
}