/
oglu
/
bwt
Обзор
Документация
Войти
/
oglu
/
bwt
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
bwt.xml
116 строк
2 KB
oglu
update bwt.xml
07 янв 2026, 21:10
07 янв 2026, 21:10
ea0abdd
Код
Авторство
О чём код?
<!DOCTYPE html> <html> <head> <meta charset='utf-8' /> <title><data:blog.pageTitle /></title> <b:skin ><![CDATA[ /* --------------------------------- Template Name: bwt Template URL: https://hingsall.blogspot.com/ Author: oglu --------------------------------- */ * { box-sizing: border-box; font-family: sans-serif; } a { text-decoration: none; } a:hover { color: black; } a:link { color: blue; } a:visited { color: mediumvioletred; } ul { padding: 0; } li { list-style: none; } li > a, li > a:visited { color: blue; line-height: 1.5; } pre { background-color: whitesmoke; font-family: monospace; padding: 15px; overflow: auto; white-space: pre-wrap; } code { background-color: whitesmoke; font-family: monospace; white-space: pre-wrap; } .date-header { font-size: 11px; font-weight: normal; } .post-title.entry-title { font-size: 25px; } .container{ display: grid; grid-template-columns: 700px; grid-template-areas: "header-area" "main-area"; column-gap: 20px; row-gap: 20px; } #header { display: grid; grid-template-areas: "Header1 BlogSearch1" "Label1 Label1"; } #header ul { display: flex; justify-content: space-between; } #BlogSearch1 > .title { display: none; } @media screen and (width <= 1080px) { body { font-size: 150%; } .container { grid-template-columns: auto; grid-template-rows: auto; grid-template-areas: "header-area" "main-area"; } #header { grid-template-areas: "Header1" "BlogSearch1" "Label1"; } } ]]></b:skin> </head> <body> <div class='container'> <div class='header-area'> <b:section id='header' class='header' showaddelement='yes' /> </div> <div class='main-area'> <b:section id='main' class='main' showaddelement='yes' /> </div> <div class='footer-area'> <b:section id='footer' class='footer' showaddelement='yes' /> </div> </div> </body> </html>