Template:Team:HokkaidoU Japan/User/CSS

From 2014.igem.org

(Difference between revisions)
 
(13 intermediate revisions not shown)
Line 3: Line 3:
@charset "UTF-8";
@charset "UTF-8";
-
#background {
+
body {
-
     background-image: url("https://static.igem.org/mediawiki/2014/f/f0/8801750668_74a0202a89_o.jpg")
+
     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;
}
}
.contents-neta {
.contents-neta {
-
     font-family: fantasy;
+
     font-family: cursive;
}
}
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>
</style>
</html>
</html>

Latest revision as of 08:30, 16 September 2014