Advertisement
fedorm

Untitled

Feb 13th, 2020
435
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.52 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.   <title>Программно-аналитический модуль «Сохранение лесов»</title>
  5.   <meta charset="UTF-8">
  6.   <meta name="viewport" content="width=1200, initial-scale=1.0">
  7.   <script>window.__initialState__ = {}</script>
  8.   <style>
  9.     .ol-popup {
  10.       position: absolute;
  11.       background-color: white;
  12.       -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  13.       filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  14.       padding: 15px;
  15.       border-radius: 10px;
  16.       border: 1px solid #cccccc;
  17.       bottom: 12px;
  18.       left: -50px;
  19.       min-width: 280px;
  20.     }
  21.     .ol-popup:after, .ol-popup:before {
  22.       top: 100%;
  23.       border: solid transparent;
  24.       content: " ";
  25.       height: 0;
  26.       width: 0;
  27.       position: absolute;
  28.       pointer-events: none;
  29.     }
  30.     .ol-popup:after {
  31.       border-top-color: white;
  32.       border-width: 10px;
  33.       left: 48px;
  34.       margin-left: -10px;
  35.     }
  36.     .ol-popup:before {
  37.       border-top-color: #cccccc;
  38.       border-width: 11px;
  39.       left: 48px;
  40.       margin-left: -11px;
  41.     }
  42.     .ol-popup-closer {
  43.       text-decoration: none;
  44.       position: absolute;
  45.       top: 2px;
  46.       right: 8px;
  47.     }
  48.     .ol-popup-closer:after {
  49.       content: "✖";
  50.     }
  51.   </style>
  52. <link rel="shortcut icon" href="/green.ico"><link href="/css/page.css?5d81ae164a35c5e57ca0" rel="stylesheet"></head>
  53. <body>
  54.  
  55.   <div class="page-wrapper" id="redux-mount"></div>
  56.  
  57. <script type="text/javascript" src="/page.js?5d81ae164a35c5e57ca0"></script></body>
  58. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement