Subversion Repositories wimsdev

Rev

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