Template:Biwako Nagahama/css

From 2013.igem.org

(Difference between revisions)
 
(40 intermediate revisions not shown)
Line 1: Line 1:
<html><style type="text/css">
<html><style type="text/css">
-
/*** igem official logo***/
+
/*** igem official ***/
 +
body {
 +
    background-image: url(https://static.igem.org/mediawiki/2013/0/07/BiwakoBackground.jpeg);
 +
    background-attachment: fixed;
 +
}
#p-logo {
#p-logo {
     display: none;
     display: none;
 +
}
 +
#content {
 +
    background-color: transparent;
 +
    border-left: 0;
 +
    border-right: 0;
}
}
#top-section{
#top-section{
Line 12: Line 21:
}
}
#toc {
#toc {
 +
    display: none;
 +
}
 +
#catlinks{
     display: none;
     display: none;
}
}
Line 26: Line 38:
/*** ***/
/*** ***/
.main-contents{
.main-contents{
-
     width: 1200;
+
     width: 905px;
-
     margin: 0;
+
     margin: auto;
-
     padding: 30;
+
     padding: 30px;
     background-color: #ffffff;
     background-color: #ffffff;
 +
    clear: both;
}
}
/*** header ***/
/*** header ***/
 +
#biwako-menubar{
 +
    height: 25px;
 +
    width: 900px;
 +
    margin-bottom: 10px;
 +
    float: right;
 +
    background-color: #fffeef;
 +
    font-size: 15px;
 +
}
#biwako-menubar ul{
#biwako-menubar ul{
     margin: 0px;
     margin: 0px;
-
     padding: 0px;
+
     padding: 0px 5px 0px 5px;
}
}
#biwako-menubar li{
#biwako-menubar li{
-
     list-style-type: none;
+
     list-style: none;
-
     float: left;
+
     float: right;
-
     margin: 5px 10px 5px 10px
+
     margin: 2px 10px 2px 10px
 +
}
 +
.top-wrapper{
 +
    width: 740px;
 +
    margin: auto;
 +
   
}
}
.top-image{
.top-image{
     width: 720px;
     width: 720px;
-
     margin: auto;
+
    height: 700px;
-
     border: solid 10px #55d9ed;
+
     margin: 0;
 +
     border: solid 10px #73bcdc;
     padding: 0;
     padding: 0;
 +
    float: left;
 +
    background-color: #ffffff;
}
}
.top-sentence{
.top-sentence{
-
     width: 900;
+
     width: 712px;
-
     margin: auto;
+
     margin: 0;
-
     border: solid 10px #55d9ed;
+
     border: solid 10px #73bcdc;
     padding: 4px;
     padding: 4px;
 +
    float: left;
 +
    background-color: #73bcdc;
 +
    color: #ffffff;
 +
}
 +
.sentence{
 +
    width: 712px;
 +
    margin: 0;
 +
    border: solid 10px #73bcdc;
 +
    padding: 4px;
 +
    float: left;
 +
    background-color: #ffffff;
 +
}
 +
.spacer{
 +
    margin: 0;
 +
    clear: both;
}
}
</style></html>
</style></html>

Latest revision as of 11:40, 27 September 2013