Line 1: | Line 1: | ||
− | <html> | + | <html> <style> |
− | <style> | + | |
− | + | ||
/********************************* WIKI SETTINGS ********************************/ | /********************************* WIKI SETTINGS ********************************/ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | #sideMenu, | |
− | + | #top_title { | |
+ | display: none; | ||
+ | } | ||
− | + | #content { | |
− | + | min-height: 1000px; | |
− | + | padding: 0px; | |
− | + | width: 100%; | |
− | + | margin-top: -7px; | |
− | + | margin-left: 0px; | |
− | + | background-color: #482b00; | |
− | + | /* background-image: url("https://static.igem.org/mediawiki/2016/7/75/T--Freiburg--background.png");*/ | |
− | + | background-size: 100%; | |
− | + | } | |
− | + | ||
− | + | ||
− | /********************************* CONTENT OF THE PAGE ********************************/ | + | body {} |
− | + | ||
− | + | h1 { | |
− | + | text-align: center; | |
− | + | margin-top: -10px; | |
+ | padding: 20px; | ||
+ | font-family: 'Bad Script', cursive; | ||
+ | font-weight: bold; | ||
+ | font-size: 36px; | ||
+ | color: #be740d; | ||
+ | letter-spacing: 3px; | ||
+ | } | ||
+ | |||
+ | h2 { | ||
+ | /* margin: 10px;*/ | ||
+ | font-family: 'Bad Script', cursive; | ||
+ | font-weight: bold; | ||
+ | font-size: 24px; | ||
+ | color: darkorange; | ||
+ | letter-spacing: 3px; | ||
+ | } | ||
+ | |||
+ | h3 { | ||
+ | /* margin: 10px;*/ | ||
+ | font-family: 'Bad Script', cursive; | ||
+ | font-weight: bold; | ||
+ | font-size: 18px; | ||
+ | color: orangered; | ||
+ | letter-spacing: 3px; | ||
+ | } | ||
+ | |||
+ | h5 { | ||
+ | text-align: center; | ||
+ | /* margin-bottom: 10px;*/ | ||
+ | margin: 10px; | ||
+ | font-family: 'Bad Script', cursive; | ||
+ | font-weight: bold; | ||
+ | font-size: 36px; | ||
+ | color: #be740d; | ||
+ | letter-spacing: 3px; | ||
+ | } | ||
+ | |||
+ | |||
+ | /********************************* CONTENT OF THE PAGE ********************************/ | ||
+ | |||
+ | |||
+ | /* Wrapper for the content */ | ||
+ | |||
+ | .content_wrapper { | ||
+ | /* | ||
width: 85%; | width: 85%; | ||
margin-left: 120px; | margin-left: 120px; | ||
Line 43: | Line 73: | ||
float: left; | float: left; | ||
*/ | */ | ||
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | /*LAYOUT */ | ||
− | + | .column { | |
− | + | margin-top: 50px; | |
− | + | padding: 10px 0px; | |
− | + | float: left; | |
− | + | /* background-color: green; */ | |
− | + | /* border: 3px solid brown; */ | |
− | + | /* border-radius: 15px 15px 15px 15px; */ | |
− | + | /* background-image: url("https://static.igem.org/mediawiki/2016/a/a2/T--Freiburg--bg.jpeg"); */ | |
− | + | } | |
− | + | .full_size { | |
− | + | width: 100%; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | |||
− | |||
− | + | .full_size img { | |
+ | padding: 10px 15px; | ||
+ | width: 96.5%; | ||
+ | } | ||
+ | |||
+ | .half_size { | ||
+ | width: 50%; | ||
+ | } | ||
+ | |||
+ | .half_size img { | ||
+ | padding: 10px 15px; | ||
+ | width: 93%; | ||
+ | } | ||
+ | |||
+ | .clear { | ||
+ | clear: both; | ||
+ | } | ||
+ | |||
+ | .highlight { | ||
+ | width: 90%; | ||
+ | margin: auto; | ||
+ | padding: 15px 5px; | ||
+ | background-color: #f2f2f2; | ||
+ | } | ||
+ | |||
+ | .my_center { | ||
+ | display: flex; | ||
+ | justify-content: center; | ||
+ | } | ||
+ | |||
+ | .color1 { | ||
+ | /*purple*/ | ||
+ | background-color: rgb(67, 33, 79); | ||
+ | } | ||
+ | |||
+ | .color2 { | ||
+ | /*pinkish*/ | ||
+ | background-color: #871150; | ||
+ | } | ||
+ | |||
+ | .color3 { | ||
+ | /*brownish*/ | ||
+ | background-color: #4e3c3c; | ||
+ | } | ||
+ | |||
+ | .color4 { | ||
+ | /*greenish*/ | ||
+ | background-color: #3d6051; | ||
+ | } | ||
+ | |||
+ | .color5 { | ||
+ | /*bluish*/ | ||
+ | background-color: #3d4d60; | ||
+ | } | ||
+ | |||
+ | .color6 { | ||
+ | /*blue*/ | ||
+ | background-color: #09305f; | ||
+ | } | ||
+ | |||
+ | .img_menu { | ||
+ | /*purple*/ | ||
+ | background-color: rgb(67, 33, 79); | ||
+ | padding: 20px; | ||
+ | } | ||
+ | |||
+ | .para_center_20 { | ||
+ | font-size: 20px; | ||
+ | text-align: justify; | ||
+ | font-family: 'Open Sans', sans-serif; | ||
+ | padding: 2% 20% 2% 20%; | ||
+ | } | ||
+ | |||
+ | .para_center_Quellen { | ||
+ | font-size: 10px; | ||
+ | text-align: center; | ||
+ | margin-left: 10%; | ||
+ | line-height: 110%; | ||
+ | margin-right: 10%; | ||
+ | margin-bottom: 100px; | ||
+ | font-family: 'Arvo', serif; | ||
+ | } | ||
+ | |||
+ | .para_center_without_margin_bottom { | ||
+ | font-size: 20px; | ||
+ | text-align: center; | ||
+ | line-height: 120%; | ||
+ | margin-left: 10%; | ||
+ | margin-right: 100px; | ||
+ | margin-bottom: 20px; | ||
+ | font-family: 'Open Sans', sans-serif; | ||
+ | } | ||
+ | |||
+ | .para { | ||
+ | font-size: 10px; | ||
+ | } | ||
− | </html> | + | </style> <head> <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Sniglet" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Arvo" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Days+One" rel="stylesheet"> </head> </html> |
Revision as of 05:51, 2 October 2016