Difference between revisions of "Template:Wageningen UR/ResultsCSS"

(Created page with "<html> <style> /*formatting for the results pages*/ Margins for results text paragraphs: p { margin-top:0; margin-bottom:1rem; } .TextContent p { text-align: left...")
 
Line 7: Line 7:
 
/*Margins for results text paragraphs*/
 
/*Margins for results text paragraphs*/
 
p {
 
p {
margin-top:0;
+
     font-size:1.1rem !important;
margin-bottom:1rem;
+
     font-family: 'roboto', sans-serif !important;     
}
+
     line-height:normal;
 
+
     text-justify:none!important;
.TextContent p {
+
    color:#1d2129;
    text-align: left;
+
    vertical-align: baseline;
+
     font-size: 1.0rem;
+
     font-family: roboto, sans-serif;
+
color: #141823;;
+
    margin-bottom: 1.2rem;
+
}
+
 
+
.TextContent h1 {
+
    font-size: 3.125rem;
+
    margin-bottom: 0.2rem;
+
    margin-top: 0.2rem;     
+
color: #3399ff;
+
text-align: left;
+
}
+
 
+
.TextContent h2 {
+
font-size: 2.25rem;
+
     line-height: 1.6;
+
     text-align: left;
+
color: #141823;;
+
}
+
 
+
/*Accordion box formatting*/
+
/*Accordion panel heading text formatting*/
+
.panel-heading h4 {
+
padding-top: .5rem;
+
padding-bottom: .17rem;
+
margin: 0;
+
font-weight: 500;
+
line-height: 1.1;
+
font-size: 1.25rem;
+
overflow:hidden;
+
text-align: justify;
+
direction: ltr;
+
 
}
 
}
  

Revision as of 12:16, 16 October 2017