Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

推荐一个C++在线编译器Wandbox #32

Open
v4if opened this issue Jan 15, 2018 · 0 comments
Open

推荐一个C++在线编译器Wandbox #32

v4if opened this issue Jan 15, 2018 · 0 comments

Comments

@v4if
Copy link
Owner

v4if commented Jan 15, 2018

Wandbox
支持boost,gcc多种版本可选,以及一些其他的语言如GO,Python

2018-01-15_09-54-59
原样式界面编辑窗口字体偏小,输出窗口颜色感觉刺眼,因此做了一些调整

安装Stylish插件

2018-01-15_09-58-10

为Wandbox添加样式

/* 代码编辑区字体调整 */
.wandbox-smart-editor .CodeMirror pre {
    font-family: 'Yahei monaco', 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', 'Courier New', monospace;
    font-size: 16px;
    line-height: 16px;
}

/* 隐藏左侧边栏 */
.visible-md-block.visible-lg-block{
	display: none !important;
}

/* 输出框 */
.output-window {
    margin: 0px;
    background-color: #f7f7f7;
    overflow-y: scroll;
}
.output-window pre {
    margin: 0px 0px 10px;
    padding: 0px;
    background-color: #f7f7f7;
    color: black !important;
    border: 0px;
    font-family: 'Yahei monaco', 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', 'Courier New', monospace;
}
.permlink {
    background-color: #f7f7f7;
}

/* 运行时选项 */
.wandbox-hidden-runtime-option-raw {
    display: inline;
}
.wandbox-shown-runtime-option-raw{
	display: none;
}

/* Start Finish */
.output-window .Control {
    color: #170 !important;
}
/* return 0 */
.output-window .ExitCode {
    color: #a11 !important;
}

Applies to URL
https://wandbox.org/
https://wandbox.org/#
default

2018-01-15_09-50-26

清爽干净了好多

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant