Difference between revisions of "Template:Kyoto"

 
(252 intermediate revisions by the same user not shown)
Line 96: Line 96:
 
 
 
/* Clear the default wiki settings */
 
/* Clear the default wiki settings */
 +
 +
#home_logo, #sideMenu { display:none; }
 +
#sideMenu, #top_title, .patrollink  {display:none;}
 +
#content { width:100%; padding:0px; margin-left:0px;} #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
 +
 +
#mw-content-text > p{
 +
  margin:0;
 +
}
 +
 
 
 
/**************************************************************** MENU ***************************************************************/
 
/**************************************************************** MENU ***************************************************************/
Line 212: Line 221:
 
/* Wrapper for the content */
 
/* Wrapper for the content */
 
.igem_2017_content_wrapper {
 
.igem_2017_content_wrapper {
width: 100%;
+
width: 75%;
margin: 2%;
+
margin: 0 auto;
 
display:block;
 
display:block;
 
float:left;  
 
float:left;  
background-color:white;  
+
background-color:black;  
 
font-family:Tahoma, Geneva, sans-serif;  
 
font-family:Tahoma, Geneva, sans-serif;  
 
}
 
}
Line 222: Line 231:
  
 
/********************************* HTML STYLING  *********************************/
 
/********************************* HTML STYLING  *********************************/
 +
        #BACKGROUND {
 +
                background-image: url(https://static.igem.org/mediawiki/2017/d/d9/Back_gray.png);
 +
                background-position: center center;
 +
                background-repeat: no-repeat;
 +
                background-attachment: fixed;
 +
                background-size: cover;
 +
        }
 +
 +
        #wrapper {
 +
                width: 90%;
 +
                margin: 0 auto;
 +
                background-color: #ffffff;
 +
                padding-top:0;
 +
                padding-bottom:0;
 +
        }
 +
  
 
/* styling for the titles h1 h2 */
 
/* styling for the titles h1 h2 */
h1,h2 {
+
h1{  
padding:5px 15px;  
+
                font-size: 300%;
 +
                font-family: serif, 'Times New Roman';
 +
padding:35px 5px 15px 15px;  
 
border-bottom: 0px;  
 
border-bottom: 0px;  
color: #3399ff;
+
color: #606060;
 
                 text-align: center;
 
                 text-align: center;
 +
                line-height:120px;
 +
        }
 +
        h2 {
 +
                font-size: 45px;
 +
                font-family: serif, 'Times New Roman';
 +
padding:5px 15px;
 +
border-bottom: 0px;
 +
color:#606060;
 +
                text-align: left;
 +
                line-height:90px;
 
}
 
}
  
  
/* styling for the titles  h3 h4 h5 h6*/
+
/* styling for the titles  h3 h4 h6*/
h3,h4,h5,h6 {
+
h3 {
 +
                font-size:300%;
 +
                font-family: serif, 'Times New Roman';
 
padding:5px 15px;  
 
padding:5px 15px;  
 
border-bottom:0px;  
 
border-bottom:0px;  
color: #000000;   
+
color: #606060; 
                 text-align: center;
+
                margin-right:10%;
 +
                margin-left:10%;
 +
                line-height:60px;
 +
}
 +
        h4 {
 +
                font-size:30px;
 +
                font-family: serif, 'Times New Roman';
 +
padding:5px 15px;
 +
border-bottom:0px;
 +
color: #606060;   
 +
                 text-align: left;
 +
                line-height:60px;
 +
}
 +
 
 +
        h5 {
 +
                margin-left: 10%;
 +
                margin-right:10%;
 +
                font-size:200%;
 +
                font-family: serif, 'Times New Roman';
 +
padding:5px 15px;
 +
color: #78563d; 
 +
                text-align: left;
 +
                line-height:60px;
 +
                border-bottom:1px solid #78563d;
 +
}
 +
        h6 {
 +
                border-bottom:1px solid #78563d;
 +
                margin-left:10%;
 +
                margin-right:10%; 
 +
                font-size:150%;
 +
                font-family: serif, 'Times New Roman';
 +
padding:5px 15px;
 +
border-bottom:0px;
 +
color: #606060; 
 +
                text-align: left;
 +
                line-height:60px;
 
}
 
}
  
  
 
/* font and text */
 
/* font and text */
        p {  
+
p {
 +
                color:#606060;
 +
                margin-right:10%;
 +
                margin-left:10%;
 +
                font-family: serif, 'Times New Roman';
 
padding: 0px 15px;  
 
padding: 0px 15px;  
font-size: 30px;
+
font-size: 140%;
                 text-align: center;
+
                 text-align: left;
 
}
 
}
 
 
/* Links */
 
/* Links */
a {  
+
a {     color:#78563d;
font-weight: bold;
+
-ebkit-transition: all 0.4s ease;
text-decoration: underline;
+
        -moz-transition: all 0.4s ease;  
text-decoration-color: #3399ff;
+
color: #3399ff;
+
-webkit-transition: all 0.4s ease;
+
-moz-transition: all 0.4s ease;  
+
 
-ms-transition: all 0.4s ease;  
 
-ms-transition: all 0.4s ease;  
 
-o-transition: all 0.4s ease;  
 
-o-transition: all 0.4s ease;  
 
transition: all 0.4s ease;
 
transition: all 0.4s ease;
 
}
 
}
        /* Top-banner */
+
 
         ul.nv {
+
/* hover for the links */
                 display:table;
+
a:hover {
                 table-layout: fixed;
+
text-decoration:underline;
                 width: 100%;
+
}
 +
 
 +
        /* top banner list */
 +
         #header{
 +
                 background-color:#606060;
 +
                 position:fixed;
 +
                width:90%;
 +
                margin-left:5%;
 +
                margin-right:0;
 +
                z-index:2;
 +
        }
 +
        ul.nv {
 +
                position:fixed;
 +
                 width:100%;
 +
                min-height: 40px;
 +
                position: relative;
 +
                font-size: 0px;
 +
                margin-left:0;
 
         }
 
         }
        /*topbanner contents*/
+
     
         ul.nv li a {
+
         ul.nv li {
                 display: table-cell;
+
                width: 10%;
                 vertical-align: middle;
+
                 display: inline-block;
 +
                list-style-type: none;
 +
                position: relative;
 +
                 vertical-align: center;
 
                 text-align: center;
 
                 text-align: center;
                 border: solid 1px;
+
                 font-size:20px;
                 width: 100px;
+
                 letter-spacing: normal;
                 height: 100px;
+
                 font-family: serif, 'Times New Roman';
 +
                margin-bottom:0px;
 +
                white-space:nowrap;
 
         }
 
         }
               
 
/* hover for the links */
 
.igem_2017_content_wrapper a:hover {
 
text-decoration:none;
 
color:#000000;
 
}
 
  
 +
        ul.nv a {
 +
                background-color: #606060;
 +
                color: white;             
 +
                line-height: 60px;       
 +
                text-align: center;       
 +
                text-decoration: none;   
 +
                font-weight: bold;       
 +
                display: block;           
 +
        }
 +
        ul.nv a:hover {
 +
                background-color: #aade29;
 +
                color: #000000;           
 +
        }
 +
 +
        ul.nv li:hover ul {
 +
                display: block;
 +
        }
 +
     
 +
        ul.nv ul{
 +
                width: 120%;
 +
                display: none;
 +
                margin: 0px;
 +
                padding: 0px;
 +
                position: absolute;
 +
                white-space:normal;
 +
                font-size:0;
 +
        }
 +
 +
        ul.nv ul li {
 +
                width: 120%;           
 +
                border-top: 1px solid #ffffff;
 +
                text-align : center;
 +
                font-family: serif, 'Times New Roman';
 +
                white-space:normal;
 +
                font-size:15px;
 +
        }
 +
        ul.nv ul li a {
 +
                line-height: 1.5em;   
 +
                text-align: center;     
 +
                padding-left: 5px;   
 +
                font-weight: normal; 
 +
        }
 +
        ul.nv ul li a:hover {
 +
                background-color: #aade29;
 +
                color: #000000;           
 +
        }
 +
        #blank{
 +
          margin-right:30%;
 +
        }
 +
             
 
/* non numbered lists */
 
/* non numbered lists */
 
.igem_2017_content_wrapper ul {
 
.igem_2017_content_wrapper ul {
 
padding:0px 20px;
 
padding:0px 20px;
 
font-size: 13px;
 
font-size: 13px;
font-family:Tahoma, Geneva, sans-serif;
+
font-family:Tahoma, Geneva, sans-serif;  
                float: left;  
+
 
}
 
}
  
Line 295: Line 433:
 
font-size: 13px;
 
font-size: 13px;
 
font-family:Tahoma, Geneva, sans-serif;  
 
font-family:Tahoma, Geneva, sans-serif;  
        }
+
}
  
 
/* Table */
 
/* Table */
Line 303: Line 441:
 
border: 1px solid #d3d3d3;  
 
border: 1px solid #d3d3d3;  
 
border-collapse: collapse;
 
border-collapse: collapse;
                 text-align: center;
+
                  
}
+
        }
  
 
/* table cells */
 
/* table cells */
Line 394: Line 532:
  
 
/* button class */
 
/* button class */
button{
+
.igem_2017_content_wrapper .button{
                display: block; height: 100%; width:100%;
+
max-width: 35%;
width: 10%;
+
  margin: 30px auto;
  margin: 5px;
+
 
padding: 12px 10px;
 
padding: 12px 10px;
 
     background-color: #3399ff;
 
     background-color: #3399ff;
 
     text-align: center;
 
     text-align: center;
   color: #000000;
+
   color: #ffffff;
 
-webkit-transition: all 0.4s ease;  
 
-webkit-transition: all 0.4s ease;  
 
-moz-transition: all 0.4s ease;  
 
-moz-transition: all 0.4s ease;  
 
-ms-transition: all 0.4s ease;  
 
-ms-transition: all 0.4s ease;  
-o-transition: all 0.4s ease; transition: all 0.4s ease;                
+
-o-transition: all 0.4s ease; transition: all 0.4s ease;
 
}
 
}
  
Line 458: Line 595:
 
}
 
}
 
         p{
 
         p{
             font-size: 2em;
+
             font-size: 140%;
 
         }
 
         }
 
</style>
 
</style>
Line 473: Line 610:
  
 
</head>
 
</head>
 
 
 
 
 
 
 
 
<!-- start of content --!>
 

Latest revision as of 15:36, 1 November 2017