Commit 05fcc028 by Dányi Bence

webui: reindent css

parent d41a307d
#header
{
height:80px;
background-color:#072c61;
background-image:url(bme_feher2.png);
background-repeat:no-repeat;
background-position:20px 18px;
border-bottom:3px solid #0B4599;
box-shadow:0 0 30px rgba(0,0,0,0.4);
margin:0;
padding:0 0 0 200px;
h1
{
font-size:2em;
line-height:80px;
float:left;
#header {
height:80px;
background-color:#072c61;
background-image:url(bme_feher2.png);
background-repeat:no-repeat;
background-position:20px 18px;
border-bottom:3px solid #0B4599;
box-shadow:0 0 30px rgba(0,0,0,0.4);
margin:0;
padding:0 1em;
a{
color: #fff;
padding:0 0 0 200px;
h1 {
font-size:2em;
line-height:80px;
float:left;
margin:0;
padding:0 1em;
a {
color: #fff;
text-decoration: none;
}
}
}
}
#loginblock
{
position:absolute;
right:0;
top:0;
background-color:#000;
background-image:url(hexabar.png);
background-position:center center;
border-radius:0 0 0 10px;
color:#fff;
font-weight:700;
margin:0;
padding:7px;
a{
color: #fff;
text-decoration: underline;
&:hover{
color: #aaa;
#loginblock {
position:absolute;
right:0;
top:0;
background-color:#000;
background-image:url(hexabar.png);
background-position:center center;
border-radius:0 0 0 10px;
color:#fff;
font-weight:700;
margin:0;
padding:7px;
a {
color: #fff;
text-decoration: underline;
&:hover {
color: #aaa;
}
}
}
}
......@@ -3,18 +3,15 @@
@import "box";
@import "wizard";
*{
margin:0;padding:0;
* {
margin:0;padding:0;
}
.clear{
clear: both;
.clear {
clear: both;
}
a{
text-decoration: none;
abbr {
border-bottom: 1px dotted #666;
}
abbr{
border-bottom: 1px dotted #666;
}
a:link,a:visited{
color:black;
a:link,a:visited {
color:black;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment