Difference between revisions of "MediaWiki:Common.css"

m
m

/* CSS placed here will be applied to all skins */

h2 { border-bottom: 1px solid rgb(51, 51, 51); padding-bottom: 2px; }

  1. toc {
  margin: 3em 0;

}

  1. toc h2 {

border-bottom: 0; }

.bs-layout-container-banner img { max-width: 100%; height: auto; }

.floatnone { margin: 2em 0; }

.bs-layout-box .bs-layout-box-image img { height: auto; }

/* CSS placed here will be applied to all skins */
        
        
        
        h2 {
        
        	border-bottom: 1px solid rgb(51, 51, 51);
        
        	padding-bottom: 2px;
        
        }
        
        #toc {
        
           margin: 3em 0;
        
        }
        
        
        
        #toc h2 {
        
        	border-bottom: 0;
        
        }
        
        
        
        .bs-layout-container-banner img {
        
        	max-width: 100%;
        
        	height: auto;
        
        }
        
        
        
        .floatnone
            
            {    
            
            	margin: 2em 0;
            
            }
            
            
            
            .bs-layout-box .bs-layout-box-image img {
        
        	height: auto;
        
        }
Line 16: Line 16:
 
max-width: 100%;
 
max-width: 100%;
 
height: auto;
 
height: auto;
 +
}
 +
 +
.floatnone
 +
{   
 +
margin: 2em 0;
 
}
 
}