Difference between revisions of "Team:UCSC/CSS-2"

Line 60: Line 60:
 
   font-weight: lighter !important; /* needed for some phones to display light version of font */
 
   font-weight: lighter !important; /* needed for some phones to display light version of font */
 
   color: var(--main-txt-color) !important;
 
   color: var(--main-txt-color) !important;
}
 
 
ul {
 
/*  list-style-image: url('https://static.igem.org/mediawiki/2018/b/bf/T--UCSC--PoPPY-Flower.png'); */
 
 
}
 
}
  
 
li {
 
li {
   list-style:none;
+
   list-style: none;
 
}  
 
}  
  
#bodyContent li:before {
+
.content li {
   content: '';
+
  margin-top: 2em;
  display: inline-block;
+
}
   height: 3em;  
+
 
  width: 3em;
+
.content li:before {
 +
   content: ''; display: inline-block;
 +
   height: 7em; width: 7em;
 
   background-image: url(https://static.igem.org/mediawiki/2018/b/bf/T--UCSC--PoPPY-Flower.png);
 
   background-image: url(https://static.igem.org/mediawiki/2018/b/bf/T--UCSC--PoPPY-Flower.png);
   background-size: contain;
+
   background-size: contain; background-repeat: no-repeat;
  background-repeat: no-repeat;
+
 
   vertical-align: middle;
 
   vertical-align: middle;
 
}
 
}
 +
  
 
/*-----NAV BAR THEME-----*/
 
/*-----NAV BAR THEME-----*/

Revision as of 18:29, 19 September 2018