Template:Kyoto/css

From 2013.igem.org

(Difference between revisions)
 
(47 intermediate revisions not shown)
Line 9: Line 9:
     background-attachment: fixed;
     background-attachment: fixed;
     overflow-y: scroll;
     overflow-y: scroll;
 +
    font-family: arial;
 +
}
 +
 +
p {
 +
    font-size: 18px;
 +
    font-family: arial;
 +
    line-height:1.7;
 +
    text-indent: 1em;
 +
}
 +
 +
h2 {
 +
    font-size: 25px;
 +
   
 +
}
 +
 +
h1 {
 +
    font-size: 30px;
 +
    line-height: 1.3;
 +
}
 +
 +
/*** material and method***/
 +
#material ul {
 +
    font-size:18px;
 +
}
 +
 +
/*** notebooks ***/
 +
#notebooks ul{
 +
    font-size: 18px;
 +
}
 +
 +
/*** humanpractice ***/
 +
#ankeito h3 {
 +
    border-bottom: solid 1px #aaa;
 +
    font-size: 20px;
}
}
/*** official content ***/
/*** official content ***/
Line 98: Line 132:
#menu-coop:hover { background-position: -326px -325px; }
#menu-coop:hover { background-position: -326px -325px; }
-
#menu-logo{
+
#menu-logo {
-
     width: auto !important;
+
     width: 150px;
 +
    height: 150px;
 +
    margin: auto;
 +
    display: block;
 +
    background-image: url('https://static.igem.org/mediawiki/2013/e/ee/Lllllogp.png');
 +
    background-repeat: no-repeat;
 +
    background-position: 0px 0px;
 +
}
 +
#menu-logo:hover {
 +
    background-position: -150px 0px;
}
}
/*** top: link on-cursor explain box a6e670 ***/
/*** top: link on-cursor explain box a6e670 ***/
#projectexplain{
#projectexplain{
     background-color: #6ec2e6;
     background-color: #6ec2e6;
-
     border: 4px solid #ffffff;
+
     border: 0px solid #ffffff;
-
     width: 712px;
+
     width: 740px;
-
     height: 386px;
+
     height: 416px;
     border-radius: 2px;
     border-radius: 2px;
-
     margin: -8px 40px 0px 0px;
+
     margin: -10px 40px 0px 0px;
-
     padding: 10px;
+
     padding: 0;
     margin-bottom: 6px;
     margin-bottom: 6px;
}
}
#humanexplain{
#humanexplain{
     background-color: #e670a6;
     background-color: #e670a6;
-
     border: 4px solid #ffffff;
+
     border: 0px solid #ffffff;
-
     width: 712px;
+
     width: 740px;
-
     height: 386px;
+
     height: 416px;
     border-radius: 2px;
     border-radius: 2px;
-
     margin: -8px 40px 0px 0px;
+
     margin: -10px 40px 0px 0px;
-
     padding: 10px;
+
     padding: 0px;
     margin-bottom: 6px;
     margin-bottom: 6px;
}
}
#achievexplain{
#achievexplain{
     background-color: #e6c43e;
     background-color: #e6c43e;
-
     border: 4px solid #ffffff;
+
     border: 0px solid #ffffff;
-
     width: 712px;
+
     width: 740px;
-
     height: 386px;
+
     height: 416px;
     border-radius: 2px;
     border-radius: 2px;
-
     margin: -8px 40px 0px 0px;
+
     margin: -10px 40px 0px 0px;
-
     padding: 10px;
+
     padding: 0px;
     margin-bottom: 6px;
     margin-bottom: 6px;
}
}
Line 248: Line 291:
     width: 600px;
     width: 600px;
     height: 150px;
     height: 150px;
 +
}
 +
.turinglogo{
 +
    margin-top: 25px;
}
}
/*** Project Tab ***/
/*** Project Tab ***/
.kyoto-tabs{
.kyoto-tabs{
-
     margin-top: 100px;
+
     margin-top: 0;
     margin-left: 740px;
     margin-left: 740px;
     padding: 0;
     padding: 0;
Line 263: Line 309:
     margin: 0;
     margin: 0;
     padding: 0;
     padding: 0;
 +
}
 +
.Kyoto-toptab{
 +
    margin: 0;
 +
    padding: 0;
 +
    list-style: none;
 +
    width: 700px;
 +
    height: 100px;
 +
}
 +
.Kyoto-toptab > li{
 +
    margin: 0;
 +
    padding: 0;
 +
    width: 300px;
 +
    height: 100px;
 +
    float: left;
}
}
-
 
+
/*** sponsor ***/
 +
.sponsorback{
 +
    margin: 0;
 +
    padding: 0;
 +
    width: 740px;
 +
    background-color: #ffffff;
 +
}
 +
.sponsorleft{
 +
    float: left;
 +
    width: 553px;
 +
    height: 195px;
 +
    margin: 0;
 +
    padding: 0;
 +
}
 +
.sponsorkyoto{
 +
    float: left;
 +
    height: 195px;
 +
    width: 195px;
 +
    margin: 0;
 +
    padding: 0;
 +
}
 +
.sponsoridt{
 +
    float: left;
 +
    height: 68px;
 +
    width: 358px;
 +
    margin: 0;
 +
    padding: 0;
 +
}
 +
.sponsormbl{
 +
    float: left;
 +
    height: 127px;
 +
    width: 358px;
 +
    margin: 0;
 +
    padding: 0;
 +
}
 +
.sponsornaist{
 +
    float: left;
 +
    height: 195px;
 +
    width: 187px;
 +
    margin: 0;
 +
    padding: 0;
 +
}
/*** notebook calender ***/
/*** notebook calender ***/
#calender > table {
#calender > table {
Line 305: Line 406:
/*** sponsor ***/
/*** sponsor ***/
.sponsor-logo img{
.sponsor-logo img{
-
     margin:5px;
+
     margin: 0;
}
}
</style>
</style>
Line 314: Line 415:
     position: absolute;
     position: absolute;
}
}
 +
 +
 +
 +
</style>
</style>
</html>
</html>

Latest revision as of 01:00, 28 September 2013