MediaWiki:Common.css
From determinar.ia.br - Determine suas informações
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* 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;
}
