Subversion Repositories wimsdev

Rev

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

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