Skip to content

Commit 167dfe9

Browse files
committed
Remove js libraries
1 parent 0bf5245 commit 167dfe9

File tree

534 files changed

+95
-50187
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

534 files changed

+95
-50187
lines changed

locales/en/LC_MESSAGES/casserver.po

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,8 @@ msgstr "Continue"
4242
msgid "{copyToClipboard}"
4343
msgstr "Copy to clipboard"
4444

45+
msgid "{success}"
46+
msgstr "Validation Successful"
47+
48+
msgid "{failure}"
49+
msgstr "Validation Failed"

phpcs.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@
2121

2222
<!-- Use this to exclude paths. You can have multiple patterns -->
2323
<exclude-pattern>tests/config/*</exclude-pattern>
24-
<exclude-pattern>public/assets/bootstrap/*</exclude-pattern>
2524
<exclude-pattern>public/assets/jquery/*</exclude-pattern>
26-
<exclude-pattern>public/assets/highlight/*</exclude-pattern>
27-
<exclude-pattern>public/assets/js/vkbeautify.js</exclude-pattern>
2825

2926
<!-- This is the rule we inherit from. If you want to exclude some specific rules, see the docs on how to do that -->
3027
<rule ref="PSR12"/>

public/assets/bootstrap/bootstrap-5.3.3.min.css

Lines changed: 0 additions & 6 deletions
This file was deleted.

public/assets/bootstrap/bootstrap-bundle-5.3.3.min.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

public/assets/css/casserver.css

Lines changed: 82 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,86 @@
1-
code {
2-
min-width: 100%;
3-
height: 50vh;
4-
width: 0px;
5-
overflow: auto; /* Or scroll */
1+
/* end baseline CSS */
2+
.hljs {
3+
background: #F3F3F3;
4+
color: #444
65
}
6+
/* Base color: saturation 0; */
7+
.hljs-subst {
8+
/* default */
79

8-
pre {
9-
padding: unset;
1010
}
11+
/* purposely ignored */
12+
.hljs-formula,
13+
.hljs-attr,
14+
.hljs-property,
15+
.hljs-params {
1116

17+
}
18+
.hljs-comment {
19+
color: #697070
20+
}
21+
.hljs-tag,
22+
.hljs-punctuation {
23+
color: #444a
24+
}
25+
.hljs-tag .hljs-name,
26+
.hljs-tag .hljs-attr {
27+
color: #444
28+
}
29+
.hljs-keyword,
30+
.hljs-attribute,
31+
.hljs-selector-tag,
32+
.hljs-meta .hljs-keyword,
33+
.hljs-doctag,
34+
.hljs-name {
35+
font-weight: bold
36+
}
37+
/* User color: hue: 0 */
38+
.hljs-type,
39+
.hljs-string,
40+
.hljs-number,
41+
.hljs-selector-id,
42+
.hljs-selector-class,
43+
.hljs-quote,
44+
.hljs-template-tag,
45+
.hljs-deletion {
46+
color: #880000
47+
}
48+
.hljs-title,
49+
.hljs-section {
50+
color: #880000;
51+
font-weight: bold
52+
}
53+
.hljs-regexp,
54+
.hljs-symbol,
55+
.hljs-variable,
56+
.hljs-template-variable,
57+
.hljs-link,
58+
.hljs-selector-attr,
59+
.hljs-operator,
60+
.hljs-selector-pseudo {
61+
color: #ab5656
62+
}
63+
/* Language color: hue: 90; */
64+
.hljs-literal {
65+
color: #695
66+
}
67+
.hljs-built_in,
68+
.hljs-bullet,
69+
.hljs-code,
70+
.hljs-addition {
71+
color: #397300
72+
}
73+
/* Meta color: hue: 200 */
74+
.hljs-meta {
75+
color: #1f7199
76+
}
77+
.hljs-meta .hljs-string {
78+
color: #38a
79+
}
80+
/* Misc effects */
81+
.hljs-emphasis {
82+
font-style: italic
83+
}
84+
.hljs-strong {
85+
font-weight: bold
86+
}

public/assets/highlight/DIGESTS.md

Lines changed: 0 additions & 37 deletions
This file was deleted.

public/assets/highlight/LICENSE

Lines changed: 0 additions & 29 deletions
This file was deleted.

public/assets/highlight/README.md

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)