W3C CSS Validator results for https://shinkirou.codeberg.page (CSS level 2.1)

Sorry! We found the following errors (8)

URI : https://mirage.h0stname.net/assets/css/style.css

30 a Value Error : color gold is not a color value : gold
50 h2:before, h3:before, h4:before, h5:before, h6:before Value Error : color darkblue is not a color value : darkblue
78 div.head, div.foot Value Error : display flex is not a display value : flex
78 div.head, div.foot Property justify-content doesn't exist in CSS level 2.1 but exists in [css3] : space-between
79 .head-ltitle, .foot-left Property flex doesn't exist in CSS level 2.1 but exists in [css3] : 1
80 .head-vol, .foot-date Property flex doesn't exist in CSS level 2.1 but exists in [css3] : 0 1 auto
81 .head-rtitle, .foot-os Property flex doesn't exist in CSS level 2.1 but exists in [css3] : 1
83 table.Nm code.Nm Value Error : padding-right ch is an incorrect unit 1ch

↑ Top

Valid CSS information

html {
background-color : #000000 !important ;
color : #FFFFFF;
margin : 1em;
font-family : sans-serif;
}
html, body, input, textarea, select, button {
background-color : #202020;
margin : 1em;
border : solid 1pt;
padding : 1em;
border-color : #6E25E7;
color : #e8e6e3;
}
table {
border-color : #545b5e;
}
img {
background-color : #181a1b;
padding : 2px;
}
code {
background-color : black;
padding : 2px;
}
a {
text-decoration : none;
}
a:visited {
color : yellow;
}
a:hover {
color : silver;
text-decoration : underline;
}
h1 {
color : #4825E7;
}
h2, h3, h4, h5, h6 {
color : #4825E7;
}
h1:before {
content : "| ";
}
h2:before {
content : "|| ";
}
h3:before {
content : "||| ";
}
h4:before {
content : "|||| ";
}
h5:before {
content : "||||| ";
}
h6:before {
content : "|||||| ";
}
h1:before {
color : blue;
}
ul {
line-height : 200%;
}
ol {
line-height : 200%;
}
dl {
line-height : 200%;
}
blockquote {
font-style : italic;
}
pre {
background-color : black;
color : #BBB3B3;
border : #E0E0E0 solid 1pt;
padding : 1em;
}
table.head, table.foot {
width : 100%;
}
td.head-rtitle, td.foot-os {
text-align : right;
}
td.head-vol {
text-align : center;
}
div.Pp {
margin : 1ex 0;
}
div.Nd, div.Bf, div.Op {
display : inline;
}
span.Pa, span.Ad {
font-style : italic;
}
span.Ms {
font-weight : bold;
}
dl.Bl-diag > dt {
font-weight : bold;
}
code.Nm, code.Fl, code.Cm, code.Ic, code.In, code.Fd, code.Fn, code.Cd {
font-weight : bold;
font-family : inherit;
}
.head-vol, .foot-date {
text-align : center;
}
.head-rtitle, .foot-os {
text-align : right;
}
table.foot {
margin-top : 1em;
}

↑ Top