modmii.github.io/modmiistyle.css
2023-03-10 03:15:21 +02:00

1 line
2.6 KiB
CSS

body
{
font-family: Calibri, Arial, Helvetica, "Century Gothic", sans-serif;
background:#000000 url('Images/Gradient.png') repeat-x top;
font-smooth:always;
color:#d3d3d3;
margin-right:200px;
}
A:link {text-decoration: none;color: blue;}
A:visited {text-decoration: none;color: blue;}
A:active {text-decoration: none;color: blue;}
A:hover {text-decoration: none; color: red;}
div.justify {text-align:justify;text-justify:inter-word;}
.BUTTON_BCZ {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
height: 0;
line-height: 0;
color: #FFFFFF;
font-family: Helvetica;
width: 100px;
font-size: 24px;
font-weight: 100;
padding: 17px;
background-color: #000000;
text-decoration: none;
display: inline-block;
cursor: pointer;
text-align: center;
}
.BUTTON_BCZ:hover {
border: solid #000000 0;
background: rgba(14, 14, 14, 0.46);
background-image: -webkit-linear-gradient(top, rgba(14, 14, 14, 0.46), rgba(168, 171, 176, 0.48));
background-image: -moz-linear-gradient(top, rgba(14, 14, 14, 0.46), rgba(168, 171, 176, 0.48));
background-image: -ms-linear-gradient(top, rgba(14, 14, 14, 0.46), rgba(168, 171, 176, 0.48));
background-image: -o-linear-gradient(top, rgba(14, 14, 14, 0.46), rgba(168, 171, 176, 0.48));
background-image: -webkit-gradient(to bottom, rgba(14, 14, 14, 0.46), rgba(168, 171, 176, 0.48));
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
text-decoration: none;
}
.BUTTON_Patron {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
height: 0;
line-height: 0;
color: #f3f4f6;
font-family: Arial;
width: 110px;
font-size: 20px;
font-weight: 100;
padding: 17px;
background-color: #f3f4f6;
text-decoration: none;
display: inline-block;
cursor: pointer;
text-align: center;
border: 3px solid black;
border-color: #ff0000;
}
.BUTTON_Patron:hover {
border: solid #000000 3;
background: rgba(255, 0, 0, 0.95);
background-image: -webkit-linear-gradient(top, rgba(255, 0, 0, 0.95), rgba(168, 171, 176, 0.48));
background-image: -moz-linear-gradient(top, rgba(255, 0, 0, 0.95), rgba(168, 171, 176, 0.48));
background-image: -ms-linear-gradient(top, rgba(255, 0, 0, 0.95), rgba(168, 171, 176, 0.48));
background-image: -o-linear-gradient(top, rgba(255, 0, 0, 0.95), rgba(168, 171, 176, 0.48));
background-image: -webkit-gradient(to bottom, rgba(255, 0, 0, 0.95), rgba(168, 171, 176, 0.48));
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
text-decoration: none;
}