Newer
Older
skip-web / archive / index / preIndex2.css
@MURAKAMI Masaki MURAKAMI Masaki on 24 Feb 2015 2 KB Version up index.html.
body{
	background: white;
}

/* Global navigation */
div.menw{
	background: rgba(135,255,255,0.9);
	margin-bottom: 20px;
}
div.menw ul{
	 width: 1010px;
	 height: 50px;
	 margin:0 auto;	 
	 border-right:#fff 2px solid;
	 overflow:hidden;
}
div.menw li{
	 width: 200px;
	 height: 50px;
	 float: left;
	 border-left:#fff 2px solid;
	 list-style-type: none;
	 text-align: center;
	 padding-top: 12px;
}
/* Mouseon action */
.menw li:hover {
        background-color: rgba(200,255,255,0.8);
}
/* Image slider */
iframe {
    background: rgba(200,255,255,0.8);
}
.back {
    width: 1250px;
    margin: 10px auto;
    
}
.left {
    width: 250px;
    height: 500px;
    text-align: center;
    margin-left: 5px auto;
    margin-right: 5px auto;
    float: left;
    border: thin solid #000;
}
.left img {
    border: 5px double #a53;
    border-radius: 15px;
    margin-top: 15px;
    padding-left: 5px;
    padding-bottom: 5px;
}
.left p {
    text-align: left;
    margin-left:5px;
    margin-right: 5px;
}
.right {
    text-align: center;
    width: 250px;
    margin-left: 5px auto;
    margin-right: 5px auto;
    float: right;
    border: thin solid #000;
}
.right img {
    border: 2px yellow solid;
    box-shadow: orange 3px 3px 3px;
}
/* Close and open news box */ 
.slidebox {
    height:20px;
    width: 730px; 
    margin:0 auto;
    text-align: center;
    background: #ffcc77;
    border: thin solid #000;
}
.slidebox:hover {
    background: #fa5;
}
.row {
    width: 730px;
    height: 60px;
    margin:0 auto;
    border: thin solid #000;
    border-top: none;
    overflow-y: scroll;
}
.row ul {
    margin-top: 7px;
}
.row li {
   margin: 2px 2px;
}
.row .new {
    background: red;
    color: white;
    margin-left: 5px;
    border: 1px solid red;
    border-radius: 5px;
}
.main {
    width: 730px;
    height: 900px;
    margin:0 auto;
    margin-top: 5px;
    border: ;
}
.main div {
    border: thin solid #000;
    width: 725px;
    padding-left: 5px;
}
#openWindow {
    width: 730px;
    height: 20px;
    display: none;
    border: thin solid #000;
    text-decoration: none;
    background: rgba(50,50,50,0.5);
    text-align: center;
    border-bottom: none;
    position: absolute;
    color: #fff;
}
#openWindow:visited {
    color: #fff;
}
#openWindow:hover {
    background: rgba(50,50,50,0.72);
}
h3 {
    border-left: 10px solid #fc7;
    border-bottom: 1px solid #fc5;
    margin-right: 30px;  
}
/*
#iframe {
    width: 730px;
    position: relative;    
}
*/
#viewTopic {
    background: #fff;
}