Difference between revisions of "Template:NTNU Trondheim/CSS/fix code"

Line 21: Line 21:
 
}
 
}
  
div#page_content_container > p{
+
div#mw-content-text > p{
 
     margin: 0;
 
     margin: 0;
 
}
 
}
  
#mw-content-text p{
+
div#mw-content-text p{
 
     font-family: 'Open Sans', sans-serif;;
 
     font-family: 'Open Sans', sans-serif;;
 
}
 
}
  
#mw-content-text h1,
+
div#mw-content-text h1,
#mw-content-text h2,
+
div#mw-content-text h2,
#mw-content-text h3,
+
div#mw-content-text h3,
#mw-content-text h4,
+
div#mw-content-text h4,
#mw-content-text h5,
+
div#mw-content-text h5,
#mw-content-text h6{
+
div#mw-content-text h6{
 
     font-family: 'Arial', serif;
 
     font-family: 'Arial', serif;
 
}
 
}

Revision as of 15:04, 30 June 2017

div#top_title{

    display: none;
}

div#content{

   margin: 0 auto;
   padding: 0;
   width: 100%;
   height: 100%;
   background-color: transparent;

}

div#globalWrapper{

   align-content: center;
   padding: 0;
   height: 100%;

}

div#sideMenu{

   display: none;

}

div#mw-content-text > p{

   margin: 0;

}

div#mw-content-text p{

   font-family: 'Open Sans', sans-serif;;

}

div#mw-content-text h1, div#mw-content-text h2, div#mw-content-text h3, div#mw-content-text h4, div#mw-content-text h5, div#mw-content-text h6{

   font-family: 'Arial', serif;

}