summaryrefslogtreecommitdiffstats
path: root/.conkerorrc/styles/github.less
diff options
context:
space:
mode:
Diffstat (limited to '.conkerorrc/styles/github.less')
-rw-r--r--.conkerorrc/styles/github.less162
1 files changed, 0 insertions, 162 deletions
diff --git a/.conkerorrc/styles/github.less b/.conkerorrc/styles/github.less
deleted file mode 100644
index e4d3ed0..0000000
--- a/.conkerorrc/styles/github.less
+++ /dev/null
@@ -1,162 +0,0 @@
-@import "base";
-
-@-moz-document url("https://github.com/"), url("https://github.com/dashboard") {
- #dashboard {
- .filter-bar {
- background: @aluminium-5 !important;
- border-bottom: none !important;
-
- li a.filter_selected {
- color: @aluminium-1 !important;
- }
- }
-
- .repos {
- border: none !important;
- background-color: @aluminium-6 !important;
-
- .bottom-bar {
- background-color: @aluminium-5 !important;
- }
-
- .top-bar {
- background: @aluminium-5 !important;
- border-bottom: none !important;
- }
-
- h2 {
- color: inherit !important;
- }
- }
-
- ul.repo_list li {
- &.private {
- background: @aluminium-5 !important;
- }
-
- a {
- border-width: 0 !important;
- }
- }
- }
-
- #footer {
- text-shadow: none !important;
- }
-
- .button .minibutton {
- background: @aluminium-6 !important;
- }
-
- .header {
- background: @aluminium-5 !important;
- color: @aluminium-1 !important;
- border-bottom: none !important;
- text-shadow: none !important;
-
- .divider-vertical {
- background: @aluminium-5 !important;
- border-right: none !important;
- }
-
- .top-nav a,
- .topsearch a#advanced_search,
- #user-links a {
- color: @aluminium-1 !important;
- }
- }
-
- .markdown-body {
- code, tt {
- background-color: @aluminium-5 !important;
- border: none !important;
- color: @aluminium-1 !important;
- font-family: @monospace-font !important;
- }
- }
-
- .minibutton.dark-grey {
- backgrond: @aluminium-6 !important;
- }
-
- .news {
- .alert {
- border-top: none !important;
-
- .branch-info,
- .pull-info {
- background: @aluminium-5 !important;
- color: @aluminium-1 !important;
- }
-
- .gravatar {
- background: none !important;
- }
-
- .simple .title {
- color: @aluminium-1 !important;
- }
- }
-
- .commits li img {
- background: none !important;
- }
-
- blockquote {
- color: @aluminium-1 !important;
- }
- }
-
- .pagehead .container > ul.tabs {
- background: @aluminium-6 !important;
- border: none !important;
-
- li a {
- text-shadow: none !important;
- border: none !important;
-
- &:hover,
- &.selected {
- background: @aluminium-5 !important;
- }
- }
- }
-
- .pagehead-actions a.feed {
- background: @aluminium-5 !important;
- border: none !important;
- }
-
- .pagination {
- background: @aluminium-6 !important;
- border: none !important;
-
- a {
- text-shadow: none !important;
- border-bottom: none !important;
-
- &:hover {
- background: @aluminium-5 !important;
- }
- }
- }
-
- a {
- color: @orange-1 !important;
-
- &:visited {
- color: @plum-1 !important;
- }
-
- &.header-logo-blacktocat {
- &, &:visited {
- color: @aluminium-1 !important;
- }
- }
- }
-
- body {
- background-color: @background !important;
- color: @aluminium-1 !important;
- }
-}