| @@ -1,5 +1,5 @@ | ||
| 1 | -/* | |
| 1 | +/** | |
| 2 | 2 | +=====================================================================+ |
| 3 | 3 | | ____ _ ____ __ _ _ | |
| 4 | 4 | | / ___|___ __| | ___ | _ \ _ __ ___ / _(_) | ___ _ __ | |
| 5 | 5 | | | | / _ \ / _` |/ _ \ | |_) | '__/ _ \| |_| | |/ _ \ '__| | |
| @@ -5,9 +5,9 @@ | ||
| 5 | 5 | | | | / _ \ / _` |/ _ \ | |_) | '__/ _ \| |_| | |/ _ \ '__| | |
| 6 | 6 | | | |__| (_) | (_| | __/ | __/| | | (_) | _| | | __/ | | |
| 7 | 7 | | \____\___/ \__,_|\___| |_| |_| \___/|_| |_|_|\___|_| | |
| 8 | 8 | | | |
| 9 | - | (c) Jerome Bruandet ~ https://code-profiler.com/ | | |
| 9 | + | (c) Jerome Bruandet ~ https://nintechnet.com/codeprofiler/ | | |
| 10 | 10 | +=====================================================================+ |
| 11 | 11 | */ |
| 12 | 12 | |
| 13 | 13 | /* Percent bar in the list */ |
| @@ -56,23 +56,8 @@ | ||
| 56 | 56 | .wp-list-table .column-mem { width: 11%; } |
| 57 | 57 | .wp-list-table .column-queries { width: 9%; } |
| 58 | 58 | .wp-list-table .column-io { width: 10%; } |
| 59 | 59 | |
| 60 | - | |
| 61 | -form.scripts .wp-list-table .column-script { width: 60%; } | |
| 62 | -form.scripts .wp-list-table .column-time { width: 20%; text-align:center } | |
| 63 | -form.scripts .wp-list-table .column-name { width: 20%; } | |
| 64 | - | |
| 65 | -form.functions .wp-list-table .column-function { width: 30%; } | |
| 66 | -form.functions .wp-list-table .column-time { width: 15%; text-align:center } | |
| 67 | -form.functions .wp-list-table .column-calls { width: 10%; } | |
| 68 | -form.functions .wp-list-table .column-script { width: 30%; } | |
| 69 | -form.functions .wp-list-table .column-name { width: 15%; } | |
| 70 | - | |
| 71 | -form.iolist .wp-list-table .column-order { width: 10%; text-align: center; } | |
| 72 | -form.iolist .wp-list-table .column-file { width: 75%; } | |
| 73 | -form.iolist .wp-list-table .column-mode { width: 15%; } | |
| 74 | - | |
| 75 | 60 | /* TipTip CSS - Version 1.2 */ |
| 76 | 61 | .code-profiler-tip{ |
| 77 | 62 | color:#999; |
| 78 | 63 | display:inline-block; |
| @@ -101,9 +86,16 @@ | ||
| 101 | 86 | text-align:center; |
| 102 | 87 | content: "\f223"; |
| 103 | 88 | cursor:help; |
| 104 | 89 | } |
| 105 | -#tiptip_holder { | |
| 90 | +.code-profiler-tip-info{ | |
| 91 | + color:#aaa; | |
| 92 | + font-size:1em; | |
| 93 | +} | |
| 94 | +.code-profiler-tip-info::after{ | |
| 95 | + content: "\f534"; | |
| 96 | +} | |
| 97 | +#cp_tiptip_holder { | |
| 106 | 98 | display: none; |
| 107 | 99 | position: absolute; |
| 108 | 100 | top: 0; |
| 109 | 101 | left: 0; |
| @@ -108,21 +100,21 @@ | ||
| 108 | 100 | top: 0; |
| 109 | 101 | left: 0; |
| 110 | 102 | z-index: 99999; |
| 111 | 103 | } |
| 112 | -#tiptip_holder.tip_top { | |
| 104 | +#cp_tiptip_holder.tip_top { | |
| 113 | 105 | padding-bottom: 5px; |
| 114 | 106 | } |
| 115 | -#tiptip_holder.tip_bottom { | |
| 107 | +#cp_tiptip_holder.tip_bottom { | |
| 116 | 108 | padding-top: 5px; |
| 117 | 109 | } |
| 118 | -#tiptip_holder.tip_right { | |
| 110 | +#cp_tiptip_holder.tip_right { | |
| 119 | 111 | padding-left: 5px; |
| 120 | 112 | } |
| 121 | -#tiptip_holder.tip_left { | |
| 113 | +#cp_tiptip_holder.tip_left { | |
| 122 | 114 | padding-right: 5px; |
| 123 | 115 | } |
| 124 | -#tiptip_content { | |
| 116 | +#cp_tiptip_content { | |
| 125 | 117 | font-size: 14px; |
| 126 | 118 | color: #000; |
| 127 | 119 | padding: 4px 8px; |
| 128 | 120 | background-color:#F5F5B5; |
| @@ -130,14 +122,14 @@ | ||
| 130 | 122 | -webkit-border-radius: 4px; |
| 131 | 123 | -moz-border-radius: 4px; |
| 132 | 124 | border:1px #666 solid; |
| 133 | 125 | } |
| 134 | -#tiptip_holder.tip_bottom #tiptip_arrow_inner { | |
| 126 | +#cp_tiptip_holder.tip_bottom #cp_tiptip_arrow_inner { | |
| 135 | 127 | margin-top: -5px; |
| 136 | 128 | margin-right: -6px; |
| 137 | 129 | border-bottom-color: #333; |
| 138 | 130 | } |
| 139 | -#tiptip_arrow, #tiptip_arrow_inner { | |
| 131 | +#cp_tiptip_arrow, #cp_tiptip_arrow_inner { | |
| 140 | 132 | position: absolute; |
| 141 | 133 | border-color: transparent; |
| 142 | 134 | border-bottom-color: transparent; |
| 143 | 135 | border-style: solid; |
| @@ -146,26 +138,21 @@ | ||
| 146 | 138 | width: 0; |
| 147 | 139 | } |
| 148 | 140 | |
| 149 | 141 | @media screen and (-webkit-min-device-pixel-ratio:0) { |
| 150 | - #tiptip_content { | |
| 142 | + #cp_tiptip_content { | |
| 151 | 143 | padding: 4px 8px 5px 8px; |
| 152 | 144 | background-color:#F5F5B5; |
| 153 | 145 | } |
| 154 | - #tiptip_holder.tip_bottom #tiptip_arrow_inner { | |
| 146 | + #cp_tiptip_holder.tip_bottom #cp_tiptip_arrow_inner { | |
| 155 | 147 | border-bottom-color: rgba(45,45,45); |
| 156 | 148 | } |
| 157 | - #tiptip_holder.tip_top #tiptip_arrow_inner { | |
| 149 | + #cp_tiptip_holder.tip_top #cp_tiptip_arrow_inner { | |
| 158 | 150 | border-top-color: rgba(20,20,20); |
| 159 | 151 | } |
| 160 | 152 | } |
| 161 | 153 | /* End TipTip */ |
| 162 | -/* Font size help table */ | |
| 163 | 154 | |
| 164 | -.widefat td, .widefat td p { | |
| 165 | - font-size: 15px; | |
| 166 | -} | |
| 167 | - | |
| 168 | 155 | /* Notices */ |
| 169 | 156 | .cp-notice{ |
| 170 | 157 | border: 1px solid #ccd0d4; |
| 171 | 158 | margin: 5px 0 15px; |
| @@ -245,5 +232,16 @@ | ||
| 245 | 232 | border: 1px solid #ccc; |
| 246 | 233 | } |
| 247 | 234 | #TB_window, #TB_title { |
| 248 | 235 | background-color:#f0f0f1 !important; |
| 236 | +} | |
| 237 | + | |
| 238 | +/* Screen reader only */ | |
| 239 | +.visually-hidden { | |
| 240 | + clip: rect(0 0 0 0); | |
| 241 | + clip-path: inset(50%); | |
| 242 | + height: 1px; | |
| 243 | + overflow: hidden; | |
| 244 | + position: absolute; | |
| 245 | + white-space: nowrap; | |
| 246 | + width: 1px; | |
| 249 | 247 | } |