/
githubmirror
/
vgstation13
Обзор
Документация
Войти
/
githubmirror
/
vgstation13
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
Bleeding-Edge
html/browser/clown.css
541 строка
8 KB
jwhitak
Sleeper Plugins Redux (#38050)
27 июл 2025, 18:38
Не верифицирован
27 июл 2025, 18:38
60c42ed
Код
Авторство
О чём код?
body { padding: 0; margin: 0; font-size: 12px; font-family: "Comic Sans MS"; background-color: #FF69B4; color: #ffffff; line-height: 170%; } hr { background-color: #40628a; height: 1px; } a, a:link, a:visited, a:active, .linkOn, .linkOff { color: #ffffff; text-decoration: none; background-color: rgba(255, 0, 0, 1); border: 1px solid #161616; padding: 1px 4px 1px 4px; margin: 0 2px 0 0; cursor:default; animation-name: buttonfunny; animation-duration: 2s; animation-timing-function: linear; animation-iteration-count: infinite; } @keyframes buttonfunny { 0% {background-color: hsl(0,100%,50%)} 10% {background-color: hsl(36,100%,50%)} 20% {background-color: hsl(72,100%,50%); color: #000000;} 30% {background-color: hsl(108,100%,50%)} 40% {background-color: hsl(144,100%,50%)} 50% {background-color: hsl(180,100%,50%)} 60% {background-color: hsl(216,100%,50%); color: #FFFFFF;} 70% {background-color: hsl(252,100%,50%)} 80% {background-color: hsl(288,100%,50%); color: #000000;} 90% {background-color: hsl(324,100%,50%)} 100% {background-color: hsl(360,100%,50%)} } a.darkred, a.darkred:link, a.darkred:visited, a.darkred:active { color: #ffffff; text-decoration: none; background: #472121; border: 1px solid #161616; padding: 1px 4px 1px 4px; margin: 0 2px 0 0; cursor:default; animation-name: none; } a.nobg, a.nobg:link, a.nobg:visited, a.nobg:active { color: #ffffff; text-decoration: none; background: transparent; border: none; padding: 0px; margin: 0px; cursor:default; font-weight:bold; } a.nobg:hover { color:#40628a; } a:hover { color: #40628a; background: #ffffff; } a.white, a.white:link, a.white:visited, a.white:active { color: #40628a; text-decoration: none; background: #ffffff; border: 1px solid #161616; padding: 1px 4px 1px 4px; margin: 0 2px 0 0; cursor:default; } a.white:hover { color: #ffffff; background: #40628a; } .linkOn, a.linkOn:link, a.linkOn:visited, a.linkOn:active, a.linkOn:hover { color: #ffffff; background: #2f943c; border-color: #24722e; } .linkOnMinimal, a.linkOnMinimal:link, a.linkOnMinimal:visited, a.linkOnMinimal:active, a.linkOnMinimal:hover { background: #2f943c; } .linkOff, a.linkOff:link, a.linkOff:visited, a.linkOff:active, a.linkOff:hover { color: #ffffff; background: #999999; border-color: #666666; } .linkOffMinimal, a.linkOffMinimal:link, a.linkOffMinimal:visited, a.linkOffMinimal:active, a.linkOffMinimal:hover { background: #999999; } a.icon, .linkOn.icon, .linkOnMinimal.icon, .linkOff.icon, .linkOffMinimal.icon { position: relative; padding: 1px 4px 2px 20px; } a.icon img, .linkOn.icon img, .linkOnMinimal.icon img { position: absolute; top: 0; left: 0; width: 18px; height: 18px; } ul { padding: 4px 0 0 10px; margin: 0; list-style-type: none; } li { padding: 0 0 2px 0; } img, a img { border-style:none; } h1, h2, h3, h4, h5, h6 { margin: 0; padding: 16px 0 8px 0; background: linear-gradient( 45deg, rgba(255, 0, 0, 1) 0%, rgba(255, 154, 0, 1) 10%, rgba(208, 222, 33, 1) 20%, rgba(79, 220, 74, 1) 30%, rgba(63, 218, 216, 1) 40%, rgba(47, 201, 226, 1) 50%, rgba(28, 127, 238, 1) 60%, rgba(95, 21, 242, 1) 70%, rgba(186, 12, 248, 1) 80%, rgba(251, 7, 217, 1) 90%, rgba(255, 0, 0, 1) 100% ); color: #FFFFFF; } h1 { font-size: 15px; } h2 { font-size: 14px; } h3 { font-size: 13px; } h4 { font-size: 12px; } .uiWrapper { width: 100%; height: 100%; } .uiTitle { clear: both; padding: 6px 8px 6px 8px; border-bottom: 2px solid #161616; background: linear-gradient( 45deg, rgba(255, 0, 0, 1) 0%, rgba(255, 154, 0, 1) 5%, rgba(208, 222, 33, 1) 10%, rgba(79, 220, 74, 1) 15%, rgba(63, 218, 216, 1) 20%, rgba(47, 201, 226, 1) 25%, rgba(28, 127, 238, 1) 30%, rgba(95, 21, 242, 1) 35%, rgba(186, 12, 248, 1) 40%, rgba(251, 7, 217, 1) 45%, rgba(255, 0, 0, 1) 50%, rgba(255, 154, 0, 1) 55%, rgba(208, 222, 33, 1) 60%, rgba(79, 220, 74, 1) 65%, rgba(63, 218, 216, 1) 70%, rgba(47, 201, 226, 1) 75%, rgba(28, 127, 238, 1) 80%, rgba(95, 21, 242, 1) 85%, rgba(186, 12, 248, 1) 90%, rgba(251, 7, 217, 1) 95%, rgba(255, 0, 0, 1) 100% ); animation-name: gradient; animation-duration: 2s; animation-timing-function: linear; animation-iteration-count: infinite; color: #98B0C3; font-size: 16px; background-size: 200% 100%; } @keyframes gradient { 0% { background-position: 0% 100%; } 50% { background-position: 50% 100%; } 100% { background-position: 103% 100%; } } .uiTitle.icon { padding: 6px 8px 6px 42px; background-position: 2px 50%; background-repeat: no-repeat; } .uiContent { clear: both; padding: 8px; font-family: Verdana, Geneva, sans-serif; } .good { color: #00ff00; } .average { color: #ffb4e2; } .bad { color: #ff0000; } .redBackground, a.redBackground { background: #ea0000; } .yellowBackground { background: #cacc00; } .highlight { color: #8BA5C4; } .dark { color: #272727; } .red { color: #FF0000; } .notice { position: relative; background: #E9C183; color: #15345A; font-size: 10px; font-style: italic; padding: 2px 4px 0 4px; margin: 4px; } .notice.icon { padding: 2px 4px 0 20px; } .notice img { position: absolute; top: 0; left: 0; width: 16px; height: 16px; } div.notice { clear: both; } .statusDisplay { background: #000000; color: #ffffff; border: 1px solid #40628a; padding: 4px; margin: 3px 0; } .statusLabel { width: 138px; float: left; overflow: hidden; color: #98B0C3; } .statusValue { float: left; } .block { padding: 8px; margin: 10px 4px 4px 4px; border: 1px solid #40628a; background-color: #202020; } .block h3 { padding: 0; } .progressBar { width: 240px; height: 14px; border: 1px solid #666666; float: left; margin: 0 5px; overflow: hidden; } .progressFill { width: 100%; height: 100%; background: #40628a; overflow: hidden; } .progressFill.good { color: #ffffff; background: #00ff00; } .progressFill.average { color: #ffffff; background: #d09000; } .progressFill.bad { color: #ffffff; background: #ff0000; } .progressFill.highlight { color: #ffffff; background: #8BA5C4; } .clearBoth { clear: both; } .clearLeft { clear: left; } .clearRight { clear: right; } .line { width: 100%; clear: both; } .footer { position: fixed; left: 0; bottom: 0; width: 100%; } .charPreview{ image-rendering: pixelated; width: 64px; height:64px; } td.bannedColumn { width: 60px; text-align: center; background: #ffcccc; color: #770000; } a.clmNeverOff { background: #ffcccc; color: #770000; } a.clmNoOff { background: #ffeeee; color: #990000; } a.clmYesOff { background: #eeffee; color: #006600; } a.clmAlwaysOff { background: #ccffcc; color: #004400; } a.clmNeverOn { color: #ffcccc; background: #770000; } a.clmNoOn { color: #ffeeee; background: #990000; } a.clmYesOn { color: #eeffee; background: #006600; } a.clmAlwaysOn { color: #ccffcc; background: #004400; } a.fullsize { width: 55px; } .modal { z-index: 1; position: fixed; padding-top: 100px; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0,0,0,0.4); } .modal-content { background-color: #dddddd; color: #000000; font-size: 16px; margin: auto; padding: 20px; border: 2px solid #888; width: 80%; } .modal-close { color: #aaaaaa; float: right; font-size: 28px; font-weight: bold; } .modal-close:hover, .modal-close:focus { color: #000; text-decoration: none; cursor: pointer; }