ソフトウェア設計及び演習2017

CSS

/********** html **********/ html{ color: #333; }

/********** body **********/ body { margin: 20; padding: 0; line-height: 1.4; color: #333; text-align:left; font-family: 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W4', 'メイリオ', Meiryo, 'helvetica', sans-serif; }

/********** container **********/ div.container { width: 100%; margin-left:auto; margin-right:auto; text-align: left; }

/********** main **********/ div.main { margin-top: 10px; margin-bottom: 1em; margin-left: 1%; width: 75%; float: left; }

div.main h2{ /* background-color: #F9F9F9; */ color: #000000; background: LightSteelBlue; padding-top: 0.2em; padding-left: 0.3em; padding-bottom: 0.2em; }

div.main h3{ /* background-color: #F9F9F9; */ color: #000000; padding-top: 0.2em; padding-left: 0.3em; padding-bottom: 0.2em; border-left: solid 10px LightSteelBlue; border-bottom: medium dotted LightSteelBlue; }

div.main h4{ /* background-color: #F9F9F9; */ color: #000000; padding-top: 0.2em; padding-left: 0.3em; padding-bottom: 0.2em; border-left: solid 10px LightSteelBlue; /* border-bottom: medium dotted LightSteelBlue; */

}

div.main em{ color: red; }

div.main pre{ line-height: 100%; border-right: #646464 1px solid; padding-right: 0em; border-top: #646464 1px solid; padding-top: 0.3em; border-left: #646464 1px solid; padding-left: 0.3em; border-bottom: #646464 1px solid; padding-bottom: 0.3em; white-space: pre; color: black; background-color: #EEEEEE; margin: 0.5em 3.5em 0.5em 3.5em; }

#large_and_center { font-size: 300%; }

/********** menu **********/ .menuBlock { position:fixed; opacity:0.5; top: 1px; margin-top: 8px; margin-bottom: 8px; margin-left: 8px; padding-left:20;

font-weight:bold; text-decoration : none ; text-align:center; }

.menuBlock button.plate { background-color: #ccdddd; color: #2C6EBD; font-size:90%; border: 2px solid #aaaaaa; border-top:0; border-left:0; font-weight:bold; text-decoration : none ; text-align:center; }

.menuBlock *.plate { color: #ffffff; background-color: #2C6EBD; margin-top: 8px; margin-bottom: 8px; margin-left: 8px; padding-left:20; }

.menuBlock a{ font-weight:bold; text-decoration : none ; text-align:center; color: #ffffff; }

.menuBlock *:hover{ background-color: #ffffff; color: #2C6EBD; }

/********** sibebar **********/ div.sidebar { font-size: 68%; margin-top: 60px; margin-right: 1%; background-color: #F9F9F9; width: 20%; float: right; }

div.sidebar h3{ color: #fff; background-color: #2C6EBD; text-align: center; }

div.sidebar ul { margin: 0; }

/********** foot **********/ div.foot { margin-left: 1%; width: 98%; float: left; text-align: center; border-top: double 1px #666; margin-top: 1.0em; margin-bottom: 1.0em; font-size: 95%; }

div.foot a:link{ text-decoration: none; }

div.foot a:hover{ text-decoration: underline; }

.tabview { margin: 0; padding: 0; }

button.tab { border: 1px solid #dddddd; color: #ffffff; background-color: #aaaaaa; } }

button.tabhere { border: 1px solid #dddddd; border-bottom: 1px solid #ffffff; background-color: #ffffff; color: #000000; }

.tabviewcontents { border-left: 1px solid #dddddd; border-right: 1px solid #dddddd; border-bottom: 1px solid #dddddd; border-top: 1px solid #ffffff; clear: both; margin: 0; padding: 0; overflow: auto; } .contents { border: 1px solid #dddddd; border-top: 1px solid #ffffff; clear: both; margin: 0; padding: 0; overflow: auto; }

button.block { border: 1px solid #dddddd; color: #884488; background: #aaaaaa; padding: 0;

//-moz-border-radius:10px 10px 10px 10px; -moz-border-radius: 50%; -moz-box-shadow:1px 1px 4px rgba(0, 0, 0, 0.5); background-image:-moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2)); //display: block;

}

table.block{ margin-left:1cm ; border-collapse: collapse;}

table.block th,table.block td{ border:solid 1px gray;padding:1pt}


最終更新日:2017/04/03 10:32:44