MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary Tag: Reverted |
||
| Line 9: | Line 9: | ||
/* Footer Atronia Website */ | /* Footer Atronia Website */ | ||
/* --- | /* --- AJUSTES FINAIS ATRONIA --- */ | ||
#custom-atronia-footer { | |||
/* Forçar Underline no Hover */ | |||
#custom-atronia-footer a { | |||
text-decoration: none !important; | |||
transition: text-decoration 0.2s ease; | |||
} | |||
#custom-atronia-footer a:hover { | |||
text-decoration: underline !important; | |||
color: #ffffff !important; | |||
} | } | ||
/* Scrolling Text | /* Scrolling Text com Linhas Totais */ | ||
.atronia-scrolling-container { | .atronia-scrolling-container { | ||
background-color: #121e1c !important; | background-color: #121e1c !important; | ||
overflow: hidden; | overflow: hidden; | ||
padding: 25px 0; | |||
padding: | |||
border-top: 1px solid #ffffff !important; | border-top: 1px solid #ffffff !important; | ||
border-bottom: 1px solid #ffffff !important; /* | border-bottom: 1px solid #ffffff !important; /* Linha abaixo do scroll */ | ||
width: 100vw; | |||
position: relative; | |||
left: 50%; | |||
right: 50%; | |||
margin-left: -50vw; | |||
margin-right: -50vw; | |||
} | } | ||
| Line 34: | Line 44: | ||
-webkit-text-stroke: 1px rgba(255,255,255,0.4); | -webkit-text-stroke: 1px rgba(255,255,255,0.4); | ||
padding-right: 50px; | padding-right: 50px; | ||
} | } | ||