提交 4bde6ff4 编写于 作者: C Catouse

* updated html reset style.

 * ajusted style of document.
上级 466a7725
/*!
* ZUI - v1.1.0 - 2014-08-13
* ZUI - v1.1.0 - 2014-08-14
* http://zui.sexy
* GitHub: https://github.com/easysoft/zui.git
* Copyright (c) 2014 cnezsoft.com; Licensed MIT
......@@ -652,7 +652,7 @@ td.visible-print {
box-sizing: border-box;
}
html {
font-size: 62.5%;
font-size: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
......@@ -8251,4 +8251,68 @@ a.card:hover {
.datatable.show-scroll-slide.scrolled-out .scrolled-out-shadow {
right: -20px;
}
.calendar > header {
margin-bottom: 10px;
}
.calendar > header .btn-toolbar > .btn-group {
margin-right: 10px;
}
.calendar > header .date-caption {
line-height: 30px;
}
.calendar .table > thead > tr > th,
.calendar .table > tbody > tr > td {
width: 14.28571428571429%;
padding: 0;
}
.calendar .table > thead > tr > th {
color: #808080;
text-align: center;
background-color: #fff;
}
.calendar .day {
opacity: .7;
}
.calendar .day > .heading {
padding: 2px 5px;
text-align: right;
}
.calendar .day > .heading > .month {
padding: 1px 2px;
color: #fff;
background-color: #b3b3b3;
border-radius: 3px;
}
.calendar .day > .content {
height: 100px;
padding: 1px;
}
.calendar .day.current-month {
opacity: 1;
}
.calendar .day.current {
background-color: #fff4e5;
border: 1px solid #808080;
}
.calendar .day.current > .heading {
background-color: #ffe5c2;
}
.calendar .day.past > .content {
opacity: .7;
}
.calendar .event {
padding: 1px 5px;
color: #fff;
cursor: pointer;
background-color: #3280fc;
opacity: .9;
-webkit-transition: all .5s cubic-bezier(.175, .885, .32, 1);
transition: all .5s cubic-bezier(.175, .885, .32, 1);
}
a.calendar .event:hover {
background-color: #0462f7;
}
.calendar .event:hover {
opacity: 1;
}
/*# sourceMappingURL=zui.css.map */
此差异已折叠。
/*!
* ZUI - v1.1.0 - 2014-08-13
* ZUI - v1.1.0 - 2014-08-14
* http://zui.sexy
* GitHub: https://github.com/easysoft/zui.git
* Copyright (c) 2014 cnezsoft.com; Licensed MIT
......@@ -652,7 +652,7 @@ td.visible-print {
box-sizing: border-box;
}
html {
font-size: 62.5%;
font-size: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
......
此差异已折叠。
此差异已折叠。
因为 它太大了无法显示 source diff 。你可以改为 查看blob
......@@ -74,6 +74,7 @@ body.with-navbar > header
body > header {width: 100%; right: 0; bottom: inherit;}
#navbar.navbar-fixed-left {max-height: 100%; width: 100%; height: auto}
#main, body.with-navbar #main{margin-left: 0;}
#main {padding-left: 20px; padding-right: 20px;}
body.with-navbar #main {padding-top: 60px;}
.navbar-fixed-left.navbar-inverse .navbar-header {border-bottom: none}
.navbar-fixed-left .navbar-toggle {display: block;}
......@@ -323,6 +324,11 @@ body.doc-views .navbar-fixed-left.navbar-collapsed.navbar-inverse .navbar-nav>.a
{
padding: 0;
}
.example > .table:last-child,
.example > .datatable:last-child
{
margin-bottom: 0;
}
.example + pre
{
margin: -15px 0 15px;
......
因为 它太大了无法显示 source diff 。你可以改为 查看blob
......@@ -8,7 +8,7 @@
html
{
font-size: 62.5%;
font-size: 10px;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册