Team:UCL/static/memories.css
From 2013.igem.org
Line 74: | Line 74: | ||
} | } | ||
- | |||
#all_content #container #row_initial #intro #box1 | #all_content #container #row_initial #intro #box1 |
Revision as of 13:52, 30 August 2013
/********************/ /*BACKGROUND COLOURS*/ /********************/
- header,
- header #middle #top #social_links
{ background:#A87D52; }
.mediawiki,
- content,
- all_content,
- 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*/ /*************/
- menu,
- menu #dropdown,
- cssmenu
{ background:#4A2D1D; }
- footer-box a
{ background:#FAE8D4; }
/*
- content
{ top:-15px; }
- menubar, #menubar:hover
{ visibility:hidden; }
- /
- all_content #container #row_initial
{ width:976px; height:750px; float:left; overflow:hidden; }
- all_content #container #row_initial #intro
{ width:638px; height:210px; float:left; margin-left:159px; margin-top:66px; position:relative; overflow:hidden; }
- 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; }
- all_content #container #row_initial #intro #box1:hover
{ opacity:0.85; cursor:pointer; }
- 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.65; margin:0px; display:none; }
- all_content #container #row_initial #intro #box2:hover
{ opacity:0.85; cursor:pointer; }
- all_content #container #row_initial #intro #box3
{ width:638px; height:210px; float:left; position:absolute; display:none; }
- all_content #container #row_initial #intro #box3 #upload
{ width:638px; height:210px; float:left; position:absolute; top:0px; left:0px; margin:0px; }
- all_content #container .gap
{ background:#FAE8D4; height:11px; opacity:0; }
- all_content #container .row_memory
{ width:976px; height:318px; float:left; }
- 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*/
- cssmenu a
{
background: #4A2D1D; color: #FAE8D4;
}
/*main buttons, hover*/
- cssmenu ul li:hover > a,
- cssmenu ul li.active > a
{
background: #A87D52; color: #FAE8D4;
}
/*sub menu*/
- cssmenu ul ul a
{
background: #4A2D1D; color: #FAE8D4;
}
/*sub menu, hover*/
- cssmenu ul ul li:hover > a
{
background: #4A2D1D; color: #A87D52;
}