|
@@ -10,75 +10,6 @@
|
|
|
<link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
|
|
<link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
|
|
|
<link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
|
|
<link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
|
|
|
<link href="css/prism.css" type="text/css" rel="stylesheet" media="screen,projection"/>
|
|
<link href="css/prism.css" type="text/css" rel="stylesheet" media="screen,projection"/>
|
|
|
- <style>
|
|
|
|
|
- html {
|
|
|
|
|
- height: 100%;
|
|
|
|
|
- }
|
|
|
|
|
- body {
|
|
|
|
|
- min-height: 100%;
|
|
|
|
|
- overflow: hidden;
|
|
|
|
|
- }
|
|
|
|
|
- footer {
|
|
|
|
|
- position: absolute;
|
|
|
|
|
- bottom: 0;
|
|
|
|
|
- width: 50%;
|
|
|
|
|
- }
|
|
|
|
|
- .col-1-2 {
|
|
|
|
|
- width: 50%;
|
|
|
|
|
- position: absolute;
|
|
|
|
|
- top: 0;
|
|
|
|
|
- }
|
|
|
|
|
- .col-1-2:first-child {
|
|
|
|
|
- border-right: 1px solid #ddd;
|
|
|
|
|
- bottom: 50px;
|
|
|
|
|
- }
|
|
|
|
|
- .col-1-2:last-child {
|
|
|
|
|
- left: 50%;
|
|
|
|
|
- bottom: 0;
|
|
|
|
|
- }
|
|
|
|
|
- #logo-container img {
|
|
|
|
|
- margin-top: 12px;
|
|
|
|
|
- max-height: 40px;
|
|
|
|
|
- }
|
|
|
|
|
- .page-footer .footer-copyright img {
|
|
|
|
|
- max-height: 30px;
|
|
|
|
|
- }
|
|
|
|
|
- #root {
|
|
|
|
|
- padding: 30px;
|
|
|
|
|
- }
|
|
|
|
|
- .nav-wrapper,
|
|
|
|
|
- .page-footer .footer-copyright {
|
|
|
|
|
- padding: 0 30px;
|
|
|
|
|
- }
|
|
|
|
|
- .pagination-wrapper {
|
|
|
|
|
- position: absolute;
|
|
|
|
|
- bottom: 10px;
|
|
|
|
|
- left: 0;
|
|
|
|
|
- width: 100%;
|
|
|
|
|
- text-align: center;
|
|
|
|
|
- }
|
|
|
|
|
- .pagination {
|
|
|
|
|
- display: inline-block;
|
|
|
|
|
- }
|
|
|
|
|
- .breadcrumb-wrapper .breadcrumb i {
|
|
|
|
|
- font-size: 22px;
|
|
|
|
|
- }
|
|
|
|
|
- .breadcrumb {
|
|
|
|
|
- font-size: 16px;
|
|
|
|
|
- }
|
|
|
|
|
- a.breadcrumb::before,
|
|
|
|
|
- span.breadcrumb::before {
|
|
|
|
|
- color: #888;
|
|
|
|
|
- margin: -4px 2px 0 2px;
|
|
|
|
|
- font-size: 22px;
|
|
|
|
|
- }
|
|
|
|
|
- .page li {
|
|
|
|
|
- margin-bottom: 6px;
|
|
|
|
|
- }
|
|
|
|
|
- .page blockquote {
|
|
|
|
|
- border-left: 5px solid #ffb74d;
|
|
|
|
|
- }
|
|
|
|
|
- </style>
|
|
|
|
|
|
|
|
|
|
</head>
|
|
</head>
|
|
|
<body>
|
|
<body>
|