Team:UCL/static/memories.css

From 2013.igem.org

(Difference between revisions)
Line 44: Line 44:
height:318px;
height:318px;
float:left;
float:left;
-
background:blue;
+
background:red;
}
}
Line 54: Line 54:
float:left;
float:left;
overflow:hidden;
overflow:hidden;
 +
background:green;
}
}

Revision as of 16:50, 22 August 2013

/********************/ /*BACKGROUND COLOURS*/ /********************/

  1. header,
  2. header #middle #top #social_links

{ background:#F68B1F; }

div.row_small, div.row_large, div.h_gap, .mediawiki,

  1. content,
  2. all_content,
  3. footer-box

{ background:black; }

/*************/ /*PAGE STYLES*/ /*************/

  1. footer-box a

{ color:white; }

  1. content

{ top:-15px; }

  1. menubar, #menubar:hover

{ visibility:hidden; }

  1. all_content #container .row_info

{ width:976px; height:318px; float:left; background:red; }


  1. all_content #container .row_info .info

{ width:488px; height:318px; float:left; overflow:hidden; background:green; }

  1. all_content #container .row_info .upload

{ width:488px; height:318px; float:left; overflow:hidden; }

  1. all_content #container .gap

{ background:blue; height:11px; }

  1. all_content #container .narrow

{ width:11px; height:318px; float:left; background:green; }

  1. all_content #container .square

{ width:318px; height:318px; float:left; background:purple; }

/******************/ /*DROPDOWN COLOURS*/ /******************/


/*main buttons*/

  1. cssmenu a

{

 background: #C0C0C0;
 color: #404040;

}

/*main buttons, hover*/

  1. cssmenu ul li:hover > a,
  2. cssmenu ul li.active > a

{

 background: #F68B1F;
 color: white;

}

/*sub menu*/

  1. cssmenu ul ul a

{

 background: #404040;
 color: white;

}

/*sub menu, hover*/

  1. cssmenu ul ul li:hover > a

{

 background: #404040;
 color: #F68B1F;

}