Template:VCCRI 2014 BIOMOD HEADER: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
(2 intermediate revisions by the same user not shown)
Line 112: Line 112:
}
}


a#vccri, a#edit-link:hover {
a#vccri:hover, a#edit-link:hover {
color: #f7941e;
color: #f7941e;
text-decoration: none;
text-decoration: none;
Line 188: Line 188:
  <ul class="nav navbar-nav">
  <ul class="nav navbar-nav">
<li id="home_link"><a href="http://openwetware.org/wiki/Biomod/2014/VCCRI">Home</a></li>
<li id="home_link"><a href="http://openwetware.org/wiki/Biomod/2014/VCCRI">Home</a></li>
<li id="project_link"><a href="http://openwetware.org/wiki/Biomod/2014/VCCRI/Project">Project</a></li>
<!--<li id="project_link"><a href="http://openwetware.org/wiki/Biomod/2014/VCCRI/Project">Project</a></li>-->
<li id="project_link" class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Project <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="http://openwetware.org/wiki/Biomod/2014/VCCRI/Project">Overview</a></li>
<li class="divider"></li>
<li><a href="http://openwetware.org/wiki/Biomod/2014/VCCRI/Project/Problem">The Problem</a></li>
<li><a href="http://openwetware.org/wiki/Biomod/2014/VCCRI/Project/Approach">The Approach</a></li>
<li><a href="http://openwetware.org/wiki/Biomod/2014/VCCRI/Project/Solution">The Solution</a></li>
</ul>
</li>
<li id="team_link"><a href="http://openwetware.org/wiki/Biomod/2014/VCCRI/Team">Team</a></li>
<li id="team_link"><a href="http://openwetware.org/wiki/Biomod/2014/VCCRI/Team">Team</a></li>
<!--<li id="lab_book_link"><a href="http://openwetware.org/wiki/Biomod/2014/VCCRI/LabBook">Lab Book</a></li>-->
<!--<li id="lab_book_link"><a href="http://openwetware.org/wiki/Biomod/2014/VCCRI/LabBook">Lab Book</a></li>-->
Line 207: Line 217:
<li><a href="http://openwetware.org/wiki/Biomod/2014/VCCRI/LabBook/Application">Application</a></li>
<li><a href="http://openwetware.org/wiki/Biomod/2014/VCCRI/LabBook/Application">Application</a></li>
<li class="divider"></li>
<li class="divider"></li>
<li><a href="http://openwetware.org/index.php?title=Biomod/2014/VCCRI/Sketchbook">Sketchbook</a></li>
<li><a href="http://openwetware.org/wiki/Biomod/2014/VCCRI/Sketchbook">Sketchbook</a></li>
</ul>
</ul>
</li>
</li>

Revision as of 04:17, 21 October 2014

<html>

<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Lato:300,100&subset=latin"> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js" ></script>

<script type"text/javascript"> $(function () { $("style[media*='screen']").remove(); $("link[href*='favicon']").remove(); //fix heading var h1 = $(".firstHeading").text().split("/"); $(".firstHeading").text(h1[h1.length-1]); $("tr:odd").addClass("odd"); }); $('link[rel="shortcut icon"]').attr('href','http://openwetware.org/images/2/29/2014-EchiDNA-WEB-FAVICON.png'); </script>

<style type="text/css"> /**** Base styles ****/ /*#column-one, */

  1. content {
   font-weight: bold;

}

  1. footer, div#sidebar-main, #contentSub, .firstHeading, #siteSub, #jump-to-nav, .printfooter, #p-cactions {
   display: none;

}

/*only show edit button - also remove p-cactions from previous style*/

  1. ca-nstab-main, #ca-talk, #ca-history, #ca-move, #ca-watch, #ca-link, #p-personal{
   display: none;

}

  1. ca-edit{
   display:block;

} /*Make text on edit buttons visible for easier editing*/ .editButtons, #wpSummary{ color: black; }

</style>


<meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>EchiDNA 2014</title>

<link href="http://openwetware.org/index.php?title=Biomod/2014/VCCRI/bootstrapcss320&action=raw&ctype=text/css" rel="stylesheet">

<style type="text/css">

@font-face { font-family: BIOMOD_font; src: url(http://openwetware.org/images/9/9a/EchiDNA-2014-GothamRnd-Book.otf); }

@font-face { font-family: HEADING_font; src: url(http://openwetware.org/images/2/2f/EchiDNA-2014-KGSecondChancesSolid.ttf); }

@font-face { font-family: HEADING_ACTIVE_font; src: url(http://openwetware.org/images/2/2f/EchiDNA-2014-KGSecondChancesSolid.ttf); }

@font-face { font-family: FOOTER_font; src: url(http://openwetware.org/images/9/9a/EchiDNA-2014-GothamRnd-Book.otf); }


/*Alter default header*/

.navbar-default .navbar-nav > li > a { font-family: HEADING_font, Arial, serif; }


.navbar-default .navbar-nav > li > ul > li > a { font-family: HEADING_font, Arial, serif; font-size: 10pt; }

.navbar-default .navbar-right > li { color: #f8f8f8; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #F7941E; background-color: #F8F8F8; font-family: HEADING_ACTIVE_font, Arial, serif; }

a[href^="mailto"] { color: white; }

a[href^="mailto"]:hover { color: #f7941e; text-decoration: none; }

a#vccri, a#edit-link { color:white; }

a#vccri:hover, a#edit-link:hover { color: #f7941e; text-decoration: none; }

body { background-image: url(http://openwetware.org/images/8/81/2014-EchiDNA-WEB-BG-TILE.png); background-repeat: repeat; color:white; font-family: BIOMOD_font; }

.col-centered { display:inline-block; float:none; text-align:left; /* inline-block space fix */ margin-right:-4px; }

h4 { color: #f7941e; font-family: HEADING_font; }

/*Footer stuff*/

html { position: relative; min-height: 100%; }

body { margin-bottom: 35px; }

.footer { position: absolute; bottom: 0; width: 100%; height: 35px; background-color: #0c2850; }

/*Fix OpenWetWare Editing Box*/

  1. wpTextbox1 {

color: #000; font-family: Arial; width: 100%; }

</style>