 
/*POZADÍ CHATU*/
body{  background:url("https://www.ihogwarts.cz/system/css/img/1758654071_574929339.png") fixed no-repeat black;
  background-size: cover; 
 }  
/*ZÁHLAVÍ CHATU*/
#top {
background: rgba(0, 0, 0, 0.5);
color: #ebebe0;
font-family: Times New Roman;
 } 
 /*MENU A PŘÍJEMCI*/
#zvolit_prijemce, #menu_tabule, #menu_bar, .polozka_menu{
  color: white !important;
font-family: Times New Roman;
  background: rgba(70, 50, 0, 0.4);
  border: 1px solid black !important;
  margin-top: -1px!important;
 }
 /*VNĚJŠÍ OHRANIČENÍ*/
#main {
background: rgba(110, 110, 110, 0.4);
 }
 /*TEXTOVÉ POLE NA PŘÍSPĚVKY - POZADÍ*/
#zprava {
background: rgba(0, 0, 0, 0.4);
color: Black;
}
  /*TEXTOVÉ POLE NA PŘÍSPĚVKY - TEXTOVÉ POLE + POZADÍ TLAČÍTKA "VŠEM"*/
#message, #prijemce {
color: white !important;
font-family: Times New Roman;
background: rgba(70, 50, 0, 0.9) !important;
border: 1px solid Blackwhite;
}
  /*POZADÍ ZA PŘÍSPĚVKY HRÁČŮ*/
#board {
background: rgba(0, 0, 0, 0.5);
opacity: 0.8;
}
 /*POZADÍ PRAVÉ SEKCE*/
#sidebar {
background: rgba(0, 0, 0, 0.4);
}
  /*ZÁHLAVÍ TABULE, ONLINE ATD...*/
#sidebar h3 {
background: rgba(70, 50, 0, 0.9);
color: white;
font-family: Times New Roman;
}
  /*OBSAH TABULE, ONLINE ATD...*/
#tabule_obsah.sidebar_content, #online_obsah.sidebar_content2{
background: rgba(0, 0, 0, 0.9);
color: FloralWhite;
font-family: Times New Roman;
}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
