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

 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
div#top_title{
 
div#top_title{
    display: none;
+
    display: none;
}
+
}
  
 
div#content{
 
div#content{
Line 21: Line 21:
 
}
 
}
  
div#page_content_container{
+
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;;
 +
    font-size: 1rem;
 
}
 
}
  
#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;
 +
    font-size: 2rem;
 +
}
 +
 +
div#HQ_page p{
 +
    text-align: inherit;
 +
}
 +
 +
div.sosial_media > a{
 +
    padding: 0!important;
 +
}
 +
 +
*{
 +
    line-height: normal;
 
}
 
}

Latest revision as of 01:19, 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: 1rem;

}

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: 2rem;

}

div#HQ_page p{

   text-align: inherit;

}

div.sosial_media > a{

   padding: 0!important;

}

  • {
   line-height: normal;

}