You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jitsi/resources/styles/defaultStyle.css

65 lines
633 B

h1
{
background-color: #6a6868;
margin: 0px;
text-align: center;
font-weight: bold;
font-size: 100%;
}
h2
{
margin: 0px;
font-size: 10px;
color: #488fe7;
}
h3
{
margin: 0px;
font-size: 10px;
color: #535353;
}
h4
{
margin: 0px;
font-size: 8px;
font-weight: normal;
color: #8F8F8F;
}
h5
{
margin: 0px;
font-size: 100%;
font-weight: bold;
color: #CC0000;
}
h6
{
margin: 0px;
font-size: 100%;
font-weight: bold;
color: #990000;
}
p
{
margin: 0px;
width: 100%;
font-size: 100%;
color: #62BD80;
}
div
{
font-size: 100%;
color: #000000;
}
h7
{
background-color: #FFF4AB;
}