Lines Matching +full:php +full:- +full:version
6 * the Free Software Foundation, either version 3 of the License, or
7 * (at your option) any later version.
19 @import "_mime-type-icons.css";
22 --link-color-hover: #0a58ca;
23 --link-color: #0d6efd;
24 --link-decoration-hover: underline;
25 --link-decoration: none;
30 font-size: 2rem;
33 font-size: 1.75rem;
36 font-size: 1.5rem;
39 font-size: 1.25rem;
42 ::backdrop, .wt-global {
47 .wt-ajax-load:empty {
50 background: url(images/loading-32x32.gif) no-repeat;
53 @media (min-device-pixel-ratio: 2) {
54 ::backdrop, .wt-global {
60 .gedcom-data {
61 white-space: pre-wrap;
64 .gedcom-data ins {
65 text-decoration: none;
66 background-color: #eea;
70 .php-info table {
73 .php-info .center {
74 text-align: center;
76 .php-info .center table {
78 text-align: start;
80 .php-info .center th {
81 text-align: center;
83 .php-info td,
84 .php-info th {
86 vertical-align: baseline;
89 .php-info .e {
90 background-color: #ccf;
93 .php-info .h {
94 background-color: #99c;
96 .php-info .v {
97 background-color: #fff;
98 max-width: 300px;
99 overflow-x: auto;
100 word-break: break-all;
102 .php-info img {
108 tr:first-child > td.move.up > a,
109 tr:last-child > td.move.down > a {