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

71 lines
668 B

h1
{
background-color:#c6d0e1;
margin:0px;
text-align:center;
font-weight:bold;
font-size:12
}
h2
{
margin:0px;
font-family:Verdana;
font-size:12;
color:#ef7b1e
}
h3
{
margin:0px;
font-family:Verdana;
font-size:12;
color:#2e538b
}
h4
{
margin:0px;
font-family:Verdana;
font-size:12;
font-weight:bold;
color:#FFC875
}
h5
{
margin:0px;
font-family:Verdana;
font-size:12;
font-weight:bold;
color:#CC0000
}
h6
{
margin:0px;
font-family:Verdana;
font-size:12;
font-weight:bold;
color:#990000
}
p
{
margin:0px;
font-family:Verdana;
font-size:12;
font-weight:bold;
color:#62BD80
}
div
{
font-family:Verdana;
font-size:12;
color:#000000
}
i
{
background-color:#FFF4AB
}