Subversion Repositories wimsdev

Rev

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