ДОСЬЕ: А | Б | В | Г | Д | Е | Ж | З | И | Й | К | Л | М | Н | О | П | Р | С | Т | У | Ф | Х | Ц | Ч | Ш | Щ | Ы | Э | Ю | Я

Для связи: Главный редактор → press@kompromat.wiki | Отдел PR и СМИ → pr@garant.cc
Приглашаем к сотрудничеству журналистов федеральных СМИ, аналитиков и инсайдеров. Пишите: press@kompromat.wiki

MediaWiki:Group-sysop.css — различия между версиями

Материал из Компромат
Перейти к: навигация, поиск
(Новая страница: «#footer-info-lastmod { display: block; }»)
 
м
Строка 1: Строка 1:
 
#footer-info-lastmod {
 
#footer-info-lastmod {
 
display: block;
 
display: block;
 +
}
 +
body.action-edit textarea#wpTextbox1 {
 +
  left: -1000px;
 +
  position: absolute;
 +
}
 +
.cursor {
 +
  font-size: 12px;
 +
  background-color: blue;
 +
  color: blue;
 +
  position: relative;
 +
  opacity: 0.5;
 +
  height: 1.5em;
 +
  width: 3px;
 +
  max-width: 3px;
 +
  overflow: hidden;
 +
  text-indent: -5px;
 +
  display: inline-block;
 +
  text-decoration: blink;
 +
  animation: blinker 1s linear infinite;
 +
}
 +
#terminal {
 +
  margin: 8px;
 +
  cursor: text;
 +
  height: 500px;
 +
  overflow: auto;
 +
}
 +
#writer {
 +
  font-family: cursor, courier;
 +
  font-weight: bold;
 +
}
 +
#getter {
 +
  margin: 5px;
 +
}
 +
@keyframes blinker { 
 +
  50% { opacity: 0.0; }
 
}
 
}

Версия 15:37, 26 мая 2021

#footer-info-lastmod {
display: block;
}
body.action-edit textarea#wpTextbox1 {
  left: -1000px;
  position: absolute;
}
.cursor {
  font-size: 12px;
  background-color: blue;
  color: blue;
  position: relative;
  opacity: 0.5;
  height: 1.5em;
  width: 3px;
  max-width: 3px;
  overflow: hidden;
  text-indent: -5px;
  display: inline-block;
  text-decoration: blink;
  animation: blinker 1s linear infinite;
}
#terminal {
  margin: 8px;
  cursor: text;
  height: 500px;
  overflow: auto;
}
#writer {
  font-family: cursor, courier;
  font-weight: bold;
}
#getter {
  margin: 5px;
}
@keyframes blinker {  
  50% { opacity: 0.0; }
}