Heidi Muehl (Talk | contribs) |
|||
Line 111: | Line 111: | ||
padding:0; | padding:0; | ||
float:right; | float:right; | ||
− | border-left: 1px solid # | + | border-left: 1px solid #F8CE63; |
− | background-color:# | + | background-color:#190707; |
text-align:left; | text-align:left; | ||
font-family:Tahoma, Geneva, sans-serif; | font-family:Tahoma, Geneva, sans-serif; | ||
Line 141: | Line 141: | ||
padding: 10px 0px 10px 15px; | padding: 10px 0px 10px 15px; | ||
float:left; | float:left; | ||
− | border-bottom: 1px solid # | + | border-bottom: 1px solid #F8CE63; |
− | font-size: | + | font-size: 20px; |
font-weight: bold; | font-weight: bold; | ||
− | color: # | + | color: #F8CE63; |
cursor: pointer; | cursor: pointer; | ||
} | } | ||
Line 177: | Line 177: | ||
/* styling for the menu buttons on hover */ | /* styling for the menu buttons on hover */ | ||
.igem_2017_menu_wrapper .menu_button:hover, .igem_2017_menu_wrapper .submenu_button:hover , .submenu_button.current_page:hover { | .igem_2017_menu_wrapper .menu_button:hover, .igem_2017_menu_wrapper .submenu_button:hover , .submenu_button.current_page:hover { | ||
− | background-color: # | + | background-color: #F8CE63; |
text-decoration: none; | text-decoration: none; | ||
− | color:# | + | color:#190707; |
} | } | ||
/* styling for the menu button when it is the current page */ | /* styling for the menu button when it is the current page */ | ||
.current_page { | .current_page { | ||
− | background-color:# | + | background-color:#190707 !important; |
− | color:# | + | color:#F8CE63 !important; |
} | } | ||
Line 194: | Line 194: | ||
padding: 10px 0px 10px 34px; | padding: 10px 0px 10px 34px; | ||
float:left; | float:left; | ||
− | background-color:# | + | background-color:#190707; |
− | border-bottom: 1px solid # | + | border-bottom: 1px solid #F8CE63; |
− | font-size: | + | font-size: 15px; |
− | color: # | + | color: #F8CE63; |
cursor: pointer; | cursor: pointer; | ||
} | } | ||
Line 221: | Line 221: | ||
display:block; | display:block; | ||
float:left; | float:left; | ||
− | background-color: | + | background-color: #190707; |
font-family:Tahoma, Geneva, sans-serif; | font-family:Tahoma, Geneva, sans-serif; | ||
} | } | ||
Line 230: | Line 230: | ||
/* styling for the titles h1 h2 */ | /* styling for the titles h1 h2 */ | ||
.igem_2017_content_wrapper h1, .igem_2017_content_wrapper h2 { | .igem_2017_content_wrapper h1, .igem_2017_content_wrapper h2 { | ||
− | color:# | + | color:#F8CE63; |
padding:15px 0 25px 0; | padding:15px 0 25px 0; | ||
border-bottom: 0; | border-bottom: 0; | ||
Line 244: | Line 244: | ||
.igem_2017_content_wrapper p { | .igem_2017_content_wrapper p { | ||
padding: 15px 0; | padding: 15px 0; | ||
− | font-size: | + | font-size: 15px; |
} | } | ||
.igem_2017_content_wrapper img { | .igem_2017_content_wrapper img { | ||
Line 254: | Line 254: | ||
font-weight: bold; | font-weight: bold; | ||
text-decoration: underline; | text-decoration: underline; | ||
− | text-decoration-color: # | + | text-decoration-color: #190707; |
color: #3399ff; | color: #3399ff; | ||
-webkit-transition: all 0.4s ease; | -webkit-transition: all 0.4s ease; | ||
Line 272: | Line 272: | ||
.igem_2017_content_wrapper ul { | .igem_2017_content_wrapper ul { | ||
padding:0px 20px; | padding:0px 20px; | ||
− | font-size: | + | font-size: 15px; |
font-family:Tahoma, Geneva, sans-serif; | font-family:Tahoma, Geneva, sans-serif; | ||
} | } | ||
Line 279: | Line 279: | ||
.igem_2017_content_wrapper ol { | .igem_2017_content_wrapper ol { | ||
padding:0px; | padding:0px; | ||
− | font-size: | + | font-size: 15px; |
font-family:Tahoma, Geneva, sans-serif; | font-family:Tahoma, Geneva, sans-serif; | ||
} | } | ||
Line 287: | Line 287: | ||
width: 97%; | width: 97%; | ||
margin:15px 10px; | margin:15px 10px; | ||
− | border: | + | border: 2px solid #190707; |
border-collapse: collapse; | border-collapse: collapse; | ||
} | } | ||
Line 295: | Line 295: | ||
padding: 10px; | padding: 10px; | ||
vertical-align: text-top; | vertical-align: text-top; | ||
− | border: 1px solid # | + | border: 1px solid #190707; |
border-collapse: collapse; | border-collapse: collapse; | ||
} | } | ||
Line 303: | Line 303: | ||
padding: 10px; | padding: 10px; | ||
vertical-align: text-top; | vertical-align: text-top; | ||
− | border: 1px solid # | + | border: 1px solid #190707; |
border-collapse: collapse; | border-collapse: collapse; | ||
− | background-color:# | + | background-color:##F8CE63; |
} | } | ||
Line 364: | Line 364: | ||
/* highlight class, adds a gray background */ | /* highlight class, adds a gray background */ | ||
.igem_2017_content_wrapper .highlight.gray { | .igem_2017_content_wrapper .highlight.gray { | ||
− | background-color: # | + | background-color: #190707; |
} | } | ||
/* highlight with decoration blue line on top */ | /* highlight with decoration blue line on top */ | ||
.igem_2017_content_wrapper .highlight.blue_top { | .igem_2017_content_wrapper .highlight.blue_top { | ||
− | border-top: 4px solid # | + | border-top: 4px solid #190707; |
} | } | ||
/* highlight with a full blue border decoration */ | /* highlight with a full blue border decoration */ | ||
.igem_2017_content_wrapper .highlight.blue_border { | .igem_2017_content_wrapper .highlight.blue_border { | ||
− | border: 4px solid # | + | border: 4px solid #190707; |
} | } | ||
Line 383: | Line 383: | ||
margin: 30px auto; | margin: 30px auto; | ||
padding: 12px 10px; | padding: 12px 10px; | ||
− | background-color: # | + | background-color: #190707; |
text-align: center; | text-align: center; | ||
− | color: # | + | color: #F8CE63; |
-webkit-transition: all 0.4s ease; | -webkit-transition: all 0.4s ease; | ||
-moz-transition: all 0.4s ease; | -moz-transition: all 0.4s ease; | ||
Line 394: | Line 394: | ||
/* styling for button on hover */ | /* styling for button on hover */ | ||
.igem_2017_content_wrapper .button:hover{ | .igem_2017_content_wrapper .button:hover{ | ||
− | background-color: # | + | background-color: #190707; |
− | color: # | + | color: #F8CE63; |
} | } | ||
Line 461: | Line 461: | ||
<a href="https://2017.igem.org/Team:Stuttgart"> | <a href="https://2017.igem.org/Team:Stuttgart"> | ||
− | <img src=" | + | <img src="https://static.igem.org/mediawiki/2017/4/45/Bildschirmfoto_2017-10-17_um_14.23.20.png"> |
</a> | </a> | ||
Line 732: | Line 732: | ||
</div> | </div> | ||
− | |||
− | <div class=" | + | |
+ | |||
+ | |||
+ | </div> | ||
+ | |||
+ | |||
+ | <!-- start of content --> | ||
+ | <div class="igem_2017_content_wrapper"> | ||
<h1>Protocols/Notebook</h1> | <h1>Protocols/Notebook</h1> |
Revision as of 12:35, 17 October 2017
Protocols/Notebook
Preparation of chemically competent DH5alpha E. coli cellsMaterial:
Method:
Heat-shock Transformation of E. coli cellsMaterial:
Method:
Preparation of LB mediaMaterial:
Method:
Preparation of LB agarMaterial:
Method:
Glycerol stocks – storage of bacterial strainsMaterial:
Method:
Polymerase chain reaction (PCR)Material:
Method:
|