Team:UCL/static/memories.css

From 2013.igem.org

(Difference between revisions)
Line 239: Line 239:
.box{
.box{
     position:relative;
     position:relative;
-
     width:150px;
+
     width:318px;
-
     height:150px;
+
     height:318px;
     float:left;
     float:left;
     display:block;
     display:block;
-
     background:black;
+
     background:white;
-
     margin-right:20px;
+
     margin-right:11px;
}
}
.boxover{
.boxover{
     position:absolute;
     position:absolute;
-
     top:10px;
+
     top:0px;
     left:0px;
     left:0px;
     width:100%;
     width:100%;
-
     height:20px;
+
     height:100%;
     z-index:100;
     z-index:100;
-
     background:white;
+
     background:black;
     opacity:0;
     opacity:0;
}
}

Revision as of 12:03, 4 September 2013

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

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

{ background:#A87D52; }

  1. all_content

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

}

.mediawiki,

  1. content,
  2. footer-box

{ background-color:black; }

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

/***************/ /*HEADER IMAGES*/ /***************/

  1. header #middle #left

{ background-image:url('https://static.igem.org/mediawiki/2013/0/0b/Eslogo.png'); }

  1. header #middle #top #social_links img1

{ background-image:url('https://static.igem.org/mediawiki/2013/0/02/Facebook_logo_b.png'); }

  1. header #middle #top #social_links img2

{ background-image:url('https://static.igem.org/mediawiki/2013/8/87/Twitter_logo_b.png'); }

/*************/ /*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:976px; height:950px; float:left; overflow:hidden; }

  1. all_content #container #row_initial #intro

{ width:638px; height:210px; float:left; margin-left:159px; margin-top:66px; position:relative; overflow:hidden; }


  1. all_content #container #row_initial #intro #box1

{ width:638px; height:210px; float:left; position:absolute; width:638px; height:210px; position:relative; top:0px; left:0px; overflow:hidden; background:silver; opacity:0.65; margin:0px; cursor:pointer; }

  1. all_content #container #row_initial #intro #box1:hover

{ opacity:0.85; }

  1. all_content #container #row_initial #intro #box2

{ width:638px; height:210px; float:left; position:absolute; width:638px; height:210px; position:relative; top:0px; left:0px; overflow:hidden; background:silver; opacity:0.85; cursor:pointer; margin:0px; display:none; }

  1. all_content #container #row_initial #intro #box3

{ width:638px; height:210px; float:left; position:absolute; display:none; }

  1. all_content #container #row_initial #intro #box3 #upload

{ width:638px; height:210px; float:left; position:absolute; top:0px; left:0px; margin:0px; }

  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

{ overflow:hidden; position:relative; width:318px; height:318px; float:left; display:block; background:white; margin-right:11px; }

  1. all_content #container .row_memory .square .comments

{ position:absolute; width:100%; height:100%; z-index:100; background:red; opacity:0; }


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

}


/*boxover stuff*/ .box{

   position:relative;
   width:318px;
   height:318px;
   float:left;
   display:block;
   background:white;
   margin-right:11px;

} .boxover{

   position:absolute;
   top:0px;
   left:0px;
   width:100%;
   height:100%;
   z-index:100;
   background:black;
   opacity:0;

}