Newer
Older
skip-web / main.css
@momona momona on 20 Jul 2018 1 KB changed link
/* SKIP - Shonai Koeki Information Project - main style sheet */
body {
    background: #fadcaf;
}

div.menu{
	background: #a9b881;
	padding-left: 5px;
}
div.menu ul{
	  width: 810px;
	  height: 50px;
	  margin:0 auto;
	  border-right:#ffffff 2px solid;
	  overflow:hidden;
}
div.menu li{
	  width: 160px;
	  height: 50px;
	  float: left;
	  border-left:#ffffff 2px solid;
	  list-style-type: none;
	  text-align: center;
	  padding-top: 12px;
}
div.menu ul a {text-decoration: none; }

div.top{
    margin-left: 100px;
}

h2 {
     padding: .5em .75em;
     background-color: #d3e6a8;
     border-left: 8px solid #0a6641;
}

div.skip {
	 background: #fff;
	 border: 5px double #0a6641;
	 margin: 20px 50px; padding: 10px 5px;
}

div.list {
	 background: #fff;
	 border: 5px double #0a6641;
	 margin: 20px 50px; padding: 10px 5px;
}

div.kwsk {
	background: #fff;
	border: 5px double #0a6641;
	margin: 20px 50px; padding: 10px 20px;
}

p.mimg {
  float: left;
  margin-right: 2px;
  margin-bottom: 1px;
}

a.tlink{
    text-align: right;
    background-color: white;
    color: black;
}

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

div.back{
	 position: fixed; right: 0.2ex; bottom: 0; width: 9em;
  	 color: blue;
}