diff options
| author | Karel Kočí <karel.koci@nic.cz> | 2017-04-07 14:56:22 +0200 | 
|---|---|---|
| committer | Karel Kočí <karel.koci@nic.cz> | 2017-04-07 14:56:22 +0200 | 
| commit | a793b23435567f2d4f49846196ceebcc47cd764c (patch) | |
| tree | 5f542d40b11c55ff851724cbab21c27ba7a8ff0d /conkeror | |
| parent | 6384224250a62e8b1ea913934db5dbae536ce153 (diff) | |
| download | myconfigs-a793b23435567f2d4f49846196ceebcc47cd764c.tar.gz myconfigs-a793b23435567f2d4f49846196ceebcc47cd764c.tar.bz2 myconfigs-a793b23435567f2d4f49846196ceebcc47cd764c.zip | |
Remove stuff not needed on server
Diffstat (limited to 'conkeror')
| -rw-r--r-- | conkeror/theme/content-buffer-input.css | 13 | ||||
| -rw-r--r-- | conkeror/theme/eye-guide.css | 22 | ||||
| -rw-r--r-- | conkeror/theme/minibuffer.css | 94 | ||||
| -rw-r--r-- | conkeror/theme/mode-line.css | 14 | ||||
| -rw-r--r-- | conkeror/theme/new-tabs.css | 41 | ||||
| -rw-r--r-- | conkeror/theme/theme.json | 10 | ||||
| -rw-r--r-- | conkeror/theme/window--panel.css | 5 | 
7 files changed, 0 insertions, 199 deletions
| diff --git a/conkeror/theme/content-buffer-input.css b/conkeror/theme/content-buffer-input.css deleted file mode 100644 index 82acb9e..0000000 --- a/conkeror/theme/content-buffer-input.css +++ /dev/null @@ -1,13 +0,0 @@ -/** - * (C) Copyright 2007-2008 Jeremy Maitin-Shepard - * - * Use, modification, and distribution are subject to the terms specified in the - * COPYING file. -**/ - -@namespace url("http://www.w3.org/1999/xhtml"); - -.__conkeror_textbox_edited_externally { -  background-color: #bbbbbb; -  -moz-appearance: none; -} diff --git a/conkeror/theme/eye-guide.css b/conkeror/theme/eye-guide.css deleted file mode 100644 index 502049b..0000000 --- a/conkeror/theme/eye-guide.css +++ /dev/null @@ -1,22 +0,0 @@ - -@namespace url("http://www.w3.org/1999/xhtml"); - -#__conkeror_eye_guide { -  position: fixed; -  left: 0px; -  top: 0px; -  width: 100%; -  background: black; -  opacity: 0.1; -  z-index: 100000; -} - -/* - *  Note, the following selectors can be styled with a - * border-top and border-bottom respectively to achieve - * the effect of a single line scroll-guide: - * - *  #__conkeror_eye_guide.__conkeror_eye_guide_scroll_down - *  #__conkeror_eye_guide.__conkeror_eye_guide_scroll_up - * - */ diff --git a/conkeror/theme/minibuffer.css b/conkeror/theme/minibuffer.css deleted file mode 100644 index a184564..0000000 --- a/conkeror/theme/minibuffer.css +++ /dev/null @@ -1,94 +0,0 @@ - -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); - -#minibuffer { -	color: white; -	background: #333333; -	border-top: 1px solid #285577; -	-moz-box-align: baseline; -} - -#minibuffer-input { -  background-color: -moz-field !important; -} - -#minibuffer-input .textbox-input-box { -  width: 5em; -} - -#minibuffer-input [anonid="annotation"] { -  font-style: oblique; -} - -#minibuffer-input [anonid="strut"] { -  padding-right: 1em !important; -} - -/* mode text widgets */ - -#minibuffer .mode-text-widget { -  display: none; -} - -#minibuffer[minibuffermode="message"] .mode-text-widget { -  display: block; -  border-left: 1px solid threedshadow; -  padding-left: 4px !important; -  padding-right: 4px !important; -  margin-left: 0px !important; -  margin-right: 0px !important; -} - -#minibuffer[minibuffermode="message"] .mode-text-widget[value=""] { -  display: none; -} - - -/* minibuffer highlighting */ - -#minibuffer.highlight { -  background-color: Highlight; -  color: HighlightText; -} - -#minibuffer.highlight[minibuffermode="message"] .mode-text-widget { -  border-left: 1px solid highlighttext; -} - - -/* Completions display */ - -tree.completions { margin: 0px !important; } - -tree.completions treechildren { border: none !important; } - -tree.completions treecol { -moz-binding: none !important; } -tree.completions { -  -moz-appearance: none !important; -  border: 0px none !important; -  border-top: 1px solid -moz-Dialog !important; -  -moz-border-top-colors: -moz-initial !important; -} - -tree.completions treechildren::-moz-tree-row { -  border: none; -} - -tree.completions treechildren::-moz-tree-row(current) { -  background-color: Highlight !important; -  color: HighlightText !important; -} - -tree.completions treechildren::-moz-tree-cell-text(completion-description) { -  font-weight: bold !important; -} - -tree.completions treechildren::-moz-tree-cell-text(current) { -  color: HighlightText !important; -} - -tree.completions[hasicons="true"] treechildren::-moz-tree-image { -  width: 16px; -  height: 16px; -  margin-right: 6px; -} diff --git a/conkeror/theme/mode-line.css b/conkeror/theme/mode-line.css deleted file mode 100644 index cec5771..0000000 --- a/conkeror/theme/mode-line.css +++ /dev/null @@ -1,14 +0,0 @@ -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); - -.mode-line { -	color: white; -	padding: 2px; -	background: #595959; -	border-top: 3px solid #285577; -	-moz-box-align: center; -	overflow: hidden; -} - -.mode-line label[value=""] { -  display: none; -} diff --git a/conkeror/theme/new-tabs.css b/conkeror/theme/new-tabs.css deleted file mode 100644 index 0dac555..0000000 --- a/conkeror/theme/new-tabs.css +++ /dev/null @@ -1,41 +0,0 @@ -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); - -#tab2-bar { -	color: white; -	background: #595959; -	border-bottom: 3px solid #285577; -} - -.tab2 { -    -moz-box-align: center; -	border-right: 3px solid #285577; -    min-width: 10em; -    max-width: 15em; -} - -.tab2[selected=true] { -    background: #333333; -} - -.tab2:hover { -    background: #999; -} - -.tab2-label { -    -moz-box-flex: 100; -    margin-left: 4pt; -    padding-top: 1pt; -} - -.tab2-index { -    padding: 0pt 2pt 0pt 3pt; -    font-weight: 900; -    text-align: center; -} - -.tab2-icon  { -  width: 16px; -  height: 16px; -  -moz-margin-start: 4pt; -  -moz-margin-end: 3pt; -} diff --git a/conkeror/theme/theme.json b/conkeror/theme/theme.json deleted file mode 100644 index 905b804..0000000 --- a/conkeror/theme/theme.json +++ /dev/null @@ -1,10 +0,0 @@ -{ "sheets": [ -      "content-buffer-input.css", -      "minibuffer.css", -      "mode-line.css", -      "tab-bar.css", -      "new-tabs.css", -      "window--panel.css", -      "eye-guide.css" -  ] -} diff --git a/conkeror/theme/window--panel.css b/conkeror/theme/window--panel.css deleted file mode 100644 index 6009000..0000000 --- a/conkeror/theme/window--panel.css +++ /dev/null @@ -1,5 +0,0 @@ -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); - -.panel .panel-row-label { -  font-weight: bold; -} | 
