Skip to content

Commit

Permalink
🟢 Update files
Browse files Browse the repository at this point in the history
  • Loading branch information
MatiDragon-YT committed Jan 7, 2022
1 parent 71c80a5 commit 871a435
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 14 deletions.
2 changes: 1 addition & 1 deletion en/cleo-3/opcodes.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

The using of the following opcodes is only possible at the CLEO 3 library installed. At compiling Sanny Builder checks if the library is installed and if not, warns that it’s necessary. If you write a script using these opcodes, you have to include the library files as well to guarantee its functionality to the end user

:::cols-4 pre p-4
:::cols-3 cols-sm-4 pre p-4 center
[Opcode 0A8C](#0A8C)
[Opcode 0A99](#0A99)
[Opcode 0AA6](#0AA6)
Expand Down
12 changes: 10 additions & 2 deletions style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,18 @@ input {
.directives,
.directives * { color: #ffd54f }


.cols-2 { columns: 2 auto}
.cols-3 { columns: 3 auto}
.cols-4 { columns: 4 auto}
.cols-6 { columns: 6 auto}

@media (min-width:576px) {
.markdown { max-width: 540px }
.cols-sm-2 { columns: 2 auto}
.cols-sm-3 { columns: 3 auto}
.cols-sm-4 { columns: 4 auto}
.cols-sm-6 { columns: 6 auto}
}
@media (min-width:768px) {
.markdown { max-width: 720px }
Expand Down Expand Up @@ -287,8 +297,6 @@ input {
.uppercase { text-transform: uppercase }
.p-2 { padding: .5rem }
.p-4 { padding: 1.5rem }
.cols-4 { columns: 4 auto}
.cols-6 { columns: 6 auto}

.w-100{width: 100%}
.h-43 {height:43vh}
Expand Down
11 changes: 0 additions & 11 deletions style/style2.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
body{
scrollbar-base-color: red;
scrollbar-face-color: #5a97f3;
scrollbar-3dlight-color: white;
scrollbar-highlight-color: white;
scrollbar-track-color: #eceff1;
scrollbar-arrow-color: black;
scrollbar-shadow-color: white;
scrollbar-dark-shadow-color: white;
}

.markdown-fluid {
width: 100%;
padding-right: 15px;
Expand Down

0 comments on commit 871a435

Please sign in to comment.