Subversion Repositories wimsdev

Rev

Rev 14742 | 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: 5px .5em 0 5px;
  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: 2em;
  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 .wims_subtitle {
  79.   display: block;
  80.   text-align: left;
  81.   clear:both;
  82.   font-size: 14px;
  83.   margin-bottom:12px;
  84. }
  85.  
  86. /* MenuGlobal (topbox) */
  87.  
  88. .menuglobal {
  89.   background-color: #fff;
  90.   /*color: rgba(0, 0, 0, 0.5);
  91.   color:#000;*/
  92.   text-align: right;
  93.   position: relative;
  94.   box-shadow: 0 2px 3px rgba(0, 0, 0, .5)  ;
  95.   /*z-index: 100;*/
  96.   padding:0 .5em;
  97. }
  98. .top-bar {
  99.   display: flex;
  100. }
  101.  
  102. /* align menuitem on left */
  103. .top-bar-left {
  104.   flex: 1 1 auto;
  105. }
  106.  
  107. .with_doc_nav>.wimsmenu {
  108.   display: inline-block;
  109. }
  110.  
  111. .menuglobal li {
  112.   background-repeat: no-repeat;
  113.   background-position: 0 50%;
  114.   display: inline-block;
  115.   /*margin-right: 1.5em;*/
  116.   /*margin-bottom: 5px;*/
  117. }
  118.  
  119. .menuglobal, .menuglobal li>a {
  120.   color: #000;
  121. }
  122.