MediaWiki:Project.css: Unterschied zwischen den Versionen

 

/*Inhaltsverzeichnis*/ .toc{ border-radius: 3px;

   box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 20%);
   padding: 10px;
   max-width:450px;

}

/*Diskussionsbereiche ausblenden*/ .bs-data-after-content-socialtopics {

   display: none;

}

/*Schriftarten*/ body.mediawiki, body.mediawiki.x-body, #content, #bodyContent, #firstHeading, h1, h2, h3, h4, h5, h6{ font-family:'Trebuchet MS' !important; border-bottom:0px !important; }

/*Überschriften*/

  1. firstHeading {

font-weight:bold; margin-bottom:0; } h1:after {

                   background-image: url('https://wiki.intime.de/DriverApp/nsfr_img_auth.php/5/52/spacer.svg');
   background-size: 187px 10px;
   display: block;
   width: 187px; 
   height: 10px;
   content:"";
   margin-top: 10px;

            

} h2 {

   font-size: 2rem;
   font-weight: bold;
   border-bottom: 0px;
   border-top: 2px solid #D1D4D3;
   padding-top: 1rem;

} .toc .toctitle h2 { border-top: 0px; }

/*Abschnittsbearbeitung ausblenden*/ .mw-editsection { display:none; }

/*Inhaltsverzeichnis*/
        
        .toc{
        
        	border-radius: 3px;
        
            box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 20%);
        
            padding: 10px;
        
            max-width:450px;
        
        }
        
        
        
        /*Diskussionsbereiche ausblenden*/
        
        .bs-data-after-content-socialtopics {
        
            display: none;
        
        }
        
        
        
        /*Schriftarten*/
        
        body.mediawiki, body.mediawiki.x-body, #content, #bodyContent, #firstHeading, h1, h2, h3, h4, h5, h6{
        
        	font-family:'Trebuchet MS' !important;
        
        	border-bottom:0px !important;
        
        }
        
        
        
        /*Überschriften*/
        
        
        
        #firstHeading {
        
        	font-weight:bold;
        
        	margin-bottom:0;
        
        }
        
        h1:after {
        
            background-image: url('https://wiki.intime.de/DriverApp/nsfr_img_auth.php/5/52/spacer.svg');
        
            background-size: 187px 10px;
        
            display: block;
        
            width: 187px; 
        
            height: 10px;
        
            content:"";
        
            margin-top: 10px;
        
        }
        
        h2 {
        
            font-size: 2rem;
        
            font-weight: bold;
        
            border-bottom: 0px;
        
            border-top: 2px solid #D1D4D3;
        
            padding-top: 1rem;
        
        }
        
        .toc .toctitle h2 {
        
        	border-top: 0px;
        
        }
            
            
            
            /*Abschnittsbearbeitung ausblenden*/
            
            .mw-editsection {
            
            	display:none;
            
            }
Zeile 42: Zeile 42:
 
.toc .toctitle h2 {
 
.toc .toctitle h2 {
 
border-top: 0px;
 
border-top: 0px;
 +
}
 +
 +
/*Abschnittsbearbeitung ausblenden*/
 +
.mw-editsection {
 +
display:none;
 
}
 
}