Difference between revisions of "Team:Vilnius-Lithuania"

Line 10: Line 10:
 
         width: 1000px;
 
         width: 1000px;
 
     }
 
     }
 +
 
     div#bodyContent p:nth-of-type(2) {
 
     div#bodyContent p:nth-of-type(2) {
 
         margin: 0px;
 
         margin: 0px;
 
         height: 0px;
 
         height: 0px;
 +
    }
 +
 +
    .b-default {
 +
        border: 1px solid rgb(120, 65, 54);
 
     }
 
     }
 
     .b-default-h {
 
     .b-default-h {
         border-left: 1px solid rgb(120,65,54);
+
         border-left: 1px solid rgb(120, 65, 54);
         border-right: 1px solid rgb(120,65,54);
+
         border-right: 1px solid rgb(120, 65, 54);
 
     }
 
     }
 +
 
     .b-default-v {
 
     .b-default-v {
         border-top: 1px solid rgb(120,65,54);
+
         border-top: 1px solid rgb(120, 65, 54);
         border-bottom: 1px solid rgb(120,65,54);
+
         border-bottom: 1px solid rgb(120, 65, 54);
 
     }
 
     }
 +
 
     .b-default-top {
 
     .b-default-top {
         border-top: 1px solid rgb(120,65,54);
+
         border-top: 1px solid rgb(120, 65, 54);
 
     }
 
     }
 +
 
     .b-default-bottom {
 
     .b-default-bottom {
         border-bottom: 1px solid rgb(120,65,54);
+
         border-bottom: 1px solid rgb(120, 65, 54);
 
     }
 
     }
 
</style>
 
</style>
<header class="container-fluid b-default-top b-default-h">
+
<header class="container">
     <div class="row">
+
     <div class="row b-default" style="margin-bottom: 15px">
 
         <div class="col-md-12 text-center" style="padding-top: 50px; padding-bottom: 50px;">
 
         <div class="col-md-12 text-center" style="padding-top: 50px; padding-bottom: 50px;">
 
             <h5>Vilnius iGEM 2015</h5>
 
             <h5>Vilnius iGEM 2015</h5>
Line 39: Line 47:
 
     <style>
 
     <style>
  
    #cssmenu ul {list-style: none;}
+
        #cssmenu ul {
    #cssmenu a {text-decoration: none;}
+
            list-style: none;
 +
        }
  
    #cssmenu {
+
        #cssmenu a {
        height: 70px; /* This is for the main menu bit at the top */
+
            text-decoration: none;
         box-shadow: 0px 2px 3px rgba(0,0,0,.4);
+
         }
    }
+
  
    #cssmenu > ul {
+
        #cssmenu {
        text-align:center;
+
            height: 70px; /* This is for the main menu bit at the top */
    }
+
            box-shadow: 0px 2px 3px rgba(0, 0, 0, .4);
 +
        }
  
    #cssmenu > ul > li {
+
        #cssmenu > ul {
        display:inline-block;
+
            text-align: center;
        margin-left: 15px;       /* This is when the drop down box appears */
+
         }
         position: relative;
+
        z-index: 1;
+
    }
+
  
    #cssmenu > ul > li > a {
+
        #cssmenu > ul > li {
        color: rgb(120,65,54);
+
            display: inline-block;
        letter-spacing: 2px;
+
            margin-left: 15px; /* This is when the drop down box appears */
        font-family: Verdana, 'Lucida Grande';
+
            position: relative;
        font-size: 14px;
+
            z-index: 1;
        line-height: 70px; /* This bit chances the size of the text on the main heading */
+
         }
        padding: 15px 24px; /* This is the padding between the different titles */
+
        -webkit-transition: color .15s;
+
        -moz-transition: color .15s;
+
         -o-transition: color .15s;
+
        transition: color .15s;
+
    }
+
  
    #cssmenu > ul > li > a:hover {color: rgb(250,250,250); }
+
        #cssmenu > ul > li > a {
 +
            color: rgb(120, 65, 54);
 +
            letter-spacing: 2px;
 +
            font-family: Verdana, 'Lucida Grande';
 +
            font-size: 14px;
 +
            line-height: 70px; /* This bit chances the size of the text on the main heading */
 +
            padding: 15px 24px; /* This is the padding between the different titles */
 +
            -webkit-transition: color .15s;
 +
            -moz-transition: color .15s;
 +
            -o-transition: color .15s;
 +
            transition: color .15s;
 +
        }
  
    #cssmenu > ul > li > ul {
+
        #cssmenu > ul > li > a:hover {
        opacity: 0;
+
            color: rgb(250, 250, 250);
        visibility: hidden;
+
         }
        padding: 16px 0 20px 0;
+
        background-color: rgb(250,250,250);
+
         text-align: left;  /* This is for the text when box is dropped down, centered isnt always totally in the middle so best to have on the left */
+
        position: absolute;
+
        top: 55px; /* This is for the drop down annimation */
+
        left: 50%;
+
        margin-left: -90px;
+
        width: 180px;
+
        -webkit-transition: all .3s .1s;
+
        -moz-transition: all .3s .1s;
+
        -o-transition: all .3s .1s;
+
        transition: all .3s .1s;
+
        -webkit-border-radius: 2px;
+
        -moz-border-radius: 2px;
+
        border-radius: 2px;
+
        -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
+
        -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
+
        box-shadow: 0px 1px 3px rgba(0,0,0,.4);
+
    }
+
  
    #cssmenu > ul > li:hover > ul {
+
        #cssmenu > ul > li > ul {
        opacity: 1;
+
            opacity: 0;
        top: 65px; /* This is how far from the top the drop down annimation will go  */
+
            visibility: hidden;
        visibility: visible;
+
            padding: 16px 0 20px 0;
    }
+
            background-color: rgb(250, 250, 250);
 +
            text-align: left; /* This is for the text when box is dropped down, centered isnt always totally in the middle so best to have on the left */
 +
            position: absolute;
 +
            top: 55px; /* This is for the drop down annimation */
 +
            left: 50%;
 +
            margin-left: -90px;
 +
            width: 180px;
 +
            -webkit-transition: all .3s .1s;
 +
            -moz-transition: all .3s .1s;
 +
            -o-transition: all .3s .1s;
 +
            transition: all .3s .1s;
 +
            -webkit-border-radius: 2px;
 +
            -moz-border-radius: 2px;
 +
            border-radius: 2px;
 +
            -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .4);
 +
            -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, .4);
 +
            box-shadow: 0px 1px 3px rgba(0, 0, 0, .4);
 +
        }
  
    #cssmenu > ul > li > ul:before{
+
        #cssmenu > ul > li:hover > ul {
        content: '';
+
            opacity: 1;
        display: block;
+
            top: 65px; /* This is how far from the top the drop down annimation will go */
        border-color: transparent transparent rgb(250,250,250) transparent;
+
            visibility: visible;
        border-style: solid;
+
         }
        border-width: 10px;  /* The border on the drop down box */
+
        position: absolute;
+
         top: -20px;
+
        left: 50%;
+
        margin-left: -10px;
+
    }
+
  
    #cssmenu > ul ul > li { position: relative;}
+
        #cssmenu > ul > li > ul:before {
 +
            content: '';
 +
            display: block;
 +
            border-color: transparent transparent rgb(250, 250, 250) transparent;
 +
            border-style: solid;
 +
            border-width: 10px; /* The border on the drop down box  */
 +
            position: absolute;
 +
            top: -20px;
 +
            left: 50%;
 +
            margin-left: -10px;
 +
        }
  
    #cssmenu ul ul a{     /* This is the drop down menu, change font or size when its drops down */
+
        #cssmenu > ul ul > li {
        color: rgb(50,50,50);
+
            position: relative;
         font-family: Verdana, 'Lucida Grande';
+
         }
        font-size: 13px;
+
        background-color: rgb(250,250,250);
+
        padding: 5px 8px 7px 16px;
+
        display: block;
+
        -webkit-transition: background-color .1s;
+
        -moz-transition: background-color .1s;
+
        -o-transition: background-color .1s;
+
        transition: background-color .1s;
+
    }
+
  
    #cssmenu ul ul a:hover {background-color: rgb(240,240,240);}
+
        #cssmenu ul ul a {
 +
            /* This is the drop down menu, change font or size when its drops down */
 +
            color: rgb(50, 50, 50);
 +
            font-family: Verdana, 'Lucida Grande';
 +
            font-size: 13px;
 +
            background-color: rgb(250, 250, 250);
 +
            padding: 5px 8px 7px 16px;
 +
            display: block;
 +
            -webkit-transition: background-color .1s;
 +
            -moz-transition: background-color .1s;
 +
            -o-transition: background-color .1s;
 +
            transition: background-color .1s;
 +
        }
  
    #cssmenu ul ul ul {  /* In this build i havent included a sub sub menu in, but here is the code if ever needed */
+
         #cssmenu ul ul a:hover {
         visibility: hidden;
+
            background-color: rgb(240, 240, 240);
        opacity: 0;
+
         }
        position: absolute;
+
        top: -16px;
+
        left: 206px; /* This is for a sub sub menu */
+
        padding: 16px 0 20px 0;
+
        background-color: rgb(250,250,250);
+
        text-align: left;
+
        width: 160px;
+
        -webkit-transition: all .3s;
+
        -moz-transition: all .3s;
+
        -o-transition: all .3s;
+
        transition: all .3s;
+
        -webkit-border-radius: 2px;
+
        -moz-border-radius: 2px;
+
        border-radius: 2px;
+
        -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
+
        -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
+
        box-shadow: 0px 1px 3px rgba(0,0,0,.4);
+
    }
+
 
+
    #cssmenu ul ul > li:hover > ul {
+
        opacity: 1;
+
        left: 196px;
+
        visibility: visible;}
+
      #cssmenu ul ul a:hover{
+
        background-color: rgb(200,145,134);
+
        color: rgb(240,240,240);
+
    }
+
 
+
    #wrapper #page #page-bgtop #page-bgbtm #content .post .entry table tr td {
+
         text-align: center;
+
    }
+
  
 +
        #cssmenu ul ul a:hover {
 +
            background-color: rgb(200, 145, 134);
 +
            color: rgb(240, 240, 240);
 +
        }
 
     </style>
 
     </style>
     <nav class="row b-default-v" style="background-color: #D7CBB5;">
+
     <nav class="row b-default" style="background-color: #D7CBB5;">
 
         <div id="cssmenu" class="col-md-12 text-center">
 
         <div id="cssmenu" class="col-md-12 text-center">
 
             <ul class="list-unstyled list-inline">
 
             <ul class="list-unstyled list-inline">

Revision as of 11:42, 14 July 2015


Vilnius iGEM 2015

Lorem ipsum

Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.

Footer