|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/melanchton/css/ |
Upload File : |
@charset "utf-8";
body,td,th {
font-family: "Nirmala UI", Century, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 18px;
color: #302f2d;
}
a {
font-family: "Nirmala UI", Century, sans-serif;
font-weight: 600;
font-size: 14px;
color: #ff6666;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
.bodyTainer{
display: block;
width: 730px;
float: center;
margin: auto;
font-weight: 400;
font-size: 12px;
}
.blankSpace{
height: 580px;
width: 728px;
background-repeat: no-repeat;
padding-left: 20px;
border-radius: 20px;
margin-bottom: 20px;
}
.welcomeBig{
background-color: rgba(230,228,218,1.0);
float: center;
height: 480px;
width: 640px;
overflow: noscroll;
border-radius: 20px;
padding-top: 5px;
padding-left: 40px;
padding-bottom: 10px;
}
.welcomeSmall{
display: none;
}
.welcomeTiny{
display: none;
}
/*-----Medium-----MEDIA QUERY ---------------------*/
@media (max-width: 810px){
.bodyTainer{
display: block;
width: 600px;
float: center;
margin: auto;
font-weight: 400;
font-size: 12px;
}
.blankSpace{
height: 500px;
width: 600px;
background-repeat: no-repeat;
padding-top: 10px;
padding-bottom: 15px;
padding-right: 10px;
padding-left: 10px;
border-radius: 10px;
}
.welcomeBig{
display: none;
}
.welcomeSmall{
display: block;
background-color: rgba(230,228,218,1.0);
float: center;
height: 435px;
width: 495px;
border-radius: 10px;
padding-top: 5px;
padding-bottom: 15px;
padding-right: 15px;
padding-left: 40px;
}
/*-----Small---------MEDIA QUERY ---------------------*/
@media (max-width: 565px){
body,td,th {
background-color: rgba(230,228,218,1.0);
opacity: 1.0;
font-family: "Nirmala UI", Century, sans-serif;
font-style: normal;
font-weight: 1000;
font-size: 18px;
}
a:active {
color: #ffffff;
}
.bodyTainer{
display: block;
width: 360px;
float: center;
margin: auto;
}
.blankSpace{
background-image: none;
width: 310px;
padding-left: 5px;
padding-right: 5px;
padding-top: 100px;
height: 310px;
}
.welcome{
display: none;
}
.welcomeSmall{
display: none;
}
.welcomeTiny{
display: block;
height: 280px;
width: 240px;
padding-top: 25px;
padding-bottom: 15px;
padding-right: 15px;
padding-left: 20px;
border-radius: 10px;
}
.clearBoth{
clear: both;
line-height: 1px;
}