Wiki/api.php

From 2014.igem.org

(Difference between revisions)
((by SublimeText.Mediawiker))
(test (bruker Mediawiker))
Line 1: Line 1:
-
<html>
+
/* for album */
-
<head>
+
.albumStuff ul {       
-
<title>UiOslo IGEM 2014</title>
+
    padding:0 0 0 0;
-
<meta name="viewport" content="width=device-width, initial-scale=1">
+
    margin:0 0 0 0;
-
<meta charset="UTF-8">
+
}
-
<link rel="stylesheet" href="/Team:UiOslo_Norway/Include/bootstrap.css?action=raw&ctype=text/css" rel="stylesheet">
+
.albumStuff li {
-
<link rel="stylesheet" href="/Team:UiOslo_Norway/Include/styles.css?action=raw&ctype=text/css" rel="stylesheet">
+
    list-style:none;
-
<link rel="shortcut icon" href="images/uioslo-logo.ico" type="image/icon">
+
    margin-bottom:25px;         
-
<link rel="icon" href="images/uioslo-logo.ico" type="image/icon">
+
}
-
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
+
.albumStuff img {
-
<script src="/Team:UiOslo_Norway/Include/bootstrap.js?action=raw&ctype=text/css"></script>
+
    cursor: pointer;
-
<style>
+
}
-
#globalWrapper{
+
.maxImage {
-
width:100%;
+
  max-width: 250px;
-
}
+
  max-height: 250px;
-
#bodyContent{
+
}
-
width:100%;
+
.imageSpacer {
-
position:absolute;
+
  margin-right: 150px;
-
top:0;
+
}
-
}
+
.controls{        
-
#content{
+
    width:50px;
-
width:100%;
+
    display:block;
-
}
+
    font-size:11px;
-
#p-logo{
+
    padding-top:8px;
-
display:none;
+
    font-weight:bold;         
-
}
+
}
-
#search-controls{
+
.next {
-
display:none;
+
    float:right;
-
}
+
    text-align:right;
-
</style>
+
}
-
</head>
+
/* end css for album */
-
<body>
+
-
<div class="navbar navbar-default navbar-static-top">
+
/* Sticky footer styles
-
<div class="navbar-inner">
+
-------------------------------------------------- */
-
<div class="container">
+
html {
 +
  position: relative;
 +
  min-height: 100%;
 +
}
 +
body {
 +
  /* Margin bottom by footer height */
 +
  margin-bottom: 60px;
 +
}
 +
.footer {
 +
  position: absolute;
 +
  bottom: 0;
 +
  width: 100%;
 +
  /* Set the fixed height of the footer here */
 +
  height: 60px;
 +
  background-color: #f5f5f5;
 +
}
-
 
-
<div>
 
-
<a href="index.php" class="navbar-brand">
 
-
<img
 
-
src="images/uioslo-logo.png"
 
-
alt=""
 
-
height="40px">
 
-
</a>
 
-
</div>
 
-
<button class="navbar-toggle" data-toggle="collapse" data-target=".navHeaderCollapse">
+
/* Custom page CSS
-
<span class="icon-bar"></span>
+
-------------------------------------------------- */
-
<span class="icon-bar"></span>
+
/* Not required for template or sticky footer method. */
-
<span class="icon-bar"></span>
+
-
</button>
+
-
<div class="collapse navbar-collapse navHeaderCollapse">
+
.container > .jumbotron {
-
<ul class="nav navbar-nav navbar-right">
+
  padding: 10px 30px;
-
<li class="active"><a href="index.php">Home</a></li>
+
}
-
<li class="dropdown">
+
.container .text-muted {
-
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Team <b class="caret"></b></a>
+
  margin: 20px 0;
-
<ul class="dropdown-menu">
+
}
-
<li><a href="our_team.php">Our Team</a></li>
+
-
<li><a href="album.php">Album</a></li>
+
-
<li><a href="acknowledgements.php">Acknowlegdements</a></li>
+
-
</ul>
+
-
</li>
+
-
<li class="dropdown">
+
-
<a href="project_overview.php" class="dropdown-toggle" data-toggle="dropdown">Project <b class="caret"></b></a>
+
-
<ul class="dropdown-menu">
+
-
<li><a href="project_overview.php">Overview</a></li>
+
-
<li><a href="project_plan.php">Project Plan</a></li>
+
-
<li><a href="project_prospect.php">Prospect for the Future</a></li>
+
-
</ul>
+
-
</li>
+
-
<li class="dropdown">
+
-
<a href="achievements_overview.php" class="dropdown-toggle" data-toggle="dropdown">Achievements <b class="caret"></b></a>
+
-
<ul class="dropdown-menu">
+
-
<li><a href="achievements_overview.php">General</a></li>
+
-
<li><a href="achievements_parts.php">Parts</a></li>
+
-
<li><a href="achievements_results.php">Results</a></li>
+
-
</ul>
+
-
</li>
+
-
<li class="dropdown">
+
-
<a href="notebook.php" class="dropdown-toggle" data-toggle="dropdown">Notebook <b class="caret"></b></a>
+
-
<ul class="dropdown-menu">
+
-
<li><a href="notebook.php">Notebook</a></li>
+
-
<li><a href="notebook_protocols.php">Protocols</a></li>
+
-
</ul>
+
-
</li>
+
-
<li class="dropdown">
+
-
<a href="human_practice.php" class="dropdown-toggle" data-toggle="dropdown">Human Practice <b class="caret"></b></a>
+
-
<ul class="dropdown-menu">
+
-
<li><a href="human_practice.php">Human Practice</a></li>
+
-
<li><a href="humam_practice_media.php">Media</a></li>
+
-
<li><a href="humam_practice_social_media.php">Social</a></li>
+
-
<li><a href="humam_practice_schools.php">Schools</a></li>
+
-
<li><a href="humam_practice_events.php">Events</a></li>
+
-
<li><a href="humam_practice_collaboration.php">Collaboration</a></li>
+
-
</ul>
+
-
</li>
+
-
<li class="dropdown">
+
-
<a href="safety_protocols.php" class="dropdown-toggle" data-toggle="dropdown">Safety <b class="caret"></b></a>
+
-
<ul class="dropdown-menu">
+
-
<li><a href="safety_protocols.php">Safety Protocols</a></li>
+
-
<li><a href="safety_uio.php">University of Oslo Safety Measures</a></li>
+
-
<li><a href="safety_ethics.php">Ethics and Concerns</a></li>
+
-
</ul>
+
-
</li>
+
-
<li>
+
-
<a href="https://2014.igem.org/Main_Page" class="navbar-brand">
+
-
<img
+
-
src="images/Igemlogo_300px.png"
+
-
alt="iGEM"
+
-
height="25px"
+
-
width="35px">
+
-
</a>
+
-
</li>
+
-
</ul>
+
-
</div>
+
.footer > .container {
-
</div>
+
  padding-right: 15px;
-
</div>
+
  padding-left: 15px;
-
</div>
+
}
-
<div class="container">
+
 
 +
 
 +
/* Border between row items */
 +
.borderTopRow {
 +
  margin: 25px 0 25px 0;
 +
  padding: 25px 0 25px 0;
 +
}
 +
 
 +
/* boxes for the our_team page */
 +
.person-box {
 +
  background-color: #d5d5d5;
 +
  border-radius: 20px;
 +
  padding: 20px;
 +
}
 +
 
 +
/* make the header display our logo a little nicer */
 +
.navbar-nav li a {
 +
  line-height: 40px;
 +
}
 +
 
 +
/* styles for the notebook */
 +
.weekDiv {
 +
  display:none;
 +
}

Revision as of 12:07, 12 August 2014

/* for album */ .albumStuff ul {

   padding:0 0 0 0;
   margin:0 0 0 0;

} .albumStuff li {

   list-style:none;
   margin-bottom:25px;           

} .albumStuff img {

   cursor: pointer;

} .maxImage {

 max-width: 250px;
 max-height: 250px;

} .imageSpacer {

 margin-right: 150px;

} .controls{

   width:50px;
   display:block;
   font-size:11px;
   padding-top:8px;
   font-weight:bold;          

} .next {

   float:right;
   text-align:right;

} /* end css for album */

/* Sticky footer styles


*/

html {

 position: relative;
 min-height: 100%;

} body {

 /* Margin bottom by footer height */
 margin-bottom: 60px;

} .footer {

 position: absolute;
 bottom: 0;
 width: 100%;
 /* Set the fixed height of the footer here */
 height: 60px;
 background-color: #f5f5f5;

}


/* Custom page CSS


*/

/* Not required for template or sticky footer method. */

.container > .jumbotron {

 padding: 10px 30px;

} .container .text-muted {

 margin: 20px 0;

}

.footer > .container {

 padding-right: 15px;
 padding-left: 15px;

}


/* Border between row items */ .borderTopRow {

 margin: 25px 0 25px 0;
 padding: 25px 0 25px 0;

}

/* boxes for the our_team page */ .person-box {

 background-color: #d5d5d5;
 border-radius: 20px;
 padding: 20px;

}

/* make the header display our logo a little nicer */ .navbar-nav li a {

 line-height: 40px;

}

/* styles for the notebook */ .weekDiv {

 display:none;

}