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

Line 1: Line 1:
 
div#top_title{
 
div#top_title{
    display: none;
+
    display: none;
}
+
}
  
 
div#content{
 
div#content{
Line 46: Line 46:
 
div.sosial_media > a{
 
div.sosial_media > a{
 
     padding: 0!important;
 
     padding: 0!important;
 +
}
 +
 +
*{
 +
    line-height: normal;
 
}
 
}

Revision as of 01:13, 2 November 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;;
   font-size: 1em;

}

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;
   font-size: 2em;

}

div#HQ_page p{

   text-align: inherit;

}

div.sosial_media > a{

   padding: 0!important;

}

  • {
   line-height: normal;

}