EngineGP/template/css/replenish.css
Sergei Solovev b59003e559 Reformat code
This update contains code reformatting to meet PHP standards.
2023-11-12 21:12:42 +03:00

74 lines
1.1 KiB
CSS

* {
padding: 0;
margin: 0;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
-ms-box-sizing: content-box;
-o-box-sizing: content-box;
box-sizing: content-box;
}
html {
font-family: 'Open Sans';
font-size: 14px;
background-color: #17a918;
color: #000;
}
html, body {
height: 100%;
}
.success, .content {
width: 1000px;
}
.success {
width: 1000px;
height: 375px;
margin: 0 auto;
}
.success-replenish {
background: url('../images/error/success.jpg') center top no-repeat;
}
.info-success {
padding: 5px;
text-align: center;
text-transform: uppercase;
border: 4px solid #000;
border-radius: 30px;
font-size: 33px;
}
.info-success {
font-size: 28px;
}
.content {
margin: 0 auto;
}
.content ul {
margin-top: 15px;
text-align: center;
}
.content ul li {
list-style-type: none;
display: inline-block;
}
.content ul li a {
color: #000;
display: inline-block;
margin: 10px;
font-size: 21px;
text-transform: uppercase;
}
.content ul li a:hover {
text-decoration: none;
}