Do not transform-text (overall the header).
This commit is contained in:
parent
251b81f848
commit
efa436f483
1 changed files with 16 additions and 14 deletions
|
|
@ -11,6 +11,7 @@ textarea {
|
||||||
width:25em;
|
width:25em;
|
||||||
height:5em;
|
height:5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
input, textarea, checkbox {
|
input, textarea, checkbox {
|
||||||
color: #FFFFA0;
|
color: #FFFFA0;
|
||||||
background: black;
|
background: black;
|
||||||
|
|
@ -21,24 +22,11 @@ main {
|
||||||
float:left;
|
float:left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
fieldset {
|
fieldset {
|
||||||
background-color: rgba(32,16,16,0.8);
|
background-color: rgba(32,16,16,0.8);
|
||||||
border-radius:5px; border: solid 1px #000060;
|
border-radius:5px; border: solid 1px #000060;
|
||||||
float:left;
|
float:left;
|
||||||
}
|
}
|
||||||
#logo {
|
|
||||||
float: left;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.panel,.bshpanel,aside {
|
|
||||||
background-color: rgba(32,16,16,0.8);
|
|
||||||
border-radius:5px; border: solid 1px #000060;
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
.bsh { float: right; }
|
|
||||||
|
|
||||||
video,img {
|
video,img {
|
||||||
max-width:100%;
|
max-width:100%;
|
||||||
|
|
@ -58,6 +46,21 @@ footer {
|
||||||
z-index:-1;
|
z-index:-1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#logo {
|
||||||
|
float: left;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.panel,.bshpanel,aside {
|
||||||
|
background-color: rgba(32,16,16,0.8);
|
||||||
|
border-radius:5px; border: solid 1px #000060;
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bsh { float: right; }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#login {
|
#login {
|
||||||
top:0;
|
top:0;
|
||||||
right:0;
|
right:0;
|
||||||
|
|
@ -73,7 +76,6 @@ header {
|
||||||
left:0;
|
left:0;
|
||||||
right:0;
|
right:0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-transform: capitalize;
|
|
||||||
}
|
}
|
||||||
h1 img { vertical-align: text-top; }
|
h1 img { vertical-align: text-top; }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue