18+

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

Материал из Гомосообщество
Перейти к: навигация, поиск
(Попробуем такъ)
 
 
Строка 1: Строка 1:
 
/* CSS placed here will affect users of the Timeless skin */
 
/* CSS placed here will affect users of the Timeless skin */
  
/* Position coordinates */
+
@media (min-width: 1340px) {
#coordinates {
+
  #mw-content-block {
position: absolute;
+
    display: block;
top: 0.25em;
+
  }
right: 0;
+
  #mw-content,
float: right;
+
  #content-bottom-stuff {
margin: 0;
+
  margin-left: 14em;
padding: 0;
+
  }
line-height: 1.5em;
+
  #mw-content-wrapper {
text-align: right;
+
    float: right;
text-indent: 0;
+
    margin-left: -14em;
font-size: 85%;
+
    width: 100%;
text-transform: none;
+
  }
white-space: nowrap;
+
  #mw-related-navigation {
}
+
    width: 14em;
 
+
    padding: 0 1em 0 0;
/* correct position for VE */
+
  }
.ve-ce-surface-enabled #coordinates {
 
margin-right: 3em;
 
margin-top: -6.25;
 
}
 
 
 
/* mobile: hide coordinates until we find a better spot */
 
@media screen and ( max-width: 719px ) {
 
#coordinates {
 
display: none;
 
}
 
 
}
 
}

Текущая версия на 12:39, 23 сентября 2020

/* CSS placed here will affect users of the Timeless skin */

@media (min-width: 1340px) {
  #mw-content-block {
    display: block;
  }
  #mw-content,
  #content-bottom-stuff {
  margin-left: 14em;
  }
  #mw-content-wrapper {
    float: right;
    margin-left: -14em;
    width: 100%;
  }
  #mw-related-navigation {
    width: 14em;
    padding: 0 1em 0 0;
  }
}