view preIndex.css @ 3585:237f3b4407e2

Remove backup files of Emacs
author HIROSE Yuuji <yuuji@koeki-u.ac.jp>
date Thu, 14 Dec 2017 14:23:24 +0900
parents 33c55c564886
children
line wrap: on
line source

body{
	background: #fb5;
	margin: 0px;
	padding: 0px;
}

.header {
        background: #986;
	color: white;
	//height: 120px;
	margin: auto;
	margin-left: 20px;
	padding: 10px;
	padding-top: 0px;
	padding-right: 0px;
}

.head {
        margin-bottom: 0px;
	//float: right;
}

/* Span for words explaining */
.ballooned {
         box-shadow: 1px 1px 1px 1px #000;
	 background: #998;
	 margin-right: 1px;
}

.ballooned:hover {
         box-shadow: -1px -1px 1px 1px #000;
	 background: #fb5;
}


/* Setting balloon styles */
.bal {
         max-width: 450px;
	 font-size: large;
} 

/* Global navigation */
div.menw{
	background: #fb5;
	/* background: rgba(135,255,255,0.9); */
	padding-left: 20px;

}
div.menw ul{
	 width: 972px;
	 height: 50px;
	 margin:0 auto;	 
	 border-right:#fff 2px solid;
	 overflow:hidden;
}
div.menw li{
	 width: 160px;
	 height: 50px;
	 float: left;
	 border-left:#fff 2px solid;
	 list-style-type: none;
	 text-align: center;
	 padding-top: 12px;
}

div.covered {
         position: relative;
	 z-index: 3;
}

div.cover {
         position: relative;
	 left: 812px;
	 z-index: 2;
	 width: 160px;
	 height: 50px;
	 text-align: center;
	 background: rgba(100,100,100,0.35);
}

.all {
         background: #986;
	 margin-left: auto;
	 margin-right: auto;
	 padding: 20px;
	 min-width: 960px;
	 margin-left: 20px;
}

.suball {
	 margin: 10px;
	 margin-top: 0px;
	 padding: 30px;
	 border: thin solid #987;
	 background: #986;
	 background: rgba(255,255,255, 0.25);
	 box-shadow: 15px 15px 10px 8px rgba(0,0,0,0.4);
	 max-width: 1020px;
	 margin-left: auto;
	 margin-right: auto;
}

a img {
         border: 1px solid #000;
	 box-shadow: 5px 10px 5px 3px rgba(0,0,0,0.4);
}

/* News layout */
.news {
         margin-left: auto;
	 margin-right: auto;
	 width: 750px;
	 height: 120px;
	 border: thin solid #000;
	 padding-left: 10px;
	 background: #fee;
	 overflow-y: scroll;	 
}

/* Mouseon action */
.menw li:hover {
        background-color: rgba(200,255,255,0.8);
}

/* Image slider */
.bx-wrapper {
    height: 200px;
    margin-top: 0px;
    margin-bottom: 50px;
}
.bx-wrapper img {
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    /* width: 50%; */
}


.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-top: 5px;
    margin-right: 30px;
    margin-left: 5px;  
    margin-bottom: 5px;
    padding-left: 3px;
    color: #fff;
}
.sect {
    margin-left: 15px;
}
/*
#ifram {
    width: 730px;
    position: relative;    
}
*/
#viewTopic {
    background: #fff;
}

.footer {
       padding-top: 5px;
       padding-bottom: 10px;
       padding-left: 5px;
       margin-left: 20px;
       margin-top: 10px;
       background: #986;
}

yatex.org