mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-09 15:26:46 +02:00
Clean styles.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
#content-header, #content-footer {
|
||||
margin: 16px;
|
||||
color: #333;
|
||||
color: @col;
|
||||
|
||||
a, a:active, a:visited {
|
||||
color: @col-link;
|
||||
|
@@ -9,7 +9,7 @@
|
||||
display: block;
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
|
||||
}
|
||||
th, td {
|
||||
padding: 6px;
|
||||
text-align: left;
|
||||
@@ -17,18 +17,17 @@
|
||||
}
|
||||
th {
|
||||
padding-bottom: 18px;
|
||||
color: #555;
|
||||
font-weight: normal;
|
||||
opacity: 0.4;
|
||||
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: #555;
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
|
||||
@@ -36,7 +35,6 @@
|
||||
color: @col-hover;
|
||||
}
|
||||
}
|
||||
}
|
||||
.fb-i {
|
||||
width: 24px;
|
||||
|
||||
@@ -59,7 +57,6 @@
|
||||
width: 70px;
|
||||
min-width: 70px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@@ -24,12 +24,6 @@
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 500px) {
|
||||
body {
|
||||
margin: 8px;
|
||||
}
|
||||
#tree {
|
||||
display: none !important;
|
||||
}
|
||||
|
@@ -6,7 +6,6 @@
|
||||
order: 99;
|
||||
width: 200px;
|
||||
padding: 16px 8px 16px 16px;
|
||||
// background: #eaeaea;
|
||||
border-left: 1px solid @col-border;
|
||||
}
|
||||
|
||||
|
@@ -4,8 +4,6 @@
|
||||
flex: 0 0 auto;
|
||||
order: 1;
|
||||
min-height: 30px;
|
||||
// background-color: @col-widget-back;
|
||||
// border-bottom: @border-widget;
|
||||
font-weight: lighter;
|
||||
|
||||
background: #fafafa;
|
||||
@@ -42,12 +40,9 @@
|
||||
.transition(all 0.2s ease-in-out);
|
||||
|
||||
display: block;
|
||||
// height: 30px;
|
||||
// line-height: 30px;
|
||||
height: 48px;
|
||||
line-height: 48px;
|
||||
font-size: 15px;
|
||||
// padding: 0 10px;
|
||||
padding: 0 6px;
|
||||
|
||||
&:hover, &.hover {
|
||||
@@ -67,7 +62,6 @@
|
||||
opacity: 0.8;
|
||||
}
|
||||
img + span, img + input {
|
||||
// margin-left: 6px;
|
||||
margin-left: 8px;
|
||||
}
|
||||
.crumb {
|
||||
|
Reference in New Issue
Block a user