133 lines
No EOL
1.9 KiB
CSS
133 lines
No EOL
1.9 KiB
CSS
html {
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
body {
|
|
margin: 0px;
|
|
padding: 0px;
|
|
font-size: 14px;
|
|
color: #000;
|
|
background-color: #eee;
|
|
}
|
|
|
|
footer {
|
|
text-align: center;
|
|
color: inherit;
|
|
padding: 10px;
|
|
font-size: 12px;
|
|
line-height: 1.7;
|
|
}
|
|
|
|
footer, footer a {
|
|
color: #999;
|
|
}
|
|
|
|
label {
|
|
padding-top: 15px;
|
|
color: #404040;
|
|
}
|
|
|
|
.link_type {
|
|
padding:2px;
|
|
color: #0088cc;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.link_type:hover {
|
|
color: #005580;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
:focus { -moz-outline-style:none; }
|
|
|
|
table.simpletable { border-collapse: collapse; margin-bottom: 10px;}
|
|
table.simpletable td {border: 1pt solid #000; vertical-align: top; padding: 2px; }
|
|
|
|
div.fix_ff_cursor { overflow: auto; }
|
|
|
|
/* --- Layout --- */
|
|
|
|
div.comment { color: #444; }
|
|
|
|
.help {
|
|
margin-bottom: 3px;
|
|
color: #888;
|
|
}
|
|
|
|
div#body_div {
|
|
padding-right: 7px;
|
|
padding-top: 70px;
|
|
padding-bottom: 50px;
|
|
min-height: 400px;
|
|
}
|
|
|
|
.content {
|
|
margin: auto;
|
|
width: 900px;
|
|
}
|
|
|
|
.background-fade-in {
|
|
-webkit-transition: background 1s ease-in; /* property duration timing-function delay */
|
|
-moz-transition: background 1s ease-in;
|
|
-o-transition: background 1s ease-in;
|
|
transition: background 1s ease-in;
|
|
}
|
|
|
|
header .container {
|
|
width: 900px;
|
|
margin: auto;
|
|
}
|
|
|
|
@media (max-width: 1200px) {
|
|
header .container, .content {
|
|
width: 900px;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 1200px) and (max-width: 1599px) {
|
|
header .container, .content {
|
|
width: 1100px;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 1600px) {
|
|
header .container, .content {
|
|
width: 1100px;
|
|
}
|
|
div#body_div {
|
|
min-height: 900px;
|
|
}
|
|
}
|
|
|
|
div.no_script {
|
|
display: none;
|
|
}
|
|
|
|
div.loading_div {
|
|
background-color: #FFFFCC;
|
|
z-index: 1999;
|
|
right: 5px;
|
|
width: 90px;
|
|
display: none;
|
|
text-align: center;
|
|
padding: 2px;
|
|
border: 1px solid #FF4;
|
|
}
|
|
|
|
|
|
.shadow {
|
|
-moz-box-shadow: 0px 2px 2px #888;
|
|
-webkit-box-shadow: 0px 2px 2px #888;
|
|
box-shadow: 0px 2px 2px #888;
|
|
}
|
|
|
|
.round {
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.clear {
|
|
clear: both;
|
|
} |