Template:KIT-Kyoto-1

From 2013.igem.org

(Difference between revisions)
(Created page with "__NOTOC__ <html> <head> <style type=text/css> - ★2011仕様のページ下の☐けすやつ: #catlinks { background-color: #FEFEEB; border: none; clear: both...")
 
(10 intermediate revisions not shown)
Line 3: Line 3:
<html>
<html>
<head>
<head>
 +
<style type=text/css>
<style type=text/css>
 +
 +
 +
p {
 +
  text-indent: 0.5em;
 +
  margin:0;
 +
}
 +
 +
.document{
 +
  width: 1200px;
 +
  background-color: white;
 +
 +
  border: 1px solid #aaaaaa;
 +
  margin: 0 auto;
 +
  padding: 0px;
 +
 +
  overflow: hidden; 
 +
  height: auto;
 +
 +
  padding: 5px;
 +
 +
}
 +
 +
#doc-left{
 +
  width: 200px;
 +
  float: left;
 +
  overflow: hidden; 
 +
}
 +
 +
#doc-right{
 +
  float: right;
 +
  text-align: left;
 +
 +
  width: 980px;
 +
  padding: 5px;
 +
}
 +
 +
/* ★2011仕様のページ下の☐けすやつ */
/* ★2011仕様のページ下の☐けすやつ */
Line 21: Line 59:
/* ★見出しデザインSTART */
/* ★見出しデザインSTART */
-
 
h2{
h2{
-
border-bottom:1px dotted #9f1522;
 
-
border-left:3px double #9f1522;
 
-
background:transparent;
 
padding:5px 10px;
padding:5px 10px;
-
margin-top:5px;
 
-
text-align:left;
 
}
}
-
h1{
 
-
border-bottom:1px dotted #9f1522;
 
-
border-left:3px double #9f1522;
 
-
background:transparent;
 
-
padding:5px 10px;
 
-
margin-top:5px;
 
-
text-align:left;
 
-
}
 
/* ★見出しデザインここまで */
/* ★見出しデザインここまで */
Line 45: Line 69:
/* ★HP全体のフォントとか色とか背景とか設定 START */
/* ★HP全体のフォントとか色とか背景とか設定 START */
-
 
-
/*
 
-
* Metro UI CSS
 
-
* (c) 2012-2013 by Sergey Pimenov
 
-
* Licensed under the MIT License and Commercial
 
-
*
 
-
* Themes.less
 
-
*
 
-
*/
 
-
body {
 
-
  background: #1d1d1d;
 
-
}
 
-
.text-rest-state {
 
-
  color: #ffffff;
 
-
}
 
-
.text-rest2-state {
 
-
  color: rgba(255, 255, 255, 0.6);
 
-
}
 
-
.text-hover-state {
 
-
  color: rgba(255, 255, 255, 0.8);
 
-
}
 
-
.text-pressed-state {
 
-
  color: rgba(255, 255, 255, 0.4);
 
-
}
 
-
.link-text {
 
-
  color: #9466ff;
 
-
}
 
-
.link-text:hover {
 
-
  color: rgba(148, 102, 255, 0.8);
 
-
}
 
-
.link-text:active {
 
-
  color: rgba(148, 102, 255, 0.6);
 
-
}
 
-
h1,
 
-
h2,
 
-
h3,
 
-
h4,
 
-
h5,
 
-
h6 {
 
-
  color: #ffffff;
 
-
}
 
-
h1:hover,
 
-
h2:hover,
 
-
h3:hover,
 
-
h4:hover,
 
-
h5:hover,
 
-
h6:hover {
 
-
  color: rgba(255, 255, 255, 0.8);
 
-
}
 
-
h1:active,
 
-
h2:active,
 
-
h3:active,
 
-
h4:active,
 
-
h5:active,
 
-
h6:active {
 
-
  color: rgba(255, 255, 255, 0.4);
 
-
}
 
-
a,
 
-
.link {
 
-
  color: #9466ff;
 
-
}
 
-
a:hover,
 
-
.link:hover {
 
-
  color: rgba(148, 102, 255, 0.8);
 
-
}
 
-
a:active,
 
-
.link:active {
 
-
  color: rgba(148, 102, 255, 0.6);
 
-
}
 
-
.page .page-header .page-header-content .user-login .name {
 
-
  color: #fff;
 
-
}
 
-
 
Line 236: Line 187:
line-height:1em;
line-height:1em;
position:absolute;
position:absolute;
-
top:10px;
+
top:0px;
white-space:nowrap;
white-space:nowrap;
width:50%;
width:50%;
Line 269: Line 220:
/* ★下のクリエイティブ・コモンズの表示とか ここ絶対消したらあかん★★★ */
/* ★下のクリエイティブ・コモンズの表示とか ここ絶対消したらあかん★★★ */
 +
 +
.firstHeading { display:none; }
 +
}
 +
.prontfooter {display:none;}
#footer-box {
#footer-box {
background-color: transparent;
background-color: transparent;
-
color: #000000;
+
 
 +
color: #ffffff;
border: 0px;
border: 0px;
margin:0 auto;
margin:0 auto;
Line 282: Line 238:
#footer-box a {
#footer-box a {
         background-color: transparent;
         background-color: transparent;
-
color: #000000;
+
color: #ffffff;
font-size:90%;
font-size:90%;
}
}
 +
/*下に出る□を消す!!!!!*/
 +
#catlinks {
 +
    background-color: #FEFEEB;
 +
    border: none;
 +
    clear: both;
 +
    margin-top: 0em;
 +
    padding: 0px;
 +
}                                                                                                                                           
 +
.right-menu ul { border: none;}
/* ★下のクリエイティブ・コモンズの表示とか ここ絶対消したらあかんおわり★★★ */
/* ★下のクリエイティブ・コモンズの表示とか ここ絶対消したらあかんおわり★★★ */
Line 292: Line 257:
</STYLE>
</STYLE>
-
 
-
<script type="text/JavaScript">
 
-
<!--
 
-
function out(){
 
-
document.link.src="https://static.igem.org/mediawiki/2010/d/df/TOUCH.PNG";}
 
-
// -->
 
-
</script>
 
-
 
-
 
-
 
</head>
</head>
-
 
-
<body>
 
-
 
-
 
-
</body>
 
</html>
</html>

Latest revision as of 04:13, 23 September 2013