Перейти к содержанию

Навигация

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

Нет описания правки
 
(не показано 26 промежуточных версий 3 участников)
Строка 56: Строка 56:
     display: inline;     
     display: inline;     
     background-color: transparent;
     background-color: transparent;
}
#footer-places-about{
display: none;
}
}


Строка 108: Строка 112:
.text-green{
.text-green{
   color: green;   
   color: green;   
}
.text-gray{
  color: gray; 
}
}


Строка 116: Строка 124:


/* Стили тултипа. Пример смотри в заголовке таблицы регистров */
/* Стили тултипа. Пример смотри в заголовке таблицы регистров */
.hidden{
display:none;
}
.tooltip {
.tooltip {
border-bottom: 1px dotted #0077AA;
border-bottom: 1px dotted #0077AA;
Строка 170: Строка 182:
}
}


.buy .external,
.buy ,
.pdf .external{
.pdf a.external[href$='.pdf']{
   background: none;
   background: none;
}
}
Строка 241: Строка 253:


/*Заголовок таблицы*/
/*Заголовок таблицы*/
table caption{
table caption{  
    font-size: 1.1em;
     background-color: #dae3f4;
     background-color: #dae3f4;
     color: #1d2d3a;   
     color: #1d2d3a;   
Строка 248: Строка 259:
     border-bottom: 0px;  
     border-bottom: 0px;  
     padding: 0.2em 0.4em;
     padding: 0.2em 0.4em;
}
/* Таблицы не располагать вместе с картинками */
table.wikitable {
    clear: both;
}
/* Но некоторым таблицам можно вставать рядом с картинками */
table.noclear {
    clear: none;
}
/* Не давать заезжать картинкам на соседние разделы */
h2 {
    clear: both;
}
}


Строка 263: Строка 289:
.cell-green{
.cell-green{
background-color: #58f581;
background-color: #58f581;
}
.cell-blue{
background-color: #58c1f5;
}
.cell-gray{
background-color: #E2E5E8;
}
}


Строка 271: Строка 305:


/* Картинки справа*/
/* Картинки справа*/
.thumbinner .image > img{
.tright .thumbinner .image > img{
   max-width: 300px;
   max-width: 300px;
   height: auto;
   height: auto;
Строка 277: Строка 311:
}
}


.thumbinner{
.tright .thumbinner{
   max-width: 304px;
   max-width: 304px;
   height: auto;
   height: auto;
}
/* Блок с видео */
.thumb .embedvideo{
  margin: 0.5em 0 1.3em 1.4em;
}
.mw-sidebar .mw-sidebar-action {
  display: none;
}
/*Сдвинул div с якорем вверх, чтобы при переходе по сссылке было видно заголовок*/
.anchor{
top: -3em;
position: relative; 
}
/*Для молнии спорадик*/
.sporadic{
    display: inline;
}
.sporadic a:visited,
.sporadic a{
    color: #ea9922;
}
}