This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.topbar { | |
position: fixed; | |
top: 0; | |
left: 0; | |
right: 0; | |
z-index: 10000; | |
overflow: visible; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Place user-specific overrides in this file, to ensure they're preserved | |
// when upgrading | |
{ | |
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", ".bundle", ".sass-cache"], | |
"file_exclude_patterns": ["*.pyc", "*.pyo", "*.exe", "*.dll", "*.obj", "*.o", "*.a", "*.lib", "*.so", "*.dylib", "*.ncb", "*.sdf", "*.suo", "*.pdb", "*.idb", ".DS_Store", "*.pdf", ".git*", ".rvmrc"], | |
"new_window_settings": | |
{ | |
"side_bar_visible": true, | |
"status_bar_visible": true, | |
"show_tabs": true, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.gc1 { color: #3366cc; } | |
.gc2 { color: #dc3912; } | |
.gc3 { color: #ff9900; } | |
.gc4 { color: #109618; } | |
.gc5 { color: #990099; } | |
.gc6 { color: #0099c6; } | |
.gc7 { color: #dd4477; } | |
.gc8 { color: #66aa00; } | |
.gc9 { color: #b82e2e; } | |
.gc10 { color: #316395; } - Remove from tablet array |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Google Charts Base Color Array | |
.gc1 { color: #3366cc !important; } | |
.gc2 { color: #dc3912 !important; } | |
.gc3 { color: #ff9900 !important; } | |
.gc4 { color: #109618 !important; } | |
.gc5 { color: #990099 !important; } | |
.gc6 { color: #0099c6 !important; } | |
.gc7 { color: #dd4477 !important; } | |
.gc8 { color: #66aa00 !important; } | |
.gc9 { color: #b82e2e !important; } |