Template:Infotabs/styles.css: Difference between revisions

no edit summary
mNo edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 4:
font-weight: normal;
color: burlywood !important;
padding: 0px 0.75em 0.5em;
}
 
Line 19 ⟶ 20:
 
.infotabs .tabber__indicator{
background: burlywooddarkgoldenrod none repeat scroll 0% 0%;
}
 
.infotabs .tabber__section{
max-height:500px;
}
 
.infotabs .tabber__section p{
margin:0;
}
 
/* hack for thinner indicator because templatestyles doesnt recognize the block-size property for whatever reason */
.infotabs .tabber__indicator{
visibility:hidden;
}
.infotabs .tabber__indicator::before{
visibility:visible;
content:"";
position:absolute;
top:0;
left:0;
width:100%;
border-top:1px solid #7E5B07;
}