@codingame/monaco-vscode-walkthrough-service-override 20.1.0 → 20.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/vscode/src/vs/workbench/contrib/welcomeWalkthrough/browser/media/walkThroughPart.css
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
/*---------------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
+
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
4
|
+
*--------------------------------------------------------------------------------------------*/
|
|
5
|
+
|
|
1
6
|
.monaco-workbench .part.editor > .content .walkThroughContent {
|
|
2
7
|
box-sizing: border-box;
|
|
3
8
|
padding: 10px 20px;
|
|
@@ -6,13 +11,16 @@
|
|
|
6
11
|
user-select: initial;
|
|
7
12
|
-webkit-user-select: initial;
|
|
8
13
|
}
|
|
14
|
+
|
|
9
15
|
.monaco-workbench .part.editor > .content .walkThroughContent img {
|
|
10
16
|
max-width: 100%;
|
|
11
17
|
max-height: 100%;
|
|
12
18
|
}
|
|
19
|
+
|
|
13
20
|
.monaco-workbench .part.editor > .content .walkThroughContent a {
|
|
14
21
|
text-decoration: var(--text-link-decoration);
|
|
15
22
|
}
|
|
23
|
+
|
|
16
24
|
.monaco-workbench .part.editor > .content .walkThroughContent a:focus,
|
|
17
25
|
.monaco-workbench .part.editor > .content .walkThroughContent input:focus,
|
|
18
26
|
.monaco-workbench .part.editor > .content .walkThroughContent select:focus,
|
|
@@ -20,11 +28,13 @@
|
|
|
20
28
|
outline: 1px solid -webkit-focus-ring-color;
|
|
21
29
|
outline-offset: -1px;
|
|
22
30
|
}
|
|
31
|
+
|
|
23
32
|
.monaco-workbench .part.editor > .content .walkThroughContent hr {
|
|
24
33
|
border: 0;
|
|
25
34
|
height: 2px;
|
|
26
35
|
border-bottom: 2px solid;
|
|
27
36
|
}
|
|
37
|
+
|
|
28
38
|
.monaco-workbench .part.editor > .content .walkThroughContent h1,
|
|
29
39
|
.monaco-workbench .part.editor > .content .walkThroughContent h2,
|
|
30
40
|
.monaco-workbench .part.editor > .content .walkThroughContent h3 {
|
|
@@ -32,6 +42,7 @@
|
|
|
32
42
|
margin-top: 20px;
|
|
33
43
|
margin-bottom: 10px;
|
|
34
44
|
}
|
|
45
|
+
|
|
35
46
|
.monaco-workbench .part.editor > .content .walkThroughContent h1 {
|
|
36
47
|
padding-bottom: 0.3em;
|
|
37
48
|
line-height: 1.2;
|
|
@@ -40,44 +51,54 @@
|
|
|
40
51
|
font-size: 40px;
|
|
41
52
|
margin-bottom: 15px;
|
|
42
53
|
}
|
|
54
|
+
|
|
43
55
|
.monaco-workbench .part.editor > .content .walkThroughContent h2 {
|
|
44
56
|
font-size: 30px;
|
|
45
57
|
margin-top: 30px;
|
|
46
58
|
}
|
|
59
|
+
|
|
47
60
|
.monaco-workbench .part.editor > .content .walkThroughContent h3 {
|
|
48
61
|
font-size: 22px;
|
|
49
62
|
}
|
|
63
|
+
|
|
50
64
|
.monaco-workbench .part.editor > .content .walkThroughContent h4 {
|
|
51
65
|
font-size: 12px;
|
|
52
66
|
text-transform: uppercase;
|
|
53
67
|
margin-top: 30px;
|
|
54
68
|
margin-bottom: 10px;
|
|
55
69
|
}
|
|
70
|
+
|
|
56
71
|
.monaco-workbench .part.editor > .content .walkThroughContent a:hover {
|
|
57
72
|
text-decoration: underline;
|
|
58
73
|
}
|
|
74
|
+
|
|
59
75
|
.monaco-workbench .part.editor > .content .walkThroughContent table {
|
|
60
76
|
border-collapse: collapse;
|
|
61
77
|
}
|
|
78
|
+
|
|
62
79
|
.monaco-workbench .part.editor > .content .walkThroughContent table > thead > tr > th {
|
|
63
80
|
text-align: left;
|
|
64
81
|
border-bottom: 1px solid;
|
|
65
82
|
}
|
|
83
|
+
|
|
66
84
|
.monaco-workbench .part.editor > .content .walkThroughContent table > thead > tr > th,
|
|
67
85
|
.monaco-workbench .part.editor > .content .walkThroughContent table > thead > tr > td,
|
|
68
86
|
.monaco-workbench .part.editor > .content .walkThroughContent table > tbody > tr > th,
|
|
69
87
|
.monaco-workbench .part.editor > .content .walkThroughContent table > tbody > tr > td {
|
|
70
88
|
padding: 5px 10px;
|
|
71
89
|
}
|
|
90
|
+
|
|
72
91
|
.monaco-workbench .part.editor > .content .walkThroughContent table > tbody > tr + tr > td {
|
|
73
92
|
border-top: 1px solid;
|
|
74
93
|
}
|
|
94
|
+
|
|
75
95
|
.monaco-workbench .part.editor > .content .walkThroughContent code,
|
|
76
96
|
.monaco-workbench .part.editor > .content .walkThroughContent .shortcut {
|
|
77
97
|
font-family: var(--monaco-monospace-font);
|
|
78
98
|
font-size: 14px;
|
|
79
99
|
line-height: 19px;
|
|
80
100
|
}
|
|
101
|
+
|
|
81
102
|
.monaco-workbench .part.editor > .content .walkThroughContent blockquote {
|
|
82
103
|
margin: 0 7px 0 5px;
|
|
83
104
|
padding: 0 16px 0 10px;
|
|
@@ -85,13 +106,16 @@
|
|
|
85
106
|
background: var(--vscode-textBlockQuote-background);
|
|
86
107
|
border-color: var(--vscode-textBlockQuote-border);
|
|
87
108
|
}
|
|
109
|
+
|
|
88
110
|
.monaco-workbench .part.editor > .content .walkThroughContent .monaco-tokenized-source {
|
|
89
111
|
white-space: pre;
|
|
90
112
|
}
|
|
113
|
+
|
|
91
114
|
.file-icons-enabled .show-file-icons .vs_code_editor_walkthrough\.md-name-file-icon.md-ext-file-icon.ext-file-icon.markdown-lang-file-icon.file-icon::before {
|
|
92
115
|
content: ' ';
|
|
93
116
|
background-image: var(--product-icon, url('../../../../browser/media/code-icon.svg'));
|
|
94
117
|
}
|
|
118
|
+
|
|
95
119
|
.monaco-workbench .part.editor > .content .walkThroughContent .mac-only,
|
|
96
120
|
.monaco-workbench .part.editor > .content .walkThroughContent .windows-only,
|
|
97
121
|
.monaco-workbench .part.editor > .content .walkThroughContent .linux-only {
|
|
@@ -106,30 +130,37 @@
|
|
|
106
130
|
.monaco-workbench.linux .part.editor > .content .walkThroughContent .linux-only {
|
|
107
131
|
display: initial;
|
|
108
132
|
}
|
|
133
|
+
|
|
109
134
|
.monaco-workbench.hc-black .part.editor > .content .walkThroughContent .monaco-editor,
|
|
110
135
|
.monaco-workbench.hc-light .part.editor > .content .walkThroughContent .monaco-editor {
|
|
111
136
|
border-width: 1px;
|
|
112
137
|
border-style: solid;
|
|
113
138
|
}
|
|
139
|
+
|
|
114
140
|
.monaco-workbench .part.editor > .content .walkThroughContent a[href] {
|
|
115
141
|
color: var(--vscode-textLink-foreground);
|
|
116
142
|
}
|
|
143
|
+
|
|
117
144
|
.monaco-workbench .part.editor > .content .walkThroughContent a:hover,
|
|
118
145
|
.monaco-workbench .part.editor > .content .walkThroughContent a[href]:active {
|
|
119
146
|
color: var(--vscode-textLink-activeForeground);
|
|
120
147
|
}
|
|
148
|
+
|
|
121
149
|
.monaco-workbench .part.editor > .content .walkThroughContent a[href]:focus {
|
|
122
150
|
outline-color: var(--vscode-focusBorder);
|
|
123
151
|
}
|
|
152
|
+
|
|
124
153
|
.monaco-workbench .part.editor > .content .walkThroughContent code,
|
|
125
154
|
.monaco-workbench .part.editor > .content .walkThroughContent .shortcut {
|
|
126
155
|
color: var(--vscode-textPreformat-foreground);
|
|
127
156
|
background-color: var(--vscode-textPreformat-background);
|
|
128
157
|
border-radius: 3px;
|
|
129
158
|
}
|
|
159
|
+
|
|
130
160
|
.monaco-workbench .part.editor > .content .walkThroughContent .monaco-editor {
|
|
131
161
|
border-color: var(--vscode-contrastBorder);
|
|
132
162
|
}
|
|
163
|
+
|
|
133
164
|
.monaco-workbench .part.editor > .content .walkThroughContent .monaco-editor-background,
|
|
134
165
|
.monaco-workbench .part.editor > .content .walkThroughContent .margin-view-overlays {
|
|
135
166
|
background: var(--vscode-walkThrough-embeddedEditorBackground);
|