MediaWiki:Grepolis.css: Różnice pomiędzy wersjami

Z Wiki Grepolis PL
Przejdź do nawigacji
(Poprawka struktury CSS.)
(Ostatnie szlify....)
Linia 3: Linia 3:
   font-size: 9px;
   font-size: 9px;
   background-repeat: no-repeat;
   background-repeat: no-repeat;
   height: 79px;
   height: 79px
}
}


Linia 9: Linia 9:
.portlet h5 {
.portlet h5 {
   font-weight: bold;
   font-weight: bold;
   text-align: center;
   text-align: center
}
}
/* Ramka wokół miniatury obrazka */
/* Ramka wokół miniatury obrazka */
div.thumb {
div.thumb {
   border-color: transparent;
   border-color: transparent
}
}


/* Szablon główny - tło */
/* Szablon główny - tło */
td.msgpopup_gl {
td.msgpopup_gl {
   width: 70px;  
   width: 70px;  
   height: 67px;  
   height: 67px;  
   padding: 0;  
   padding: 0;  
   background: transparent url(http://wiki.pl.grepolis.com/images/8/8f/Msgpopup_gl.jpg) no-repeat;
   background: transparent url(http://wiki.pl.grepolis.com/images/8/8f/Msgpopup_gl.jpg) no-repeat
}
}
td.msgpopup_gs {
td.msgpopup_gs {
Linia 28: Linia 27:
   width: auto;  
   width: auto;  
   padding: 0;  
   padding: 0;  
   background: transparent url(http://wiki.pl.grepolis.com/images/1/17/Msgpopup_gs.jpg) repeat-x;
   background: transparent url(http://wiki.pl.grepolis.com/images/1/17/Msgpopup_gs.jpg) repeat-x
}
}
td.msgpopup_gp {
td.msgpopup_gp {
Linia 34: Linia 33:
   height: 67px;  
   height: 67px;  
   padding: 0;  
   padding: 0;  
   background: transparent url(http://wiki.pl.grepolis.com/images/c/c8/Msgpopup_gp.png) no-repeat;
   background: transparent url(http://wiki.pl.grepolis.com/images/c/c8/Msgpopup_gp.png) no-repeat
}
td.msgpopup_sl {
  width: 70px;  
  height: auto;
  padding: 0;
  background: transparent url(http://wiki.pl.grepolis.com/images/b/b7/Msgpopup_sl.png) repeat-y
}
td.msgpopup_cont {
  width: auto;
  height: auto;
  padding: 0;
  background: transparent url(http://wiki.pl.grepolis.com/images/3/3e/Msgpopup_backgr.png) repeat
}
td.msgpopup_sp {
  width: 70px;
  height: auto;
  padding: 0;
  background: transparent url(http://wiki.pl.grepolis.com/images/f/ff/Msgpopup_sp.png) repeat-y
}
}
td.msgpopup_dl {
td.msgpopup_dl {
Linia 40: Linia 57:
   height: 25px;  
   height: 25px;  
   padding: 0;  
   padding: 0;  
   background: transparent url(http://wiki.pl.grepolis.com/images/c/ce/Msgpopup_dl.jpg) no-repeat;
   background: transparent url(http://wiki.pl.grepolis.com/images/c/ce/Msgpopup_dl.jpg) no-repeat
}
}
td.msgpopup_ds {
td.msgpopup_ds {
Linia 46: Linia 63:
   width: auto;  
   width: auto;  
   padding: 0;  
   padding: 0;  
   background: transparent url(http://wiki.pl.grepolis.com/images/f/fe/Msgpopup_ds.jpg) repeat-x;
   background: transparent url(http://wiki.pl.grepolis.com/images/f/fe/Msgpopup_ds.jpg) repeat-x
}
}
td.msgpopup_dp {
td.msgpopup_dp {
Linia 52: Linia 69:
   height: 25px;  
   height: 25px;  
   padding: 0;  
   padding: 0;  
   background: transparent url(http://wiki.pl.grepolis.com/images/6/6f/Msgpopup_dp.jpg) no-repeat;
   background: transparent url(http://wiki.pl.grepolis.com/images/6/6f/Msgpopup_dp.jpg) no-repeat
}
}

Wersja z 13:27, 23 sie 2011

/* Strona edycji, komunikat o copyright */
#editpage-copywarn p{
  font-size: 9px;
  background-repeat: no-repeat;
  height: 79px
}

/* Nawigacja po lewej */
.portlet h5 {
  font-weight: bold;
  text-align: center
}
/* Ramka wokół miniatury obrazka */
div.thumb {
  border-color: transparent
}

/* Szablon główny - tło */
td.msgpopup_gl {
  width: 70px; 
  height: 67px; 
  padding: 0; 
  background: transparent url(http://wiki.pl.grepolis.com/images/8/8f/Msgpopup_gl.jpg) no-repeat
}
td.msgpopup_gs {
  height: 67px; 
  width: auto; 
  padding: 0; 
  background: transparent url(http://wiki.pl.grepolis.com/images/1/17/Msgpopup_gs.jpg) repeat-x
}
td.msgpopup_gp {
  width: 70px; 
  height: 67px; 
  padding: 0; 
  background: transparent url(http://wiki.pl.grepolis.com/images/c/c8/Msgpopup_gp.png) no-repeat
}
td.msgpopup_sl {
  width: 70px; 
  height: auto; 
  padding: 0; 
  background: transparent url(http://wiki.pl.grepolis.com/images/b/b7/Msgpopup_sl.png) repeat-y
}
td.msgpopup_cont {
  width: auto; 
  height: auto; 
  padding: 0; 
  background: transparent url(http://wiki.pl.grepolis.com/images/3/3e/Msgpopup_backgr.png) repeat
}
td.msgpopup_sp {
  width: 70px; 
  height: auto; 
  padding: 0; 
  background: transparent url(http://wiki.pl.grepolis.com/images/f/ff/Msgpopup_sp.png) repeat-y
}
td.msgpopup_dl {
  width: 70px; 
  height: 25px; 
  padding: 0; 
  background: transparent url(http://wiki.pl.grepolis.com/images/c/ce/Msgpopup_dl.jpg) no-repeat
}
td.msgpopup_ds {
  height: 25px; 
  width: auto; 
  padding: 0; 
  background: transparent url(http://wiki.pl.grepolis.com/images/f/fe/Msgpopup_ds.jpg) repeat-x
}
td.msgpopup_dp {
  width: 70px; 
  height: 25px; 
  padding: 0; 
  background: transparent url(http://wiki.pl.grepolis.com/images/6/6f/Msgpopup_dp.jpg) no-repeat
}