Template:USTC-Software/style.css

/*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;

}

  1. top_menu_14

{

   padding-bottom:2px;
   background-color:#333333;

}

  1. bodyContent

{

   margin:0 auto;
   background-color:#ffffff;

}

  1. main

{

   padding:0;

}

  1. top_menu_14

{

   position:relative;

}

  1. bodyContent > ul

{

   overflow:hidden;
   height:50px;
   width:88%;

}

  1. bodyContent > ul, #bodyContent > ul ul

{

   list-style:none;
   margin:0;
   padding:0;

}

  1. bodyContent > ul

{

   font-size:16px;

}

  1. bodyContent > ul li

{

   float:left;

}

  1. 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;

}

  1. bodyContent > span

{

   font-family:'Montserrat', sans-serif;

}

  1. bodyContent > ul li a:hover, #bodyContent > ul li span:hover, #bodyContent > ul li strong:hover

{

   color:#22ff00;

}


  1. bodyContent > ul li ul li

{

   float:none;
   

}

  1. bodyContent > ul li ul

{

   display:none;
   position:absolute;

}

  1. bodyContent > ul li:hover ul

{

   display:block;

}

  1. bodyContent > ul

{

   float:right;

}

  1. teamLogo

{

   width:60px;
   height:60px;
   left:0;
   top:0;
   border:1px dashed;

}

/*styles for Page:Home*/

  1. backgroundSVG

{

   width:100%;
   height:3800px;

}

  1. biobless > tspan

{

   font-family:'Trebuchet MS';
   font-size:2em;
   text-align:center; 

}

  1. globe

{

   left:312px;
   top:3024px;
   width:752px;
   height:564px;
   position:absolute;
   border:0px;

}

/*styles for Page:Team*/

  1. 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;

}