MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 1: Line 1:
/* Для таблицы фото-рамки */
.image-frame2 {
.image-frame-table {
  display: inline-block;
   border: none !important;
   border: none;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 3px 16px rgba(70,15,25,0.09);
  margin: 8px;
   background: none;
   background: none;
  box-shadow: none;
}
}
 
.framed-img2, .image-frame2 img {
/* Ячейка с фото */
.centered-photo-cell {
  text-align: center;
  background: none;
  padding: 0 !important;
}
 
/* Фото */
.framed-img, .image-frame-table img {
   display: block;
   display: block;
   margin: 0 auto;
   width: 206px;
   border-radius: 15px 15px 0 0;
  height: 206px;
   border-left: 10px solid #c72a37;
   border-radius: 0;
   border-right: 10px solid #c72a37;
   border-left: 11px solid #c72a37;
   border-top: 5px solid #c72a37;
   border-right: 11px solid #c72a37;
   border-top: 6px solid #c72a37;
   border-bottom: none;
   border-bottom: none;
   box-sizing: border-box;
   box-sizing: border-box;
   box-shadow: 0 3px 16px rgba(70,15,25,0.10);
   margin: 0 auto;
  max-width: 200px;
  max-height: 200px;
}
 
/* Ячейка с подписью */
.centered-text-cell {
  text-align: center;
  padding: 0 !important;
}
}
 
.image-caption2 {
/* Стиль подписи */
.image-caption {
   background: #181217;
   background: #181217;
   color: #e0a6b4;
   color: #e0a6b4;
   border-bottom: 6px solid #c72a37;
   border-bottom: 6px solid #c72a37;
   border-left: 10px solid #c72a37;
   border-left: 11px solid #c72a37;
   border-right: 10px solid #c72a37;
   border-right: 11px solid #c72a37;
   border-radius: 0 0 15px 15px;
   border-radius: 0 0 18px 18px;
   font-size: 1.09em;
   font-size: 1.11em;
   padding: 9px 0 7px 0;
   padding: 10px 0 7px 0;
   margin: 0;
   margin: 0;
   font-family: 'Segoe UI', 'Arial', sans-serif;
   font-family: 'Segoe UI', 'Arial', sans-serif;
   letter-spacing: .02em;
   letter-spacing: .02em;
  width: 206px;
  box-sizing: border-box;
  text-align: center;
}
}




Navigation menu