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

Материал из MathINFO
Перейти к навигации Перейти к поиску
 
Строка 3: Строка 3:
 
     background: none !important;
 
     background: none !important;
 
     padding-right: 0 !important;
 
     padding-right: 0 !important;
 +
}
 +
 +
.one-topic {
 +
  margin: 0.5em auto;
 +
  box-shadow: 0 0 0.4em 0em rgba(0,0,120,0.3);
 +
  border-radius: 0.5em;
 +
  padding: 0.1em;
 +
 +
  display: flex;
 +
  align-items: center;
 +
  max-width: max-content;
 +
}
 +
 +
.seminar-and-video {
 +
  display: flex;
 +
  justify-content: space-between;
 +
}
 +
 +
.lecture-link, .seminar-link, .video-link {
 +
  margin: 0.3em;
 +
}
 +
 +
.three-links {
 +
  width: 20em;
 +
  margin: 0.3em;
 +
}
 +
 +
.number-and-date {
 +
  display: flex;
 +
  flex-direction: column;
 +
  align-items: center;
 +
  margin: 0.3em;
 +
}
 +
 +
.number {
 +
  margin: 0.3em;
 
}
 
}

Текущая версия на 02:31, 25 ноября 2021

/* Размещённый здесь CSS будет применяться ко всем темам оформления */
a.external {
    background: none !important;
    padding-right: 0 !important;
}

.one-topic {
   margin: 0.5em auto;
   box-shadow: 0 0 0.4em 0em rgba(0,0,120,0.3);
   border-radius: 0.5em;
   padding: 0.1em;

   display: flex;
   align-items: center;
   max-width: max-content;
}

.seminar-and-video {
   display: flex;
   justify-content: space-between;
}

.lecture-link, .seminar-link, .video-link {
   margin: 0.3em;
}

.three-links {
   width: 20em;
   margin: 0.3em;
}

.number-and-date {
   display: flex;
   flex-direction: column;
   align-items: center;
   margin: 0.3em;
}

.number {
   margin: 0.3em;
}