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

Z sapijaszko.net
Skocz do: nawigacja, szukaj
(Utworzono nową stronę "Set a background image for the top banner: #top-wrap { background-image: url(images/mybanner.jpg); }: Set the colour of the top menu: #menu { backgro...")
 
m
 
Linia 7: Linia 7:
  
 
/* Set the colour of the top menu */
 
/* Set the colour of the top menu */
 +
/*
 
#menu {
 
#menu {
 
   background-color: rgba(30, 90, 160, 0.7);
 
   background-color: rgba(30, 90, 160, 0.7);
 
}
 
}
 +
*/

Aktualna wersja na dzień 21:30, 21 lut 2017

/* Set a background image for the top banner */
/*
#top-wrap {
  background-image: url(images/mybanner.jpg);
}
*/

/* Set the colour of the top menu */
/*
#menu {
  background-color: rgba(30, 90, 160, 0.7);
}
*/