37 lines
588 B
CSS
37 lines
588 B
CSS
|
@charset "utf-8";
|
||
|
#wrapper {
|
||
|
border: 1px solid;
|
||
|
height: auto;
|
||
|
margin: 40px auto 0;
|
||
|
max-width: 875px;
|
||
|
}
|
||
|
|
||
|
#header_bar {
|
||
|
background-color: #DDEEAA;
|
||
|
height: 40px;
|
||
|
left: 0;
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
#head {
|
||
|
margin: auto;
|
||
|
width: 875px;
|
||
|
}
|
||
|
#bar_title {
|
||
|
border: 1px solid red;
|
||
|
display: block;
|
||
|
font-size: 22pt;
|
||
|
width: 120px;
|
||
|
}
|
||
|
.login_function {
|
||
|
display: block;
|
||
|
float: right;
|
||
|
margin: -25px 0 0;
|
||
|
}
|
||
|
.login_from {
|
||
|
display: block;
|
||
|
float: right;
|
||
|
margin: -25px;
|
||
|
}
|