MediaWiki:Common.css: Unterschied zwischen den Versionen

 

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ .portalbox {

                   background: none repeat scroll 0 0 #FFFFFF;
   border: 1px solid #FF6501;
   clear: both;
   float: right;
   margin: 0 0 6px 6px;

            

}

  1. content h3{
                 font-size: 16px !important;

            

}

  1. content blockquote{
                 font-size: 14px !important;
 font-family: 'DroidSans';
 color: rgb(68,68,68);
 line-height: 24px;

            

}

@media ( max-width: 720px ) {

                       .mwe-popups, #mwe-popups-svg {
               display:none!important;
       }

            

}

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
            
            .portalbox {
            
                background: none repeat scroll 0 0 #FFFFFF;
            
                border: 1px solid #FF6501;
            
                clear: both;
            
                float: right;
            
                margin: 0 0 6px 6px;
            
            }
            

            #content h3{
            
              font-size: 16px !important;
            
            }
            

            #content blockquote{
            
              font-size: 14px !important;
            
              font-family: 'DroidSans';
            
              color: rgb(68,68,68);
            
              line-height: 24px;
            
            }
            

            @media ( max-width: 720px ) {
            
                    .mwe-popups, #mwe-popups-svg {
            
                            display:none!important;
            
                    }
            
            }
Zeile 1: Zeile 1:
 
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
 
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
.portalbox {
 
    background: none repeat scroll 0 0 #FFFFFF;
 
    border: 1px solid #FF6501;
 
    clear: both;
 
    float: right;
 
    margin: 0 0 6px 6px;
 
}
 
 
#content h3{
 
  font-size: 16px !important;
 
}
 
 
#content blockquote{
 
  font-size: 14px !important;
 
  font-family: 'DroidSans';
 
  color: rgb(68,68,68);
 
  line-height: 24px;
 
}
 
 
@media ( max-width: 720px ) {
 
        .mwe-popups, #mwe-popups-svg {
 
                display:none!important;
 
        }
 
}