46 lines
859 B
CSS
46 lines
859 B
CSS
/* ===== 404 not found page ======= */
|
|
|
|
.error-page-area {
|
|
position: relative;
|
|
}
|
|
.edu-error {
|
|
text-align: center;
|
|
}
|
|
.edu-error .thumbnail {
|
|
margin-bottom: 60px;
|
|
position: relative;
|
|
display: inline-block;
|
|
}
|
|
tspan {
|
|
white-space: pre
|
|
}
|
|
.upstudy-404-01 {
|
|
fill: var(--upstudy-primary-color);
|
|
-webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .3));
|
|
filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .3));
|
|
}
|
|
.upstudy-404-02 {
|
|
fill: none;
|
|
stroke: #000000;
|
|
stroke-linecap: round;
|
|
stroke-linejoin: round;
|
|
stroke-width: 1.9
|
|
}
|
|
.upstudy-404-03 {
|
|
fill: color-mix(in srgb, var(--upstudy-primary-color) 10%, transparent);
|
|
}
|
|
.upstudy-404-04 {
|
|
fill: #818181
|
|
}
|
|
.upstudy-404-05 {
|
|
fill: #aaaaaa
|
|
}
|
|
.upstudy-404-06 {
|
|
fill: #ff6a52
|
|
}
|
|
.upstudy-404-07 {
|
|
fill: #cecece
|
|
}
|
|
.upstudy-404-08 {
|
|
fill: #ffc757
|
|
} |