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

>Edward Chernenko
Нет описания правки
>Edward Chernenko
убрал: неестественно
Строка 34: Строка 34:
     but not in certain special pages,
     but not in certain special pages,
     which have tabs that are of greater width --Lowellian */
     which have tabs that are of greater width --Lowellian */
/****************************/
/* BEGIN LIGHT BLUE SECTION */
/****************************/
/* Make all non-namespace pages have a light blue content area. This is done by
  setting the background color for all #content areas to light blue and then
  overriding it for any #content enclosed in a .ns-0 (main namespace). I then
  do the same for the "tab" background colors. --Lupo */
#content {
    background: #F8FCFF; /* a light blue */
}
#content div.thumb {
    border-color: #F8FCFF;
}
.ns-0 * #content {
    background: white;
}
.ns-100 * #content {
    background: white;
}
#mytabs li {
    background: #F8FCFF;
}
.ns-0 * #mytabs li {
    background: white;
}
.ns-100 * #mytabs li {
    background: white;
}
#mytabs li a {
    background-color: #F8FCFF;
}
.ns-0 * #mytabs li a {
    background-color: white;
}
.ns-100 * #mytabs li a {
    background-color: white;
}
#p-cactions li {
    background: #F8FCFF;
}
.ns-0 * #p-cactions li {
    background: white;
}
.ns-100 * #p-cactions li {
    background: white;
}
#p-cactions li a {
    background-color: #F8FCFF;
}
.ns-0 * #p-cactions li a {
    background-color: white;
}
.ns-100 * #p-cactions li a {
    background-color: white;
}
.ns-0 * #content div.thumb {
    border-color: white;
}
.ns-100 * #content div.thumb {
    border-color: white;
}
/**************************/
/* END LIGHT BLUE SECTION */
/**************************/


/* Display "From Wikipedia, the free encyclopedia" */
/* Display "From Wikipedia, the free encyclopedia" */