Difference between revisions of "Template:Kyoto"

 
(260 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: 81%;
+
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 */
 
        .nav-wrapper {
 
                border: 1px solid;
 
                border-collapse: collapse;
 
                padding: 5px;
 
        }
 
  
 
/* hover for the links */
 
/* hover for the links */
.igem_2017_content_wrapper a:hover {  
+
a:hover {  
text-decoration:none;
+
text-decoration:underline;
color:#000000;
+
 
}
 
}
  
 +
        /* 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;
 +
        }
 +
     
 +
        ul.nv li {
 +
                width: 10%;
 +
                display: inline-block;
 +
                list-style-type: none;
 +
                position: relative;
 +
                vertical-align: center;
 +
                text-align: center;
 +
                font-size:20px;
 +
                letter-spacing: normal;
 +
                font-family: serif, 'Times New Roman';
 +
                margin-bottom:0px;
 +
                white-space:nowrap;
 +
        }
 +
 +
        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 286: Line 433:
 
font-size: 13px;
 
font-size: 13px;
 
font-family:Tahoma, Geneva, sans-serif;  
 
font-family:Tahoma, Geneva, sans-serif;  
        }
+
}
  
 
/* Table */
 
/* Table */
Line 294: Line 441:
 
border: 1px solid #d3d3d3;  
 
border: 1px solid #d3d3d3;  
 
border-collapse: collapse;
 
border-collapse: collapse;
                 text-align: center;
+
                  
}
+
        }
  
 
/* table cells */
 
/* table cells */
Line 385: Line 532:
  
 
/* button class */
 
/* button class */
button{
+
.igem_2017_content_wrapper .button{
 
max-width: 35%;
 
max-width: 35%;
 
  margin: 30px auto;
 
  margin: 30px auto;
Line 391: Line 538:
 
     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 448: Line 595:
 
}
 
}
 
         p{
 
         p{
             font-size: 2em;
+
             font-size: 140%;
 
         }
 
         }
 
</style>
 
</style>
Line 463: Line 610:
  
 
</head>
 
</head>
 
 
 
 
 
 
 
 
<!-- start of content --!>
 

Latest revision as of 15:36, 1 November 2017