Team:Peking/css/forhead.css

From 2014.igem.org

(Difference between revisions)
Line 77: Line 77:
-
 
+
#top1 #topnav #con{
-
#top1 #topnav .sublist{
+
    z-index: 5;
-
        z-index: 5;
+
height: 1px;
height: 1px;
-
width: 3%;
+
width: 30%;
overflow-y: hidden;
overflow-y: hidden;
-
overflow-x: visible;
+
opacity: 0.5;
-
opacity: 0;
+
position:absolute;
position:absolute;
transition: opacity 1s, height 1s;
transition: opacity 1s, height 1s;
Line 92: Line 90:
}
}
 +
#top1 #topnav ul li:hover > #con{
 +
height:12em;
 +
opacity:1;
 +
}
 +
 +
 +
#top1 #topnav .sublist{
 +
position:relative;
 +
left:-1.6em;
 +
}
 +
 +
#top1 #topnav #Team .sublist {
 +
width: 30%;
 +
}
#top1 #topnav #Project .sublist {
#top1 #topnav #Project .sublist {
-
width: 4%;
+
width: 53%;
}
}
#top1 #topnav #Modeling .sublist {
#top1 #topnav #Modeling .sublist {
-
width: 4%;
+
width: 50%;
}
}
#top1 #topnav #Achievements .sublist {
#top1 #topnav #Achievements .sublist {
-
width: 3%;
+
width: 40%;
}
}
#top1 #topnav #Human .sublist {
#top1 #topnav #Human .sublist {
-
width: 4%;
+
width: 53%;
}
}
 +
#top1 #topnav ul .sublist li  {
#top1 #topnav ul .sublist li  {
text-align: left;
text-align: left;
background-color: #FFFFFF;
background-color: #FFFFFF;
-
width: 400%;
+
width: 100%;
position: relative;
position: relative;
-
left:-2em;
 
border-left: thick solid #80c269;
border-left: thick solid #80c269;
margin-top: 0px;
margin-top: 0px;
Line 127: Line 139:
}
}
-
#top1 #topnav ul li:hover > .sublist{
 
-
height:12em;
 
-
opacity:1;
 
-
}
 
#top1 #topnav ul li:hover > .a1a  {
#top1 #topnav ul li:hover > .a1a  {
display: block;
display: block;

Revision as of 18:00, 13 October 2014

@charset "utf-8";

  1. clc {

float: none; clear: both; } .c { clear: both; } body { float: none; background-repeat: no-repeat; background-size: 100% 100%; width: 100%; margin-top: 0px; margin-bottom: 0px; background-attachment: fixed; text-align: center; background-image: url(Peking2014wcg_body2.jpg); }

  1. mainbody {

width: 85%; max-width: 1200px; min-width: 1000px; margin-top: 0px; margin-bottom: 0px; margin-left: auto; margin-right: auto; }

  1. top1 {

width: 100%; margin-bottom: 10px; }

  1. top1 #topnav {

border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; padding-top: 12px; width: 100%; height: 80px; background-color: #FFFFFF; display: block; }

  1. top1 #topnav ul {

list-style: none; }

  1. top1 #topnav ul li {

float: left; width: 10%; color: #000000; text-align: center; }

  1. top1 #topnav ul .a1a {

color: #80c269; text-decoration: none; font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif; font-size: large; font-style: normal; font-variant: normal; font-weight: bold; line-height: 65px; display: block; }

  1. top1 #topnav ul .a2a {

color: #80c269; text-decoration: none; font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif; font-size: large; font-style: normal; font-variant: normal; font-weight: bold; display: block; line-height: 0.8em; }


  1. top1 #topnav #con{
   z-index: 5;

height: 1px; width: 30%; overflow-y: hidden; opacity: 0.5; position:absolute; transition: opacity 1s, height 1s; -moz-transition: opacity 1s, height 1s; -webkit-transition: opacity 1s, height 1s; -o-transition: opacity 1s, height 1s; }

  1. top1 #topnav ul li:hover > #con{

height:12em; opacity:1; }


  1. top1 #topnav .sublist{

position:relative; left:-1.6em; }

  1. top1 #topnav #Team .sublist {

width: 30%; }

  1. top1 #topnav #Project .sublist {

width: 53%; }

  1. top1 #topnav #Modeling .sublist {

width: 50%; }

  1. top1 #topnav #Achievements .sublist {

width: 40%; }

  1. top1 #topnav #Human .sublist {

width: 53%; }


  1. top1 #topnav ul .sublist li {

text-align: left; background-color: #FFFFFF; width: 100%; position: relative; border-left: thick solid #80c269; margin-top: 0px; margin-right: 2px; margin-bottom: 8px; margin-left: 2px; z-index: 1; float: none; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; }

  1. top1 #topnav ul li:hover > .a1a {

display: block; color: #339999; line-height: 61px; border-bottom: thick solid #339999; }

  1. top1 #topnav ul .sublist li:hover > .a2a {

color: #339999; }

  1. top1 #topnav ul .sublist li:hover {

border-left: medium solid #339999; }


  1. titlepic {

width: 100%; z-index: 0; margin-top: 20px; margin-bottom: 20px; }

  1. titlepic img {

width: 100%; height: 100px; }

  1. bottom {

width: 100%; margin-top: 43px; }

  1. bottom img {

width: 100%; border-top-left-radius: 20px; border-top-right-radius: 20px; margin-top: 40px; }

  1. mainbody #jumpup {

position: fixed; right: 20px; bottom: 300px; }

  1. mainbody #jumpdown {

bottom: 230px; right: 20px; position: fixed; }