Template:Team:KIT-Kyoto/Common

From 2014.igem.org

(Difference between revisions)
 
(478 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
-
 
<style type="text/css">
<style type="text/css">
-
.firstHeading {
+
*{
-
width: 975px;
+
font-family:'Lucida Grande',
-
margin: 0px auto;
+
'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
-
padding-top: 100px;
+
Meiryo, メイリオ, sans-serif;
-
margin-bottom: 20px;
+
font-size:16px;
-
font-family: Georgia, Times, "Times New Roman", serif;  
+
}
 +
.sentence a{
 +
color: rgb(0,20,300);
}
}
 +
#contentSub, #footer-box, #catlinks,#search-controls, #p-logo, .printfooter, .firstHeading, .visualClear {
 +
display: none;
 +
}
-
div#SideMenu{
+
#top-section li,#top-section a{
-
top:0;
+
font-size:13px;
-
width:250px;
+
}
 +
#menubar ul{
 +
line-height:1em;
 +
}
 +
#menubar ul li a:link,#menubar ul li a:visited,#menubar ul li a:active{
 +
color:gray;
 +
}
 +
 
 +
#menubar ul li a:hover{
 +
color:lime;
 +
}
 +
 
 +
#bgimg {
 +
position: fixed; 
 +
left:0;
 +
top:0;
 +
z-index: -1;
 +
height: 100%;  
 +
width: 100%;
 +
}
 +
 
 +
#bgimg img {
 +
position: fixed;
 +
min-height: 100%;
 +
min-width: 800px;
 +
width: 100%;
 +
height: auto;
 +
left:0;
 +
top:0;
 +
}
 +
 
 +
div#container{
 +
margin:0 30px 0 270px;
height:100%;
height:100%;
-
float:left;
+
}
-
position:fixed;
+
-
background-color: rgba(100,100,100,0.7);
+
-
/* IE6 */
+
div#container div.main-contents{
-
_position:absolute;  
+
padding:30px;
-
_top:expression(eval(document.documentElement.scrollTop+30)+'px');
+
position:relative;
 +
width:70%;
 +
min-width:730px;
 +
max-width:930px;
 +
margin:100px auto;
 +
background-color:rgba(300,300,300,0.85);
 +
overflow:hidden;
}
}
-
div.main-contents{
+
.sentence{
-
margin-top:100px;
+
font-family:'Lucida Grande',
-
width:800px;
+
'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
-
margin-left:320px;
+
Meiryo, メイリオ, sans-serif;
-
padding:50px 50px 50px 50px;
+
text-align:justify;
-
background-color:rgba(300,300,300,0.8);
+
line-height:2em;
-
text-align:center;
+
text-indent:1em;
}
}
-
div.main-contents q.main-contents{
+
 
-
margin-top:100px;
+
.sentence span{
-
width:800px;
+
border-bottom:2px solid rgba(300,0,0,0.5);
-
height:50px;
+
-
text-align:center;
+
}
}
 +
.kitimg{
 +
float:right;
 +
margin:20px;
 +
}
-
h1, h2, h3, h4, h5 { font-family: Georgia, Times, "Times New Roman", serif;}
+
.box1{
 +
margin:30px 30px 30px 200px;
 +
text-align:justify;
 +
border-bottom:dashed 1px rgba(0,0,0,0.2);
 +
}
 +
.box2{
 +
margin:30px 200px 30px 30px;
 +
text-align:justify;
 +
border-bottom:dashed 1px rgba(0,0,0,0.2);
 +
}
 +
 
 +
ul.materials{
 +
padding-left:10px;
 +
list-style:disc;
 +
font-family:'Lucida Grande',
 +
'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 +
Meiryo, メイリオ, sans-serif;
 +
}
 +
 
 +
.procedure{
 +
padding-left:10px;
 +
list-style:decimal;
 +
font-family:'Lucida Grande',
 +
'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 +
Meiryo, メイリオ, sans-serif;
 +
line-height:2em;
 +
}
 +
 
 +
.note{
 +
padding-left:10px;
 +
list-style:none;
 +
font-family:'Lucida Grande',
 +
'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 +
Meiryo, メイリオ, sans-serif;
 +
}
 +
 
 +
.toplogo img{
 +
position:relative;
 +
margin:14px -10px -10px -15px;
 +
z-index:1;
 +
}
 +
 
 +
.hp_top{
 +
position:relative;
 +
left:50%;
 +
margin-left:-200px;
 +
}
 +
 
 +
 
 +
h1, h2, h3, h4, h5 {  
 +
font-family:'Lucida Grande',
 +
'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 +
Meiryo, メイリオ, sans-serif;
 +
}
 +
 
 +
h1{
 +
font-size:40px;
 +
}
 +
 
 +
h2{
 +
padding-left:10px;
 +
border-left:5px solid rgba(0,200,100,0.8);
 +
font-size:30px;
 +
font-weight:bold;
 +
}
 +
 
 +
h2 a{
 +
display:block;
 +
font-size:30px;
 +
font-weight:bold;
 +
cursor:text;
 +
}
 +
 
 +
h2 a:link,h2 a:hover,h2 a:visited,h2 a:active{
 +
color:#000000;
 +
text-decoration:none;
 +
}
-
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
+
#top-section {  
background-color: #383838;
background-color: #383838;
border: 0 none;
border: 0 none;
Line 52: Line 170:
}
}
-
#top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/
+
#top-section-bar {  
background-color: #383838;
background-color: #383838;
height: 14px;
height: 14px;
Line 62: Line 180:
}
}
-
#menubar a:link, #menubar a:active, #menubar a:visited, #menubar a:hover, #menubar:hover { /*-- styling for default menu bar links (edit, page, history, etc.) --*/
+
#menubar a:link, #menubar a:active, #menubar a:visited, #menubar a:hover, #menubar:hover {  
color: #727272;  
color: #727272;  
text-decoration: none;  
text-decoration: none;  
background-color: transparent;
background-color: transparent;
}
}
 +
#kitfooter-box {
 +
  border-top: 1px solid rgba(0,120,200,0.4);
 +
        margin:10px auto -25px auto;
 +
padding:5px 5px;
 +
        z-index:1;
 +
        position:relative;
 +
        overflow:hidden;
 +
}
 +
 +
#kitfooter-box a {
 +
        background-color: transparent;
 +
color: midnightblue;
 +
font-size:90%;
 +
}
 +
 +
#kitfooter{
 +
width:70%;
 +
height:50px;
 +
margin:auto;
 +
}
 +
 +
ul#fkit{
 +
margin:5px 0px 0px 0px;
 +
text-align:center;
 +
}
 +
 +
ul#fkit li{
 +
        display:inline;
 +
        list-style:none;
 +
        margin:2px 1%;
 +
font-size:12px;
 +
}
 +
body {  
body {  
-
background-color: #fff;
+
background-color: #fff;
 +
padding:0;
 +
margin:0;
}
}
-
#globalWrapper, #content { /*-- changes default wiki settings --*/
+
#globalWrapper, #content {  
width: 100%;  
width: 100%;  
height: 100%;
height: 100%;
Line 81: Line 234:
}
}
-
html, body { /*-- changes default wiki settings --*/
+
html, body {  
width: 100%;  
width: 100%;  
height: 100%;  
height: 100%;  
background-color: transparent;
background-color: transparent;
}
}
-
 
+
.clear {
-
#contentcontainer { /*-- creates container for all content on page --*/
+
    clear:both;  
-
font-family: Arial, Helvetica, sans-serif;  
+
-
font-weight: normal;
+
.clear hr {
-
font-size: 14px;
+
    display:none;  
-
color: #414141;
+
-
width: 960px;
+
-
margin-left: auto;
+
-
margin-right: auto;
+
-
background-color: #transparent;
+
-
margin-top: 0px;  
+
}
}
-
 
+
.mimg1{
-
.sidemenu, .sidemenu li {  
+
width: 240px;
-
list-style-type: none;
+
-
list-style-image: none;
+
-
font-family: verdana;
+
-
text-decoration: none;
+
-
color:#000;
+
-
font-size: 14px;
+
}
}
-
 
+
.mimg2{
-
.sidemenu li {display: block;}
+
width:400px;
-
 
+
-
.sidemenu a {
+
-
text-decoration:none;
+
-
color: #000;
+
-
display: block;
+
-
width: 180px;
+
-
height: 100%;
+
-
padding: 3px 5px;
+
-
transition: .25s ease-in-out;
+
-
-moz-transition: .25s ease-in-out;
+
-
-webkit-transition: .25s ease-in-out;
+
-
}
+
-
 
+
-
.sidemenu a.greyout { color: #909090; }
+
-
 
+
-
.sidemenu a:hover {
+
-
color:#666;
+
-
background-color: #d9f5aa;
+
}
}
-
 
+
figure.mimg1,.mimg2 {
-
.sub-sidemenu {font-size: 10px; margin-bottom: 20px; color: #666; display: none;}
+
position: relative;
-
.sub-sidemenu a {color: #666;}
+
overflow: hidden;
-
 
+
background: #37e996;
-
div.underconst
+
        margin:10px;
-
{
+
-
padding:10px;
+
-
border-radius:5px;
+
-
background-color:pink;
+
-
text-align:center;
+
}
}
-
 
+
figure.mimg1 img,figure.mimg2 img {
-
a.anchor{display: block; position: relative; top: -80px; visibility: hidden;}
+
position: relative;
-
 
+
z-index: 1;
-
.contentpara {margin-bottom: 30px;}
+
-webkit-transition: .3s;
-
 
+
transition: .3s;
-
span.email{font-family: monospace; font-weight: normal;}
+
-
 
+
-
fieldset {border: 1px solid #337f53;}
+
-
 
+
-
.greyout {color: #A0A0A0;}
+
-
.highlightme {background-color: #FFFF00;}
+
-
 
+
-
#alertContainer {border: 2px solid red; margin-bottom: 10px; width: 936px;}
+
-
#annContainer {margin-left: 8px;}
+
-
#newsContainer {border: 1px solid #ccc;}
+
-
 
+
-
.newsTitle {
+
-
display: block;  
+
-
color: #414141;
+
-
font-size: 25px; 
+
-
        font-family: Georgia, Times, "Times New Roman", serif;
+
-
padding: 15px 15px 5px 10px;
+
-
border-bottom: 1px solid #ccc;
+
-
margin-bottom: 10px;  
+
}
}
-
 
+
figcaption.mcap1 ,figcaption.mcap2{
-
.newsItem {
+
position: absolute;
-
border-bottom: 1px solid #ccc;  
+
bottom: -70px;
-
display: block;  
+
left: 0;
-
padding: 5px 15px 10px 10px;  
+
z-index: 2;
-
margin-bottom: 5px;  
+
        width:100%;
 +
height: 70px;
 +
background: #37e996;
 +
-webkit-transition: .3s;
 +
transition: .3s;
}
}
-
 
+
.mimg1:hover img ,.mimg2:hover img{
-
.newsItem h3 {
+
-webkit-transform: translateY(-40px);
-
width: auto;
+
transform: translateY(-40px);
-
display: inline;
+
-
font-size: 14px;
+
-
font-family: Arial, Helvetica, sans-serif;  
+
-
padding: 0px;
+
-
margin: 0px;
+
}
}
-
 
+
.mimg1:hover figcaption ,.mimg2:hover figcaption{
-
.newsItem img {
+
bottom: 0;
-
float: right;
+
-webkit-transform: translateY(-30px);
-
clear: right;
+
transform: translateY(-30px);
-
width: 80px;  
+
-
padding-left: 15px;
+
-
display: inline-block;
+
-
}
+
-
 
+
-
.newsItem .newsDate {
+
-
font-style: italic;
+
-
font-size: 14px;  
+
-
display: inline-block;
+
-
color: #999;
+
-
float: right;
+
-
padding: 0px 0px 10px 15px;
+
}
}
-
 
-
.newsItem p, .newsItem ul, .newsItem li {
 
-
padding: 0px;
 
-
margin-left: 20px;
 
-
font-size: 12px;
 
-
line-height: 1.2;
 
-
}
 
-
 
-
.newsItem p {margin-top: 10px;}
 
-
 
-
.annItem {
 
-
border: 2px solid #96d359;
 
-
display: block;
 
-
padding: 0px 15px 10px 10px;
 
-
margin-bottom: 18px;
 
-
position: relative;
 
-
height: 160px;
 
-
vertical-align: middle;
 
-
}
 
-
 
-
.annItem .annCentered {
 
-
display: table-cell;
 
-
vertical-align: middle;
 
-
height: 160px;
 
-
}
 
-
 
-
.annCentered h3 {
 
-
padding: 0px;
 
-
display: block;
 
-
margin-left: auto;
 
-
margin-right: auto;
 
-
text-align: center;
 
-
}
 
-
 
-
.annItem ul, .annItem li {padding: 0px; margin: 0px;}
 
-
.annItem li {list-style: none; margin: 5px}
 
-
 
-
</style>
 
</style>
</style>
</html>
</html>

Latest revision as of 18:15, 17 October 2014