Забележка: За да се видят промените, необходимо е след публикуване на страницата, кешът на браузъра да бъде изтрит.

  • Firefox / Safari: Задържа се клавиш Shift и се щраква върху Презареждане (Reload) или чрез клавишната комбинация Ctrl-F5 or Ctrl-R (⌘-R за Mac);
  • Google Chrome: клавишна комбинация Ctrl-Shift-R (⌘-Shift-R за Mac)
  • Internet Explorer / Edge: Задържа се клавиш Ctrl и се щраква върху Refresh или чрез клавишната комбинация Ctrl-F5;
  • Opera: Press Ctrl-F5.
/* премахване на иконата до потребителското име */
li#pt-userpage { background: none }

/* standard link colors */
a.interwiki, a.external { color: #3366BB; }
a.stub { color: #772233; }

/* don't use a smaller font for diffs */
td.diff-addedline, td.diff-deletedline, td.diff-context { font-size: 100% };


/***************************************************************************/
/* yellowish special pages (from Mediawiki:monobook.css, but color changed) */
/***************************************************************************/

/* 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 */

   1. content {

    background: #ffffdd; /* a light yellow */

}

.ns-0 * #content {

    background:  #fefefc; /* pastel white */

}

   1. mytabs li {

    background: #ffffdd; 

}

.ns-0 * #mytabs li {

    background: #fefefc; 

}

   1. mytabs li a {

    background-color: #ffffdd; 

}

.ns-0 * #mytabs li a {

    background-color: #fefefc; 

}

/* For p-cactions (the top "tabs") it works only because my .js moves them into the

   "ns-0" wrapper anyway. */

   1. p-cactions li {

    background: #ffffdd; 

}

.ns-0 * #p-cactions li {

    background: #fefefc; 

}

   1. p-cactions li a {

    background-color: #ffffdd; 

}

.ns-0 * #p-cactions li a {

    background-color: #fefefc; 

}

/*
 * Цветове за различните именни пространства
 */

/* Основен цвят */
#content { background : #F8FCFF; }  // небесно синьо
#p-cactions li { background : #F8FCFF; }
#p-cactions li a { background : #F8FCFF; }

/* статии */
.ns-0 * #content { background : white; }
.ns-0 * #p-cactions li { background : white; }
.ns-0 * #p-cactions li a { background : white; }

/* беседа статии */
.ns-1 * #content { background : #FFFFEE; }
.ns-1 * #p-cactions li { background : #FFFFEE; }
.ns-1 * #p-cactions li a { background : #FFFFEE; }

/* потребител */
.ns-2 * #content { background : white; }
.ns-2 * #p-cactions li { background : white; }
.ns-2 * #p-cactions li a { background : white; }

/* беседа потребител */
.ns-3 * #content { background : #FFFFEE; }
.ns-3 * #p-cactions li { background : #FFFFEE; }
.ns-3 * #p-cactions li a { background : #FFFFEE; }

/* Уикицитат  */
.ns-4 * #content { background : #F4F4F4; }
.ns-4 * #p-cactions li { background : #F4F4F4; }
.ns-4 * #p-cactions li a { background : #F4F4F4; }

/* беседа Уикицитат */
.ns-5 * #content { background : #FFFFEE; }
.ns-5 * #p-cactions li { background : #FFFFEE; }
.ns-5 * #p-cactions li a { background : #FFFFEE; }

/* Картинка */
.ns-7 * #content { background : #FFFFEE; }
.ns-7 * #p-cactions li { background : #FFFFEE; }
.ns-7 * #p-cactions li a { background : #FFFFEE; }

/* МедияУики  */
.ns-8 * #content { background : #EEEEFF; }
.ns-8 * #p-cactions li { background : #EEEEFF; }
.ns-8 * #p-cactions li a { background : #EEEEFF; }

/* беседа МедияУики */
.ns-9 * #content { background : #FFFFEE; }
.ns-9 * #p-cactions li { background : #FFFFEE; }
.ns-9 * #p-cactions li a { background : #FFFFEE; }

/* беседа Шаблон */
.ns-11 * #content { background : #FFFFEE; }
.ns-11 * #p-cactions li { background : #FFFFEE; }
.ns-11 * #p-cactions li a { background : #FFFFEE; }

/* Помощ */
.ns-12 * #content { background : #FFEEEE; }
.ns-12 * #p-cactions li { background : #FFEEEE; }
.ns-12 * #p-cactions li a { background : #FFEEEE; }

/* беседа помощ */
.ns-13 * #content { background : #FFEEEE; }
.ns-13 * #p-cactions li { background : #FFEEEE; }
.ns-13 * #p-cactions li a { background : #FFEEEE; }

/* беседа Категория */
.ns-15 * #content { background : #FFFFEE; }
.ns-15 * #p-cactions li { background : #FFFFEE; }
.ns-15 * #p-cactions li a { background : #FFFFEE; }


/***** Премахване на долната лента с лицензите *****/
#footer {display:none;}
.printfooter {display:none;}

/* бутоните за изпращане на формулярите */
input[type=submit] {
  color: #00008B;
  background-color: #FFFFFF;
  border: thin solid #00008B;
  padding: .6ex .5ex
}

input[type=submit]:hover {
  color: #00008B;
  background-color: #FFFFFF;
  border: thin solid #00008B;
  padding: .6ex .5ex
}