|
|
(One intermediate revision by the same user not shown) |
Line 1: |
Line 1: |
− | /*styles for common elements, ids and classes*/
| |
− | html, body, #globalWrapper, #top_menu_14, #content, #globalWrapper > div.visualClear, #top
| |
− | {
| |
− | margin:0;
| |
− | border:0;
| |
− | padding:0;
| |
− | width:inherit;
| |
− | background-color:#aaaaaa;
| |
− | }
| |
| | | |
− | #top_menu_14
| |
− | {
| |
− | padding-bottom:2px;
| |
− | background-color:#333333;
| |
− | }
| |
− |
| |
− | #bodyContent
| |
− | {
| |
− | margin:0 auto;
| |
− | background-color:#ffffff;
| |
− | }
| |
− |
| |
− | #main
| |
− | {
| |
− | padding:0;
| |
− | }
| |
− |
| |
− | #top_menu_14
| |
− | {
| |
− | position:relative;
| |
− | }
| |
− |
| |
− | #bodyContent > ul
| |
− | {
| |
− | overflow:hidden;
| |
− | height:50px;
| |
− | width:88%;
| |
− | }
| |
− |
| |
− | #bodyContent > ul, #bodyContent > ul ul
| |
− | {
| |
− | list-style:none;
| |
− | margin:0;
| |
− | padding:0;
| |
− | }
| |
− |
| |
− | #bodyContent > ul
| |
− | {
| |
− | font-size:16px;
| |
− | }
| |
− |
| |
− | #bodyContent > ul li
| |
− | {
| |
− | float:left;
| |
− | }
| |
− |
| |
− | #bodyContent > ul li a, #bodyContent > ul li span, #bodyContent > ul li strong
| |
− | {
| |
− | display:block;
| |
− | padding:10px 15px;
| |
− | color:#000000;
| |
− | font-family:'Montserrat', sans-serif;
| |
− | text-decoration:none;
| |
− | cursor:pointer;
| |
− | -webkit-user-select:none;
| |
− | -moz-user-select:none;
| |
− | -ms-user-select:none;
| |
− | }
| |
− |
| |
− | #bodyContent > span
| |
− | {
| |
− | font-family:'Montserrat', sans-serif;
| |
− | }
| |
− |
| |
− | #bodyContent > ul li a:hover, #bodyContent > ul li span:hover, #bodyContent > ul li strong:hover
| |
− | {
| |
− | color:#22ff00;
| |
− | }
| |
− |
| |
− |
| |
− | #bodyContent > ul li ul li
| |
− | {
| |
− | float:none;
| |
− |
| |
− | }
| |
− |
| |
− | #bodyContent > ul li ul
| |
− | {
| |
− | display:none;
| |
− | position:absolute;
| |
− | }
| |
− |
| |
− | #bodyContent > ul li:hover ul
| |
− | {
| |
− | display:block;
| |
− | }
| |
− |
| |
− | #bodyContent > ul
| |
− | {
| |
− | float:right;
| |
− | }
| |
− |
| |
− | #teamLogo
| |
− | {
| |
− | width:60px;
| |
− | height:60px;
| |
− | left:0;
| |
− | top:0;
| |
− | border:1px dashed;
| |
− | }
| |
− |
| |
− | /*styles for Page:Home*/
| |
− | #backgroundSVG
| |
− | {
| |
− | width:100%;
| |
− | height:3800px;
| |
− | }
| |
− |
| |
− | #biobless > tspan
| |
− | {
| |
− | font-family:'Trebuchet MS';
| |
− | font-size:2em;
| |
− | text-align:center;
| |
− | }
| |
− |
| |
− | #globe
| |
− | {
| |
− | left:312px;
| |
− | top:3024px;
| |
− | width:752px;
| |
− | height:564px;
| |
− | position:absolute;
| |
− | border:0px;
| |
− | }
| |
− |
| |
− | /*styles for Page:Team*/
| |
− | #headingSVG
| |
− | {
| |
− | position:absolute;
| |
− | left:0;
| |
− | top:50px;
| |
− | display:flexbox;
| |
− | }
| |
− |
| |
− | .intro
| |
− | {
| |
− | width:100%;
| |
− | height:500px;
| |
− | background-color:rgba(217,235,210,0.5);
| |
− | font-family:'Josefin Sans', sans-serif;
| |
− | font-size:20px;
| |
− | }
| |
− |
| |
− | .photo
| |
− | {
| |
− | border:1px dashed;
| |
− | width:400px;
| |
− | height:300px;
| |
− | float:left;
| |
− | }
| |