/*body { background-color: black; font-family: "Lucida Console", Monaco, monospace; overflow: hidden; }*/ body{ color: chartreuse; overflow-y: hidden; font-family: "Lucida Console", Monaco, monospace; background-color: black !important; background: radial-gradient(15px 5px at 25% 0, transparent 0%, transparent 80%, rgba(255, 255, 255, 0.06) 80%, rgba(255, 255, 255, 0.06) 99%, transparent 99%, transparent 100%), radial-gradient(15px 5px at 75% 100%, transparent 0%, transparent 80%, rgba(255, 255, 255, 0.06) 80%, rgba(255, 255, 255, 0.06) 99%, transparent 99%, transparent 100%), radial-gradient(10px 3px at 25% 0, transparent 0%, transparent 70%, rgba(255, 255, 255, 0.05) 70%, rgba(255, 255, 255, 0.05) 99%, transparent 99%, transparent 100%), radial-gradient(10px 3px at 75% 100%, transparent 0%, transparent 70%, rgba(255, 255, 255, 0.05) 70%, rgba(255, 255, 255, 0.05) 99%, transparent 99%, transparent 100%), radial-gradient(30px 8px at 25% 0, transparent 0%, transparent 55%, rgba(255, 255, 255, 0.02) 55%, rgba(255, 255, 255, 0.02) 99%, transparent 99%, transparent 100%), radial-gradient(30px 8px at 75% 100%, transparent 0%, transparent 55%, rgba(255, 255, 255, 0.02) 55%, rgba(255, 255, 255, 0.02) 99%, transparent 99%, transparent 100%), #c4cbc3; background-size: 60px 40px, 60px 40px, 40px 24px, 40px 24px, 120px 64px, 120px 64px; /*background-position: 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%;*/ -webkit-animation: wave 5s linear infinite; animation: wave 5s linear infinite; } @-webkit-keyframes wave { 0% { background-position: 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%; } } @keyframes wave { 0% { background-position: 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%; } } a { color: blue; text-decoration: none; } a:hover { color: red; } /*a:visited { color: blue; }*/ p{padding: 5px; } span {color: black;} .m{color: chartreuse;} #f{ color: chartreuse; position: absolute; } #fn { width: 860px; left: 670px; position: absolute; top: 200px; color: white; font-size: 18px } .fnc { font-weight: bold; color: white; } .fnc2 { color: chartreuse; } #tit { text-decoration: none; color: chartreuse; } #dot { text-decoration: none; color: chartreuse; } #dot:hover { color: red; } #tit:hover{ color: red; } .VERSION { width: 830px; color: white; }