IGEM:Kyoto/2010/header: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
(create header.)
 
mNo edit summary
 
(16 intermediate revisions by 3 users not shown)
Line 28: Line 28:
bottom: 2.5em;
bottom: 2.5em;
}
}
#alert
{
position: absolute;
right: 2em;
bottom: 10em;
}
#menu
#menu
{
{
Line 50: Line 57:
margin: 0em -1em;
margin: 0em -1em;
padding: 0em 1em;
padding: 0em 1em;
border-bottom: 3px solid black;
border-bottom: 3px solid #2f509f;
background: white;
background: white;
width: 100%;
width: 100%;
Line 56: Line 63:
#index a
#index a
{
{
color: black;
color: #2f509f;
text-decoration: none;
text-decoration: none;
}
}
Line 68: Line 75:
font-size: 1em;
font-size: 1em;
}
}
#index #toctitle
#index #toctitle, #index .tocnumber, #index ul ul, #index li
{
{
display: none;
display: none;
}
}
#index .tocnumber
#index li.toclevel-1
{
{
display: none;
display: inline;
}
#index li
{
float: left;
padding: 0em 0.5em;
padding: 0em 0.5em;
}
}
Line 85: Line 88:
margin: 0em -1em;
margin: 0em -1em;
padding: 1em;
padding: 1em;
border-bottom: 3px solid black;
border-bottom: 3px #2f509f;
overflow: auto;
overflow: auto;
}
}
Line 103: Line 106:
{
{
display: none;
display: none;
}
#body p
{
margin: 0em 0em 1em;
}
}
-->
-->
</style>
</style>
<!-- jquery -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<!--[if IE 6 ]>
 
<script type="text/javascript">
<!-- menu script -->
$(document).ready(function()
{
/* for ie6, display transparent png */
if(!document.namespaces.v)
{
document.namespaces.add('v','urn:schemas-microsoft-com:vml');
}
$('head').append('<style type="text/css">v\\:*{ behavior: url(#default#VML); }</style>');
$('img[src$=".png"]')
.css('visibility','hidden')
.before(function()
{
return('<v:image src="'+$(this).attr('src')+'" style="width:'+$(this).attr('width')+';height:'+$(this).attr('height')+';"/>')
});
});
</script>
<![endif]-->
<script type="text/javascript">
<script type="text/javascript">
<!--
<!--
$(document).ready(function()
$(document).ready(function()
{
{
/* menu script */
$("#menu div:has(.selflink)")
$("#menu div:has(.selflink)")
.css({"color":"black","background":"white"})
.css({"color":"black","background":"white"})
Line 142: Line 132:
<div id="logo">[[Image:KyotoLogo.png]]</div>
<div id="logo">[[Image:KyotoLogo.png]]</div>
<div id="last">LastModified: {{REVISIONYEAR}}/{{REVISIONMONTH}}/{{REVISIONDAY}}</div>
<div id="last">LastModified: {{REVISIONYEAR}}/{{REVISIONMONTH}}/{{REVISIONDAY}}</div>
<div id="alert">これは2010年度のページです。</div>
<div id="menu">
<div id="menu">
<div>[[../home|Home]]</div>
<div>[[iGEM:Kyoto/2010/home|Home]]</div>
<div>[[../about|About]]</div>
<div>[[iGEM:Kyoto/2010/member|Member]]</div>
<div>[[../member|Member]]</div>
<div>[[iGEM:Kyoto/2010/project|Project]]</div>
<div>[[../history|History]]</div>
                <div>[[iGEM:Kyoto/2010/meeting|Meeting]]</div>
<div>[[../meeting|Meeting]]</div>
<div>[[iGEM:Kyoto/2010/schedule|Schedule]]</div>
<div>[[../schedule|Schedule]]</div>
                </div>
<div>[[../contact|Contact]]</div>
<div>[[../link|Link]]</div>
</div>
</div>
</div>
<div id="index">__TOC__</div>
<div id="index">__TOC__</div>
<div id="body">
<div id="body">
</includeonly>
</includeonly>

Latest revision as of 07:03, 6 December 2010