mirror of
https://github.com/felixfoertsch/wordpress-dev-env.git
synced 2026-04-18 07:18:43 +02:00
Initial commit
This commit is contained in:
1
wordpress_plugins/debug-bar-cron/css/debug-bar-cron.css
Normal file
1
wordpress_plugins/debug-bar-cron/css/debug-bar-cron.css
Normal file
@@ -0,0 +1 @@
|
||||
.debug-bar-cron h2.times{font-size:1.7em;line-height:1.1}.debug-bar-cron h2.times span{line-height:150%}.debug-bar-cron .past{color:red}.debug-bar-cron h2.times.past span{color:#888}.debug-bar-cron h3{font-family:georgia,times,serif;font-size:22px}.zt-debug-bar-cron-event-table{width:100%;border-top:1px solid #dfdfdf;border-bottom:1px solid #fcfcfc}.zt-debug-bar-cron-event-table th,.zt-debug-bar-cron-event-table td{padding:.3em 2.5em .3em .3em;border-top:1px solid #fcfcfc;border-bottom:1px solid #dfdfdf}.zt-debug-bar-cron-event-table tbody td{vertical-align:top}.zt-debug-bar-cron-event-table thead,.zt-debug-bar-cron-event-table tr:nth-child(2n+1){background:#fcfcfc}.zt-debug-bar-cron-event-table td.past{font-weight:bold}.zt-debug-bar-cron-event-table thead th.col1{width:180px}.zt-debug-bar-cron-event-table thead th.col2,.zt-debug-bar-cron-event-table thead th.col5{width:25%}.zt-debug-bar-cron-event-table thead th.col3{width:20%}.zt-debug-bar-cron-event-table thead th.col4{width:120px}
|
||||
52
wordpress_plugins/debug-bar-cron/css/debug-bar-cron.dev.css
Normal file
52
wordpress_plugins/debug-bar-cron/css/debug-bar-cron.dev.css
Normal file
@@ -0,0 +1,52 @@
|
||||
.debug-bar-cron h2.times {
|
||||
font-size: 1.7em;
|
||||
line-height: 1.1;
|
||||
}
|
||||
.debug-bar-cron h2.times span {
|
||||
line-height: 150%;
|
||||
}
|
||||
.debug-bar-cron .past {
|
||||
color: red;
|
||||
}
|
||||
.debug-bar-cron h2.times.past span {
|
||||
color: #888;
|
||||
}
|
||||
.debug-bar-cron h3 {
|
||||
font-family: georgia, times, serif;
|
||||
font-size: 22px;
|
||||
}
|
||||
.zt-debug-bar-cron-event-table {
|
||||
width: 100%;
|
||||
border-top: 1px solid #dfdfdf;
|
||||
border-bottom: 1px solid #fcfcfc;
|
||||
}
|
||||
.zt-debug-bar-cron-event-table th,
|
||||
.zt-debug-bar-cron-event-table td {
|
||||
padding: .3em 2.5em .3em .3em;
|
||||
border-top: 1px solid #fcfcfc;
|
||||
border-bottom: 1px solid #dfdfdf;
|
||||
}
|
||||
.zt-debug-bar-cron-event-table tbody td {
|
||||
vertical-align: top;
|
||||
}
|
||||
.zt-debug-bar-cron-event-table thead,
|
||||
.zt-debug-bar-cron-event-table tr:nth-child(2n) {
|
||||
background: #fcfcfc;
|
||||
}
|
||||
.zt-debug-bar-cron-event-table td.past {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.zt-debug-bar-cron-event-table thead th.col1 {
|
||||
width: 180px;
|
||||
}
|
||||
.zt-debug-bar-cron-event-table thead th.col2,
|
||||
.zt-debug-bar-cron-event-table thead th.col5 {
|
||||
width: 25%;
|
||||
}
|
||||
.zt-debug-bar-cron-event-table thead th.col3 {
|
||||
width: 20%;
|
||||
}
|
||||
.zt-debug-bar-cron-event-table thead th.col4 {
|
||||
width: 120px;
|
||||
}
|
||||
Reference in New Issue
Block a user