Difference between revisions of "Team:ASIJ Tokyo/CSS"

Line 4: Line 4:
 
/* Structure ================================================== */
 
/* Structure ================================================== */
 
body {
 
body {
     background-image: url("https://static.igem.org/mediawiki/2018/b/b0/T--ASIJ_Tokyo--OfficialBackground.jpeg") !important;
+
     background-image: url("https://static.igem.org/mediawiki/2018/b/b0/T--ASIJ_Tokyo--OfficialBackground.jpeg");
 
     background-repeat: repeat, repeat;
 
     background-repeat: repeat, repeat;
 
     background-size: 100%;
 
     background-size: 100%;
Line 13: Line 13:
 
.wrapper {
 
.wrapper {
 
   margin-left: 10%;
 
   margin-left: 10%;
   margin-right: 10%;
+
   margin-right: 10% !important;
 
}
 
}
 
footer {
 
footer {
Line 182: Line 182:
 
margin: 0%;
 
margin: 0%;
 
}
 
}
 
/* parts ============================================== */
 
 
h1 {
 
    font-size: 35px;
 
}
 
 
h2 {
 
    font-size: 20px;
 
}
 
.bg {
 
    background-image: url("https://static.igem.org/mediawiki/2018/c/ce/T--ASIJ_Tokyo--improvedparts.png");
 
    height: 80%;
 
    background-position: center;
 
    background-repeat: none;
 
    background-size: cover;
 
    position: relative;
 
}
 
 
#yajirushi {
 
    position: absolute;
 
    bottom: 65px;
 
    z-index: 1;
 
    width: 100px;
 
    height: 30px;
 
    left: 50%;
 
}
 
 
#header {
 
    padding-top: 20px;
 
    padding-bottom: 0px;
 
}
 
 
#wrapper {
 
    margin-left: 10%;
 
    margin-right: 10%;
 
}
 
 
table, th, td {
 
    border: 1px solid black;
 
    border-collapse: collapse;
 
    padding: 5px;
 
    padding-left: 5px;
 
    vertical-align: top;
 
    text-align: left;
 
}
 
 
hr {
 
    color: black;
 
    border-style: solid;
 
}
 
 
 
</style>
 
</style>
 
</html>
 
</html>

Revision as of 10:52, 12 October 2018