User:SvenB

From 2013.igem.org

(Difference between revisions)
Line 137: Line 137:
   display: none;
   display: none;
}
}
 +
 +
/* actual styling */
 +
/* ------------------------------------------------------------------------------------ */
 +
body {
 +
  background-color: black;
 +
  font-family: 'Open Sans', Arial, sans-serif;
 +
  font-size: 9pt;
 +
}
 +
 +
#content {                /* ------------------------------------------------- #CONTENT */
 +
  background-color: black !important;
 +
  margin: 0px auto !important;
 +
  border: none !important;
 +
  padding: 0px !important;
 +
  position: relative;
 +
  width: 1000px;
 +
  height: auto;
 +
}
 +
 +
div#bodyContent {        /* ------------------------------------------------- #BODYCONTENT */
 +
  background-color: black;
 +
  width: 960px;
 +
  position: relative;
 +
  margin: auto;
 +
  height: auto;
 +
}
 +
#teamLogoBox {
 +
  width: 60.25em;
 +
  height: 17em;
 +
  background-color: #AAAAAA;
 +
  color: white;
 +
  overflow: hidden;
 +
  font-size: 16px;
 +
  background-size: cover;
 +
}
 +
 +
#actualContent {
 +
  position: relative;
 +
  font-size: 14pt;
 +
  width: auto;
 +
  height: auto;
 +
  margin-top: 10px;
 +
  background-color: black;
 +
  padding-top: 0em;
 +
  text-align: justify;
 +
}
 +
 +
#actualContent p {
 +
  line-height: 26px;
 +
  margin-bottom: 16px;
 +
}
 +
 +
#actualContent a{
 +
  color: #A51E37;
 +
  text-decoration: underline;
 +
}
 +
#actualContent a:hover {
 +
  color: #A51E37;
 +
  text-decoration: none;
 +
  border-bottom: 1px dotted;
 +
  border-color: #A51E37;
 +
}
 +
#actualContent a:active {
 +
  color: #D58727;
 +
  text-decoration: underline;
 +
  border: none;
 +
}
 +
 +
img#bodyContent {
 +
  position: relative;
 +
}
 +
a.subNavBtn{
a.subNavBtn{

Revision as of 17:12, 16 October 2013

<

Welcome to the SMINT Demo page!

Click the links below to see it in action!