Template:Team:BGU Israel/style.css

From 2014.igem.org

(Difference between revisions)
(Created page with "<html> <style> /*wiki*/ #top-section{- the igem flag + top menu): position:fixed; margin:0; padding:0; top:0; height:auto; width:1100px; border:no...")
Line 55: Line 55:
/*grid*/
/*grid*/
-
/*
 
-
Variable Grid System.
 
-
Learn more ~ http://www.spry-soft.com/grids/
 
-
Based on 960 Grid System - http://960.gs/
 
-
Licensed under GPL and MIT.
 
-
*/
 
-
 
-
/*
 
-
  Forces backgrounds to span full width,
 
-
  even if there is horizontal scrolling.
 
-
  Increase this if your layout is wider.
 
-
 
-
  Note: IE6 works fine without this fix.
 
-
*/
 
body {
body {
}
}
-
/* Containers
+
/* Containers----------------------------------------------------------------------------------------------------*/
-
----------------------------------------------------------------------------------------------------*/
+
.container_12 {
.container_12 {
width: 100%;
width: 100%;
Line 84: Line 69:
}
}
-
/* Grid >> Global
+
/* Grid >> Global----------------------------------------------------------------------------------------------------*/
-
----------------------------------------------------------------------------------------------------*/
+
Line 125: Line 109:
-
/* Grid >> Children (Alpha ~ First, Omega ~ Last)
+
/* Grid >> Children (Alpha ~ First, Omega ~ Last)------------------------------------------------------------------------------*/
-
----------------------------------------------------------------------------------------------------*/
+
.alpha {
.alpha {
Line 136: Line 119:
}
}
-
/* Grid >> 12 Columns
+
/* Grid >> 12 Columns----------------------------------------------------------------------------------------------------*/
-
----------------------------------------------------------------------------------------------------*/
+
.grid_qh
.grid_qh
{
{
Line 229: Line 211:
-
/* Prefix Extra Space >> 12 Columns
+
/* Prefix Extra Space >> 12 Columns---------------------------------------------------------------------------------------*/
-
----------------------------------------------------------------------------------------------------*/
+
Line 280: Line 261:
-
/* Suffix Extra Space >> 12 Columns
+
/* Suffix Extra Space >> 12 Co-------------------------------------------------------------------------------------------------*/
-
----------------------------------------------------------------------------------------------------*/
+
Line 330: Line 310:
-
/* Push Space >> 12 Columns
+
/* Push Space >> 12 Colum-----------------------------------------------------------------------------------------------*/
-
----------------------------------------------------------------------------------------------------*/
+
Line 380: Line 359:
-
/* Pull Space >> 12 Columns
+
/* Pull Space >> 12 Columns---------------------------------------------------------------------------------------------*/
-
----------------------------------------------------------------------------------------------------*/
+
Line 431: Line 409:
-
/* `Clear Floated Elements
+
/* `Clear Floated Elements----------------------------------------------------------------------------------------------*/
-
----------------------------------------------------------------------------------------------------*/
+
/* http://sonspring.com/journal/clearing-floats */
/* http://sonspring.com/journal/clearing-floats */
Line 461: Line 438:
}
}
-
/*
+
/* The following zoom:1 rule is specifically for IE6 + IE7. Move to separate stylesheet if invalid CSS is a problem.*/
-
  The following zoom:1 rule is specifically for IE6 + IE7.
+
-
  Move to separate stylesheet if invalid CSS is a problem.
+
-
*/
+
.clearfix {
.clearfix {
Line 498: Line 472:
/*font awesome*/
/*font awesome*/
-
/*!
+
 
-
*  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
+
-
*  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
+
-
*/
+
-
/* FONT PATH
+
-
* -------------------------- */
+
@font-face {
@font-face {
   font-family: 'FontAwesome';
   font-family: 'FontAwesome';
Line 687: Line 656:
   color: #ffffff;
   color: #ffffff;
}
}
-
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
+
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */
-
  readers do not read off random characters that represent icons */
+
.fa-glass:before {
.fa-glass:before {
   content: "\f000";
   content: "\f000";

Revision as of 18:09, 7 October 2014