提交 a248b0a0 编写于 作者: C Catouse

* changed style.

上级 90674c2e
因为 它太大了无法显示 source diff 。你可以改为 查看blob
因为 它太大了无法显示 source diff 。你可以改为 查看blob
......@@ -23,7 +23,7 @@
// Grays
@gray-darker: @charcoal;
@gray-dark: #707070;
@gray-dark: #555;
@gray: #999;
@gray-light: #ddd;
@gray-lighter: #e5e5e5;
......@@ -551,7 +551,7 @@
@navbar-default-color: @gray-dark;
@navbar-default-bg: lighten(@gray-pale, 2.5%);
@navbar-default-border: darken(@navbar-default-bg, 7%);
@navbar-default-border: darken(@navbar-default-bg, 10%);
// Navbar links
@navbar-default-link-color: @gray-dark;
......
......@@ -49,13 +49,12 @@
&.active:focus
{
z-index: 2; // Place active items above their siblings for proper border styling
// color: @list-group-active-color;
background-color: @list-group-active-bg;
// border-left:3px solid @list-group-active-border;
.active-mark-left();
background-color: @component-active-color;
border-color: @component-active-color;
color: @white;
// Force color to inherit for custom content
.list-group-item-heading { color: inherit; }
.list-group-item-heading { color: @gray-dark; }
.list-group-item-text { color: lighten(@color-fore, 40%); }
}
}
......@@ -63,5 +62,5 @@
// Custom content options
// -------------------------
.list-group-item-heading { margin-top: 0; margin-bottom: 5px; }
.list-group-item-heading { margin-top: 0; margin-bottom: 5px; color: @gray-dark; }
.list-group-item-text { margin-bottom: 0; line-height: 1.3; }
......@@ -225,15 +225,14 @@
&:hover,
&:focus
{
color: @nav-primary-active-link-hover-color;
// border-top: @active-border-width solid @nav-primary-active-link-hover-color;
// padding-top: @nav-link-padding-top - @active-border-width + 1px;
.active-mark-top();
background-color: @component-active-color;
border-color: @component-active-color;
color: @white;
.caret
{
border-top-color: @nav-primary-active-link-hover-color;
border-bottom-color: @nav-primary-active-link-hover-color;
border-top-color: @white;
border-bottom-color: @white;
}
}
}
......
......@@ -62,7 +62,7 @@
text-decoration: none;
color: @dropdown-link-hover-color;
background-color: @dropdown-link-hover-bg;
.active-mark-left();
// .active-mark-left();
}
}
......
......@@ -19,9 +19,8 @@
{
font-size: @font-size-small;
padding: @article-section-padding;
background-color: lighten(@article-abstract-bg,2%);
background-color: @article-abstract-bg;
border-radius: @border-radius-base;
// border-left: @active-border-width solid darken(@article-abstract-bg, 5%);
color: @article-abstract-color;
> p:last-child
{
......@@ -33,12 +32,6 @@
{
border-bottom: 1px solid darken(@article-abstract-bg, 3%);
margin: 0;
// + .abstract
// {
// border-top: 1px solid lighten(@article-abstract-bg, 3%);
// }
&.pull-right
{
background-color: transparent;
......@@ -61,57 +54,29 @@
{
padding: @line-height-computed 0;
h1,h2,h3,h4,h5
{
padding-bottom: @line-height-computed / 4;
}
h1
{
font-size: @article-font-size-h1;
border-bottom: @active-border-width * 2 double @article-headings-border-color;
&:before
{
content: "§ ";
}
}
h2
{
font-size: @article-font-size-h2;
border-bottom: @active-border-width solid @article-headings-border-color;
// &:before
// {
// content: "◈ ";
// }
}
h3
{
font-size: @article-font-size-h3;
border-bottom: @active-border-width double @article-headings-border-color;
// &:before
// {
// content: "◈ ";
// }
}
h4
{
font-size: @article-font-size-h4;
border-bottom: 1px solid @article-headings-border-color;
// padding-left: 0.5em;
// border-left: @active-border-width * 4 solid @article-headings-border-color;
}
h5
{
font-size: @article-font-size-h5;
// padding-left: 0.5em;
border-bottom: 1px dashed @article-headings-border-color;
// border-left: @active-border-width * 4 solid @article-headings-border-color;
}
h6
{
font-size: @article-font-size-h6;
// padding-left: 0.5em;
// border-left: @active-border-width * 2 solid @article-headings-border-color;
}
img
......@@ -152,7 +117,6 @@
line-height: @line-height-base;
vertical-align: top;
border-bottom: 1px solid @table-border-color;
// border-top: 1px solid lighten(@table-border-color, 5%);
.transition(all,@animation-speed-fast,@animation-type);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册