mirror of
https://github.com/transatoshi-mw/grinminer.net.git
synced 2025-10-06 22:02:48 +00:00
237 lines
3.8 KiB
CSS
237 lines
3.8 KiB
CSS
body {
|
|
margin: 0;
|
|
font-family: "Lato", sans-serif;
|
|
background-color: black;
|
|
color: #fef102;
|
|
}
|
|
|
|
p {
|
|
font-family: monospace;
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
color: whitesmoke;
|
|
text-wrap: balance;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 15.5px;
|
|
font-family: monospace;
|
|
}
|
|
|
|
input[type="text"] {
|
|
width: 430px;
|
|
}
|
|
|
|
.topnav {
|
|
background-color: black;
|
|
overflow: hidden;
|
|
padding-left: 10px;
|
|
}
|
|
|
|
.topnav a {
|
|
float: left;
|
|
display: block;
|
|
color: whitesmoke;
|
|
text-align: center;
|
|
padding: 14px 16px;
|
|
text-decoration: none;
|
|
font-size: 17px;
|
|
}
|
|
|
|
.topnav a:hover {
|
|
background-color: black;
|
|
color: #fef102;
|
|
}
|
|
|
|
.topnav a.active {
|
|
background-color: #fef102;
|
|
color: black;
|
|
border-right: black 2px solid;
|
|
}
|
|
|
|
.topnav a.active2 {
|
|
background-color: #fef102;
|
|
color: black;
|
|
}
|
|
|
|
.responsive {
|
|
max-width: 94.1%;
|
|
height: auto;
|
|
margin: 10px auto 0px auto;
|
|
border: #fef102 solid 0px;
|
|
border-radius: 5px;
|
|
box-shadow:0 0 10px #fef102;
|
|
text-align: center;
|
|
display: block;
|
|
}
|
|
|
|
.diagram {
|
|
width: 100%;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.fourohfour {
|
|
font-size: 80px;
|
|
}
|
|
|
|
.ad {
|
|
width: 100%;
|
|
}
|
|
|
|
.subtitle {
|
|
font-family: monospace;
|
|
font-size: 16px
|
|
font-weight: 800;
|
|
border: #fef102 solid 0px;
|
|
border-radius: 0 0 5px 5px;
|
|
box-shadow: 0 0 10px #fef102;
|
|
width: 70%;
|
|
height: auto;
|
|
margin: -15px auto 30px auto;
|
|
display: block;
|
|
text-align:center;
|
|
padding: 0 40px 0 40px;
|
|
}
|
|
|
|
div.content {
|
|
text-align: center;
|
|
padding: 1px 16px;
|
|
display: block;
|
|
}
|
|
|
|
.cloud {
|
|
text-align: center;
|
|
width: 70%;
|
|
margin: -30px auto 0px auto;
|
|
height: auto;
|
|
color: black;
|
|
display: block;
|
|
box-shadow: 0 0 10px #fef102;
|
|
border-radius: 0 0 5px 5px;
|
|
background-color: #fef102;
|
|
}
|
|
|
|
.nodes {
|
|
text-align: center;
|
|
}
|
|
|
|
.site.pad.community-pad{
|
|
padding-top:40px;
|
|
padding-bottom:40px;
|
|
border-top:1px solid black;
|
|
}
|
|
|
|
.community {
|
|
background-color:black;
|
|
padding:-10px 16px 64px 16px;
|
|
max-width:700px;
|
|
margin:0 auto;
|
|
}
|
|
|
|
.community a {
|
|
border-bottom:1px solid black
|
|
}
|
|
|
|
.community h2 {
|
|
text-align:center
|
|
}
|
|
|
|
.community-subheading {
|
|
line-height:1.4em;
|
|
text-align:center
|
|
}
|
|
|
|
.community-content {
|
|
margin-top:40px;
|
|
background-color:black;
|
|
}
|
|
|
|
.community-row {
|
|
padding:20px;
|
|
margin: 5px 0 5px 0;
|
|
display:flex;
|
|
flex-direction: column;
|
|
border: solid 1px silver;
|
|
}
|
|
|
|
.community-row-img {
|
|
height:80px;
|
|
width:80px;
|
|
margin-right:16px;
|
|
border-radius:15px
|
|
}
|
|
|
|
.community-row-content {
|
|
margin-top:4px
|
|
}
|
|
|
|
.community-row-heading {
|
|
font-size:18px;
|
|
font-weight:bold;
|
|
margin-bottom:4px
|
|
}
|
|
|
|
.community-row-desc {
|
|
line-height:1.4em;
|
|
margin-bottom:8px
|
|
}
|
|
|
|
.community-row-category {
|
|
color:#6F6F6F;
|
|
font-size:12px
|
|
}
|
|
|
|
.footer {
|
|
text-align: center;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.topnav {
|
|
display: block;
|
|
justify-content: center;
|
|
margin: 0 auto;
|
|
overflow: hidden;
|
|
background-color: #fef102;
|
|
width: 87%;
|
|
border-radius: 0 0 5px 5px;
|
|
box-shadow: 0 0 10px #fef102;
|
|
}
|
|
|
|
.topnav a {
|
|
display: block;
|
|
color: whitesmoke;
|
|
text-align: center;
|
|
padding: 14px 16px;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.topnav a:hover {
|
|
background-color: black;
|
|
color: #fef102;
|
|
}
|
|
|
|
.topnav .icon {
|
|
display: none;
|
|
}
|
|
|
|
@media screen and (max-width: 600px) {
|
|
.topnav a {
|
|
display: none;
|
|
}
|
|
.topnav a.icon {
|
|
float: none;
|
|
display: block;
|
|
}
|
|
|
|
.topnav .icon:hover {
|
|
color: #fef102;
|
|
}
|
|
|
|
.topnav.responsive {
|
|
position: relative;
|
|
}
|
|
.topnav.responsive a {
|
|
display: block;
|
|
float: none;
|
|
}
|
|
} |