Subversion Repositories wimsdev

Rev

Rev 13179 | Rev 14706 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. /* HEADER */
  2.  
  3. /* Logo */
  4. .wimslogo{float: left;}
  5.  
  6. .wimslogo a img {
  7.   height: 50px;
  8.   top: auto;
  9.   right: auto;
  10. }
  11.  
  12. #classlogo {
  13.    padding:2px;
  14. }
  15.  
  16. #classlogo img{
  17.    max-height: 3.5em;
  18. }
  19.  
  20. .institution_logo{
  21.   float:none;
  22.   position: absolute;
  23.   right: 0;
  24. }
  25.  
  26. #wimstopbox .institution_logo img{
  27.     max-height: 3em;
  28.     margin-right:1em;
  29. }
  30.  
  31. /* End of Logo */
  32.  
  33. #wimstopbox {
  34.   color: #ffffff;
  35.   padding-top: 10px;
  36.   position: relative;
  37.   background-image: linear-gradient(rgba(0, 0, 0, .5), transparent) ;
  38.   border-radius: 0 ;
  39.   margin-left: 0;
  40.   margin-right: 0;
  41.   text-align: left;
  42. }
  43.  
  44. /*#wimstopbox .wimsmenu .topmenuitem a {
  45.    text-decoration: none;
  46. }
  47. #wimstopbox .wimsmenu .topmenuitem a:hover {
  48.    text-decoration:underline;
  49. }*/
  50.  
  51. #wimstopbox #wims_title {
  52.   float: left;
  53.   margin-left: 1em;
  54. }
  55.  
  56. #wimstopbox div#wims_title h1.wims_title {
  57.   float: left;
  58.   text-align: left;
  59.   margin: 0;
  60.   padding: 0;
  61.   /*padding-right: 45px;*/
  62.   font-size: 3.5em;
  63. }
  64.  
  65. #wimstopbox div#wims_title h1.wims_title img{
  66.     width:40px;
  67. }
  68.  
  69. #wimstopbox div#wims_title h1.wims_title, #wimstopbox div#wims_title a{
  70.   color: #f5f5f5;
  71.   text-decoration: none;
  72. }
  73.  
  74. #wimstopbox div#wims_title a:hover{
  75.   text-decoration: underline;
  76. }
  77.  
  78. #wimstopbox div#wims_title h2.wims_subtitle {
  79.   text-align: left;
  80.   clear:both;
  81.   font-size: 14px;
  82. }
  83.  
  84. /* MenuGlobal (topbox) */
  85.  
  86. .menuglobal {
  87.   background-color: #fff;
  88.   /*color: rgba(0, 0, 0, 0.5);
  89.   color:#000;*/
  90.   text-align: right;
  91.   position: relative;
  92.   box-shadow: 0 2px 3px rgba(0, 0, 0, .5)  ;
  93.   /*z-index: 100;*/
  94.   padding:0 .5em;
  95. }
  96.  
  97. .menuglobal>.wimsmenu {
  98.   display: inline-block;
  99. }
  100.  
  101. .menuglobal li {
  102.   background-repeat: no-repeat;
  103.   background-position: 0 50%;
  104.   display: inline-block;
  105.   /*margin-right: 1.5em;*/
  106.   /*margin-bottom: 5px;*/
  107. }
  108.  
  109. .menuglobal, .menuglobal li>a {
  110.   color: #000;
  111. }
  112.