Template:Team:HokkaidoU Japan/User/CSS

From 2014.igem.org

(Difference between revisions)
(Created page with "<html> <style type="text/css"> @charset "UTF-8"; body { background-image: url=("") } .contents-neta { font-family: cursive; } .contents-kaisetsu { font-family:sans...")
 
(19 intermediate revisions not shown)
Line 4: Line 4:
body {
body {
-
     background-image: url=("")
+
     background-image: url("https://static.igem.org/mediawiki/2014/f/f0/8801750668_74a0202a89_o.jpg");
 +
    background-repeat: no-repeat;
 +
    background-attachment: fixed;
 +
    background-position: right bottom;
}
}
Line 14: Line 17:
     font-family:sans-serif;
     font-family:sans-serif;
}
}
 +
 +
#contents-list {
 +
    width:100%;
 +
    height: 500px;
 +
}
 +
 +
.user-wrapper {
 +
    width: 960px;
 +
    filter:alpha(opacity=50);
 +
    -moz-opacity: 0.5;
 +
    opacity: 0.5;
 +
    margin: 0 auto;
 +
}
 +
 +
 +
</style>
 +
</html>

Latest revision as of 08:30, 16 September 2014