Разлика между версии на „МедияУики:Monobook.css“

от енциклопедия Двери
Направо към: навигация, търсене
(някои дреболии от bg.wikipedia)
м (добавяне на подзаглавие и получер за етикета "Редактиране")
 
(Не са показани 2 междинни версии от 2 потребители)
Ред 1: Ред 1:
/* edit this file to customize the monobook skin for the entire site */
+
/* edit this file to customize the monobook skin for the entire site */
  
/* Additions for curved edges in Firefox, courtesy of www.wikikto.org - thanks! */
+
/* Additions for curved edges in Firefox, courtesy of www.wikikto.org - thanks! */
  
/* arrondir quelques coins, seulement possible avec mozilla/firefox/et autres navigateurs spéciaux */
+
/* arrondir quelques coins, seulement possible avec mozilla/firefox/et autres navigateurs spéciaux */
#p-cactions ul li, #p-cactions ul li a {   
+
#p-cactions ul li, #p-cactions ul li a {   
 
   -moz-border-radius-topleft: 1em;
 
   -moz-border-radius-topleft: 1em;
 
   -moz-border-radius-topright: 1em;
 
   -moz-border-radius-topright: 1em;
 
   -webkit-border-radius-topleft: 1em;
 
   -webkit-border-radius-topleft: 1em;
 
   -webkit-border-radius-topright: 1em;
 
   -webkit-border-radius-topright: 1em;
}
+
}
#content {  
+
 
 +
#content {  
 
   -moz-border-radius-topleft: 1em;  
 
   -moz-border-radius-topleft: 1em;  
 
   -moz-border-radius-bottomleft: 1em;
 
   -moz-border-radius-bottomleft: 1em;
 
   -webkit-border-radius-topleft: 1em;  
 
   -webkit-border-radius-topleft: 1em;  
 
   -webkit-border-radius-bottomleft: 1em;
 
   -webkit-border-radius-bottomleft: 1em;
}
+
}
div.pBody {
+
 
 +
div.pBody {
 
   -moz-border-radius-topright: 1em;
 
   -moz-border-radius-topright: 1em;
 
   -moz-border-radius-bottomright: 1em;
 
   -moz-border-radius-bottomright: 1em;
 
   -webkit-border-radius-topright: 1em;
 
   -webkit-border-radius-topright: 1em;
 
   -webkit-border-radius-bottomright: 1em;
 
   -webkit-border-radius-bottomright: 1em;
}
+
}
 
   
 
   
/* Arrondir quelques boutons */
+
/* Arrondir quelques boutons */
#wpSave, #wpSave:hover {-moz-border-radius: 1em; -webkit-border-radius: 1em;}
+
#wpSave, #wpSave:hover {-moz-border-radius: 1em; -webkit-border-radius: 1em;}
#wpPreview, #wpPreview:hover {-moz-border-radius: 1em; -webkit-border-radius: 1em;}
+
#wpPreview, #wpPreview:hover {-moz-border-radius: 1em; -webkit-border-radius: 1em;}
.searchButton, .searchButton:hover {-moz-border-radius: 1em; -webkit-border-radius: 1em;}
+
.searchButton, .searchButton:hover {-moz-border-radius: 1em; -webkit-border-radius: 1em;}
 
   
 
   
/* coins arrondis pour les vignettes + effet de relief */
+
/* coins arrondis pour les vignettes + effet de relief */
div.thumb div {
+
div.thumb div {
 
     border: 1px solid #999;
 
     border: 1px solid #999;
 
     border-right: 2px solid #999;
 
     border-right: 2px solid #999;
Ред 35: Ред 37:
 
     -moz-border-radius: 0.6em
 
     -moz-border-radius: 0.6em
 
     -webkit-border-radius: 0.6em
 
     -webkit-border-radius: 0.6em
}
+
}
 
   
 
   
/* coins arrondis pour les zones de texte préformaté */
+
/* coins arrondis pour les zones de texte préformaté */
pre {-moz-border-radius: 0.6em; -webkit-border-radius: 0.6em;}
+
pre {-moz-border-radius: 0.6em; -webkit-border-radius: 0.6em;}
 
   
 
   
/* coins arrondis pour les tables */
+
/* coins arrondis pour les tables */
table {-moz-border-radius: 0.6em; -webkit-border-radius: 0.6em;}
+
table {-moz-border-radius: 0.6em; -webkit-border-radius: 0.6em;}
 +
 
 +
 
 +
/* Цветове за различните именни пространства */
 +
 
 +
/* Основен цвят */
 +
 
 +
  #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; }
 +
 
 +
/* Project */
 +
.ns-4 * #content { background : #F4F4F4; }
 +
.ns-4 * #p-cactions li { background : #F4F4F4; }
 +
.ns-4 * #p-cactions li a { background : #F4F4F4; }
 +
 
 +
/* беседа Project */
 +
.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; }
  
input[type=submit] {
 
color: black;
 
background-color: #e8e8e8;
 
border: thin outset white;
 
padding: 0 0.1ex;
 
}
 
input[type=submit]:hover {
 
color: black;
 
background-color: lightyellow;
 
}
 
  
#siteSub { display: inline; font-weight: normal; font-size: 0.95em; }
+
#siteSub { display: inline; font-weight: normal; font-size: 0.95em; }
.ns-0 #siteSub:after {
+
.ns-0 #siteSub:after {
content: ' (можете да редактирате и подобрите тази статия веднага)';
+
        content: ' (можете да редактирате и подобрите тази статия веднага)';
font-style: italic;
+
        font-style: italic;
}
+
}
  
/* етикетът „Редактиране“, съобщението „Влизане“ за невлязъл потребител */
+
/* получер за етикета „Редактиране“ */
#ca-edit a, #pt-login a {  
+
#ca-edit a {  
font-weight: bold !important;
+
        font-weight: bold !important;
}
+
}
.pBody {
 
padding: 0.3em 0.1em;
 
-moz-border-radius-topright: .5em;
 
}
 
.portlet h5 {
 
background-color: #e0e3e6;
 
border: thin solid silver;
 
-moz-border-radius-topleft: .5em;
 
-moz-border-radius-topright: .5em;
 
}
 

Текуща версия към 23:09, 11 октомври 2006

 /* edit this file to customize the monobook skin for the entire site */

 /* Additions for curved edges in Firefox, courtesy of www.wikikto.org - thanks! */

 /* arrondir quelques coins, seulement possible avec mozilla/firefox/et autres navigateurs spéciaux */
 #p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
  -webkit-border-radius-topleft: 1em;
  -webkit-border-radius-topright: 1em;
 }

 #content { 
  -moz-border-radius-topleft: 1em; 
  -moz-border-radius-bottomleft: 1em;
  -webkit-border-radius-topleft: 1em; 
  -webkit-border-radius-bottomleft: 1em;
 }

 div.pBody {
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
  -webkit-border-radius-topright: 1em;
  -webkit-border-radius-bottomright: 1em;
 }
 
 /* Arrondir quelques boutons */
 #wpSave, #wpSave:hover {-moz-border-radius: 1em; -webkit-border-radius: 1em;}
 #wpPreview, #wpPreview:hover {-moz-border-radius: 1em; -webkit-border-radius: 1em;}
 .searchButton, .searchButton:hover {-moz-border-radius: 1em; -webkit-border-radius: 1em;}
 
 /* coins arrondis pour les vignettes + effet de relief */
 div.thumb div {
    border: 1px solid #999;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    -moz-border-radius: 0.6em
    -webkit-border-radius: 0.6em
 }
 
 /* coins arrondis pour les zones de texte préformaté */
 pre {-moz-border-radius: 0.6em; -webkit-border-radius: 0.6em;}
 
 /* coins arrondis pour les tables */
 table {-moz-border-radius: 0.6em; -webkit-border-radius: 0.6em;}


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

 /* Основен цвят */

   #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; }

 /* Project */
 .ns-4 * #content { background : #F4F4F4; }
 .ns-4 * #p-cactions li { background : #F4F4F4; }
 .ns-4 * #p-cactions li a { background : #F4F4F4; }

 /* беседа Project */
 .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; }


 #siteSub { display: inline; font-weight: normal; font-size: 0.95em; }
 .ns-0 #siteSub:after {
        content: ' (можете да редактирате и подобрите тази статия веднага)';
        font-style: italic;
 }

 /* получер за етикета „Редактиране“ */
 #ca-edit a { 
        font-weight: bold !important;
 }