/
ivan
/
ModMas
Обзор
Документация
Войти
/
ivan
/
ModMas
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
ModuleMaster/ga/test.aspx
75 строк
2 KB
i.krivokon
Initial commit
13 мар 2026, 13:49
13 мар 2026, 13:49
00d9fb6
Код
Авторство
О чём код?
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="test.aspx.vb" Inherits="GA_test" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> <style> body:before, body:after { content: ""; position: fixed; background-image: url('../Images/yellowblack.jpg'); left: 0; right: 0; height: 5px; } body:before { top: 0; } body:after { bottom: 0; } body { border-left: 5px solid #900; border-image: url('../Images/yellowblack.jpg') 220 220 100 100; border-right: 5px solid #900; } html { background-image: url('../Images/yellowblack.jpg'); padding: 0px; } body { background-color: red; } form { background-color: green; } .brd { height: 2000px; background-color: gray; } @media /* Fairly small screens including iphones */ only screen and (max-width: 500px), /* iPads */ only screen and (min-device-width: 768px) and (max-device-width: 1024px) { body { border: 0; } body:before, body:after { display: none; } } </style> </head> <body> <form id="form1" runat="server"> <div class="brd"> A </div> </form> </body> </html>