Skip to content

Instantly share code, notes, and snippets.

@puhitaku
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save puhitaku/4c0f9b1e531529478ec3 to your computer and use it in GitHub Desktop.
Save puhitaku/4c0f9b1e531529478ec3 to your computer and use it in GitHub Desktop.
ShareLaTeX.com - Stylish CSS
/*Fonts, Colors*/
.ace_content{
font-family: "Consolas", "MeiryoKe_Console";
/* --- Alternative fonts ---
font-family: "Ubuntu Mono", "Migu 1m";
font-family: monospace;
*/
}
body{
background-color: #444;
}
aside#file-tree ul.file-tree-list li .entity-name{
color: #DDD;
}
aside#file-tree ul.file-tree-list li .entity-name:hover{
background-color: #666;
}
.toolbar.toolbar-header{
box-shadow: 0 0 0;
}
.toolbar.toolbar-alt{
background-color: #444;
}
.toolbar-tall{
background-color: #272822;
}
.toolbar{
border-bottom: 0px;
}
.toolbar .btn-full-height{
border-right: 0px;
}
.toolbar .btn-full-height:hover{
color: #A4A4A4;
}
.toolbar .toolbar-right .btn-full-height{
border-right: 0px;
border-left: 0px;
}
.ui-layout-resizer{
background-color: #272822;
border-left: 0px;
border-right: 0px;
}
.ui-layout-resizer .ui-layout-toggler:hover{
background-color: #666;
color: #AAA;
}
.ui-layout-resizer-west{
background-color: #2F3129;
}
.project-name .name{
color: #DDD;
}
.pdf-viewer .pdfjs-viewer{
background-color: #272822;
}
.toolbar .btn-full-height{
color: #A4A4A4;
}
.btn-info{
border-color: transparent;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.checked, .open .dropdown-toggle.btn-info{
border-color: transparent;
}
.btn-default{
color: #AAA;
background-color: #555;
border-color: transparent;
}
.btn-default:hover, .btn-default:focus{
color: #EEE;
background-color: #777;
border-color: transparent;
}
a{
color: #A4A4A4;
}
aside#file-tree ul.file-tree-list li.selected > .entity > .entity-name i.fa-folder-open, aside#file-tree ul.file-tree-list li.selected > .entity > .entity-name i.fa-folder, aside#file-tree ul.file-tree-list li.selected > .entity > .entity-name i.fa-file, aside#file-tree ul.file-tree-list li.selected > .entity > .entity-name i.fa-image, aside#file-tree ul.file-tree-list li.selected > .entity > .entity-name i.fa-file-pdf-o{
color: #DDD;
}
aside#file-tree ul.file-tree-list li.selected > .entity > .entity-name{
color: #DDD;
border-right: 4px solid #DDDDDD;
}
aside#file-tree ul.file-tree-list li i.fa-folder-open, aside#file-tree ul.file-tree-list li i.fa-folder{
color: #A4A4A4;
}
.pdf-logs, .pdf-errors, .pdf-uncompiled{
color:#DDD;
}
.pdf-viewer .progress-thin .progress-bar{
height: 2px;
background-color: #DDD;
}
.progress-bar {
background-color: #405ebf;
}
.loading-screen h3 {
background-image:none !important;
}
/*Scroll Bars*/
.pdf-viewer .pdfjs-viewer::-webkit-scrollbar {
width:10px;
background:#272822;
}
.pdf-viewer .pdfjs-viewer::-webkit-scrollbar:horizontal {
height:10px;
}
.pdf-viewer .pdfjs-viewer::-webkit-scrollbar-button {
width:0px;
height:0px;
background:#666;
}
.pdf-viewer .pdfjs-viewer::-webkit-scrollbar-thumb {
background:#999;
}
.pdf-viewer .pdfjs-viewer::-webkit-scrollbar-corner {
background:#444;
}
.ace_scrollbar::-webkit-scrollbar {
width:10px;
background:#272822;
}
.ace_scrollbar::-webkit-scrollbar:horizontal {
height:10px;
}
.ace_scrollbar::-webkit-scrollbar-button {
width:0px;
height:0px;
background:#666;
}
.ace_scrollbar::-webkit-scrollbar-thumb {
background:#999;
}
.ace_scrollbar::-webkit-scrollbar-corner {
background:#ddd;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment