Mudanças entre as edições de "MediaWiki:Common.css"
De UniWiki
(79 revisões intermediárias pelo mesmo usuário não estão sendo mostradas) | |||
Linha 2: | Linha 2: | ||
#ca-nstab-main { display:none!important; } | #ca-nstab-main { display:none!important; } | ||
#ca-talk { display:none!important; } | #ca-talk { display:none!important; } | ||
− | |||
ca-history { display:none!important; } | ca-history { display:none!important; } | ||
#ca-view { display:none!important; } | #ca-view { display:none!important; } | ||
+ | |||
+ | body.page-Suporte h1.firstHeading { display:none; } | ||
.container { display: table; margin:0 auto;} | .container { display: table; margin:0 auto;} | ||
Linha 195: | Linha 196: | ||
+ | *{ | ||
+ | box-sizing:border-box; | ||
+ | } | ||
+ | .botoes{ | ||
+ | font-family:sans-serif; | ||
+ | width:90%; | ||
+ | max-width:1280px; | ||
+ | margin:0 auto; | ||
+ | font-size:14px; | ||
+ | } | ||
− | + | .botoes:after{ | |
− | + | content:' '; | |
− | + | display:block; | |
− | + | clear:both; | |
− | |||
− | |||
} | } | ||
− | + | ||
− | + | .botoes a{ | |
− | + | text-decoration:none; | |
− | + | color:inherit; | |
} | } | ||
− | + | ||
− | + | .botoes .col{ | |
− | |||
− | |||
float:left; | float:left; | ||
+ | width:23%; | ||
+ | padding:20px; | ||
+ | margin:0 1% 2%; | ||
+ | border:1px solid transparent; | ||
+ | border-top-width:3px; | ||
} | } | ||
− | + | ||
− | + | .botoes .col .ico{ | |
− | margin- | + | width:100%; |
− | + | text-align:center; | |
− | + | margin-bottom:5px; | |
+ | height:80px; | ||
+ | overflow:hidden; | ||
} | } | ||
− | + | ||
− | + | .botoes .col .ico img{ | |
− | + | display:inline-block; | |
− | + | max-width:100%; | |
− | |||
} | } | ||
− | + | ||
− | + | .botoes .col .h2{ | |
− | + | font-size:14px; | |
− | + | text-transform:uppercase; | |
− | + | text-align:center; | |
+ | margin-bottom:30px; | ||
+ | font-weight: bold; | ||
} | } | ||
− | . | + | .botoes .col .links{ |
− | + | list-style:none; | |
− | margin: | + | margin:0 0 30px; |
− | + | padding:0; | |
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | + | .botoes .col .links li{ | |
− | + | background:transparent url(http://svw-uniware2/wiki/images/7/70/Set_hosp.png) no-repeat left center; | |
− | + | padding-left:10px; | |
− | margin: | + | margin:0 0 10px; |
− | |||
} | } | ||
− | + | ||
− | + | .botoes .col .links li a{ | |
− | + | color:#6f6f6f; | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | + | .botoes .col .links li a:hover{ | |
− | + | color:#000; | |
− | |||
− | |||
− | |||
} | } | ||
− | + | ||
− | + | .botoes .col .btn{ | |
− | + | display:block; | |
− | + | width:120px; | |
− | + | text-align:center; | |
− | + | padding:10px 0; | |
− | + | margin:0 auto; | |
− | + | color:#FFF; | |
− | + | text-transform:uppercase; | |
− | + | background-color:#CCC; | |
− | + | transition:all 300ms ease-in-out; | |
− | |||
− | |||
} | } | ||
− | . | + | .botoes .col .btn:hover{ |
− | + | opacity:0.6; | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | . | + | .botoes .col.col-teal{ border-color:#3b949c; } |
− | + | .botoes .col.col-teal .btn{ background-color:#3b949c; } | |
− | + | ||
− | + | .botoes .col.col-marinho{ border-color:#00417b; } | |
− | + | .botoes .col.col-marinho .btn{ background-color:#00417b; } | |
− | } | + | |
− | . | + | .botoes .col.col-azul{ border-color:#0745ad; } |
− | + | .botoes .col.col-azul .btn{ background-color:#0745ad; } | |
− | + | ||
− | + | .botoes .col.col-vermelho{ border-color:#c00007; } | |
− | + | .botoes .col.col-vermelho .btn{ background-color:#c00007; } | |
− | . | + | |
− | + | .botoes .col.col-azulclaro{ border-color:#1191D8; } | |
− | + | .botoes .col.col-azulclaro .btn{ background-color:#1191D8; } | |
− | + | ||
− | } | + | .botoes .col.col-preto{ border-color:#3F3A34; } |
− | . | + | .botoes .col.col-preto .btn{ background-color:#3F3A34; } |
− | + | ||
− | + | .botoes .col.col-amarelo{ border-color:#F0DC6A; } | |
− | + | .botoes .col.col-amarelo .btn{ background-color:#F0DC6A; } | |
− | + | ||
− | . | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | @media screen and (max-width:1400px){ | |
− | + | .botoes .col{ | |
− | + | width:30%; | |
− | + | } | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | . | + | @media screen and (max-width:1150px){ |
− | + | .botoes .col{ | |
− | + | width:40%; | |
− | + | } | |
− | |||
} | } | ||
− | + | @media screen and (max-width:1024px){ | |
− | + | .botoes .col{ | |
− | + | width:48%; | |
− | + | } | |
} | } | ||
− | + | @media screen and (max-width:640px){ | |
− | + | .botoes .col{ | |
− | + | width:98%; | |
− | + | } | |
− | |||
− | |||
− | |||
− | |||
} | } |
Edição atual tal como às 16h52min de 4 de abril de 2019
/** o código CSS colocado aqui será aplicado a todos os temas */
#ca-nstab-main { display:none!important; }
#ca-talk { display:none!important; }
ca-history { display:none!important; }
#ca-view { display:none!important; }
body.page-Suporte h1.firstHeading { display:none; }
.container { display: table; margin:0 auto;}
.interno { float: left; }
.assinatura_digital_link a {
display: inline-block;
margin: 5px 5px;
width: 68px;
height: 88px;
text-indent: -99999px;
-webkit-filter:grayscale(100%);
background-image: url("http://svw-uniware2/wiki/images/c/cb/Pfx.png")
}
.assinatura_digital_link:hover a {
-webkit-filter:grayscale(0%);
transition: 1s;
}
.config_clientes_link a {
display: inline-block;
margin: 5px 5px;
width: 83px;
height: 85px;
text-indent: -99999px;
-webkit-filter:grayscale(100%);
background-image: url("http://svw-uniware2/wiki/images/f/f7/Configura%C3%A7%C3%B5es_Clientes.png")
}
.config_clientes_link:hover a {
-webkit-filter:grayscale(0%);
transition: 1s;
}
.config_usuario_impressao_link a {
display: inline-block;
margin: 5px 5px;
width: 75px;
height: 89px;
text-indent: -99999px;
-webkit-filter:grayscale(100%);
background-image: url("http://svw-uniware2/wiki/images/7/75/TS.png")
}
.config_usuario_impressao_link:hover a {
-webkit-filter:grayscale(0%);
transition: 1s;
}
.datacenter_info_link a {
display: inline-block;
margin: 5px 5px;
width: 85px;
height: 90px;
text-indent: -99999px;
-webkit-filter:grayscale(100%);
background-image: url("http://svw-uniware2/wiki/images/f/f5/DC.png")
}
.datacenter_info_link:hover a {
-webkit-filter:grayscale(0%);
transition: 1s;
}
.depara_link a {
display: inline-block;
margin: 35px 5px;
width: 90px;
height: 56px;
text-indent: -99999px;
-webkit-filter:grayscale(100%);
background-image: url("http://svw-uniware2/wiki/images/9/93/DE-PARA.png")
}
.depara_link:hover a {
-webkit-filter:grayscale(0%);
transition: 1s;
}
.documentos_link a {
display: inline-block;
margin: 7px 5px;
width: 90px;
height: 88px;
text-indent: -99999px;
-webkit-filter:grayscale(100%);
background-image: url("http://svw-uniware2/wiki/images/8/83/Unilab_laudos-doc-.png")
}
.documentos_link:hover a {
-webkit-filter:grayscale(0%);
transition: 1s;
}
.email_link a {
display: inline-block;
margin: 17px 5px;
width: 86px;
height: 77px;
text-indent: -99999px;
-webkit-filter:grayscale(100%);
background-image: url("http://svw-uniware2/wiki/images/5/5c/Email.png")
}
.email_link:hover a {
-webkit-filter:grayscale(0%);
transition: 1s;
}
.fila_atendimento_link a {
display: inline-block;
margin: 12px 5px;
width: 83px;
height: 80px;
text-indent: -99999px;
-webkit-filter:grayscale(100%);
background-image: url("http://svw-uniware2/wiki/images/5/5d/Fila_de_atendimento.png")
}
.fila_atendimento_link:hover a {
-webkit-filter:grayscale(0%);
transition: 1s;
}
.faturamento_link a {
display: inline-block;
margin: 8px 5px;
width: 83px;
height: 83px;
text-indent: -99999px;
-webkit-filter:grayscale(100%);
background-image: url("http://svw-uniware2/wiki/images/f/f3/Faturamento.png")
}
.faturamento_link:hover a {
-webkit-filter:grayscale(0%);
transition: 1s;
}
.interfaceamentos_unilab_link a {
display: inline-block;
margin: 6px 5px;
width: 82px;
height: 84px;
text-indent: -99999px;
-webkit-filter:grayscale(100%);
background-image: url("http://svw-uniware2/wiki/images/6/68/Interfaceamento_U2U.png")
}
.interfaceamentos_unilab_link:hover a {
-webkit-filter:grayscale(0%);
transition: 1s;
}
.linux_link a {
float: left;
display: inline-block;
margin: 6px 5px;
width: 57px;
height: 84px;
text-indent: -99999px;
-webkit-filter:grayscale(100%);
background-image: url("http://svw-uniware2/wiki/images/8/87/LINUX.png")
}
.linux_link:hover a{
-webkit-filter:grayscale(0%);
transition: 1s;
}
.scripts_link a {
display: inline-block;
margin: 3px 5px;
width: 81px;
height: 87px;
text-indent: -99999px;
-webkit-filter:grayscale(100%);
background-image: url("http://svw-uniware2/wiki/images/a/a8/SCRIPTS.png")
}
.scripts_link:hover a {
-webkit-filter:grayscale(0%);
transition: 1s;
}
.datacenter_servidores a {
display: inline-block;
margin: 5px 5px;
width: 61px;
height: 93px;
text-indent: -99999px;
-webkit-filter:grayscale(100%);
background-image: url("http://svw-uniware2/wiki/images/9/90/Servidores.png")
}
.datacenter_servidores:hover a {
-webkit-filter:grayscale(0%);
transition: 1s;
}
*{
box-sizing:border-box;
}
.botoes{
font-family:sans-serif;
width:90%;
max-width:1280px;
margin:0 auto;
font-size:14px;
}
.botoes:after{
content:' ';
display:block;
clear:both;
}
.botoes a{
text-decoration:none;
color:inherit;
}
.botoes .col{
float:left;
width:23%;
padding:20px;
margin:0 1% 2%;
border:1px solid transparent;
border-top-width:3px;
}
.botoes .col .ico{
width:100%;
text-align:center;
margin-bottom:5px;
height:80px;
overflow:hidden;
}
.botoes .col .ico img{
display:inline-block;
max-width:100%;
}
.botoes .col .h2{
font-size:14px;
text-transform:uppercase;
text-align:center;
margin-bottom:30px;
font-weight: bold;
}
.botoes .col .links{
list-style:none;
margin:0 0 30px;
padding:0;
}
.botoes .col .links li{
background:transparent url(http://svw-uniware2/wiki/images/7/70/Set_hosp.png) no-repeat left center;
padding-left:10px;
margin:0 0 10px;
}
.botoes .col .links li a{
color:#6f6f6f;
}
.botoes .col .links li a:hover{
color:#000;
}
.botoes .col .btn{
display:block;
width:120px;
text-align:center;
padding:10px 0;
margin:0 auto;
color:#FFF;
text-transform:uppercase;
background-color:#CCC;
transition:all 300ms ease-in-out;
}
.botoes .col .btn:hover{
opacity:0.6;
}
.botoes .col.col-teal{ border-color:#3b949c; }
.botoes .col.col-teal .btn{ background-color:#3b949c; }
.botoes .col.col-marinho{ border-color:#00417b; }
.botoes .col.col-marinho .btn{ background-color:#00417b; }
.botoes .col.col-azul{ border-color:#0745ad; }
.botoes .col.col-azul .btn{ background-color:#0745ad; }
.botoes .col.col-vermelho{ border-color:#c00007; }
.botoes .col.col-vermelho .btn{ background-color:#c00007; }
.botoes .col.col-azulclaro{ border-color:#1191D8; }
.botoes .col.col-azulclaro .btn{ background-color:#1191D8; }
.botoes .col.col-preto{ border-color:#3F3A34; }
.botoes .col.col-preto .btn{ background-color:#3F3A34; }
.botoes .col.col-amarelo{ border-color:#F0DC6A; }
.botoes .col.col-amarelo .btn{ background-color:#F0DC6A; }
@media screen and (max-width:1400px){
.botoes .col{
width:30%;
}
}
@media screen and (max-width:1150px){
.botoes .col{
width:40%;
}
}
@media screen and (max-width:1024px){
.botoes .col{
width:48%;
}
}
@media screen and (max-width:640px){
.botoes .col{
width:98%;
}
}