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

 
(15 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 57: Line 60:
 
         Navigation Menu
 
         Navigation Menu
 
-----------------------------*/
 
-----------------------------*/
 +
 
#colornav{
 
#colornav{
 
     padding-top: 1em;
 
     padding-top: 1em;
 +
}
 +
 +
#colornav p{
 +
text-align: center !important;
 
}
 
}
  
Line 148: 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 157: Line 165:
  
 
.menu > p{
 
.menu > p{
     text-align: center;
+
     text-align: center !important;
 
}
 
}
  
Line 271: Line 279:
 
     vertical-align: top;
 
     vertical-align: top;
 
     padding-bottom: 1em;
 
     padding-bottom: 1em;
 +
margin: 0;
 +
border: 0;
 
}
 
}
  
Line 311: Line 321:
 
}
 
}
  
.toptitle{
+
#content{
display: none;
+
width: 95% !important;
 +
min-height: 95% !important;
 +
    background: #fefefe;
 +
    position: relative;
 +
    height: 100%;
 
}
 
}
 +
#top_title{
 +
display: none !important;
 +
}
 +
 
</style>
 
</style>
 
</html>
 
</html>

Latest revision as of 11:23, 17 October 2018