3333 --text-color : # 000000 ;
3434 --text-color-h1 : rgba (255 , 140 , 0 , 0.8 );
3535 --text-color-h2 : rgba (255 , 255 , 135 , 0.8 );
36- --text-color-p : rgba ( 240 , 116 , 39 , 0.8 ) ;
36+ --text-color-p : # FFF ;
3737 --text-color-tde : # BBB ;
3838 --text-color-tdv : # AAA ;
3939 --text-color-mod : # CCC ;
7575 --bg-h1 : # 555 ;
7676 --bg-h2 : # 696969 ;
7777 --bg-th : # 777 ;
78- --bg-th-1 : # 777 ;
78+ --bg-th-1 : # AAA ;
7979 --bg-th-2 : # DDD ;
8080 --bg-tde : # AAA ;
8181 --bg-tdv : # DDD ;
102102 --text-color : # 000000 ;
103103 --text-color-h1 : rgba (255 , 140 , 0 , 0.9 );
104104 --text-color-h2 : rgba (255 , 255 , 135 , 1 );
105- --text-color-p : rgba ( 240 , 116 , 39 , 1 ) ;
105+ --text-color-p : # 000 ;
106106 --text-color-tde : # 222 ;
107107 --text-color-tdv : # 555 ;
108- --text-color-mod : # FFF ;
108+ --text-color-mod : # 222 ;
109109 --text-color-notext : # 909090 ;
110110 --text-color-available : # 2DAA5A ;
111111 --text-color-avilable-shadow : # 2DAA5A ;
@@ -289,7 +289,17 @@ h2 {
289289[data-theme = "light" ] tr .h : not (.center table : first-child tr .h ) {
290290 background : var (--bg-center ) !important ;
291291}
292+ /* Внутренняя обводка для ячеек
293+ td:not(.center table:first-child td)::before {
294+ content: "";
295+ position: absolute;
296+ top: 2px; left: 2px;
297+ right: 2px; bottom: 2px;
298+ border: 1px dashed #444;
299+ border-radius: inherit;
300+ pointer-events: none;*/
292301td : not (.center table : first-child td ) {
302+ position : relative;
293303 border : none !important ;
294304 border-radius : 5px ;
295305 vertical-align : middle !important ;
302312 border-radius : 5px !important ;
303313 text-align : center !important ;
304314 font-size : calc (11px + 6 * (100vw / 1280 )) !important ;
315+ font-weight : 500 ;
305316 vertical-align : middle !important ;
306317 background : var (--bg-th );
307318 text-shadow : 0px 0px 1px # 000 ;
@@ -321,6 +332,9 @@ tr.h a[href*="php.net"] img:hover {
321332 tr .h > th .enabled-mod-bg1 {
322333 background : var (--bg-th-1 ) !important ;
323334 color : var (--text-color-mod );
335+ font-size : calc (9px + 8 * (100vw / 1280 )) !important ;
336+ text-align : left !important ;
337+ padding : 0.4vw 2vh ;
324338}
325339 tr .h > th .enabled-mod-bg2 {
326340 background : var (--bg-th-2 ) !important ;
@@ -333,6 +347,7 @@ tr.h + tr.h {
333347 background-color : # 444 !important ;
334348}
335349tr .v {
350+ display : block;
336351 background : rgba (43 , 43 , 114 , 0.5 ) !important ;
337352 -webkit-box-shadow : 0px 0px 3px 3px rgba (10 , 10 , 22 , 1 );
338353 -moz-box-shadow : 0px 0px 3px 3px rgba (10 , 10 , 22 , 1 );
@@ -376,7 +391,7 @@ td.e {
376391 font-weight : 500 ;
377392}
378393td .v {
379- font-size : calc (8 px + 9 * (100vw / 1280 ));
394+ font-size : calc (9 px + 8 * (100vw / 1280 ));
380395 overflow-wrap : anywhere !important ;
381396 white-space : normal !important ;
382397/* outline: 1px dashed var(--outline-color);
@@ -402,9 +417,10 @@ td:has(img[alt="Zend logo"]) br {
402417td : has (img [alt = "Zend logo" ]), td : has (p + p + p ), td : has (br + br ) {
403418 border-radius : 10px !important ;
404419 border : 1px solid var (--border-desc ) !important ;
420+ background-clip : padding-box;
405421}
406422tr : has (img [alt = "Zend logo" ]), tr .v : has (p + p + p ), tr .v : has (br + br ) {
407- border-radius : 5 px !important ;
423+ border-radius : 10 px !important ;
408424 box-shadow : 0 0 4px 3px var (--box-shadow-desc ) !important ;
409425}
410426
@@ -565,7 +581,7 @@ tr:has(img[alt="Zend logo"]), tr.v:has(p+p+p), tr.v:has(br+br) {
565581 border-top : 5px solid var (--border-color-top-logotext ) !important ;
566582}
567583.logo-text {
568- font-size : calc (7px + 12 * (100vw / 1280 )) !important ;
584+ font-size : calc (7px + 10 * (100vw / 1280 )) !important ;
569585 color : var (--text-color-logo-link ) !important ;
570586 text-shadow : 0 0 12px var (--text-color-logo-link-shadow );
571587 font-weight : bold;
@@ -581,7 +597,7 @@ tr:has(img[alt="Zend logo"]), tr.v:has(p+p+p), tr.v:has(br+br) {
581597 padding : 1vw 0 0.3vw 0 ;
582598 font-size : calc (8px + 10 * (100vw / 1280 )) !important ;
583599 color : var (--text-color-p );
584- text-shadow : 1 px 1 px 3 px # 000 , 0 -1 px 3 px # 000 , -1 px 0 3 px # 000 , 0px 0px 5 px # 000 ;
600+ text-shadow : 0px 0px 1 px # 000 ;
585601}
586602.php-logo {
587603 width : 16vw !important ;
@@ -607,10 +623,10 @@ tr:has(img[alt="Zend logo"]), tr.v:has(p+p+p), tr.v:has(br+br) {
607623 color : var (--text-color-enabled ) !important ;
608624 text-shadow : 0 0 1px var (--text-color-enabled-shadow );
609625}
610- [data-theme = "light" ] .enabled-int , [data-theme = "light" ] .enabled-ok , [data-theme = "light" ] .disabled-int , [data-theme = "light" ] .enabled-on , .no-text {
626+ [data-theme = "light" ] .enabled-int , [data-theme = "light" ] .enabled-ok , [data-theme = "light" ] .disabled-int , [data-theme = "light" ] .enabled-on , .no-text , [ data-theme = "light" ] . disabled-off {
611627 font-weight : 500 ;
612628}
613- [data-theme = "light" ] . disabled-off , [ data-theme = "light" ] .enabled-text , [data-theme = "light" ] .disabled-text , [data-theme = "light" ] .available-text , [data-theme = "light" ] .enabled-mod {
629+ [data-theme = "light" ] .enabled-text , [data-theme = "light" ] .disabled-text , [data-theme = "light" ] .available-text , [data-theme = "light" ] .enabled-mod {
614630 font-weight : 400 ;
615631}
616632[data-theme = "light" ] .enabled-on , [data-theme = "light" ] .disabled-off , [data-theme = "light" ] .enabled-int , [data-theme = "light" ] .disabled-int {
0 commit comments