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

от енциклопедия Двери
Направо към: навигация, търсене
Ред 1: Ред 1:
/*<pre>*/
+
/* edit this file to customize the monobook skin for the entire site */
#globalWrapper { font-size: 130%; }
 
  
a { text-decoration: underline; }
+
/* Additions for curved edges in Firefox, courtesy of www.wikikto.org - thanks! */
a:hover { text-decoration: none; }
 
  
input[type=submit] {
+
/* arrondir quelques coins, seulement possible avec mozilla/firefox/et autres navigateurs spéciaux */
color: black;
+
#p-cactions ul li, #p-cactions ul li a {
background-color: #e8e8e8;
+
  -moz-border-radius-topleft: 1em;
border: thin outset white;
+
  -moz-border-radius-topright: 1em;
padding: 0 0.1ex;
+
  -webkit-border-radius-topleft: 1em;
 +
  -webkit-border-radius-topright: 1em;
 
}
 
}
input[type=submit]:hover {
+
#content {
color: black;
+
  -moz-border-radius-topleft: 1em;
background-color: lightyellow;
+
  -moz-border-radius-bottomleft: 1em;
 +
  -webkit-border-radius-topleft: 1em;  
 +
  -webkit-border-radius-bottomleft: 1em;
 
}
 
}
 
+
div.pBody {
#siteSub { display: inline; font-weight: normal; font-size: 0.95em; }
+
  -moz-border-radius-topright: 1em;
.ns-0 #siteSub:after {
+
  -moz-border-radius-bottomright: 1em;
content: ' (можете да редактирате и подобрите тази статия веднага)';
+
  -webkit-border-radius-topright: 1em;
font-style: italic;
+
  -webkit-border-radius-bottomright: 1em;
}
 
 
 
/* етикетът „Редактиране“, съобщението „Влизане“ за невлязъл потребител */
 
#ca-edit a, #pt-login a {
 
font-weight: bold !important;
 
}
 
 
 
.pBody {
 
padding: 0.3em 0.1em;
 
-moz-border-radius-topright: .5em;
 
 
}
 
}
.portlet h5 {
+
background-color: #e0e3e6;
+
/* Arrondir quelques boutons */
border: thin solid silver;
+
#wpSave, #wpSave:hover {-moz-border-radius: 1em; -webkit-border-radius: 1em;}
-moz-border-radius-topleft: .5em;
+
#wpPreview, #wpPreview:hover {-moz-border-radius: 1em; -webkit-border-radius: 1em;}
-moz-border-radius-topright: .5em;
+
.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
 
}
 
}
 
+
/*</pre>*/
+
/* 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;}

Версия от 22:34, 10 юни 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;}