From 6c2db7df0e40962537ce74d6f6213fac1782bd1b Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 15 May 2013 17:35:51 +0200 Subject: Update dotfiles --- .conkerorrc/styles/github.less | 162 ----------------------------------------- 1 file changed, 162 deletions(-) delete mode 100644 .conkerorrc/styles/github.less (limited to '.conkerorrc/styles/github.less') 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; - } -} -- cgit v1.2.3-54-g00ecf