Team:Glendale CC AZ/CSS
From 2013.igem.org
(Difference between revisions)
Line 2: | Line 2: | ||
<head> | <head> | ||
<style> | <style> | ||
- | |||
body | body | ||
{ | { | ||
Line 11: | Line 10: | ||
{ | { | ||
margin-left: 139px; | margin-left: 139px; | ||
- | width: | + | width: 200px; |
- | height: | + | height: 250px; |
background-color: #fff; | background-color: #fff; | ||
- | border: solid | + | border: solid rgb(190,39,0); |
padding-top: 38px; | padding-top: 38px; | ||
margin-top: 23px; | margin-top: 23px; | ||
Line 25: | Line 24: | ||
margin: 10px 0 9px 0; | margin: 10px 0 9px 0; | ||
cursor: pointer; | cursor: pointer; | ||
- | color: # | + | color: #000000; |
transition: color .3s linear; | transition: color .3s linear; | ||
-webkit-transition: color .3s linear; | -webkit-transition: color .3s linear; | ||
Line 45: | Line 44: | ||
.active | .active | ||
{ | { | ||
- | background-color: rgb(190,39,0); | + | background-color: rgb (190,39,0); |
- | background-position: left | + | background-position: left; |
- | border-left: solid 15px rgb( | + | border-left: solid thin 15px rgb(190,39,0); |
- | position: | + | position: inherit; |
- | left: | + | left: 30; |
- | color: # | + | color: #FF0000; |
} | } | ||
</style> | </style> | ||
Line 62: | Line 61: | ||
<aside> | <aside> | ||
<ul> | <ul> | ||
- | <li | + | <li class="active"><a href="">Profile Settings</a></li> |
- | + | <li><a href="#">Connected Networks</a></li> | |
- | <li><a href=" | + | <li><a href="#">Email Settings</a></li> |
- | <li><a href=" | + | <li><a href="#">Privacy Settings</a></li> |
- | <li><a href=" | + | <li><a href="#">Authorized Sites</a></li> |
- | + | ||
- | <li><a href=" | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
</aside> | </aside> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 22:40, 14 August 2013