Team:UNITS Trieste/style.css

From 2011.igem.org

(Difference between revisions)
Line 988: Line 988:
}
}
 +
 +
/* =Project
 +
-------------------------------------------------------------- */
 +
#data_film {
 +
  background-color:#333;
 +
  clear:both;
 +
  height:524px;
 +
  position:relative;
 +
  width:100%;
 +
  padding:10px;
 +
}
 +
#data_frames {
 +
  float:left;
 +
  border: 10px solid #FFFFFF;
 +
  height:504px;
 +
  position:relative;
 +
  width:672px;
 +
}
 +
#data_prev,#data_next {
 +
  cursor:pointer;
 +
  position:absolute;
 +
  top: 200px;
 +
  background-color:#fff;
 +
  padding:5px 20px;
 +
  opacity:0.8;
 +
}
 +
#data_prev { left:0px;  }
 +
#data_next { right:0px; }
 +
#data_text {
 +
  float:left;
 +
  width:348px;
 +
  height:494px;
 +
  color:#fff;
 +
  padding:20px;
 +
  font-size:14px;
 +
}
/* =Notebook
/* =Notebook
-------------------------------------------------------------- */
-------------------------------------------------------------- */

Revision as of 12:32, 18 October 2011

/* Theme Name: IGEM-UNITS_Trieste
Theme URI: https://2011.igem.org/team:UNITS_Trieste
Description: UNITS_Trieste Theme
Author: the UNITS_Trieste team
Version: 1.0
License: GNU General Public License

*/