Line 667: | Line 667: | ||
width:38px; | width:38px; | ||
height:38px; | height:38px; | ||
+ | } | ||
+ | .menulist .list .dropdownlist { | ||
+ | display: none; | ||
+ | position: absolute; | ||
+ | text-align : left; | ||
+ | margin-top : 0px; | ||
+ | padding-left : 5px; | ||
+ | padding-right : 5px; | ||
+ | background : rgb(94,94,94); | ||
+ | list-style-position : inside; | ||
+ | margin-left : 0px; | ||
+ | z-index : 99; | ||
+ | } | ||
+ | |||
+ | .dropdownlist li .droprightlist { | ||
+ | display: none; | ||
+ | position: absolute; | ||
+ | background : rgb(94,94,94); | ||
+ | padding-left : 5px; | ||
+ | padding-right : 5px; | ||
+ | margin-top : 0px; | ||
+ | text-align : left; | ||
+ | z-index : 100; | ||
+ | margin-left : 0px; | ||
+ | } | ||
+ | |||
+ | .menulist .list:hover .dropdownlist { | ||
+ | display: block; | ||
+ | } | ||
+ | |||
+ | .menulist .list .dropdownlist li { | ||
+ | display: block; | ||
+ | position: relative; | ||
+ | text-align : center; | ||
+ | background : rgb(94,94,94); | ||
+ | z-index: 90; | ||
+ | padding : auto; | ||
+ | } | ||
+ | .menulist .list .dropdownlist li a:hover { | ||
+ | background-color: rgb(124, 124, 124); /*And here also*/ | ||
+ | } | ||
+ | .dropdownlist li .droprightlist li a { | ||
+ | color: white; | ||
+ | } | ||
+ | #menu u.dropdownlist li .droprightlist li { | ||
+ | display: block; | ||
+ | position: relative; | ||
+ | text-align : center; | ||
+ | background : rgb(94,94,94); | ||
+ | padding : auto; | ||
+ | } | ||
+ | |||
+ | .menulist .list .dropdownlist li a { | ||
+ | display: table-cell; | ||
+ | text-align: left; | ||
+ | text-align : center; | ||
+ | color: white; | ||
+ | text-decoration : none; | ||
+ | z-index : 99; | ||
+ | vertical-align : middle; | ||
+ | } | ||
+ | .dropdownlist li .droprightlist li a { | ||
+ | display: table-cell; | ||
+ | text-align: left; | ||
+ | text-align : center; | ||
+ | text-decoration : none; | ||
+ | color: white; | ||
+ | |||
+ | } | ||
+ | .list ul li { | ||
+ | display : table-cell; | ||
+ | |||
+ | } | ||
+ | .dropdownlist li .droprightlist { | ||
+ | top: 0; | ||
+ | left: 100%; | ||
+ | z-index: -1; | ||
+ | } | ||
+ | .dropdownlist li:hover .droprightlist { | ||
+ | display: block; | ||
+ | } | ||
+ | #exception { | ||
+ | line-height : normal; | ||
+ | |||
+ | } | ||
+ | #fbnoticon{ | ||
+ | margin-left : 90px; | ||
+ | } | ||
+ | #instanoticon { | ||
+ | margin-left : 135px; | ||
+ | margin-top : -19px; | ||
+ | } | ||
+ | #twnoticon{ | ||
+ | margin-left : 45px; | ||
+ | } | ||
+ | #igemlogo{ | ||
+ | } | ||
+ | .sidelogos { | ||
+ | } | ||
+ | #logolist { | ||
+ | float : right; | ||
+ | display : inline-block; | ||
+ | height : 60px; | ||
+ | width : 175px; | ||
+ | margin-top : -50px; | ||
+ | margin-right : 50px; | ||
+ | } | ||
+ | #twnoticon img, #fbnoticon img, #igemlogo img, #instanoticon img{ | ||
+ | width : 40px; | ||
+ | position : absolute; | ||
+ | display : inline-block; | ||
+ | } | ||
+ | |||
+ | |||
+ | #twitapp, #fbapp { | ||
+ | display:none; | ||
+ | width:250px; | ||
+ | height:auto; | ||
+ | background: white; | ||
+ | } | ||
+ | #fbapp{ | ||
+ | } | ||
+ | #twitapp{ | ||
+ | } | ||
+ | */ | ||
+ | .image-span{ | ||
+ | display:block; | ||
+ | } | ||
+ | |||
+ | .top50 { | ||
+ | margin-top: 50px; | ||
+ | } | ||
+ | body | ||
+ | { | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | font-family: sans-serif; | ||
+ | |||
+ | |||
} | } | ||
</style> | </style> |
Revision as of 21:51, 1 October 2018