Utilizador:AArrigo (FOB)/cMOOC Modelo/wikiconcurso style.css

Nota: Depois de publicar, poderá ter de contornar a 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 / Edge: Pressione Ctrl enquanto clica Recarregar, ou pressione Ctrl-F5
  • Opera: Pressione Ctrl-F5.
@media (max-width :480px) {
    .view_in_mobile {display:inline;}
    .view_in_desktop {display:none;}
    table {display:table;}
    .header { height:auto !important;}
}

@media (min-width :480px) {
    .view_in_mobile {display:none;}
    .view_in_desktop {display:inline;}
    #imagem_header img {
    	width: 100%;
    	height:auto;
    }
}

#header td:nth-child(even) {
	width:15.2%;
}

#imagem_header img {
	width: 100%;
	height:auto;
}

h1, h2 {
	border-bottom: 6px solid;
	border-image: linear-gradient(to right, #0078b4, #004d73);
	border-image-slice: 1;
}