Template:Team:HokkaidoU Japan/User/CSS
From 2014.igem.org
(Difference between revisions)
(10 intermediate revisions not shown) | |||
Line 3: | Line 3: | ||
@charset "UTF-8"; | @charset "UTF-8"; | ||
- | + | body { | |
- | + | background-image: url("https://static.igem.org/mediawiki/2014/f/f0/8801750668_74a0202a89_o.jpg"); | |
- | + | background-repeat: no-repeat; | |
- | background-image: url("https://static.igem.org/mediawiki/2014/f/f0/8801750668_74a0202a89_o.jpg") | + | background-attachment: fixed; |
+ | background-position: right bottom; | ||
} | } | ||
Line 20: | Line 21: | ||
width:100%; | width:100%; | ||
height: 500px; | height: 500px; | ||
- | |||
} | } | ||
+ | |||
+ | .user-wrapper { | ||
+ | width: 960px; | ||
+ | filter:alpha(opacity=50); | ||
+ | -moz-opacity: 0.5; | ||
+ | opacity: 0.5; | ||
+ | margin: 0 auto; | ||
+ | } | ||
+ | |||
+ | |||
</style> | </style> | ||
</html> | </html> |
Latest revision as of 08:30, 16 September 2014