-
Notifications
You must be signed in to change notification settings - Fork 233
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit aebdffa
Showing
221 changed files
with
94,993 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,195 @@ | ||
* { | ||
margin: 0px; | ||
padding: 0px; | ||
} | ||
|
||
|
||
/* | ||
*::-moz-selection { | ||
background-attachment: scroll; | ||
background-clip: border-box; | ||
background-color: #ef4836; | ||
background-image: none; | ||
background-origin: padding-box; | ||
background-position: 0 0; | ||
background-repeat: repeat; | ||
background-size: auto auto; | ||
color: #fff; | ||
} | ||
*/ | ||
|
||
h1, | ||
h2, | ||
h3, | ||
h4, | ||
h5, | ||
h6, | ||
p { | ||
margin-top: 0px; | ||
} | ||
|
||
body, | ||
html { | ||
height: 100%; | ||
} | ||
|
||
a:hover, | ||
a:focus { | ||
outline: none; | ||
text-decoration: none; | ||
} | ||
|
||
.body { | ||
font-size: 14px; | ||
} | ||
|
||
.wrapper { | ||
position: relative; | ||
height: 100%; | ||
} | ||
|
||
.left-side { | ||
background-color: #212121; | ||
height: 100%; | ||
left: 0; | ||
position: fixed; | ||
top: 0; | ||
width: 300px; | ||
} | ||
|
||
.logo { | ||
background-color: #333; | ||
box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.4) inset; | ||
height: 174px; | ||
line-height: 160px; | ||
text-align: center; | ||
} | ||
|
||
.left-content { | ||
text-align: right; | ||
} | ||
|
||
.left-content {} | ||
|
||
.left-content ul {} | ||
|
||
.left-content ul li { | ||
border-bottom: 1px solid #00c292; | ||
display: block; | ||
height: 50px; | ||
} | ||
|
||
.left-content ul li.active { | ||
background-color: #00c292; | ||
} | ||
|
||
.left-content ul li.active a span { | ||
border-color: #ffffff; | ||
} | ||
|
||
.left-content ul li a { | ||
color: #fff; | ||
line-height: 50px; | ||
padding-right: 30px; | ||
display: block; | ||
text-decoration: none; | ||
} | ||
|
||
.left-content ul li a span { | ||
border-right: 1px solid #00c292; | ||
color: #ffffff; | ||
display: inline-block; | ||
float: left; | ||
font-size: 20px; | ||
height: 49px; | ||
line-height: 50px; | ||
text-align: center; | ||
width: 50px; | ||
} | ||
|
||
.copyright { | ||
background-color: #00c292; | ||
bottom: 0; | ||
color: #ffffff; | ||
left: 0; | ||
padding: 20px; | ||
position: absolute; | ||
text-align: right; | ||
width: 100%; | ||
} | ||
|
||
.copyright p { | ||
margin-bottom: 0px; | ||
} | ||
|
||
.copyright p a { | ||
color: #212121; | ||
font-weight: 700; | ||
} | ||
|
||
.copyright p span { | ||
display: block; | ||
} | ||
|
||
.right-side { | ||
padding-left: 300px; | ||
} | ||
|
||
.right-content { | ||
padding: 50px; | ||
} | ||
|
||
.content { | ||
display: none; | ||
} | ||
|
||
.content.active { | ||
display: block; | ||
} | ||
|
||
pre { | ||
background: url(../img/pre_bg.png); | ||
line-height: 19px; | ||
text-align: left; | ||
padding: 0px; | ||
margin-top: 35px; | ||
font-size: 13px; | ||
margin-bottom: 35px; | ||
} | ||
|
||
.content {} | ||
|
||
.content a { | ||
color: #00c292; | ||
} | ||
|
||
.content h1 { | ||
text-transform: uppercase; | ||
font-weight: 700; | ||
padding-bottom: 35px; | ||
margin-bottom: 35px; | ||
border-bottom: 1px solid #ddd; | ||
} | ||
|
||
#one span { | ||
color: #00c292; | ||
} | ||
|
||
.content#source {} | ||
|
||
.content#source > ul li {} | ||
|
||
.content#source > ul li span { | ||
font-weight: 700; | ||
display: block; | ||
} | ||
|
||
.content#source > ul li > ul { | ||
padding-left: 25px; | ||
} | ||
.logo h1 { | ||
padding: 65px 0; | ||
} | ||
.tree-viewer-pd{ | ||
padding:30px; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.