From 74f15e52e9ac43d4e47d08337aa6574899c00090 Mon Sep 17 00:00:00 2001 From: Mary Umoh Date: Wed, 21 Jun 2017 16:18:56 -0400 Subject: Bug 1369872 - Combine skins/custom/Mozilla/*.css and skins/contrib/*.css into skins/standard/*.css * Move bug_groups from custom to standard * More modified bug_group files * Combine skin CSS files * Move .png files to standard * Move css from global.css that belongs in index.css * Changes to css placement * All images within skins/standard moved to images folder * Fix font issue * Updates * Updates * Fix mistake --- skins/contrib/Dusk/buglist.css | 24 ---- skins/contrib/Dusk/global.css | 257 ----------------------------------------- skins/contrib/Dusk/index.css | 9 -- 3 files changed, 290 deletions(-) delete mode 100644 skins/contrib/Dusk/buglist.css delete mode 100644 skins/contrib/Dusk/global.css delete mode 100644 skins/contrib/Dusk/index.css (limited to 'skins/contrib/Dusk') diff --git a/skins/contrib/Dusk/buglist.css b/skins/contrib/Dusk/buglist.css deleted file mode 100644 index 2e14368b1..000000000 --- a/skins/contrib/Dusk/buglist.css +++ /dev/null @@ -1,24 +0,0 @@ -/* The contents of this file are subject to the Mozilla Public - * License Version 1.1 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.mozilla.org/MPL/ - * - * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or - * implied. See the License for the specific language governing - * rights and limitations under the License. - * - * The Original Code is the Bugzilla Bug Tracking System. - * - * The Initial Developer of the Original Code is Mike Schrag. - * Portions created by Marc Schumann are Copyright (c) 2007 Mike Schrag. - * All rights reserved. - * - * Contributor(s): Mike Schrag - * Byron Jones - * Marc Schumann - */ - -tr.bz_bugitem:hover { - background-color: #ccccff; -} diff --git a/skins/contrib/Dusk/global.css b/skins/contrib/Dusk/global.css deleted file mode 100644 index 33f28965c..000000000 --- a/skins/contrib/Dusk/global.css +++ /dev/null @@ -1,257 +0,0 @@ -/* The contents of this file are subject to the Mozilla Public - * License Version 1.1 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.mozilla.org/MPL/ - * - * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or - * implied. See the License for the specific language governing - * rights and limitations under the License. - * - * The Original Code is the Bugzilla Bug Tracking System. - * - * The Initial Developer of the Original Code is Mike Schrag. - * Portions created by Marc Schumann are Copyright (c) 2007 Mike Schrag. - * All rights reserved. - * - * Contributor(s): Mike Schrag - * Byron Jones - * Marc Schumann - * Frédéric Buclin - */ - -body { - background: #c8c8c8; - font-family: Verdana, sans-serif; - padding-left: 1em; - padding-right: 1em; -} - -body, td, th, input { - font-family: Verdana, sans-serif; -} - -/* page title */ - -#titles { - border-top-left-radius: 5px; - border-top-right-radius: 5px; -} - -#header .links, #footer { - background-color: #929bb1; - color: #ddd; -} - -#header { - border-bottom-left-radius: 5px; - border-bottom-right-radius: 5px; - border: none; -} - -#header a, #footer a { - color: white; - text-decoration: none; -} -#header a:hover, #footer a:hover { - text-decoration: underline; -} - -/* body */ - -#bugzilla-body { - background: #f0f0f0; - color: black; - border: 1px solid #747e93; - padding: 10px; - font-size: 10pt; - border-radius: 5px; -} - -a { - color: #6070cf; -} -a:hover { - color: #8090ef; -} - -hr { - border-color: #969696; - border-style: dashed; - border-width: 1px; - margin-top: 10px; -} - -/* edit */ - -#bugzilla-body th { - font-weight: bold; - vertical-align: top; - white-space: nowrap; -} - -#bug-form td { - padding-top: 2px; -} - -/* attachments */ - -#attachment-list { - border: 2px solid #c8c8ba; - font-size: 9pt; -} - -#attachment-list th { - background-color: #e6e6d8; - border: none; - border-bottom: 1px solid #c8c8ba; - text-align: left; -} - -#attachment-list th a { - color: #646456; -} - -#attachment-list td { - border: none; -} - -#attachment-list-actions td { - border-top: 1px solid #c8c8ba; -} - -/************/ -/* Comments */ -/************/ - -#comments th { - font-size: 9pt; - font-weight: bold; - padding-top: 5px; - padding-right: 5px; - padding-bottom: 10px; - text-align: right; - vertical-align: top; - white-space: nowrap; -} - -#comments td { - padding-top: 2px; -} - -.reply-button a { - padding-left: 2px; - padding-right: 2px; -} - -.bz_comment { - background-color: #e8e8e8; - margin: 1px 1px 10px 1px; - border-width: 1px; - border-style: solid; - border-color: #c8c8ba; - padding: 5px; - font-size: 9pt; -} - -.bz_comment_head, .bz_first_comment_head { - margin: 0; padding: 0; - background-color: transparent; - font-weight: bold; -} - -.bz_comment_user { - margin-left: 0; -} - -.bz_comment.bz_private { - background-color: #f0e8e8; - border-color: #f8c8ba; -} - -.comment_rule { - display: none; -} - -/* footer */ - -#footer { - border: 1px solid #747e93; - width: 100%; - border-radius: 5px; -} - -#footer #links-actions, -#footer #links-edit, -#footer #links-saved, -#footer #links-special { - margin-top: 2ex; -} - -#footer .links { - border-spacing: 30px; - margin-bottom: 2ex; -} - -.separator { - color: #cccccc; -} - -/* tabs */ - -.tabbed .tabbody { - background: #f8f8f8; - padding: 1em; - border-style: solid; - border-color: #000000; - border-width: 0 3px 3px 1px; -} - -.tabs { - margin: 0; - padding: 0; - border-collapse: collapse; -} - -.tabs td { - background: #c8c8c8; - border-width: 1px; -} - -.tabs td.selected { - background: #f8f8f8; - border-width: 1px 3px 0 1px; -} - -.tabs td.spacer { - background: transparent; - border-top: none; - border-left: none; - border-right: none; -} - -/* other */ - -.bz_row_odd { - background-color: #f0f0f0; -} - -/* Rules specific for printing */ -@media print { - #header, - #footer, - .navigation { - display: none; - } - - body { - background-image: none; - background-color: #ffffff; - } - - #bugzilla-body { - border: none; - margin: 0; - padding: 0; - } -} diff --git a/skins/contrib/Dusk/index.css b/skins/contrib/Dusk/index.css deleted file mode 100644 index c9c2d1705..000000000 --- a/skins/contrib/Dusk/index.css +++ /dev/null @@ -1,9 +0,0 @@ -/* - * Custom rules for index.css. - * The rules you put here override rules in that stylesheet. - */ - - div#page-index .outro - { - clear:both; - } -- cgit v1.2.3-24-g4f1b