MediaWiki:Mobile.css

De Grupo Voalle

Nota: Após salvar, você pode ter que limpar o "cache" do seu navegador para ver as alterações.

  • Firefox / Safari: Pressione Shift enquanto clica Recarregar, ou pressione Ctrl-F5 ou Ctrl-R (⌘-R no Mac)
  • Google Chrome: Pressione Ctrl-Shift-R (⌘-Shift-R no Mac)
  • Internet Explorer: PressioneCtrl enquanto clica Recarregar, ou Pressione Ctrl-F5
  • Opera: Vá para Menu → Configurações (Opera → Preferencias no Mac) e depois para Privacidade e Segurança → Limpar dados de navegação → Imagens e arquivos em cache.
/** o código CSS colocado aqui será aplicado a todos os temas */

.text-category
{
	color: #333;
}

.btn-category, .btn-category:visited
{
	background-color: rgb(245, 85, 45); 
	border-color: rgb(245, 85, 45);
	border-width: 2px;
	color: #FFFFFF; 
	position: absolute; 
	bottom: 35px; 
	right: 35px; 
	left: 35px;
}

.btn-category:hover
{
	background-color: transparent;
	color: rgb(245, 85, 45);
	border-color: rgb(245, 85, 45);
	border-width: 2px;
}

.panel-body.syn
{
	min-height: 220px;
}

.syn_icon
{
	background: url(https://wiki.grupovoalle.com.br/images/3/3f/Synlogo-white.png) no-repeat center;
	background-size: contain;
	height:61px;
    width: auto;
	margin: auto;
	position: relative;
}

@media (min-width: 1500px) {
    .col-lg-3{
        width: 25% !important;
    }
}

@media (max-width: 1499px) and (min-width: 1200px){
    .col-md-4{
        width: 33% !important;
    }
}

@media (max-width: 1199px) and (min-width: 800px){
    .col-sm-6{
        width: 50% !important;
    }
}

@media (max-width: 799px) and (min-width: 1px){
    .col-xs-12{
        width: 100% !important;
    }
}