Aklapper has uploaded a new change for review. https://gerrit.wikimedia.org/r/89795
Change subject: Remove custom CSS files identical to upstream standard CSS files. ...................................................................... Remove custom CSS files identical to upstream standard CSS files. No need to keep them as we fall back to loading default CSS when no custom CSS is found. Bug: 54823 Change-Id: Ic9b304f73dcff5ef946e3457472eddfce3fb61ff --- D skins/contrib/Wikimedia/admin.css D skins/contrib/Wikimedia/dependency-tree.css D skins/contrib/Wikimedia/dependency-tree/bug-item.png D skins/contrib/Wikimedia/dependency-tree/tree-closed.png D skins/contrib/Wikimedia/dependency-tree/tree-open.png D skins/contrib/Wikimedia/dependency-tree/tree.png D skins/contrib/Wikimedia/editusers.css D skins/contrib/Wikimedia/params.css D skins/contrib/Wikimedia/show_multiple.css D skins/contrib/Wikimedia/summarize-time.css 10 files changed, 0 insertions(+), 439 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/bugzilla/modifications refs/changes/95/89795/1 diff --git a/skins/contrib/Wikimedia/admin.css b/skins/contrib/Wikimedia/admin.css deleted file mode 100644 index 184c496..0000000 --- a/skins/contrib/Wikimedia/admin.css +++ /dev/null @@ -1,115 +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. - * - * Contributor(s): Marc Schumann <wurbl...@gmail.com> - */ - -.warningmessages, .criticalmessages { - background-color: white; - border-style: solid; - border-width: 1px; - padding: 1ex 1ex 1ex 4ex; - margin: 1ex; -} - -.warningmessages { - border-color: yellow; -} - -.criticalmessages { - border-color: red; -} - -.alert { - color: red; - background-color: inherit; -} - -p.areyoureallyreallysure { - color: red; - font-size: 120%; - font-weight: bold; -} - -tr.param_disabled { - background-color: lightgrey; -} - -td.admin_links { - width: 50%; - padding: 1em; - vertical-align: top; -} - -td.admin_links dt { - margin-top: 1em; -} - -td.admin_links dt.forbidden, td.admin_links dd.forbidden { - font-size: smaller; - font-style: italic; - color: #aaa; -} - -td.admin_links dt.forbidden a, td.admin_links dd.forbidden a { - text-decoration: none; - color: inherit; - cursor: default; -} - -.col-header { - width: 8em; -} - -.checkbox-cell { - border: 1px black solid; -} - -/* Grey-green color */ -.open-status { - color: #286; -} - -/* Brown-red color */ -.closed-status { - color: #a63; -} - -/* Dark green color */ -.checked { - background-color: #5b4; -} - -/* Dark red color */ -td.forbidden { - background-color: #811; -} - -/* Light green color */ -td.set { - background-color: #efe; -} - -/* Light red color */ -td.unset { - background-color: #fee; -} - -tr.highlight:hover { - background-color: yellow; -} - -th.title { - font-size: larger; - text-align: center; - vertical-align: middle; -} diff --git a/skins/contrib/Wikimedia/dependency-tree.css b/skins/contrib/Wikimedia/dependency-tree.css deleted file mode 100644 index cab1671..0000000 --- a/skins/contrib/Wikimedia/dependency-tree.css +++ /dev/null @@ -1,94 +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 Netscape - * Communications - * Corporation. Portions created by Netscape are - * Copyright (C) 1998 Netscape Communications Corporation. All - * Rights Reserved. - * - * Contributor(s): Christian Reis <k...@async.com.br> - * André Batosti <bato...@async.com.br> - */ - -ul.tree { - padding-left: 0em; - margin-left: 1em; - display: block; -} - -ul.tree ul { - padding-top: 3px; - display: block; -} - -ul.tree li { - /* see http://www.kryogenix.org/code/browser/aqlists/ for idea */ - padding-top: 3px; - text-indent: -1.2em; - padding-left: 0.5em; - padding-bottom: 3px; - list-style-type: none; - background: url("dependency-tree/bug-item.png") no-repeat; -} - -ul.tree li a.b { - padding-left: 30px; - margin-right: -14px; - text-decoration: none; -} - -ul.tree li a.b_open { - background: url("dependency-tree/tree-open.png") center no-repeat; - cursor: pointer; -} - -ul.tree li a.b_closed { - background: url("dependency-tree/tree-closed.png") center no-repeat; - cursor: pointer; -} - -ul.tree a.tree_link img { - border: 0; -} - -.summ_info { - /* change to inline if you would like to see the full bug details - * displayed in the list */ - display: none; - font-size: 75%; -} - -.hint { - font-size: 90%; - margin: 0.2em; - padding: 0.1em; -} - -.hint h3, .hint ul { - margin-top: 0.1em; - margin-bottom: 0.1em; -} - -.summ A, .summ_deep A { - text-decoration: none; - color: darkblue; -} - -.summ_deep { -} - -.summ_h A { - background-color: #ffffaa; - color: #333; - font-weight: bold; -} diff --git a/skins/contrib/Wikimedia/dependency-tree/bug-item.png b/skins/contrib/Wikimedia/dependency-tree/bug-item.png deleted file mode 100644 index 051025d..0000000 --- a/skins/contrib/Wikimedia/dependency-tree/bug-item.png +++ /dev/null Binary files differ diff --git a/skins/contrib/Wikimedia/dependency-tree/tree-closed.png b/skins/contrib/Wikimedia/dependency-tree/tree-closed.png deleted file mode 100644 index 80f1e2b..0000000 --- a/skins/contrib/Wikimedia/dependency-tree/tree-closed.png +++ /dev/null Binary files differ diff --git a/skins/contrib/Wikimedia/dependency-tree/tree-open.png b/skins/contrib/Wikimedia/dependency-tree/tree-open.png deleted file mode 100644 index eeb3e6b..0000000 --- a/skins/contrib/Wikimedia/dependency-tree/tree-open.png +++ /dev/null Binary files differ diff --git a/skins/contrib/Wikimedia/dependency-tree/tree.png b/skins/contrib/Wikimedia/dependency-tree/tree.png deleted file mode 100644 index 884d347..0000000 --- a/skins/contrib/Wikimedia/dependency-tree/tree.png +++ /dev/null Binary files differ diff --git a/skins/contrib/Wikimedia/editusers.css b/skins/contrib/Wikimedia/editusers.css deleted file mode 100644 index 770d602..0000000 --- a/skins/contrib/Wikimedia/editusers.css +++ /dev/null @@ -1,71 +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. - * - * Contributor(s): Marc Schumann <wurbl...@gmail.com> - */ - -table.main { - border-spacing: 1em; -} -table.main tr { - vertical-align: top; - border-top: solid thin black; -} -table.main th { - text-align: right; - white-space: nowrap; -} -table.main th, -table.main td { - padding: 0; -} -table.main ul { - list-style-type: none; - padding-left: 0 -} - -table.groups { - border-spacing: 1px; -} -table.groups tr.indirect { - background-color: #cccccc; -} -table.groups th { - text-align: left; - padding: 0 0 0 1ex; -} -table.groups td { - padding: 2px; -} -table.groups td.checkbox { - text-align: center; - white-space: nowrap; -} - -table#user_responsibilities th { - text-align: center; - padding: 0 1em 1em; -} - -table#user_responsibilities th.product { - text-align: left; - padding: 1em 0 0; -} - -table#user_responsibilities td.center { - text-align: center; -} - -.missing { - color: red; - border-color: inherit; -} diff --git a/skins/contrib/Wikimedia/params.css b/skins/contrib/Wikimedia/params.css deleted file mode 100644 index 4eec752..0000000 --- a/skins/contrib/Wikimedia/params.css +++ /dev/null @@ -1,61 +0,0 @@ -#menu { - width: 10em; - margin-top: 1em; - margin-right: 0.5em; - border: solid thin; - border-spacing: 0px; - border-collapse: collapse; - text-align: center; - color: black; - background-color: #edf2f2; - font-weight: normal; -} - -#menu a:link, #menu a:visited { - color: #039; - background-color: transparent; -} - -#menu a:hover, #menu a:active { - color: red; - background-color: transparent; -} - -#menu td { - border: solid thin; - padding: 0.2em 0.5em; -} - -table td { - vertical-align: top; -} - -td.selected_section { - color: #090; - background-color: white; -} - -td.index { - color: black; - background-color: #edf; -} - -dt { - font-weight: bold; -} - -dd { - margin-bottom: 1.5em; -} - -.sortlist_separator { - font-weight: bold; - font-size: 80%; - background-color: #dddddd; -} - -.contribute { - border: 1px dotted black; - padding: .5em; - font-size: small; -} diff --git a/skins/contrib/Wikimedia/show_multiple.css b/skins/contrib/Wikimedia/show_multiple.css deleted file mode 100644 index 5087538..0000000 --- a/skins/contrib/Wikimedia/show_multiple.css +++ /dev/null @@ -1,52 +0,0 @@ -hr {margin: 20px auto 40px} - -.bz_private { color:darkred } - -h1 { - font-size: 2em; - margin-bottom: 10px; -} - -/* bugfields is table of all fields and values */ -.bugfields { - font-size: small; - background: #eee; - padding: 5px; - border: 1px solid silver; - width: 100%; -} - -.bugfields tr { - vertical-align: top; -} - -.bugfields th { - width: 10em; - text-align: left; - font-weight: normal; - line-height: 150%; -} - -.bugfields td { - font-weight: bold; - line-height: 150%; -} - -.bugfields .rightcell { - padding-left: 10px; -} - -/* set line-height to normal for nested tables of bugfields table */ -.bugfields table th, .bugfields table td { - line-height: 100%; - width: auto; -} - -.bugfields table.timetracking th, .bugfields table.timetracking td { - width: 10em; -} - -.error { - color: red; - font-weight: bold; -} diff --git a/skins/contrib/Wikimedia/summarize-time.css b/skins/contrib/Wikimedia/summarize-time.css deleted file mode 100644 index d3f1212..0000000 --- a/skins/contrib/Wikimedia/summarize-time.css +++ /dev/null @@ -1,46 +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. - * - * Contributor(s): Christian Reis <k...@async.com.br> - */ - -td { vertical-align: top } - -table.zeroitems, table.realitems { - margin-left: 2.0em; - margin-top: 2px; - border: 1px solid black; - border: 1px solid black; -} - -tr.section_total { - background: #000000; - color: #ffffff; -} - -td.subtotal { - background: #B0C0D9; -} - -.zeroitems .bug_header { background: #d0e0f0 } -.zeroitems .bug_header2 { background: #f9f9f9 } - -/* the fixed headers -- .number uses bug_header so hack it here */ -.number .bug_header, .number .bug_header2 { background: #d0e0f0 } -.owner_header { background: #d0e0f0 } - - -/* the details headers */ -.number .owner_header, .owner .bug_header { background: #ffffff } -.number .owner_header2, .owner .bug_header2 { background: #EFEFEF } - - -- To view, visit https://gerrit.wikimedia.org/r/89795 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic9b304f73dcff5ef946e3457472eddfce3fb61ff Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/bugzilla/modifications Gerrit-Branch: master Gerrit-Owner: Aklapper <aklap...@wikimedia.org> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits