wordpress-plugin manus v1

This commit is contained in:
Jörg Lohrer 2025-03-24 13:54:35 +01:00
parent b6d64972a2
commit fdcc714dea
458 changed files with 4939 additions and 35448 deletions

37
assets/css/frontend.css Normal file
View file

@ -0,0 +1,37 @@
/* Frontend styles for Markdown Parser WP */
.markdown-parser-output {
margin: 20px 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.markdown-parser-output h3 {
font-size: 1.3em;
margin-bottom: 10px;
padding-bottom: 5px;
border-bottom: 1px solid #eee;
}
.markdown-parser-json pre {
background: #f5f5f5;
padding: 15px;
border: 1px solid #ddd;
border-radius: 3px;
overflow: auto;
max-height: 400px;
font-family: monospace;
white-space: pre-wrap;
font-size: 13px;
line-height: 1.5;
}
.markdown-parser-content {
margin-top: 20px;
}
.markdown-parser-error {
color: #d63638;
padding: 10px;
background-color: #ffebe8;
border: 1px solid #c00;
border-radius: 3px;
}