/
levkinam10
/
freecms
Обзор
Документация
Войти
/
levkinam10
/
freecms
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
static/post.css
124 строки
2 KB
Alexey Levkin
Post create feature
29 май 2024, 14:25
29 май 2024, 14:25
d09371c
Код
Авторство
О чём код?
* { color: black; font-family: "Roboto"; font-weight: 400; font-style: normal; } h1, h2, h3, h4, h5, h6 { color: black; font-family: "Roboto"; font-weight: 500; font-style: normal; } html, body { margin: 0; padding: 0; } .topnav { background-color: #333; overflow: auto; padding: 0; position: relative; top: 0px; left: 0px; right: 0px; width: 100vw; } /* Style the links inside the navigation bar */ .topnav a { float: left; color: #f2f2f2; text-align: center; padding: 1.5vh 16px; text-decoration: none; font-size: 2vh; } /* Change the color of links on hover */ .topnav a:hover { background-color: #ddd; color: black; } img { width: 80%; margin-left: auto; margin-right: auto; display: block; } h1 { width: 100%; margin-left: auto; margin-right: auto; text-align: center; } @media (max-width:1024px) { .post { font-size: 5vw; position: relative; width: 90%; margin-left: auto; margin-right: auto; } img { width: 100%; margin-left: auto; margin-right: auto; display: block; } .timesvg { top: 0.75vh; scale: 2.1; width: 1.5vh; right: 0.5vh; position: relative; margin-left: 0; margin-right: 0; } .data { display: flex; height: 1vh; padding-bottom: 10vh; } } @media (min-width:1024px) { .post { font-size: 1vw; position: relative; width: 50%; margin-left: auto; margin-right: auto; } img { width: 80%; margin-left: auto; margin-right: auto; display: block; } .timesvg { top: 0.65vh; scale: 2; width: 1.5vh; right: 0.5vh; position: relative; margin-left: 0; margin-right: 0; } .data { display: flex; height: 1vh; padding-bottom: 10vh; } } .post * { word-break: break-all; } .post * * { word-break: break-all; }