From 5f173b0d5e937eeaccb75b843075f923945368a2 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 30 Apr 2013 19:17:16 +0200 Subject: Update github style --- .conkerorrc/styles/github.less | 163 ----------------------------------------- 1 file changed, 163 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 316d005..0000000 --- a/.conkerorrc/styles/github.less +++ /dev/null @@ -1,163 +0,0 @@ -@import "base"; - -@-moz-document url("https://github.com/"), url("https://github.com/dashboard") { - #dashboard { - .filter-bar { - background: @dblack !important; - border-bottom-color: @dwhite !important; - - li a.filter_selected { - color: @dwhite !important; - } - } - - .repos { - border-color: @dwhite !important; - background-color: @dblack !important; - - .bottom-bar { - background-color: @dblack !important; - } - - .top-bar { - background: @dblack !important; - border-bottom-color: @dwhite !important; - } - - h2 { - color: inherit !important; - } - } - - ul.repo_list li { - &.private { - background: @dwhite !important; - } - - a { - border-width: 0 !important; - } - } - } - - #footer { - text-shadow: none !important; - } - - .button .minibutton { - background: @dblack !important; - } - - .header { - background: @dwhite !important; - color: @lblack !important; - border-bottom-color: @dblack !important; - text-shadow: none !important; - - .divider-vertical { - background: @dblack !important; - border-right-color: @dwhite !important; - } - - .top-nav a, - .topsearch a#advanced_search, - #user-links a { - color: @lblack !important; - } - } - - .markdown-body { - code, tt { - background-color: @dwhite !important; - border-color: @dblack !important; - color: @lblack !important; - font-family: @monospace-font !important; - } - } - - .minibutton.dark-grey { - backgrond: @dwhite !important; - } - - .news { - .alert { - border-top-color: @dwhite !important; - - .branch-info, - .pull-info { - background: @dblack !important; - color: @lblack !important; - } - - .gravatar { - background: none !important; - } - - .simple .title { - color: @lblack !important; - } - } - - .commits li img { - background: none !important; - } - - blockquote { - color: @lblack !important; - } - } - - .pagehead .container > ul.tabs { - background: @dblack !important; - border: none !important; - - li a { - text-shadow: none !important; - border: none !important; - - &:hover, - &.selected { - background: @dwhite !important; - } - } - } - - .pagehead-actions a.feed { - background: @dwhite !important; - border: @dblack !important; - color: @lorange !important; - } - - .pagination { - background: @dwhite !important; - border-color: @dblack !important; - - a { - text-shadow: none !important; - border-bottom-color: @dwhite !important; - - &:hover { - background: @dblack !important; - } - } - } - - a { - color: @lorange !important; - - &:visited { - color: @lmagenta !important; - } - - &.header-logo-blacktocat { - &, &:visited { - color: @dwhite !important; - } - } - } - - body { - background-color: @background !important; - color: @foreground !important; - } -} -- cgit v1.2.3-54-g00ecf