125 lines
2.1 KiB
CSS
125 lines
2.1 KiB
CSS
/*
|
|
To change this license header, choose License Headers in Project Properties.
|
|
To change this template file, choose Tools | Templates
|
|
and open the template in the editor.
|
|
*/
|
|
/*
|
|
Created on : 7-apr-2019, 13.41.29
|
|
Author : corradomulas
|
|
*/
|
|
|
|
|
|
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
box-sizing: border-box;
|
|
font-family: 'Archivo', sans-serif;
|
|
|
|
}
|
|
|
|
ul{
|
|
list-style-type:none;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.sidenav {
|
|
height: 100%; /* Full-height: remove this if you want "auto" height */
|
|
width: 160px; /* Set the width of the sidebar */
|
|
position: fixed; /* Fixed Sidebar (stay in place on scroll) */
|
|
z-index: 1; /* Stay on top */
|
|
top: 0; /* Stay at the top */
|
|
left: 0;
|
|
background-color: #111; /* Black */
|
|
overflow-x: hidden; /* Disable horizontal scroll */
|
|
padding-top: 20px;
|
|
}
|
|
|
|
/* The navigation menu links */
|
|
.sidenav a {
|
|
padding: 6px 8px 6px 16px;
|
|
text-decoration: none;
|
|
font-size: 25px;
|
|
color: #818181;
|
|
display: block;
|
|
}
|
|
|
|
/* When you mouse over the navigation links, change their color */
|
|
.sidenav a:hover {
|
|
color: #f1f1f1;
|
|
}
|
|
|
|
.main {
|
|
margin-left: 160px; /* Same as the width of the sidebar */
|
|
padding: 0px 10px;
|
|
}
|
|
|
|
@media screen and (max-height: 450px) {
|
|
.sidenav {padding-top: 15px;}
|
|
.sidenav a {font-size: 18px;}
|
|
}
|
|
|
|
|
|
/* jQuery("usertab").css('display','none');
|
|
jQuery("matchestab").css('display','none');
|
|
jQuery("refereestab").css('display','none');
|
|
jQuery("calendartab").css('display','none');
|
|
jQuery("msgtab").css('display','block');
|
|
jQuery("teamstab").css('display','none');
|
|
jQuery("tourntab").css('display','none');
|
|
jQuery("playerstab").css('display','none'); */
|
|
|
|
#usertab {
|
|
display: none;
|
|
}
|
|
|
|
#matchestab {
|
|
display: none;
|
|
}
|
|
|
|
#refereestab {
|
|
display: none;
|
|
}
|
|
|
|
#calendartab {
|
|
display: none;
|
|
}
|
|
|
|
#msgtab {
|
|
display: none;
|
|
}
|
|
|
|
#teamstab {
|
|
display: none;
|
|
}
|
|
|
|
#tourntab {
|
|
display: none;
|
|
}
|
|
|
|
#playerstab {
|
|
display: none;
|
|
}
|
|
|
|
.refuncs {
|
|
display: none;
|
|
}
|
|
#instm {
|
|
display: none;
|
|
}
|
|
|
|
#instourn {
|
|
display: none;
|
|
}
|
|
|
|
#inspls {
|
|
display: none;
|
|
}
|
|
|
|
#inscal {
|
|
display: none;
|
|
}
|
|
|
|
.votebt {
|
|
display: none;
|
|
}
|