This repository has been archived on 2022-12-11. You can view files and clone it, but cannot push or open issues or pull requests.
dot-files/.conkeror.d/conkeror.css

125 lines
2.3 KiB
CSS

/**
* (C) Copyright Collin Doering 2014
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/**
* File: conkeror.css
* Author: Collin J. Doering
* Date: Apr 2, 2014
*/
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
* {
font: 13px Terminus;
}
/* MINIBUFFER */
#minibuffer {
background: #000;
color: white;
}
.mode-line {
background: #000;
color: black;
}
#minibuffer-prompt {
color: #aaa;
}
/* TABS */
#tab2-bar {
border-bottom: 1px solid threedshadow;
background: #000;
color: white;
}
.tab2 {
-moz-appearance: none;
background: #000;
min-width: 10em;
max-width: 15em;
}
.tab2-label {
margin-left: 4pt;
padding-top: 1pt;
}
.tab2-index {
padding: 0pt 3pt 0pt 3pt;
font-weight: 900;
text-align: center;
border-right: 2px solid;
border-left: 2px solid;
}
.tab2-icon {
width: 16px;
height: 16px
}
#tab2-bar .tab2[selected=true] {
background: #FFF;
color: #000;
border: 1px solid #999;
}
#tab2-bar .tab2[selected=true] .tab2-label {
background: #FFF;
}
/* TABS */
/*
#tab2-bar {
background: #000;
}
#tab2-bar .tab2 {
margin: 2px 0 0 2px;
padding: 0;
height: 19px;
border: 1px solid #666;
min-width: 200px;
max-width: 200px;
background: #333;
overflow: hidden;
}
#tab2-bar .tab2-label {
margin: 0;
color: white;
font: 11px Tahoma;
}
#tab2-bar .tab2-icon {
height: 16px;
width: 16px;
background: #222;
color: white;
border: 1px solid #999;
font: 900 11px Tahoma;
text-align: center;
}
#tab2-bar .tab2[selected=true] {
border: 1px solid white;
background: #666;
border: 1px solid #999;
}
*/