Difference between revisions of "Team:TECHNION-ISRAEL/example 2"

(Blanked the page)
 
(32 intermediate revisions by the same user not shown)
Line 1: Line 1:
  
div.side {
 
position: fixed;
 
top: 0;
 
left: 0;
 
margin-top: 20vh;
 
background-color: transparent);
 
}
 
 
.side > ul {
 
 
list-style: none;
 
margin-left: 40px;
 
padding-left: 1em;
 
text-indent: 0;
 
}
 
 
.side ul li:before {
 
content: "»";
 
position: absolute;
 
left: 40px;
 
 
}
 
 
.side > ul li {
 
background-color: transparent ;
 
font-size: 14px;
 
margin-top: 7px;
 
font-family: 'Assistant', sans-serif;
 
color: #374140;
 
}
 
 
 
 
.side > ul li >a {
 
text-decoration:none;
 
color: #374140;
 
}
 
 
 
ul[title]::before {
 
content: attr(title);
 
/* then add some nice styling as needed, eg: */
 
display: block;
 
font-weight: bold;
 
padding: 4px;
 
margin-top: 10px;
 
font-size: 15px;
 
font-family: 'Assistant', sans-serif;}
 
}
 

Latest revision as of 02:03, 2 November 2017