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/.gitignore | 1 - .conkerorrc/styles/Makefile | 7 -- .conkerorrc/styles/base.less | 4 - .conkerorrc/styles/git-scm.less | 18 ----- .conkerorrc/styles/github.less | 162 ---------------------------------------- .conkerorrc/styles/help.less | 21 ------ .conkerorrc/styles/tango.less | 27 ------- 7 files changed, 240 deletions(-) delete mode 100644 .conkerorrc/styles/.gitignore delete mode 100644 .conkerorrc/styles/Makefile delete mode 100644 .conkerorrc/styles/base.less delete mode 100644 .conkerorrc/styles/git-scm.less delete mode 100644 .conkerorrc/styles/github.less delete mode 100644 .conkerorrc/styles/help.less delete mode 100644 .conkerorrc/styles/tango.less (limited to '.conkerorrc/styles') diff --git a/.conkerorrc/styles/.gitignore b/.conkerorrc/styles/.gitignore deleted file mode 100644 index b3a5267..0000000 --- a/.conkerorrc/styles/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.css diff --git a/.conkerorrc/styles/Makefile b/.conkerorrc/styles/Makefile deleted file mode 100644 index c75377b..0000000 --- a/.conkerorrc/styles/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -DESTDIR:=$(DESTDIR)/styles -objects=github.css help.css git-scm.css - -include ../../dotfiles.mk - -$(objects): %.css: %.less - lessc -x $^ > $@ diff --git a/.conkerorrc/styles/base.less b/.conkerorrc/styles/base.less deleted file mode 100644 index dcb5a5e..0000000 --- a/.conkerorrc/styles/base.less +++ /dev/null @@ -1,4 +0,0 @@ -@import "tango"; - -@monospace-font: "Envy Code R"; -@background: #111113; diff --git a/.conkerorrc/styles/git-scm.less b/.conkerorrc/styles/git-scm.less deleted file mode 100644 index d69a97d..0000000 --- a/.conkerorrc/styles/git-scm.less +++ /dev/null @@ -1,18 +0,0 @@ -@import "base"; - -@-moz-document domain(git-scm.com) { - .book#main { - background: @background !important; - color: @aluminium-1 !important; - - code, pre { - background: @aluminium-6 !important; - color: @aluminium-2 !important; - font-family: @monospace-font !important; - } - - &, code, pre { - border: none !important; - } - } -} 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; - } -} diff --git a/.conkerorrc/styles/help.less b/.conkerorrc/styles/help.less deleted file mode 100644 index 339d7fa..0000000 --- a/.conkerorrc/styles/help.less +++ /dev/null @@ -1,21 +0,0 @@ -@import "base"; - -@-moz-document url("chrome://conkeror-help/content/help.html") { - body { - background: @background !important; - color: @aluminium-1 !important; - } - - a { - color: @orange-1 !important; - - &:visited { - color: @plum-1 !important; - } - } - - pre, .key { - background: @aluminium-5 !important; - font-family: @monospace-font !important; - } -} diff --git a/.conkerorrc/styles/tango.less b/.conkerorrc/styles/tango.less deleted file mode 100644 index ed6858b..0000000 --- a/.conkerorrc/styles/tango.less +++ /dev/null @@ -1,27 +0,0 @@ -@butter-1: #fce94f; -@butter-2: #edd400; -@butter-3: #c4a000; -@orange-1: #fcaf3e; -@orange-2: #f57900; -@orange-3: #ce5c00; -@chocolate-1: #e9b96e; -@chocolate-2: #c17d11; -@chocolate-3: #8f5902; -@chameleon-1: #8ae234; -@chameleon-2: #73d216; -@chameleon-3: #4e9a06; -@sky-blue-1: #729fcf; -@sky-blue-2: #3465a4; -@sky-blue-3: #204a87; -@plum-1: #ad7fa8; -@plum-2: #75507b; -@plum-3: #5c3566; -@scarlet-red-1: #ef2929; -@scarlet-red-2: #cc0000; -@scarlet-red-3: #a40000; -@aluminium-1: #eeeeec; -@aluminium-2: #d3d7cf; -@aluminium-3: #babdb6; -@aluminium-4: #888a85; -@aluminium-5: #555753; -@aluminium-6: #2e3436; -- cgit v1.2.3-54-g00ecf