You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
169 lines
4.4 KiB
CSS
169 lines
4.4 KiB
CSS
.jumbotron {
|
|
color: #fff;
|
|
text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
|
|
background: #378503;
|
|
background: -moz-linear-gradient(45deg, #1F221F 0%, #0CA818 100%);
|
|
background: -webkit-linear-gradient(45deg, #1F221F 0%,#0CA818 100%);
|
|
background: -o-linear-gradient(45deg, #1F221F 0%,#0CA818 100%);
|
|
background: -ms-linear-gradient(45deg, #1F221F 0%,#0CA818 100%);
|
|
background: linear-gradient(45deg, #1F221F 0%,#0CA818 100%);
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1F221F', endColorstr='#0CA818',GradientType=1 );
|
|
-webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
|
|
-moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
|
|
box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
|
|
}
|
|
|
|
|
|
.onethink.pagination {
|
|
margin: 20px 0;
|
|
}
|
|
|
|
.onethink.pagination div {
|
|
display: inline-block;
|
|
*display: inline;
|
|
margin-bottom: 0;
|
|
margin-left: 0;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 4px;
|
|
*zoom: 1;
|
|
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
}
|
|
|
|
.onethink.pagination div > a {
|
|
display: inline;
|
|
}
|
|
|
|
.onethink.pagination div > a,
|
|
.onethink.pagination div > span {
|
|
float: left;
|
|
padding: 4px 12px;
|
|
line-height: 20px;
|
|
text-decoration: none;
|
|
background-color: #ffffff;
|
|
border: 1px solid #dddddd;
|
|
border-left-width: 0;
|
|
}
|
|
|
|
|
|
.onethink.pagination div > .current {
|
|
background-color: #f5f5f5;
|
|
color: #999999;
|
|
cursor: default;
|
|
}
|
|
|
|
|
|
.onethink.pagination div > :first-child {
|
|
border-left-width: 1px;
|
|
-webkit-border-bottom-left-radius: 4px;
|
|
border-bottom-left-radius: 4px;
|
|
-webkit-border-top-left-radius: 4px;
|
|
border-top-left-radius: 4px;
|
|
-moz-border-radius-bottomleft: 4px;
|
|
-moz-border-radius-topleft: 4px;
|
|
}
|
|
|
|
.onethink.pagination div > :last-child {
|
|
-webkit-border-top-right-radius: 4px;
|
|
border-top-right-radius: 4px;
|
|
-webkit-border-bottom-right-radius: 4px;
|
|
border-bottom-right-radius: 4px;
|
|
-moz-border-radius-topright: 4px;
|
|
-moz-border-radius-bottomright: 4px;
|
|
}
|
|
|
|
|
|
/* page.class.php 分页类 bootstrap样式 */
|
|
.onethink.pagination-large div > a,
|
|
.onethink.pagination-large div > span {
|
|
padding: 11px 19px;
|
|
font-size: 17.5px;
|
|
}
|
|
.onethink.pagination-large div > :first-child {
|
|
-webkit-border-bottom-left-radius: 6px;
|
|
border-bottom-left-radius: 6px;
|
|
-webkit-border-top-left-radius: 6px;
|
|
border-top-left-radius: 6px;
|
|
-moz-border-radius-bottomleft: 6px;
|
|
-moz-border-radius-topleft: 6px;
|
|
}
|
|
.onethink.pagination-large div > :last-child {
|
|
-webkit-border-top-right-radius: 6px;
|
|
border-top-right-radius: 6px;
|
|
-webkit-border-bottom-right-radius: 6px;
|
|
border-bottom-right-radius: 6px;
|
|
-moz-border-radius-topright: 6px;
|
|
-moz-border-radius-bottomright: 6px;
|
|
}
|
|
.onethink.pagination-mini div > li:first-child {
|
|
-webkit-border-bottom-left-radius: 3px;
|
|
border-bottom-left-radius: 3px;
|
|
-webkit-border-top-left-radius: 3px;
|
|
border-top-left-radius: 3px;
|
|
-moz-border-radius-bottomleft: 3px;
|
|
-moz-border-radius-topleft: 3px;
|
|
}
|
|
.onethink.pagination-mini div > :last-child {
|
|
-webkit-border-top-right-radius: 3px;
|
|
border-top-right-radius: 3px;
|
|
-webkit-border-bottom-right-radius: 3px;
|
|
border-bottom-right-radius: 3px;
|
|
-moz-border-radius-topright: 3px;
|
|
-moz-border-radius-bottomright: 3px;
|
|
}
|
|
.onethink.pagination-small div > a,
|
|
.onethink.pagination-small div > span {
|
|
padding: 2px 10px;
|
|
font-size: 11.9px;
|
|
}
|
|
.onethink.pagination-mini div > a,
|
|
.onethink.pagination-mini div > span {
|
|
padding: 0 6px;
|
|
font-size: 10.5px;
|
|
}
|
|
|
|
.onethink.add-topic{
|
|
padding:30px 0;
|
|
border:1px solid #ececec;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.onethink .form-horizontal .controls {
|
|
margin-left: 70px;
|
|
}
|
|
|
|
.onethink .form-horizontal .control-label {
|
|
width: 50px;
|
|
padding-top:0;
|
|
}
|
|
|
|
body {
|
|
font-family: "微软雅黑","Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
}
|
|
|
|
.bs-docs-sidebar > ul:nth-child(n+2){
|
|
margin-top:12px;
|
|
}
|
|
|
|
form .ke-container{
|
|
margin-bottom:12px;
|
|
}
|
|
|
|
.main-content {
|
|
font-size:16px;
|
|
}
|
|
|
|
.bs-docs-sidenav > li > a.btn {
|
|
display: block;
|
|
width: 190px \9;
|
|
margin: 0 0 -1px;
|
|
padding: 11px 14px;
|
|
border: 1px solid #e5e5e5;
|
|
}
|
|
.ellipsis {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
} |