Wikipedista:Limojoe/monobook.css

Z Wikipedie, otevřené encyklopedie

Poznámka: Po uložení musíte vyprázdnit mezipaměť vašeho prohlížeče, jinak změny neuvidíte.

=== Oznámení RC ===
<pre> */

#Sablona--OznameniRC__Oznameni_Hlasovani-o-smazani,
#Sablona--OznameniRC__Oznameni_Reseni-konfliktu
  {
  display: table-row;
  _display: block;
  }

#Sablona--OznameniRC
  {
  background-color: #fabd23;
  height: 2px;
  }

#Sablona--OznameniRC:hover
  {
  background-color: transparent;
  height: auto;
  margin-bottom: 2px;
  }

#Sablona--OznameniRC #Sablona--OznameniRC__Oznameni
  {
  display: none;
  }

#Sablona--OznameniRC:hover #Sablona--OznameniRC__Oznameni
  {
  background-color: #fff;
  display: block;
  position:absolute;
  z-index: 1;
  }

 /* </pre>

== presměrování ==
<pre> */

.allpagesredirect a,
.watchlistredir a
  {
  color: #080;
  }

 /* </pre> */
  
/* --- hezčí menu (pro Operu) --- */

.portlet h5
{
  display: none !important;
}

.pBody ul li a
{
  text-decoration: none;
  font-size: 1em !important;
}

.pBody ul li a:hover
{
  color: rgb(139,0,0);
  text-decoration: none;
  background: rgb(222,222,222) !important;
}

#p-personal .pBody ul li a
{
  text-decoration: none;
  padding-left: 0px !important;
  background: none !important;
}

#p-personal .pBody ul li a:hover
{
  color: rgb(139,0,0);
  text-decoration: none;
  padding-left: 0px !important;
  background: none !important;
}

#p-tb a:hover, #p-lang a:hover
{
  background-color: rgb(222,222,222) !important;
}

.pBody ul
{
  list-style-type: none !important;
}

.searchButton
{
  border: none;
  background-color: rgb(249,249,249);
  color: rgb(0,43,184);
  text-transform: lowercase;
}
.searchButton:hover
{
  color: rgb(139,0,0);
  text-decoration: none;
  background: rgb(222,222,222) !important;
}


#searchInput
{
  background-color: rgb(249,249,249);
  border: 1px solid rgb(222,222,222);
  left: 0px;
}
#searchInput:hover
{
  color: rgb(139,0,0);
  text-decoration: none;
  background: rgb(222,222,222) !important;
}

#stub { font-size: 85%; color: #808080; }


/******************************************************************/
/* zaoblené rohy - pouze pro Gecko (Mozilla a spol.) */

#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
}
#content { 
  -moz-border-radius-topleft: 1em; 
  -moz-border-radius-bottomleft: 1em;
}
div.pBody {
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
}

/* same following the css3 draft specs, any browsers supporting this? */
#p-cactions ul li, #p-cactions ul li a {  
  border-radius-topleft: 1em;
  border-radius-topright: 1em;
}
#content { 
  border-radius-topleft: 1em;
  border-radius-bottomleft: 1em;
}
div.pBody {
  border-radius-topright: 1em;
  border-radius-bottomright: 1em;
}

/******************************************************************/
/* barvy */

/* show me the templates */
.IPA { color: #060; }
.polytonic, span[lang|="grc"] { color: #006; }
.Unicode { color: #600; }
.latinx { color: #660; }
.mufi { color: #066; }
.spanAr { color: #606; }
.foreign { color: #606; }

/* editpage related */
#editpage-copywarn2 {display: none;}
#editpage-specialchars {font-size: 12pt;}

/* monobook/main.css fix */
div.noarticletext { border: none; }

/* fonts */
// body { font-family: serif; }

/* hide redirects in Special:Allpages */
//.allpagesredirect { display: none; }

/* scrollbars in pre */
//pre { overflow-x: auto; overflow-y: visible; }
pre { overflow: auto; }

/* wikitable fix */
//caption { background: #cccccc; border: 1px #aaaaaa solid; color: #ff0000; font-style: bold; text-align: center; }