Template:Team:Berlin/AllCss
From 2014.igem.org
(Difference between revisions)
(22 intermediate revisions not shown) | |||
Line 2: | Line 2: | ||
<head> | <head> | ||
<style type="text/css"> | <style type="text/css"> | ||
+ | |||
+ | .start-text-container-project { | ||
+ | padding: 35px 24% 20px 24%; | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | .submenue-project | ||
+ | { | ||
+ | text-align: right; | ||
+ | font-size: 19px; | ||
+ | } | ||
+ | |||
+ | .sub-link-project | ||
+ | { | ||
+ | padding-bottom: 10px; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | |||
#p-logo{ | #p-logo{ | ||
display: none; | display: none; | ||
Line 47: | Line 67: | ||
text-align: left; | text-align: left; | ||
+ | } | ||
+ | |||
+ | .project-number{ | ||
+ | |||
+ | font-family: Arial, sans-serif; | ||
+ | font-size: 27px; | ||
+ | color: #0ecd28; | ||
+ | -moz-border-radius: 100%; | ||
+ | border-radius: 100%; | ||
+ | border: 1px solid #0ecd28; | ||
+ | width: 41px; | ||
+ | height: 41px; | ||
+ | line-height: 42px; | ||
+ | float:left; | ||
+ | text-align: center; | ||
+ | padding-right: 1px; | ||
+ | margin-right: 10px; | ||
+ | } | ||
+ | |||
+ | .project-headline-float | ||
+ | { | ||
+ | padding-left: 10px; | ||
+ | padding-top: 2px; | ||
+ | } | ||
+ | |||
+ | |||
+ | .project-entry-tags | ||
+ | { | ||
+ | text-align: right; | ||
+ | } | ||
+ | |||
+ | .project-entry-tags ul | ||
+ | { | ||
+ | padding-left: 0px; | ||
+ | } | ||
+ | |||
+ | .project-entry-tags li | ||
+ | { | ||
+ | list-style-type: none; | ||
+ | display: inline-block; | ||
+ | border: 1px solid #0ecd28; | ||
+ | color: #0ecd28; | ||
+ | -moz-border-radius: 17px; | ||
+ | border-radius: 17px; | ||
+ | padding: 3px 5px 2px 5px; | ||
+ | min-width: 100px; | ||
+ | text-transform: uppercase; | ||
+ | text-align: center; | ||
+ | padding-left: 10px; | ||
+ | padding-right: 10px; | ||
+ | } | ||
+ | |||
+ | .sub-link-project a | ||
+ | { | ||
+ | color: white; | ||
+ | } | ||
+ | |||
+ | .sub-content-project | ||
+ | { | ||
+ | margin-left: 50px; | ||
+ | margin-left: 80px; | ||
+ | margin-top: 15px; | ||
+ | padding-left: 14px; | ||
+ | border-left: 1px solid #0ecd28; | ||
+ | } | ||
+ | |||
+ | .sub-content-project-headline | ||
+ | { | ||
+ | font-size: 25px; | ||
+ | color: #0ecd28; | ||
} | } | ||
Line 6,430: | Line 6,520: | ||
height: 370px; /* For at least Firefox */ | height: 370px; /* For at least Firefox */ | ||
min-height: 370px; | min-height: 370px; | ||
- | background: url('https://static.igem.org/mediawiki/2014/ | + | background: url('https://static.igem.org/mediawiki/2014/a/ab/Team_berlin_000001.jpg') no-repeat center center fixed; |
-webkit-background-size: cover; | -webkit-background-size: cover; | ||
-moz-background-size: cover; | -moz-background-size: cover; | ||
Line 6,641: | Line 6,731: | ||
.site-wrapper-sub-project, | .site-wrapper-sub-project, | ||
.site-wrapper-sub-workshop, | .site-wrapper-sub-workshop, | ||
- | + | ||
.site-wrapper-sub-contact{ | .site-wrapper-sub-contact{ | ||
background: none; | background: none; | ||
Line 6,782: | Line 6,872: | ||
} | } | ||
- | |||
Line 6,809: | Line 6,898: | ||
/* General | /* General | ||
*****************/ | *****************/ | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
h1, | h1, | ||
h2, h3{ | h2, h3{ | ||
- | font-family: | + | font-family: Trebuchet MS, Helvetica, Arial; |
color: #0ecd28; | color: #0ecd28; | ||
/*text-transform: uppercase;*/ | /*text-transform: uppercase;*/ | ||
Line 7,425: | Line 7,503: | ||
-webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */ | -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */ | ||
-webkit-backface-visibility: hidden; /* Fix for transition flickering */ | -webkit-backface-visibility: hidden; /* Fix for transition flickering */ | ||
+ | |||
+ | filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */ | ||
+ | |||
} | } | ||
Line 7,795: | Line 7,876: | ||
</style> | </style> | ||
+ | |||
+ | <link rel="shortcut icon" href="https://static.igem.org/mediawiki/2014/4/49/Team_berlin_fav.png" type="image/png" /> | ||
+ | <link rel="icon" href="https://static.igem.org/mediawiki/2014/4/49/Team_berlin_fav.png" type="image/png" /> | ||
+ | |||
</head> | </head> | ||
<body> | <body> |
Latest revision as of 21:47, 17 October 2014