Team:UCL/static/memories.css

From 2013.igem.org

(Difference between revisions)
Line 42: Line 42:
}
}
 +
/*
#content
#content
{
{
Line 51: Line 52:
visibility:hidden;
visibility:hidden;
}
}
 +
*/

Revision as of 11:18, 30 August 2013

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

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

{ background:#A87D52; }

.mediawiki,

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

{ background-image:url('https://static.igem.org/mediawiki/2013/e/e1/6a00d834205e5753ef00e54f4303e88833-640wi.jpg'); background-size:100% 1500px; background-color:black; }

div.row_small, div.row_large, div.h_gap { opacity:0; }

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

  1. menu,
  2. menu #dropdown,
  3. cssmenu

{ background:#4A2D1D; }

  1. footer-box a

{ background:#FAE8D4; }

/*

  1. content

{ top:-15px; }

  1. menubar, #menubar:hover

{ visibility:hidden; }

  • /


  1. all_content #container #row_initial

{ width:974px; height:316px; float:left; background:cyan; border:1px solid #4A2D1D; overflow:hidden; }

  1. all_content #container #row_info

{ width:974px; height:316px; float:left; background:red; border:1px solid #4A2D1D; overflow:hidden; }


  1. all_content #container #row_initial #info

{ width:457px; height:316px; float:left; overflow:hidden; background:#A87D52; padding-right:30px; }

  1. all_content #container #row_initial .upload

{ width:487px; height:316px; float:left; overflow:hidden; background:#A87D52; }

  1. button1

{ width:190px; height:20px; background:#FAE8D4; color:#4A2D1D; font-family: Tahoma, Geneva, sans-serif; padding: 5px; border: none; margin-left:40px; overflow:hidden; }

  1. button1:hover

{ background:#4A2D1D; color:#FAE8D4; cursor:default; }


  1. button2

{ height:50px; width:50px; background:silver; }

  1. all_content #container .gap

{ background:#FAE8D4; height:11px; opacity:0; }

  1. all_content #container .row_memory

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


  1. all_content #container .row_memory .square

{ width:318px; height:318px; float:left; background:#FAE8D4; opacity:1; margin-right:11px; overflow:hidden; }

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


/*main buttons*/

  1. cssmenu a

{

 background: #4A2D1D;
 color: #FAE8D4;

}

/*main buttons, hover*/

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

{

 background: #A87D52;
 color: #FAE8D4;

}

/*sub menu*/

  1. cssmenu ul ul a

{

 background: #4A2D1D;
 color: #FAE8D4;

}

/*sub menu, hover*/

  1. cssmenu ul ul li:hover > a

{

 background: #4A2D1D;
 color: #A87D52;

}