Skip to content

Commit 8c8b9ca

Browse files
committed
Inline ANSI Stylesheet
1 parent d41302d commit 8c8b9ca

File tree

4 files changed

+21
-18
lines changed

4 files changed

+21
-18
lines changed

css/ansi.css

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

css/style.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2267,3 +2267,23 @@ dt.d_decl:hover .decl_anchor {
22672267
.message-box-green {
22682268
background-color: #4EBA0F;
22692269
}
2270+
2271+
/**
2272+
ANSI Color codes for error messages at the runnable examples
2273+
*/
2274+
.ansi-black-fg { color: black; }
2275+
.ansi-red-fg { color: red; }
2276+
.ansi-green-fg { color: green; }
2277+
.ansi-yellow-fg { color: yellow; }
2278+
.ansi-blue-fg { color: blue; }
2279+
.ansi-magenta-fg { color: magenta; }
2280+
.ansi-cyan-fg { color: cyan; }
2281+
.ansi-white-fg { color: white; }
2282+
.ansi-bright-black-fg { color: black; }
2283+
.ansi-bright-red-fg { color: red; }
2284+
.ansi-bright-green-fg { color: green; }
2285+
.ansi-bright-yellow-fg { color: yellow; }
2286+
.ansi-bright-blue-fg { color: blue; }
2287+
.ansi-bright-magenta-fg { color: magenta; }
2288+
.ansi-bright-cyan-fg { color: cyan; }
2289+
.ansi-bright-white-fg { color: black; }

dlang.org.ddoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ _=
2727

2828
COMMON_HEADERS_DLANG=
2929
<link rel="stylesheet" href="$(STATIC css/codemirror.css)">
30-
<link rel="stylesheet" href="$(STATIC css/ansi.css)">
3130
_=
3231
COMMON_SCRIPTS =
3332
$(SCRIPTLOAD https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js)

posix.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ JAVASCRIPT=$(addsuffix .js, $(addprefix js/, \
300300
run_examples show_contributors jquery-1.7.2.min ansi_up.min))
301301

302302
STYLES=$(addsuffix .css, $(addprefix css/, \
303-
style print codemirror ddox ansi))
303+
style print codemirror ddox))
304304

305305
################################################################################
306306
# HTML Files

0 commit comments

Comments
 (0)