Difference between revisions of "Template:UFAM-UEA Brazil/CSS"

 
(66 intermediate revisions by the same user not shown)
Line 80: Line 80:
 
#HQ_page p{
 
#HQ_page p{
 
font-family: wikiFont;
 
font-family: wikiFont;
font-size: 0.8em;
+
font-size: 1.2em;
 
}
 
}
  
 
p{
 
p{
font-size: 1em;
+
font-size: 1.2em;
 
color:#fff;
 
color:#fff;
 
text-align: justify;
 
text-align: justify;
Line 129: Line 129:
 
padding-left:2em;
 
padding-left:2em;
 
   }
 
   }
 
  
 
.main-container{
 
.main-container{
Line 227: Line 226:
 
width:9em;
 
width:9em;
 
height:9em;
 
height:9em;
 +
}
 +
 +
.c-col-s{
 +
width:100%;
 +
text-align: center;
 +
padding-top:1em;
 +
padding-bottom:1em;
 +
}
 +
 +
.col-s{
 +
width:13%;
 +
display:inline-block;
 +
}
 +
 +
.col-s img{
 +
width:4em;
 +
height:4em;
 +
}
 +
 +
.c-col-2{
 +
width:100%;
 +
text-align: center;
 +
}
 +
 +
.col-2{
 +
margin:10px;
 +
display:inline-block;
 +
}
 +
 +
.col-2 img{
 +
width:20em;
 +
height:20em;
 
}
 
}
  
Line 260: Line 291:
  
 
.medal-title {
 
.medal-title {
   text-align:center;
+
   text-align:left;
 
padding-top:1.3em;
 
padding-top:1.3em;
 
padding-bottom:0em;
 
padding-bottom:0em;
Line 276: Line 307:
  
 
}
 
}
 
  
 
.linha-branca{
 
.linha-branca{
Line 282: Line 312:
 
background:#fff;
 
background:#fff;
 
margin-top:0.3em;
 
margin-top:0.3em;
 +
}
 +
 +
 +
.member-team{
 +
width:100%;
 +
text-align:center;
 +
margin-bottom:2em;
 +
}
 +
 +
.member-team-data{
 +
width: 45%;
 +
display: inline-block;
 +
}
 +
 +
.member-team-data img{
 +
width: 15em;
 +
height:18em;
 +
}
 +
 +
.notebook-link{
 +
display: block;
 +
font-size:1.2em;
 +
color:#fff;
 +
margin-top:0.5em;
 +
margin-bottom:0.5em;
 +
padding:0.5;
 +
}
 +
 +
label{
 +
font-family: wikiFont;
 +
margin-top:0.5em;
 +
margin-bottom:0.5em;
 +
padding:0.5em;
 +
display: block;
 +
background:#BDBDBD;
 +
}
 +
 +
label:hover{
 +
background:#fff;
 +
color:#363636;
 +
margin-top:0.5em;
 +
margin-bottom:0.5em;
 +
padding-left:1;
 +
}
 +
 +
#ma, input{
 +
  display: none
 +
}
 +
 +
#mb, input{
 +
  display: none
 +
}
 +
 +
#mo1, input{
 +
  display: none
 +
}
 +
 +
#mo2, input{
 +
  display: none
 +
}
 +
 +
#mo3, input{
 +
  display: none
 +
}
 +
 +
#mo4, input{
 +
  display: none
 +
}
 +
 +
#mo5, input{
 +
  display: none
 +
}
 +
 +
 +
input#togglemerA:checked ~ #ma{
 +
  display: block
 +
}
 +
 +
input#togglemerB:checked ~ #mb{
 +
  display: block
 +
}
 +
 +
input#togglemo1:checked ~ #mo1{
 +
  display: block
 +
}
 +
 +
input#togglemo2:checked ~ #mo2{
 +
  display: block
 +
}
 +
 +
input#togglemo3:checked ~ #mo3{
 +
  display: block
 +
}
 +
 +
input#togglemo4:checked ~ #mo4{
 +
  display: block
 +
}
 +
 +
input#togglemo5:checked ~ #mo5{
 +
  display: block
 +
}
 +
 +
#ph1, input{
 +
  display: none
 +
}
 +
 +
#ph2, input{
 +
  display: none
 +
}
 +
 +
#ph3, input{
 +
  display: none
 +
}
 +
 +
#is, input{
 +
  display: none
 +
}
 +
 +
input#toggleis:checked ~ #is{
 +
  display: block
 +
}
 +
 +
input#toggleph1:checked ~ #ph1{
 +
  display: block
 +
}
 +
 +
input#toggleph2:checked ~ #ph2{
 +
  display: block
 +
}
 +
 +
input#toggleph3:checked ~ #ph3{
 +
  display: block
 +
}
 +
 +
#np1, input{
 +
  display: none
 +
}
 +
 +
#np2, input{
 +
  display: none
 +
}
 +
 +
#np3, input{
 +
  display: none
 +
}
 +
 +
#np4, input{
 +
  display: none
 +
}
 +
 +
 +
#np5, input{
 +
  display: none
 +
}
 +
 +
 +
input#togglenp1:checked ~ #np1{
 +
  display: block
 +
}
 +
 +
 +
input#togglenp2:checked ~ #np2{
 +
  display: block
 +
}
 +
 +
 +
input#togglenp3:checked ~ #np3{
 +
  display: block
 +
}
 +
 +
input#togglenp4:checked ~ #np4{
 +
  display: block
 +
}
 +
 +
input#togglenp5:checked ~ #np5{
 +
  display: block
 
}
 
}
  
 
</style>
 
</style>
 
</html>
 
</html>

Latest revision as of 00:41, 20 October 2016