Team:UCL/static/memories.css

From 2013.igem.org

(Difference between revisions)
Line 6: Line 6:
#header #middle #top #social_links
#header #middle #top #social_links
{
{
-
background:#F68B1F;
+
background:#A87D52;
}
}
Line 17: Line 17:
#footer-box
#footer-box
{
{
-
background:black;
+
background:#FAE8D4;
}
}
Line 26: Line 26:
#footer-box a
#footer-box a
{
{
-
color:white;
+
color:#FAE8D4;
}
}
Line 106: Line 106:
#all_content #container .gap
#all_content #container .gap
{
{
-
background:blue;
+
background:#FAE8D4;
height:11px;
height:11px;
}
}
Line 115: Line 115:
height:318px;
height:318px;
float:left;
float:left;
-
background:green;
+
background:#FAE8D4;
}
}
Line 123: Line 123:
height:318px;
height:318px;
float:left;
float:left;
-
background:purple;
+
background:#4A2D1D;
}
}
Line 134: Line 134:
#cssmenu a  
#cssmenu a  
{
{
-
   background: #C0C0C0;
+
   background: #A87D52;
-
   color: #404040;
+
   color: #4A2D1D;
}
}
Line 142: Line 142:
#cssmenu ul li.active > a  
#cssmenu ul li.active > a  
{
{
-
   background: #F68B1F;
+
   background: #FAE8D4;
-
   color: white;
+
   color: #A87D52;
}
}
Line 149: Line 149:
#cssmenu ul ul a  
#cssmenu ul ul a  
{
{
-
   background: #404040;
+
   background: #4A2D1D;
-
   color: white;
+
   color: #FAE8D4;
}
}
Line 156: Line 156:
#cssmenu ul ul li:hover > a  
#cssmenu ul ul li:hover > a  
{
{
-
   background: #404040;
+
   background: #4A2D1D;
-
   color: #F68B1F;
+
   color: #A87D52;
}
}

Revision as of 09:19, 30 August 2013

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

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

{ background:#A87D52; }

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

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

{ background:#FAE8D4; }

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

  1. footer-box a

{ color:#FAE8D4; }

  1. content

{ top:-15px; }

  1. menubar, #menubar:hover

{ visibility:hidden; }


  1. all_content #container #row_initial

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

  1. all_content #container #row_info

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


  1. all_content #container #row_initial #info

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

  1. all_content #container #row_initial .upload

{ width:488px; height:318px; 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; }

  1. all_content #container .narrow

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

  1. all_content #container .square

{ width:318px; height:318px; float:left; background:#4A2D1D; }

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


/*main buttons*/

  1. cssmenu a

{

 background: #A87D52;
 color: #4A2D1D;

}

/*main buttons, hover*/

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

{

 background: #FAE8D4;
 color: #A87D52;

}

/*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;

}