|
|
| 1行目: |
1行目: |
| /* MediaWiki:Common.css - Standard Clean Portal Styling */ | | /* CSSなし */ |
| | |
| .mw-wiki-portal {
| |
| width: 100%;
| |
| border-collapse: separate;
| |
| }
| |
| | |
| @media (max-width: 720px) {
| |
| .mw-wiki-portal,
| |
| .mw-wiki-portal > tbody,
| |
| .mw-wiki-portal > tbody > tr,
| |
| .mw-wiki-portal > tbody > tr > td {
| |
| display: block !important;
| |
| width: 100% !important;
| |
| box-sizing: border-box !important;
| |
| }
| |
| }
| |
| | |
| /* Inputbox in header */
| |
| .tw-create-inline .mw-inputbox-form {
| |
| display: flex;
| |
| align-items: center;
| |
| gap: 6px;
| |
| margin: 0;
| |
| }
| |
| | |
| .tw-create-inline .cdx-text-input {
| |
| margin-bottom: 0;
| |
| }
| |
| | |
| /* Recent updates dynamic feed */
| |
| .tw-recent-feed {
| |
| list-style: none;
| |
| margin: 0;
| |
| padding: 0;
| |
| }
| |
| | |
| .tw-recent-feed-item {
| |
| display: flex;
| |
| justify-content: space-between;
| |
| align-items: baseline;
| |
| padding: 4px 0;
| |
| border-bottom: 1px dotted #eaecf0;
| |
| font-size: 0.9em;
| |
| }
| |
| | |
| .tw-recent-feed-item:last-child {
| |
| border-bottom: none;
| |
| }
| |
| | |
| .tw-recent-feed-time {
| |
| color: #72777d;
| |
| font-size: 0.85em;
| |
| margin-left: 8px;
| |
| white-space: nowrap;
| |
| }
| |