body{
background:#272727;
}
main{
background:#272727;
}
nav .top{
height:70px;
}
nav .links{
border:solid black 1px;
background:#101010;
}
.links li:nth-child(1) a, .links li:nth-child(2) a, .links li:nth-child(3) a, .links li:nth-child(4) a, .links li:nth-child(5) a, .links li:nth-child(6) a, .links li:nth-child(7) a, .links li:nth-child(8) a, .links li:nth-child(9) a, .links li:nth-child(10) a, .links li:nth-child(11) a, .links li:nth-child(12) a, .links li:nth-child(13) a, .links li:nth-child(14) a{
color:#a1a1a1;
}
.row.profile .col.right{
border:black solid 1px;
}
.col.right .profile-info{
border:solid gray 1px;
border-radius:2px;
}
a:hover{
color:red;
}
:root {
--logo-blue: #a1a1a1;
--darker-blue: #a1a1a1;
--lighter-blue: #101010;
--even-lighter-blue: ;
--lightest-blue: ;
--dark-orange: ;
--light-orange: ;
--even-lighter-orange: ;
--green: purple;
}
.blurbs .heading{
border: solid black 3px;
border-left:none;
border-right:none;
border-top:none;
}
.friends .heading{
border: solid black 1px;
border-bottom:none;
}
.friends .inner, #comments .inner{
border: solid black 1px;
border-top:none;
}
.col.w-40.left .contact, .col.w-40.left .url-info, .col.w-40.left .table-section, .table-section .heading, .contact .heading, tr {
border:solid black 1px;
}
.section {
border:solid black 1px;
border-top:none;
border-left:none;
border-right:none;
}
footer, nav .top{ background:url(https://i.pinimg.com/564x/fc/59/39/fc5939d07324a2390dde9c394625dbe8.jpg);
animation: scroll 700000s infinite linear;
background-size:100px;
border:solid #101010 1px;
padding:20px;
}
@keyframes scroll {
from { background-position: 0%; }
to { background-position: 1000000%; }
}
.col.right .profile-info, .inner .comments-table, td, td .comment-replies {
border:solid #101010 1px;
}
nav .top .center form {
display:none;
}
h3{
visibility:hidden;
}
.col.right .profile-info:after{
content:"LAYOUT MADE BY REX https://heyitism3.neocities.org/";
}