diff options
Diffstat (limited to 'skins')
-rw-r--r-- | skins/contrib/Gentoo/global.css | 265 | ||||
-rw-r--r-- | skins/contrib/Gentoo/select-icon.svg | 1 | ||||
-rw-r--r-- | skins/contrib/Gentoo/sort-down.png | bin | 0 -> 140 bytes | |||
-rw-r--r-- | skins/standard/bug.css | 23 | ||||
-rw-r--r-- | skins/standard/global.css | 15 | ||||
-rw-r--r-- | skins/standard/index/file-a-bug.png.bak | bin | 0 -> 6395 bytes | |||
-rw-r--r-- | skins/standard/index/search.png | bin | 7912 -> 1319 bytes | |||
-rw-r--r-- | skins/standard/index/search.svg | 1 |
8 files changed, 271 insertions, 34 deletions
diff --git a/skins/contrib/Gentoo/global.css b/skins/contrib/Gentoo/global.css index 20f79a607..b0f5d817a 100644 --- a/skins/contrib/Gentoo/global.css +++ b/skins/contrib/Gentoo/global.css @@ -21,10 +21,12 @@ */ body { - background: #D2D0D4; + background: #FAFAFA; font-family: Helvetica, Arial, Geneva; - padding: 1.5em; + min-height: 100vh; + position: relative; margin: 0; + padding-bottom: 245px; } a img { @@ -41,13 +43,24 @@ a img { border-top-left-radius: 5px; border-top-right-radius: 5px; background-color: #54487A; + display: none; } -#header .links, #footer { - background-color: #8076A1; +#header .links { + background-color: #4D4270; color: #ddd; } +#footer { + background-color: #E1E1E1; + color: #000; + position: absolute; + margin-top: 70px; + bottom: 0; + width: 100%; +} + + #header { -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; @@ -59,34 +72,43 @@ a img { } #header .links { - border-bottom: 1px solid #67539B; - border-left: 1px solid #67539B; - border-right: 1px solid #67539B; - -webkit-border-bottom-right-radius: 5px; - -webkit-border-bottom-left-radius: 5px; - -moz-border-radius-bottomright: 5px; - -moz-border-radius-bottomleft: 5px; - border-bottom-right-radius: 5px; - border-bottom-left-radius: 5px; + border-bottom: 1px solid #4D4270; + border-left: 1px solid #4D4270; + border-right: 1px solid #4D4270; + -webkit-border-bottom-right-radius: 0px!important; + -webkit-border-bottom-left-radius: 0px!important; + -moz-border-radius-bottomright: 0px!important; + -moz-border-radius-bottomleft: 0px!important; + border-bottom-right-radius: 0px!important; + border-bottom-left-radius: 0px!important; +} + +#header a { + color: white; + text-decoration: none; } -#header a, #footer a { - color: white; +#footer a { + color: black; text-decoration: none; } -#header a:hover, #footer a:hover { +#header a:hover { + text-decoration: none!important; +} + +#footer a:hover { text-decoration: underline; } /* body */ #bugzilla-body { - background: #f0f0f0; + background: #FAFAFA; color: black; - border: 1px solid #747e93; + border: 0px solid #747e93; padding: 10px; - font-size: 10pt; + font-size: 14px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; @@ -329,3 +351,208 @@ body.bz_group_Security .bz_alias_short_desc_container:before { } /* vim: set expandtab ts=4: */ + +#common_links { + background-color: #4D4270; +} + +#bugs-actions { + border-radius: 0px!important; +} + +.index_page_icon:hover { + color:#493f6a!important; +} + +.index_page_icon { + color:#54487A; +} + +.nav-pills > li > a { + background-color: #eeeeee!important; + color: #23457f!important; +} + +.nav-pills > li.active > a { + background-color: #ffffff!important; + color: #23457f!important; +} + +.selectwidthauto { + width:auto !important; + display: inline-block !important; +} + +/* Backported from BS4 */ + +select.form-control:not([multiple]) { + display: inline-block; + width: 100%; + height: 34px; + padding: 0.375rem 1.75rem 0.375rem 0.75rem; + font-size: 1rem; + font-weight: 400; + line-height: 1.5; + color: #495057; + vertical-align: middle; + background : url(./select-icon.svg) no-repeat; + background-repeat: no-repeat; + background-position: right 0.75rem center; + background-size: 8px 10px; + background-color: #fff; + border: 1px solid #ced4da; + border-radius: 0.25rem; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + + padding-top: .5rem; + + padding-bottom: .5rem; + + padding-left: 1rem; + + font-size: 1.25rem; +} + +select.form-control:focus { + border-color: #80bdff; + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); +} + + +/* Make it compatible with BS */ +.collapsed { + display: block; +} + + +/*----------------------------*/ + +#newBugTabs > .active { + font-weight: bold; +} + +.nav > li > a.bgo_tab { + background-color: #FFFFFF !important; +} + +.nav > li.active > a.bgo_tab { + color: #FFF !important; + background-color: #4D4270 !important; +} + +.panel > .panel-body:before, .panel > .panel-body:after { + white-space: normal; +} + +.email, .email:hover { + color: #000; +} + +.comment-textarea { + width: 100%; + border-radius: 4px; + border: 1px solid #c9c9c9; +} + +.comment-textarea:focus { + border: 1px solid #54487a; +} + +#comment_tabs { + padding-left:8px; +} + +.active_comment_tab { + background: transparent; + border-bottom: 4px solid #54487a; + color: #54487a; +} + +.comment_tab { + border-top: none; + border-left: none; + border-right: none; + font-size: 13px; +} + + +.comment_tab:not(.active_comment_tab){ + border-bottom: none; +} + +@media (min-width: 768px) { + .row.equal { + display: flex; + display: -webkit-flex; + flex-wrap: wrap; + } +} + +.align-h-right { + /* Internet Explorer 10 */ + display:-ms-flexbox; + -ms-flex-pack:end; + + /* Firefox */ + display:-moz-box; + -moz-box-pack:end; + + /* Safari, Opera, and Chrome */ + display:-webkit-box; + -webkit-box-pack:end; + + /* W3C */ + display:box; + box-pack:end; +} + +.align-h-center { + /* Internet Explorer 10 */ + display:-ms-flexbox; + -ms-flex-pack:center; + + /* Firefox */ + display:-moz-box; + -moz-box-pack:center; + + /* Safari, Opera, and Chrome */ + display:-webkit-box; + -webkit-box-pack:center; + + /* W3C */ + display:box; + box-pack:center; +} + +.align-v-center { + /* Internet Explorer 10 */ + display:-ms-flexbox; + -ms-flex-align:center; + + /* Firefox */ + display:-moz-box; + -moz-box-align:center; + + /* Safari, Opera, and Chrome */ + display:-webkit-box; + -webkit-box-align:center; + + /* W3C */ + display:box; + box-align:center; +} + +#con_calendar_deadlineto,#con_calendar_deadline { + z-index: 9999; +} + +#guided_form > .row { + margin-bottom: 20px; +} + +#Create > .row { + margin-bottom: 20px; +}
\ No newline at end of file diff --git a/skins/contrib/Gentoo/select-icon.svg b/skins/contrib/Gentoo/select-icon.svg new file mode 100644 index 000000000..58f4ea790 --- /dev/null +++ b/skins/contrib/Gentoo/select-icon.svg @@ -0,0 +1 @@ +<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'><path fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>
\ No newline at end of file diff --git a/skins/contrib/Gentoo/sort-down.png b/skins/contrib/Gentoo/sort-down.png Binary files differnew file mode 100644 index 000000000..64306325d --- /dev/null +++ b/skins/contrib/Gentoo/sort-down.png diff --git a/skins/standard/bug.css b/skins/standard/bug.css index 851b1bdba..4d86b3b43 100644 --- a/skins/standard/bug.css +++ b/skins/standard/bug.css @@ -94,7 +94,19 @@ table#attachment_flags th, table#attachment_flags td { /* CSS rules for the guided form. */ .guided_form_field { - background-color: #ffc; + background-color: #FCF8E3; + border-color: #faebcc; + border: 1px solid #faebcc; + border-radius: 4px!important; +/* color: #8a6d3b;*/ +} + +.guided_form_field > td, .guided_form_field > th { + padding: 5px 2px; +} + +.spacer { + height:20px; } #somebugs { @@ -117,8 +129,8 @@ table#attachment_flags th, table#attachment_flags td { .bz_short_desc_container { margin: 8px 0; padding: 0.3em; - background-color: rgb(208, 208, 208); - border-radius: 0.5em; + background-color: #E1E1E1; + border-radius: 4px; font-size: 125%; font-weight: bold; } @@ -129,6 +141,11 @@ table#attachment_flags th, table#attachment_flags td { .bz_bug .edit_form table { width: 100%; } + +.field_help_link { + color: #493F6B; +} + .bz_bug #alias { min-width: 0; width: 10em; diff --git a/skins/standard/global.css b/skins/standard/global.css index fea45d1c6..a4385ea34 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -10,7 +10,7 @@ body { font-family: sans-serif; color: #000; - background: #fff url("global/body-back.gif") repeat-x; + /* background: #fff url("global/body-back.gif") repeat-x; */ } body, td, th, input, dt, #titles { font-family: Verdana, sans-serif; @@ -847,7 +847,7 @@ tr.shared_search { #page-index { padding: 0.2em 0.2em 0.15em 0.2em; - max-width: 1000px; +/* max-width: 1000px; */ } /* By default these contain nothing, but these CSS rules make things @@ -910,15 +910,6 @@ tr.shared_search { #account { background: url(index/new-account.png) no-repeat; } #help { background: url(index/help.png) no-repeat; } -#quicksearchForm { - clear: both; - text-align: center; - margin-bottom: 2em; -} - -#quicksearchForm #quicksearch_main { - width: 27em; -} #quicksearchForm { margin: 0; @@ -971,7 +962,7 @@ ul.additional_links li.bz_default_hidden { body.narrow_page #bugzilla-body > * { /* People have an easier time reading narrower columns of text. */ - max-width: 45em; + //max-width: 45em; } /*****************/ diff --git a/skins/standard/index/file-a-bug.png.bak b/skins/standard/index/file-a-bug.png.bak Binary files differnew file mode 100644 index 000000000..a3e48c79d --- /dev/null +++ b/skins/standard/index/file-a-bug.png.bak diff --git a/skins/standard/index/search.png b/skins/standard/index/search.png Binary files differindex a41998902..30837c251 100644 --- a/skins/standard/index/search.png +++ b/skins/standard/index/search.png diff --git a/skins/standard/index/search.svg b/skins/standard/index/search.svg new file mode 100644 index 000000000..865b962e2 --- /dev/null +++ b/skins/standard/index/search.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"/></svg>
\ No newline at end of file |