MediaWiki:Common.css

Z Wiki The-West CZ
Jump to navigation

Poznámka: Po zveřejnění musíte vyprázdnit cache vašeho prohlížeče, jinak změny neuvidíte.

  • Firefox / Safari: Při kliknutí na Aktualizovat držte Shift nebo stiskněte Ctrl-F5 nebo Ctrl-R (na Macu ⌘-R)
  • Google Chrome: Stiskněte Ctrl-Shift-R (na Macu ⌘-Shift-R)
  • Internet Explorer / Edge: Při kliknutí na Aktualizovat držte Ctrl nebo stiskněte Ctrl-F5
  • Opera: Stiskněte Ctrl-F5.
/* Zde uvedené CSS bude ovlivňovat všechny styly */
/*
 Zruseni obrazku v podkladu u tabulek
*/

table{
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

/* 
Velikonoce 2014
*/

#vel14_menu p{
margin:0;
padding:0 !important;
}
#vel14_menu{
background-image: url("http://wiki.the-west.cz/images/5/5e/VEL2014_podkladMenu.png");
}

/* 
Cirkus
 */

#cirkusKarty img
{
height: 119px;
width: 86px;
}
#cirkusKarty a:hover img{
background-image: url("http://wiki.the-west.cz/images/9/99/Cirkus_mapa_karty_hover.png");
}
#cirkusKolo img
{
height: 80px;
width: 132px;
}
#cirkusKolo a:hover img{
background-image: url("http://wiki.the-west.cz/images/c/cc/Cirkus_mapa_kolo_hover.png");
}
#cirkusSkorapky img
{
height: 146px;
width: 158px;
}
#cirkusSkorapky a:hover img{
background-image: url("http://wiki.the-west.cz/images/2/25/Cirkus_mapa_sko%C5%99%C3%A1pky_hover.png");
}
#cirkusDostihy img
{
height: 121px;
width: 108px;
}
#cirkusDostihy a:hover img{
background-image: url("http://wiki.the-west.cz/images/d/d2/Cirkus_mapa_dostihy_hover.png");
}
#cirkusOdmeny img
{
height: 54px;
width: 54px;
}
#cirkusOdmeny a:hover img{
background-image: url("http://wiki.the-west.cz/images/0/09/Cirkus_mapa_odm%C4%9Bny_hover.png");
}
#cirkusInfo img
{
height: 58px;
width: 58px;
}
#cirkusInfo a:hover img{
background-image: url("http://wiki.the-west.cz/images/c/c3/Cirkus_mapa_info_hover.png");
}
#cirkusVystavba img
{
height: 58px;
width: 58px;
}
#cirkusVystavba a:hover img{
background-image: url("http://wiki.the-west.cz/images/f/f1/Cirkus_mapa_v%C3%BDstavba_hover.png");
}
#cirkusOpice img
{
height: 30px;
width: 21px;
}
#cirkusOpice a:hover img{
background-image: url("http://wiki.the-west.cz/images/2/2c/Cirkus_mapa_opice_hover.png");
}
#cirkusNuggety a:hover img{
background-image: url("http://wiki.the-west.cz/images/c/c3/Cirkus_mapa_nuggety_hover.png");
}
#cirkusNuggety img
{
height: 70px;
width: 48px;
}
/* 
Rozcestník ikonka-hover
*/
#odkaz a:hover img {
background-image: url("http://wiki.the-west.cz/images/6/6b/Rozcestn%C3%ADk_ikonka_hover.png");
border-radius: 8px;
}

#container #p-logo {
background: url("http://wiki.the-west.es/images/e/ee/Wiki_The_West.gif")no-repeat scroll center bottom rgba(0, 0, 0, 0) !important;
height:65px;
margin-top:25px;
}
#container #p-logo a{
background-image: none !important;
}

/* 
HLAVNI STRANA
*/
#menuUkoly a:hover img{
background-image: url("http://wiki.the-west.cz/images/9/91/Hs_ukoly_hover.png");
}
#menuUkoly img
{
height: 80px;
width: 100px;
}


.tilt {
-webkit-transition: all 3s ease;
-moz-transition: all 3s ease;
-o-transition: all 3s ease;
-ms-transition: all 3s ease;
transition: all 3s ease;
}
 
.tilt:hover {
-webkit-transform: rotate(-360deg);
-moz-transform: rotate(-360deg);
-o-transform: rotate(-360deg);
-ms-transform: rotate(-360deg);
transform: rotate(-360deg);
}