Subversion Repositories wimsdev

Rev

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