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

Материал из ALL
Перейти к: навигация, поиск
м
 
(не показана одна промежуточная версия этого же участника)
Строка 56: Строка 56:
 
.dreamtable-gradient table { width: 100%; }
 
.dreamtable-gradient table { width: 100%; }
  
#footer-info:after { content: "Сайт может содержать материалы 18+"; float: right; margin-right: 1.25em }
+
#footer:after { content:"Сайт может содержать материалы 18+"; float:right; margin-right:1.25em; margin-top: -5.25em }
#footer-poweredbyico { margin-right: 2em; margin-top: -1em; }
+
#footer-icons { margin-right:1em !important; margin-top:-1.25em !important }

Текущая версия на 09:43, 27 ноября 2021

table.dreamtable {
  margin: 0.5em 0 1em 0.4em;
  border-collapse: collapse;
  border: 1px rgb(225,225,225) solid;
  border-right: 0;
  border-bottom: 0;
  width: 300px;
}
 
.dreamtable th,
.dreamtable td {
  padding: 0.2em;
}
 
.dreamtable th {
  text-align: center;
  font-size: 16px;
  border-bottom: 1px rgb(225,225,225) solid;
}
 
.dreamtable tr.razd th {
  font-size: 14px;
}
 
table.dreamtable-gradient {
  margin: 0.5em 0 1em 0.4em;
  border-collapse: collapse;
  border: 1px rgb(225,225,225) solid;
  border-right: 0;
  border-bottom: 0;
  width: 300px;
}
 
.dreamtable-gradient td {
  padding: 0;
}
 
.dreamtable-gradient table th,
.dreamtable-gradient table td {
  padding: 0.2em;
}
 
.dreamtable-gradient th { padding:0.3em; padding-top:0.4em }
 
.dreamtable-gradient table th,
.dreamtable-gradient th {
  text-align: center;
  font-size: 18px;
}
 
.dreamtable-gradient table tr.razd th {
  font-size: 14px;
}
 
.gradient { background: linear-gradient(90deg, #BBED77 0%, #11D1A7 100%) }
.dreamtable-gradient table { width: 100%; }
 
#footer:after { content:"Сайт может содержать материалы 18+"; float:right; margin-right:1.25em; margin-top: -5.25em }
#footer-icons { margin-right:1em !important; margin-top:-1.25em !important }