mirror of https://github.com/ColorlibHQ/AdminLTE
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
119 lines
2.9 KiB
119 lines
2.9 KiB
10 years ago
|
/*
|
||
|
* Documentation specific stylesheet
|
||
|
*/
|
||
|
.content-wrapper p {
|
||
|
padding: 0 10px;
|
||
|
font-size: 16px;
|
||
|
}
|
||
|
|
||
|
#components > h3 {
|
||
|
font-size: 25px;
|
||
|
border-bottom: 1px solid #dedede;
|
||
|
color: #000;
|
||
|
}
|
||
|
#components > h4 {
|
||
|
font-size: 20px;
|
||
|
color: #000;
|
||
|
}
|
||
|
.page-header {
|
||
|
border-bottom: 1px solid #ddd;
|
||
|
margin: 20px 0 10px 0;
|
||
|
position: relative;
|
||
|
z-index: 1;
|
||
|
font-size: 30px;
|
||
|
}
|
||
|
.page-header span,
|
||
|
.page-header a {
|
||
|
z-index: 5;
|
||
|
display: block;
|
||
|
background-color: #ecf0f5;
|
||
|
}
|
||
|
.page-header span::before,
|
||
|
.page-header a::before {
|
||
|
content: '#';
|
||
|
font-size: 25px;
|
||
|
margin-right: 10px;
|
||
|
color: #3c8dbc;
|
||
|
}
|
||
|
.lead {
|
||
|
font-size: 18px;
|
||
|
font-weight: 400;
|
||
|
}
|
||
|
.eg{
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
display: inline-block;
|
||
|
background: #d2d6de;
|
||
|
padding: 5px;
|
||
|
border-bottom-right-radius: 3px;
|
||
|
border-top-left-radius: 3px;
|
||
|
border-bottom: 1px solid #d2d6dc;
|
||
|
border-right: 1px solid #d2d6dc;
|
||
|
}
|
||
|
.eg + * {
|
||
|
margin-top: 30px;
|
||
|
}
|
||
|
.content {
|
||
|
padding: 10px 25px;
|
||
|
}
|
||
|
.hierarchy {
|
||
|
background: #333;
|
||
|
color: #fff;
|
||
|
}
|
||
|
.plugins-list li {
|
||
|
width: 50%;
|
||
|
float: left;
|
||
|
}
|
||
|
pre {
|
||
|
border: none;
|
||
|
}
|
||
|
/* desert scheme ported from vim to google prettify */
|
||
|
pre.prettyprint {display: block; background-color: #333; max-height: 300px; border: none!important; margin-bottom: 20px;}
|
||
|
pre .nocode { background-color: none; color: #000 }
|
||
|
pre .str { color: #ffa0a0;} /* string - pink */
|
||
|
pre .kwd { color: #f0e68c; font-weight: bold }
|
||
|
pre .com { color: #87ceeb } /* comment - skyblue */
|
||
|
pre .typ { color: #98fb98 } /* type - lightgreen */
|
||
|
pre .lit { color: #cd5c5c } /* literal - darkred */
|
||
|
pre .pun { color: #fff } /* punctuation */
|
||
|
pre .pln { color: #fff } /* plaintext */
|
||
|
pre .tag { color: #f0e68c; font-weight: bold } /* html/xml tag - lightyellow */
|
||
|
pre .atn { color: #bdb76b; font-weight: bold } /* attribute name - khaki */
|
||
|
pre .atv { color: #ffa0a0 } /* attribute value - pink */
|
||
|
pre .dec { color: #98fb98 } /* decimal - lightgreen */
|
||
|
|
||
|
/* Specify class=linenums on a pre to get line numbering */
|
||
|
ol.linenums { margin-top: 0; margin-bottom: 0; color: #AEAEAE } /* IE indents via margin-left */
|
||
|
li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8 { list-style-type: none }
|
||
|
/* Alternate shading for lines */
|
||
|
li.L1,li.L3,li.L5,li.L7,li.L9 { }
|
||
|
|
||
|
@media print {
|
||
|
pre.prettyprint { background-color: none }
|
||
|
pre .str, code .str { color: #060 }
|
||
|
pre .kwd, code .kwd { color: #006; font-weight: bold }
|
||
|
pre .com, code .com { color: #600; font-style: italic }
|
||
|
pre .typ, code .typ { color: #404; font-weight: bold }
|
||
|
pre .lit, code .lit { color: #044 }
|
||
|
pre .pun, code .pun { color: #440 }
|
||
|
pre .pln, code .pln { color: #000 }
|
||
|
pre .tag, code .tag { color: #006; font-weight: bold }
|
||
|
pre .atn, code .atn { color: #404 }
|
||
|
pre .atv, code .atv { color: #060 }
|
||
|
}
|
||
|
.sidebar {
|
||
|
margin-top: 0;
|
||
|
padding-top: 0!important;
|
||
|
}
|
||
|
.box .main-header {
|
||
|
z-index: 1000;
|
||
|
position: relative;
|
||
|
}
|
||
|
.treeview .nav li a:hover,
|
||
|
.treeview .nav li a:active {
|
||
|
background: transparent;
|
||
|
}
|
||
|
p {
|
||
|
padding: 0!important;
|
||
|
}
|