05b2a44209
- Rename project source directory from src/ to source/ - Update CI workflows (ci-joomla, pr-check, repo-health) to check source/ first, falling back to src/ and htdocs/ for compat - Update .gitignore vendor exception path - manifest.xml entry-point already updated Authored-by: Moko Consulting Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
105 lines
1.8 KiB
CSS
105 lines
1.8 KiB
CSS
/**
|
|
* @package MokoJoomOpenGraph
|
|
* @subpackage plg_content_mokoog
|
|
* @copyright Copyright (C) 2026 Moko Consulting. All rights reserved.
|
|
* @license GPL-3.0-or-later
|
|
*/
|
|
|
|
.mokoog-preview-wrapper {
|
|
margin: 15px 0;
|
|
padding: 15px;
|
|
background: #f8f9fa;
|
|
border-radius: 8px;
|
|
border: 1px solid #dee2e6;
|
|
}
|
|
|
|
.mokoog-preview-heading {
|
|
margin: 0 0 12px;
|
|
font-size: 14px;
|
|
color: #666;
|
|
}
|
|
|
|
.mokoog-platform-label {
|
|
display: block;
|
|
color: #999;
|
|
text-transform: uppercase;
|
|
font-size: 11px;
|
|
font-weight: 600;
|
|
margin-top: 16px;
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
.mokoog-platform-label:first-of-type {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.mokoog-card {
|
|
overflow: hidden;
|
|
max-width: 500px;
|
|
background: #fff;
|
|
}
|
|
|
|
.mokoog-card-fb {
|
|
border: 1px solid #ddd;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.mokoog-card-tw {
|
|
border: 1px solid #cfd9de;
|
|
border-radius: 16px;
|
|
}
|
|
|
|
.mokoog-card-img {
|
|
height: 260px;
|
|
background: #e4e6eb center / cover no-repeat;
|
|
}
|
|
|
|
.mokoog-card-body {
|
|
padding: 10px 12px;
|
|
border-top: 1px solid #ddd;
|
|
}
|
|
|
|
.mokoog-card-tw .mokoog-card-body {
|
|
border-top-color: #cfd9de;
|
|
}
|
|
|
|
.mokoog-card-domain {
|
|
font-size: 11px;
|
|
color: #65676b;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.mokoog-card-tw .mokoog-card-domain {
|
|
font-size: 13px;
|
|
text-transform: none;
|
|
margin-top: 4px;
|
|
}
|
|
|
|
.mokoog-card-title {
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
color: #1d2129;
|
|
margin: 3px 0 2px;
|
|
line-height: 1.3;
|
|
}
|
|
|
|
.mokoog-card-tw .mokoog-card-title {
|
|
font-size: 15px;
|
|
font-weight: 700;
|
|
color: #0f1419;
|
|
}
|
|
|
|
.mokoog-card-desc {
|
|
font-size: 14px;
|
|
color: #65676b;
|
|
line-height: 1.4;
|
|
max-height: 2.8em;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.mokoog-card-tw .mokoog-card-desc {
|
|
font-size: 15px;
|
|
color: #536471;
|
|
margin-top: 2px;
|
|
}
|