diff --git a/AxS/style.css b/AxS/style.css index 9a902c8..222b7f2 100644 --- a/AxS/style.css +++ b/AxS/style.css @@ -1,10 +1,31 @@ -body { +/*body { background-color: black; - color: chartreuse; + 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; }*/ diff --git a/VB01.html b/VB01.html index e6550b6..9f0521a 100644 --- a/VB01.html +++ b/VB01.html @@ -6,11 +6,32 @@