MediaWiki:Common.css: Difference between revisions
From determinar.ia.br - Determine suas informações
Tags: Manual revert Reverted |
Tags: Replaced Manual revert |
| Line 1: |
Line 1: |
| /* CSS placed here will be applied to all skins */ | | /* CSS placed here will be applied to all skins */ |
| /* Container com os links fixos */
| |
| #meus-links-qs {
| |
| position: fixed;
| |
| left: 10px;
| |
| top: 50%;
| |
| transform: translateY(-50%);
| |
| z-index: 9999;
| |
| background: #f8f9fa;
| |
| padding: 15px 12px;
| |
| border-radius: 8px;
| |
| box-shadow: 0 2px 10px rgba(0,0,0,0.15);
| |
| border: 1px solid #ccc;
| |
| display: flex;
| |
| flex-direction: column;
| |
| gap: 10px;
| |
| font-family: Arial, sans-serif;
| |
| }
| |
|
| |
| #meus-links-qs a {
| |
| display: block;
| |
| padding: 8px 12px;
| |
| background: #0066cc;
| |
| color: white !important;
| |
| text-decoration: none;
| |
| border-radius: 4px;
| |
| font-size: 13px;
| |
| font-weight: bold;
| |
| text-align: center;
| |
| transition: background 0.2s;
| |
| min-width: 100px;
| |
| }
| |
|
| |
| #meus-links-qs a:hover {
| |
| background: #004999;
| |
| }
| |
|
| |
| #meus-links-qs a.quickstatements {
| |
| background: #28a745;
| |
| }
| |
|
| |
| #meus-links-qs a.quickstatements:hover {
| |
| background: #1e7e34;
| |
| }
| |
|
| |
| #meus-links-qs a.novo-item {
| |
| background: #17a2b8;
| |
| }
| |
|
| |
| #meus-links-qs a.novo-item:hover {
| |
| background: #117a8b;
| |
| }
| |
|
| |
| #meus-links-qs a.nova-propriedade {
| |
| background: #ffc107;
| |
| color: #333 !important;
| |
| }
| |
|
| |
| #meus-links-qs a.nova-propriedade:hover {
| |
| background: #e0a800;
| |
| }
| |
Latest revision as of 12:19, 30 July 2026
/* CSS placed here will be applied to all skins */