Обновить static/css/custom.css
This commit is contained in:
parent
8086d9c1ed
commit
b934c13c31
@ -1,26 +1,8 @@
|
|||||||
body {
|
body {
|
||||||
background-color: #f5f7fa;
|
background-image: url('/static/images/bg-phys.svg');
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
body::before {
|
|
||||||
content: '';
|
|
||||||
position: fixed;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
z-index: -1;
|
|
||||||
opacity: 0.15;
|
|
||||||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='400' viewBox='0 0 600 400'%3E%3Ctext x='50' y='60' font-family='serif' font-size='20' fill='%23003366'%3E∫₀^∞ e^(-x²) dx%3C/text%3E%3Ctext x='350' y='120' font-family='serif' font-size='20' fill='%23003366'%3E∇²ψ + k²ψ = 0%3C/text%3E%3Ctext x='100' y='200' font-family='serif' font-size='20' fill='%23003366'%3EE = mc²%3C/text%3E%3Ctext x='400' y='280' font-family='serif' font-size='20' fill='%23003366'%3E∂u/∂t = α∇²u%3C/text%3E%3Ctext x='200' y='350' font-family='serif' font-size='20' fill='%23003366'%3EΣ aₙxⁿ%3C/text%3E%3Ccircle cx='500' cy='80' r='30' fill='none' stroke='%23003366' stroke-width='1.5'/%3E%3C/svg%3E");
|
|
||||||
background-repeat: repeat;
|
background-repeat: repeat;
|
||||||
background-size: 600px 400px;
|
background-size: 800px 600px;
|
||||||
}
|
background-attachment: fixed;
|
||||||
|
|
||||||
/* Убедимся, что контент читается */
|
|
||||||
header, main, footer {
|
|
||||||
position: relative;
|
|
||||||
z-index: 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user