Team:Heidelberg/Templates/style-css
From 2013.igem.org
(Difference between revisions)
Nils.kurzawa (Talk | contribs) |
Nils.kurzawa (Talk | contribs) m |
||
Line 150: | Line 150: | ||
z-index:1; | z-index:1; | ||
} | } | ||
+ | *{ | ||
+ | margin:0; | ||
+ | padding:0; | ||
+ | } | ||
+ | body{ | ||
+ | content: ""; | ||
+ | /*opacity: 0.8;*/ | ||
+ | background-position:left top; | ||
+ | background-repeat:no-repeat; | ||
+ | float: left; | ||
+ | z-index: -1; | ||
+ | |||
+ | } | ||
+ | |||
+ | #nav{ | ||
+ | min-width:860px; | ||
+ | } | ||
+ | div#WelcomeText{ | ||
+ | font-style: normal; | ||
+ | border-style:solid; | ||
+ | border-color:#999999; | ||
+ | border-width:1px; | ||
+ | padding:10px; | ||
+ | border-radius: 15px; | ||
+ | float:right; | ||
+ | margin:0 20 0 0; | ||
+ | } | ||
+ | #logo{ | ||
+ | float:right; | ||
+ | } | ||
+ | .popover-content { | ||
+ | text-align: justify; | ||
+ | font-family: Arial, sans-serif; | ||
+ | font-size: 14px; | ||
+ | } | ||
+ | |||
+ | .popover.left { | ||
+ | margin-left: | ||
+ | } | ||
+ | |||
+ | .popover { | ||
+ | max-width: 850px; | ||
+ | margin-top: 0px; | ||
+ | opacity:0.4; | ||
+ | filter:alpha(opacity=40); | ||
+ | } | ||
+ | .btn-lg { | ||
+ | font-size: 24px; | ||
+ | font-weight: 900; | ||
+ | } | ||
</style> | </style> | ||
</html> | </html> |
Revision as of 21:30, 2 October 2013