Clean styles.
This commit is contained in:
parent
b0c779b514
commit
1670528bec
5 changed files with 43 additions and 59 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
#content-header, #content-footer {
|
#content-header, #content-footer {
|
||||||
margin: 16px;
|
margin: 16px;
|
||||||
color: #333;
|
color: @col;
|
||||||
|
|
||||||
a, a:active, a:visited {
|
a, a:active, a:visited {
|
||||||
color: @col-link;
|
color: @col-link;
|
||||||
|
|
|
@ -9,57 +9,54 @@
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
|
}
|
||||||
|
th, td {
|
||||||
|
padding: 6px;
|
||||||
|
text-align: left;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
th {
|
||||||
|
padding-bottom: 18px;
|
||||||
|
color: #999;
|
||||||
|
font-weight: lighter;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
border-bottom: 1px solid @col-border;
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
a, a:active, a:visited {
|
||||||
|
display: block;
|
||||||
|
color: inherit;
|
||||||
|
text-decoration: none;
|
||||||
|
cursor: pointer;
|
||||||
|
|
||||||
th, td {
|
&:hover {
|
||||||
padding: 6px;
|
color: @col-hover;
|
||||||
text-align: left;
|
|
||||||
border: none;
|
|
||||||
}
|
}
|
||||||
th {
|
}
|
||||||
padding-bottom: 18px;
|
.fb-i {
|
||||||
color: #555;
|
width: 24px;
|
||||||
font-weight: normal;
|
|
||||||
opacity: 0.4;
|
|
||||||
}
|
|
||||||
td {
|
|
||||||
border-bottom: 1px solid @col-border;
|
|
||||||
overflow: hidden;
|
|
||||||
white-space: nowrap;
|
|
||||||
|
|
||||||
a, a:active, a:visited {
|
img {
|
||||||
display: block;
|
|
||||||
color: #555;
|
|
||||||
text-decoration: none;
|
|
||||||
cursor: pointer;
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
color: @col-hover;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.fb-i {
|
|
||||||
width: 24px;
|
width: 24px;
|
||||||
|
height: 24px;
|
||||||
img {
|
|
||||||
width: 24px;
|
|
||||||
height: 24px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.fb-n {
|
|
||||||
width: 682px;
|
|
||||||
max-width: 682px;
|
|
||||||
}
|
|
||||||
.fb-d {
|
|
||||||
text-align: right;
|
|
||||||
width: 160px;
|
|
||||||
min-width: 160px;
|
|
||||||
}
|
|
||||||
.fb-s {
|
|
||||||
text-align: right;
|
|
||||||
width: 70px;
|
|
||||||
min-width: 70px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.fb-n {
|
||||||
|
width: 682px;
|
||||||
|
max-width: 682px;
|
||||||
|
}
|
||||||
|
.fb-d {
|
||||||
|
text-align: right;
|
||||||
|
width: 160px;
|
||||||
|
min-width: 160px;
|
||||||
|
}
|
||||||
|
.fb-s {
|
||||||
|
text-align: right;
|
||||||
|
width: 70px;
|
||||||
|
min-width: 70px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -24,12 +24,6 @@
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
@media only screen and (max-width: 500px) {
|
|
||||||
body {
|
|
||||||
margin: 8px;
|
|
||||||
}
|
|
||||||
#tree {
|
#tree {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
order: 99;
|
order: 99;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
padding: 16px 8px 16px 16px;
|
padding: 16px 8px 16px 16px;
|
||||||
// background: #eaeaea;
|
|
||||||
border-left: 1px solid @col-border;
|
border-left: 1px solid @col-border;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -4,8 +4,6 @@
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
order: 1;
|
order: 1;
|
||||||
min-height: 30px;
|
min-height: 30px;
|
||||||
// background-color: @col-widget-back;
|
|
||||||
// border-bottom: @border-widget;
|
|
||||||
font-weight: lighter;
|
font-weight: lighter;
|
||||||
|
|
||||||
background: #fafafa;
|
background: #fafafa;
|
||||||
|
@ -42,12 +40,9 @@
|
||||||
.transition(all 0.2s ease-in-out);
|
.transition(all 0.2s ease-in-out);
|
||||||
|
|
||||||
display: block;
|
display: block;
|
||||||
// height: 30px;
|
|
||||||
// line-height: 30px;
|
|
||||||
height: 48px;
|
height: 48px;
|
||||||
line-height: 48px;
|
line-height: 48px;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
// padding: 0 10px;
|
|
||||||
padding: 0 6px;
|
padding: 0 6px;
|
||||||
|
|
||||||
&:hover, &.hover {
|
&:hover, &.hover {
|
||||||
|
@ -67,7 +62,6 @@
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
}
|
}
|
||||||
img + span, img + input {
|
img + span, img + input {
|
||||||
// margin-left: 6px;
|
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
}
|
}
|
||||||
.crumb {
|
.crumb {
|
||||||
|
|
Loading…
Add table
Reference in a new issue