Difference between revisions of "Demo site offline"

 
(39 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<html>
 
<html>
  
 +
<style type="text/css">
 +
 +
/* Clear the default wiki settings */
 +
 +
/* Remove footer, catlinks and logos */
 +
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear, .firstHeading{
 +
display: none;
 +
}
 +
  
<p style="font-size:30px; font-weight:bold;"> 
+
/* set up a dark background #58585b*/
Site currently offline.</p>
+
body {
 +
  background-color: #333333;
 +
}
  
 +
/*-- Make page full width and remove borders */
 +
#globalWrapper, #content {
 +
width: 100%;
 +
height: 100%;
 +
border: 0px;
 +
background-color: transparent;
 +
margin: 0px;
 +
padding: 0px;
  
<p> We will be back up soon! For any inmeadite questions, you can reach us at  hq at igem dot org </p>
+
}
 +
 +
/*Clear wiki default settings for the top part and create mock "black navigation bar" */
 +
#top-section {
 +
background-color: #000000;
 +
border: 0 none;
 +
height: 14px;
 +
z-index: 100;
 +
top: 0;
 +
position: fixed;
 +
width: 100%;
 +
margin:auto;
 +
}
  
 +
/*left align BMB */
 +
#top_menu_inside {
 +
margin-left: 20px;
 +
}
  
  
 +
/* General wrap for the pages*/
 +
#contentWrap { 
 +
width: 930px;
 +
height: auto;
 +
margin-left: 20px;
 +
float:left;
 +
margin-right: auto;
 +
background-color: #ffffff;
 +
margin-top: -10px;
 +
padding: 25px;
 +
font-family: "Arial";
 +
}
 +
 +
 +
</style>
 +
 +
 +
<div id="contentWrap">
 +
<div style="float:left; padding-right:25px;">
 +
<img src="https://static.igem.org/mediawiki/2015/2/2a/Igemlogo_banner.jpg">
 +
</div>
 +
 +
 +
 +
 +
<div style="float:left;">
 +
 +
<p style="padding-top:50px;">
 +
<span style="font-size:40px; font-weight:bold;"> 
 +
Site currently offline
 +
</span>
 +
 +
<br><br>
 +
 +
<span style="font-size:17px;">
 +
 +
Oops! This site appears to be offline. <br />
 +
Rest assured we are working on it we will be back up soon! <br />
 +
For any immediate questions, you can reach us at  <b>hq <i>at</i> igem <i>dot</i> org.</b>
 +
 +
</span></p>
 +
 +
</div>
 +
 +
</div>
 
</html>
 
</html>

Latest revision as of 13:54, 30 October 2015

Site currently offline

Oops! This site appears to be offline.
Rest assured we are working on it we will be back up soon!
For any immediate questions, you can reach us at hq at igem dot org.