Translated using Weblate (Japanese)
[oweals/luci.git] / applications / luci-app-openvpn / luasrc / view / openvpn / ovpn_css.htm
1 <style type="text/css">
2         h4
3         {
4                 white-space: nowrap;
5                 border-bottom: 0px;
6                 margin: 10px 5px 5px 5px;
7         }
8         .tr
9         {
10                 border: 0px;
11                 text-align: left;
12         }
13         .vpn-output
14         {
15                 box-shadow: none;
16                 margin: 10px 5px 5px 5px;
17                 color: #a22;
18         }
19         textarea
20         {
21                 border: 1px solid #cccccc;
22                 padding: 5px;
23                 font-size: 12px;
24                 font-family: monospace;
25                 resize: none;
26                 white-space: pre;
27                 overflow-wrap: normal;
28                 overflow-x: scroll;
29         }
30         a
31         {
32                 line-height: 1.5;
33         }
34         hr
35         {
36                 margin: 0.5em 0;
37         }
38 </style>