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

 
(22 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<html>
 
<html>
 
<style>
 
<style>
 +
 
/*-------------------------
 
/*-------------------------
 
         Simple reset
 
         Simple reset
Line 7: Line 8:
 
     margin:0;
 
     margin:0;
 
     padding:0;
 
     padding:0;
 +
    border: none;
 
}
 
}
  
Line 15: 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 48: Line 52:
  
 
hr{
 
hr{
 +
border-top: .5px solid #C555;
 
     margin: 2em 0;
 
     margin: 2em 0;
 
}
 
}
Line 55: Line 60:
 
         Navigation Menu
 
         Navigation Menu
 
-----------------------------*/
 
-----------------------------*/
 +
 
#colornav{
 
#colornav{
 
     padding-top: 1em;
 
     padding-top: 1em;
 +
}
 +
 +
#colornav p{
 +
text-align: center !important;
 
}
 
}
  
Line 146: 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 155: Line 165:
  
 
.menu > p{
 
.menu > p{
     text-align: center;
+
     text-align: center !important;
 
}
 
}
  
Line 269: Line 279:
 
     vertical-align: top;
 
     vertical-align: top;
 
     padding-bottom: 1em;
 
     padding-bottom: 1em;
 +
margin: 0;
 +
border: 0;
 
}
 
}
  
Line 292: Line 304:
 
     vertical-align: top;
 
     vertical-align: top;
 
     width: 120px;
 
     width: 120px;
}</style>
+
}
 +
 
 +
.img-preview-mask {
 +
    width: 100%;
 +
    height: 100%;
 +
    position: fixed;
 +
    top: 0;
 +
    left: 0;
 +
    z-index: 9998;
 +
    background-color: rgba(0,0,0,.5);
 +
}
 +
 
 +
.img-preview-popover {
 +
    position: fixed;
 +
    z-index: 9999;
 +
}
 +
 
 +
#content{
 +
width: 95% !important;
 +
min-height: 95% !important;
 +
    background: #fefefe;
 +
    position: relative;
 +
    height: 100%;
 +
}
 +
#top_title{
 +
display: none !important;
 +
}
 +
 
 +
</style>
 +
</html>

Latest revision as of 11:23, 17 October 2018