晋太元中,武陵人捕鱼为业。缘溪行,忘路之远近。忽逢桃花林,夹岸数百步,中无杂树,芳草鲜美,落英缤纷。渔人甚异之,复前行,欲穷其林。 林尽水源,便得一山,山有小口,仿佛若有光。便舍船,从口入。初极狭,才通人。复行数十步,豁然开朗。土地平旷,屋舍俨然,有良田、美池、桑竹之属。阡陌交通,鸡犬相闻。其中往来种作,男女衣着,悉如外人。黄发垂髫,并怡然自乐。 见渔人,乃大惊,问所从来。具答之。便要还家,设酒杀鸡作食。村中闻有此人,咸来问讯。自云先世避秦时乱,率妻子邑人来此绝境,不复出焉,遂与外人间隔。问今是何世,乃不知有汉,无论魏晋。此人一一为具言所闻,皆叹惋。余人各复延至其家,皆出酒食。停数日,辞去。此中人语云:“不足为外人道也。”(间隔 一作:隔绝) 既出,得其船,便扶向路,处处志之。及郡下,诣太守,说如此。太守即遣人随其往,寻向所志,遂迷,不复得路。 南阳刘子骥,高尚士也,闻之,欣然规往。未果,寻病终。后遂无问津者。
| DIR:/proc/self/root/lib/python3.9/site-packages/glances/outputs/static/css/ |
| Current File : //proc/self/root/lib/python3.9/site-packages/glances/outputs/static/css/style.scss |
body {
background: black;
color: #BBB;
font-family: "Lucida Sans Typewriter", "Lucida Console", Monaco, "Bitstream Vera Sans Mono", monospace;
}
.table {
display: table;
width: 100%;
max-width:100%;
}
.table-row-group {
display: table-row-group
}
.table-row {
display: table-row;
}
.table-cell {
display: table-cell;
text-align: right;
}
.plugin {
margin-bottom: 20px;
.table:last-child {
margin-bottom: 0;
}
}
.plugin.table-row-group .table-row:last-child .table-cell {
padding-bottom: 20px;
}
.underline {
text-decoration: underline
}
.bold {
font-weight: bold;
}
.sort {
font-weight: bold;
color: white;
}
.sortable {
cursor: pointer;
text-decoration: underline;
}
.text-right {
text-align: right;
}
.text-left {
text-align: left;
}
.sidebar .table-cell:not(.text-left) {
padding-left: 10px;
}
/* Theme */
.title {
font-weight: bold;
color: white;
}
.highlight {
font-weight: bold;
color: #5D4062;
}
.ok, .status, .process {
color: #3E7B04;
/*font-weight: bold;*/
}
.ok_log {
background-color: #3E7B04;
color: white;
/*font-weight: bold;*/
}
.max {
color: #3E7B04;
font-weight: bold;
}
.careful {
color: #295183;
font-weight: bold;
}
.careful_log {
background-color: #295183;
color: white;
font-weight: bold;
}
.warning, .nice {
color: #5D4062;
font-weight: bold;
}
.warning_log {
background-color: #5D4062;
color: white;
font-weight: bold;
}
.critical {
color: #A30000;
font-weight: bold;
}
.critical_log {
background-color: #A30000;
color: white;
font-weight: bold;
}
/* Plugins */
#processlist-plugin .table-cell {
padding: 0px 5px 0px 5px;
white-space: nowrap;
}
#containers-plugin .table-cell {
padding: 0px 10px 0px 10px;
white-space: nowrap;
}
#quicklook {
.progress {
margin-bottom: 0px;
min-width: 100px;
background-color: #000;
height: 12px;
border-radius: 0px;
text-align: right;
}
.progress-bar-ok {
background-color: #3E7B04;
}
.progress-bar-careful {
background-color: #295183;
}
.progress-bar-warning {
background-color: #5D4062;
}
.progress-bar-critical {
background-color: #A30000;
}
.cpu-name {
white-space: nowrap;
overflow: hidden;
width: 100%;
text-overflow: ellipsis;
}
}
#amps .process-result {
max-width: 300px;
overflow: hidden;
white-space: pre-wrap;
padding-left: 10px;
text-overflow: ellipsis;
}
#gpu .gpu-name {
white-space: nowrap;
overflow: hidden;
width: 100%;
text-overflow: ellipsis;
}
#ip {
padding-left: 10px;
}
#ip span {
padding-left: 10px;
}
#processcount > span:nth-child(1) {
padding-left: 0px;
}
#processcount span {
padding-left: 10px;
}
/* Loading page */
#loading-page .glances-logo {
background: url('../images/glances.png') no-repeat center center;
background-size: contain;
}
@media (max-width: 750px) {
#loading-page .glances-logo {
height: 400px;
}
}
@media (min-width: 750px) {
#loading-page .glances-logo {
height: 500px;
}
}
/*
Loading animation
source : https://github.com/lukehaas/css-loaders
*/
#loading-page .loader:before,
#loading-page .loader:after,
#loading-page .loader {
border-radius: 50%;
width: 1em;
height: 1em;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation: loader 1.8s infinite ease-in-out;
animation: loader 1.8s infinite ease-in-out;
}
#loading-page .loader {
margin: auto;
font-size: 10px;
position: relative;
text-indent: -9999em;
-webkit-animation-delay: 0.16s;
animation-delay: 0.16s;
}
#loading-page .loader:before {
left: -3.5em;
}
#loading-page .loader:after {
left: 3.5em;
-webkit-animation-delay: 0.32s;
animation-delay: 0.32s;
}
#loading-page .loader:before,
#loading-page .loader:after {
content: '';
position: absolute;
top: 0;
}
@-webkit-keyframes loader {
0%, 80%, 100% {
box-shadow: 0 2.5em 0 -1.3em #56CA69;
}
40% {
box-shadow: 0 2.5em 0 0 #56CA69;
}
}
@keyframes loader {
0%, 80%, 100% {
box-shadow: 0 2.5em 0 -1.3em #56CA69;
}
40% {
box-shadow: 0 2.5em 0 0 #56CA69;
}
}
/* Help table */
.divTable{
display: table;
width: 100%;
}
.divTableRow {
display: table-row;
}
.divTableHeading {
background-color: #EEE;
display: table-header-group;
}
.divTableHead {
border: 0px solid #999999;
display: table-cell;
padding: 3px 10px;
font-weight: bold;
}
.divTableCell {
border: 0px solid #999999;
display: table-cell;
padding: 3px 10px;
}
.divTableHeading {
background-color: #EEE;
display: table-header-group;
font-weight: bold;
}
.divTableFoot {
background-color: #EEE;
display: table-footer-group;
font-weight: bold;
}
.divTableBody {
display: table-row-group;
}
|