Difference between revisions of "Template:JMU Wuerzburg/jmu wuerzburg css"

 
(10 intermediate revisions by the same user not shown)
Line 17: Line 17:
 
     background: #fefefe;
 
     background: #fefefe;
 
     position: relative;
 
     position: relative;
     height: 100%;
+
     height: 100% !important;
 +
text-align: justify;
 
}
 
}
  
 
body{
 
body{
 
     font: 14px/1.3 'Segoe UI',Arial, sans-serif;
 
     font: 14px/1.3 'Segoe UI',Arial, sans-serif;
     min-height: 100%;
+
     min-height: 100% !important;
 
     min-width: 1000px;
 
     min-width: 1000px;
 
     box-shadow: inset 0px 0 200px -30px rgba(0,0,0,.75);
 
     box-shadow: inset 0px 0 200px -30px rgba(0,0,0,.75);
 +
text-align: justify;
 
}
 
}
  
Line 50: Line 52:
  
 
hr{
 
hr{
 +
border-top: .5px solid #C555;
 
     margin: 2em 0;
 
     margin: 2em 0;
 
}
 
}
Line 60: Line 63:
 
#colornav{
 
#colornav{
 
     padding-top: 1em;
 
     padding-top: 1em;
 +
}
 +
 +
#colornav p{
 +
text-align: center !important;
 
}
 
}
  
Line 149: Line 156:
  
 
#colorNav li:hover ul{
 
#colorNav li:hover ul{
     max-height:400px; /* Increase when adding more dropdown items */
+
     max-height:600px; /* Increase when adding more dropdown items */
 
}
 
}
  
Line 158: Line 165:
  
 
.menu > p{
 
.menu > p{
     text-align: center;
+
     text-align: center !important;
 
}
 
}
  
Line 202: Line 209:
 
     margin: 0 auto;
 
     margin: 0 auto;
 
     padding: 1em 0 1em 0;
 
     padding: 1em 0 1em 0;
    background: #fefefe;
 
    position: relative;
 
    height: 100%;
 
 
}
 
}
  
Line 319: Line 323:
 
#content{
 
#content{
 
width: 95% !important;
 
width: 95% !important;
 +
min-height: 95% !important;
 +
    background: #fefefe;
 +
    position: relative;
 +
    height: 100%;
 
}
 
}
 
#top_title{
 
#top_title{

Latest revision as of 11:23, 17 October 2018