Team:Korea U Seoul/team/koreauniv content
From 2013.igem.org
(Difference between revisions)
(Created page with "<html> <head> <style> .profile_title{ width: 100%; margin-bottom: 20px; overflow: auto; } ...") |
|||
Line 10: | Line 10: | ||
.profile_title > .left_line{float: left; width: 20%; background-color: #52909E; height: 3px;} | .profile_title > .left_line{float: left; width: 20%; background-color: #52909E; height: 3px;} | ||
.profile_title > .right_line{float: left; width: 80%; background-color: #C2E4EB; height: 2px;} | .profile_title > .right_line{float: left; width: 80%; background-color: #C2E4EB; height: 2px;} | ||
- | .profile_content{width: 100%; overflow: auto; padding-bottom: 30px;} | + | .profile_content{width: 100%; overflow: auto; padding-bottom: 30px; float: left;} |
.profile_content > .left {float: left; width: 25%; overflow: auto} | .profile_content > .left {float: left; width: 25%; overflow: auto} | ||
.profile_content > .left > img {border-radius: 5px; width: 100%;} | .profile_content > .left > img {border-radius: 5px; width: 100%;} | ||
- | .profile_content > .right{float: left; width: 70%; overflow: auto; padding-left: 20px; border: none;} | + | .profile_content > .right{float: left; width: 70%; overflow: auto; padding-left: 20px; border: none; display:none} |
.profile_content > .right > h3 {font-size: 12pt; color: #3C4F62; font-weight: bold; text-decoration: none;} | .profile_content > .right > h3 {font-size: 12pt; color: #3C4F62; font-weight: bold; text-decoration: none;} | ||
.profile_content > .right > h4 {font-size: 10pt; color: #000000; font-weight: bold;} | .profile_content > .right > h4 {font-size: 10pt; color: #000000; font-weight: bold;} | ||
.profile_content > .right > h5 {font-size: 10pt; color: #9D9D9D} | .profile_content > .right > h5 {font-size: 10pt; color: #9D9D9D} | ||
+ | .highlight{ | ||
+ | |||
+ | } | ||
</style> | </style> | ||
</head> | </head> |
Revision as of 16:42, 27 September 2013
Instructor