diff options
Diffstat (limited to 'rt/share/html/NoAuth/css/3.4-compat')
-rw-r--r-- | rt/share/html/NoAuth/css/3.4-compat/body.css | 75 | ||||
-rw-r--r-- | rt/share/html/NoAuth/css/3.4-compat/footer.css | 61 | ||||
-rw-r--r-- | rt/share/html/NoAuth/css/3.4-compat/forms.css | 110 | ||||
-rw-r--r-- | rt/share/html/NoAuth/css/3.4-compat/header.css | 88 | ||||
-rw-r--r-- | rt/share/html/NoAuth/css/3.4-compat/login.css | 54 | ||||
-rw-r--r-- | rt/share/html/NoAuth/css/3.4-compat/main.css | 75 | ||||
-rw-r--r-- | rt/share/html/NoAuth/css/3.4-compat/misc.css | 78 | ||||
-rw-r--r-- | rt/share/html/NoAuth/css/3.4-compat/nav.css | 106 | ||||
-rw-r--r-- | rt/share/html/NoAuth/css/3.4-compat/quickbar.css | 82 | ||||
-rw-r--r-- | rt/share/html/NoAuth/css/3.4-compat/ticket.css | 50 | ||||
-rw-r--r-- | rt/share/html/NoAuth/css/3.4-compat/titlebox.css | 103 | ||||
-rw-r--r-- | rt/share/html/NoAuth/css/3.4-compat/transactions.css | 83 |
12 files changed, 965 insertions, 0 deletions
diff --git a/rt/share/html/NoAuth/css/3.4-compat/body.css b/rt/share/html/NoAuth/css/3.4-compat/body.css new file mode 100644 index 000000000..635bc9f41 --- /dev/null +++ b/rt/share/html/NoAuth/css/3.4-compat/body.css @@ -0,0 +1,75 @@ +%# BEGIN BPS TAGGED BLOCK {{{ +%# +%# COPYRIGHT: +%# +%# This software is Copyright (c) 1996-2009 Best Practical Solutions, LLC +%# <jesse@bestpractical.com> +%# +%# (Except where explicitly superseded by other copyright notices) +%# +%# +%# LICENSE: +%# +%# This work is made available to you under the terms of Version 2 of +%# the GNU General Public License. A copy of that license should have +%# been provided with this software, but in any event can be snarfed +%# from www.gnu.org. +%# +%# This work 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, write to the Free Software +%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +%# 02110-1301 or visit their web page on the internet at +%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. +%# +%# +%# CONTRIBUTION SUBMISSION POLICY: +%# +%# (The following paragraph is not intended to limit the rights granted +%# to you to modify and distribute this software under the terms of +%# the GNU General Public License and is only of importance to you if +%# you choose to contribute your changes and enhancements to the +%# community by submitting them to Best Practical Solutions, LLC.) +%# +%# By intentionally submitting any modifications, corrections or +%# derivatives to this work, or any other work intended for use with +%# Request Tracker, to Best Practical Solutions, LLC, you confirm that +%# you are the copyright holder for those contributions and you grant +%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, +%# royalty-free, perpetual, license to use, copy, create derivative +%# works based on those contributions, and sublicense and distribute +%# those contributions and any derivatives thereof. +%# +%# END BPS TAGGED BLOCK }}} +#body { + margin: 0.5em 0.5em 0 0.5em; + float: left; + width: 80%; +} + +#body h1 { font-size: 1.5em; } +#body h2 { font-size: 1.3em; } +#body h3 { font-size: 1.1em; } +#body h4 { font-size: 1em; } +#body h5 { font-size: 0.9em; } +#body h6 { font-size: 0.8em; } + +#body h1, #body h2, #body h3, #body h4, #body h5, #body h6 { + font-weight: bold; +} + +#body :link { color: black; } + +#body :link, #body :visited { + font-weight: bold; + text-decoration: none; +} + +#body :link:hover, #body :visited:hover { + text-decoration: underline; +} + diff --git a/rt/share/html/NoAuth/css/3.4-compat/footer.css b/rt/share/html/NoAuth/css/3.4-compat/footer.css new file mode 100644 index 000000000..e1f53b446 --- /dev/null +++ b/rt/share/html/NoAuth/css/3.4-compat/footer.css @@ -0,0 +1,61 @@ +%# BEGIN BPS TAGGED BLOCK {{{ +%# +%# COPYRIGHT: +%# +%# This software is Copyright (c) 1996-2009 Best Practical Solutions, LLC +%# <jesse@bestpractical.com> +%# +%# (Except where explicitly superseded by other copyright notices) +%# +%# +%# LICENSE: +%# +%# This work is made available to you under the terms of Version 2 of +%# the GNU General Public License. A copy of that license should have +%# been provided with this software, but in any event can be snarfed +%# from www.gnu.org. +%# +%# This work 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, write to the Free Software +%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +%# 02110-1301 or visit their web page on the internet at +%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. +%# +%# +%# CONTRIBUTION SUBMISSION POLICY: +%# +%# (The following paragraph is not intended to limit the rights granted +%# to you to modify and distribute this software under the terms of +%# the GNU General Public License and is only of importance to you if +%# you choose to contribute your changes and enhancements to the +%# community by submitting them to Best Practical Solutions, LLC.) +%# +%# By intentionally submitting any modifications, corrections or +%# derivatives to this work, or any other work intended for use with +%# Request Tracker, to Best Practical Solutions, LLC, you confirm that +%# you are the copyright holder for those contributions and you grant +%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, +%# royalty-free, perpetual, license to use, copy, create derivative +%# works based on those contributions, and sublicense and distribute +%# those contributions and any derivatives thereof. +%# +%# END BPS TAGGED BLOCK }}} +#footer { + clear: both; + font-size: 0.8em; + margin-top: 5em; + padding-bottom: 2em; + color: #888; +} + +#footer p { + text-align: right; + padding: 0 0.5em 0 0; + margin: 0; +} + diff --git a/rt/share/html/NoAuth/css/3.4-compat/forms.css b/rt/share/html/NoAuth/css/3.4-compat/forms.css new file mode 100644 index 000000000..cbfb8291a --- /dev/null +++ b/rt/share/html/NoAuth/css/3.4-compat/forms.css @@ -0,0 +1,110 @@ +%# BEGIN BPS TAGGED BLOCK {{{ +%# +%# COPYRIGHT: +%# +%# This software is Copyright (c) 1996-2009 Best Practical Solutions, LLC +%# <jesse@bestpractical.com> +%# +%# (Except where explicitly superseded by other copyright notices) +%# +%# +%# LICENSE: +%# +%# This work is made available to you under the terms of Version 2 of +%# the GNU General Public License. A copy of that license should have +%# been provided with this software, but in any event can be snarfed +%# from www.gnu.org. +%# +%# This work 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, write to the Free Software +%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +%# 02110-1301 or visit their web page on the internet at +%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. +%# +%# +%# CONTRIBUTION SUBMISSION POLICY: +%# +%# (The following paragraph is not intended to limit the rights granted +%# to you to modify and distribute this software under the terms of +%# the GNU General Public License and is only of importance to you if +%# you choose to contribute your changes and enhancements to the +%# community by submitting them to Best Practical Solutions, LLC.) +%# +%# By intentionally submitting any modifications, corrections or +%# derivatives to this work, or any other work intended for use with +%# Request Tracker, to Best Practical Solutions, LLC, you confirm that +%# you are the copyright holder for those contributions and you grant +%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, +%# royalty-free, perpetual, license to use, copy, create derivative +%# works based on those contributions, and sublicense and distribute +%# those contributions and any derivatives thereof. +%# +%# END BPS TAGGED BLOCK }}} +form .label, form label { + font-weight: bold; +} + +.submit { + background: #069; +%# These borders are needed so the container actually surrounds the floats inside it + border-top: 1px solid white; + border-bottom: 1px solid white; + color: #ffdb00; + font-weight: bold; +} + +.submit .buttons { float: right; } +.submit .extra-buttons { float: left; } +.submit .button { font-size: 0.9em; } + +.submit .submit-clear { clear: right; } + +.input-row { + clear: both; + padding: 0.25em; +} + +%# ComboBox styles... some properties like height and width must be dynamically +%# set in the JS (at least for now). +.combobox { + position: relative; + border: 2px inset ButtonHighlight; + padding-left: 0.5em; + padding-bottom: 0.1em; +} + +.combobox .combo-button { + padding: 0 2px 0 2px; + margin: 0; + background: ButtonFace; + color: ButtonText; + border: 2px outset ButtonHighlight; + cursor: default; + font-size: 8pt; +} + +.combobox .combo-text { + border: none; + margin: 0; + padding: 0; +} + +.combobox .combo-list { + z-index: 200; +} + +#quickbar #topactions form { + display: inline; + margin-left: 2em; +} + +.cfinvalidfield { + font-style: italic; + color: red; +} + diff --git a/rt/share/html/NoAuth/css/3.4-compat/header.css b/rt/share/html/NoAuth/css/3.4-compat/header.css new file mode 100644 index 000000000..9df95da7f --- /dev/null +++ b/rt/share/html/NoAuth/css/3.4-compat/header.css @@ -0,0 +1,88 @@ +%# BEGIN BPS TAGGED BLOCK {{{ +%# +%# COPYRIGHT: +%# +%# This software is Copyright (c) 1996-2009 Best Practical Solutions, LLC +%# <jesse@bestpractical.com> +%# +%# (Except where explicitly superseded by other copyright notices) +%# +%# +%# LICENSE: +%# +%# This work is made available to you under the terms of Version 2 of +%# the GNU General Public License. A copy of that license should have +%# been provided with this software, but in any event can be snarfed +%# from www.gnu.org. +%# +%# This work 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, write to the Free Software +%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +%# 02110-1301 or visit their web page on the internet at +%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. +%# +%# +%# CONTRIBUTION SUBMISSION POLICY: +%# +%# (The following paragraph is not intended to limit the rights granted +%# to you to modify and distribute this software under the terms of +%# the GNU General Public License and is only of importance to you if +%# you choose to contribute your changes and enhancements to the +%# community by submitting them to Best Practical Solutions, LLC.) +%# +%# By intentionally submitting any modifications, corrections or +%# derivatives to this work, or any other work intended for use with +%# Request Tracker, to Best Practical Solutions, LLC, you confirm that +%# you are the copyright holder for those contributions and you grant +%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, +%# royalty-free, perpetual, license to use, copy, create derivative +%# works based on those contributions, and sublicense and distribute +%# those contributions and any derivatives thereof. +%# +%# END BPS TAGGED BLOCK }}} +#header #page-menu { + display: none; +} + +#header { + background: #4282b5; + margin-top: 0; + padding-bottom: 0.2em; + float: left; + width: 82%; +} + +#header h1 { + background: #4282b5; + color: white; + font-size: 1.7em; + margin: 0; + padding: 0; +} + +#header #actions-menu { + display: block; + margin: 0 1em 0 0; + padding: 0; + color: white; + text-align: right; + font-size: 1.2em; +} + +#header #actions-menu li { + display: inline; +} + +#header #actions-menu :link, #header #actions-menu :visited { + color: white; + text-decoration: none; +} + +#header #actions-menu :link:hover, #header #actions-menu :visited:hover { + text-decoration: underline; +} diff --git a/rt/share/html/NoAuth/css/3.4-compat/login.css b/rt/share/html/NoAuth/css/3.4-compat/login.css new file mode 100644 index 000000000..8544e5621 --- /dev/null +++ b/rt/share/html/NoAuth/css/3.4-compat/login.css @@ -0,0 +1,54 @@ +%# BEGIN BPS TAGGED BLOCK {{{ +%# +%# COPYRIGHT: +%# +%# This software is Copyright (c) 1996-2009 Best Practical Solutions, LLC +%# <jesse@bestpractical.com> +%# +%# (Except where explicitly superseded by other copyright notices) +%# +%# +%# LICENSE: +%# +%# This work is made available to you under the terms of Version 2 of +%# the GNU General Public License. A copy of that license should have +%# been provided with this software, but in any event can be snarfed +%# from www.gnu.org. +%# +%# This work 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, write to the Free Software +%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +%# 02110-1301 or visit their web page on the internet at +%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. +%# +%# +%# CONTRIBUTION SUBMISSION POLICY: +%# +%# (The following paragraph is not intended to limit the rights granted +%# to you to modify and distribute this software under the terms of +%# the GNU General Public License and is only of importance to you if +%# you choose to contribute your changes and enhancements to the +%# community by submitting them to Best Practical Solutions, LLC.) +%# +%# By intentionally submitting any modifications, corrections or +%# derivatives to this work, or any other work intended for use with +%# Request Tracker, to Best Practical Solutions, LLC, you confirm that +%# you are the copyright holder for those contributions and you grant +%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, +%# royalty-free, perpetual, license to use, copy, create derivative +%# works based on those contributions, and sublicense and distribute +%# those contributions and any derivatives thereof. +%# +%# END BPS TAGGED BLOCK }}} +#body.login-body { + width: 98%; +} + +#login-box { + width: 30em; +} diff --git a/rt/share/html/NoAuth/css/3.4-compat/main.css b/rt/share/html/NoAuth/css/3.4-compat/main.css new file mode 100644 index 000000000..b5506d516 --- /dev/null +++ b/rt/share/html/NoAuth/css/3.4-compat/main.css @@ -0,0 +1,75 @@ +%# BEGIN BPS TAGGED BLOCK {{{ +%# +%# COPYRIGHT: +%# +%# This software is Copyright (c) 1996-2009 Best Practical Solutions, LLC +%# <jesse@bestpractical.com> +%# +%# (Except where explicitly superseded by other copyright notices) +%# +%# +%# LICENSE: +%# +%# This work is made available to you under the terms of Version 2 of +%# the GNU General Public License. A copy of that license should have +%# been provided with this software, but in any event can be snarfed +%# from www.gnu.org. +%# +%# This work 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, write to the Free Software +%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +%# 02110-1301 or visit their web page on the internet at +%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. +%# +%# +%# CONTRIBUTION SUBMISSION POLICY: +%# +%# (The following paragraph is not intended to limit the rights granted +%# to you to modify and distribute this software under the terms of +%# the GNU General Public License and is only of importance to you if +%# you choose to contribute your changes and enhancements to the +%# community by submitting them to Best Practical Solutions, LLC.) +%# +%# By intentionally submitting any modifications, corrections or +%# derivatives to this work, or any other work intended for use with +%# Request Tracker, to Best Practical Solutions, LLC, you confirm that +%# you are the copyright holder for those contributions and you grant +%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, +%# royalty-free, perpetual, license to use, copy, create derivative +%# works based on those contributions, and sublicense and distribute +%# those contributions and any derivatives thereof. +%# +%# END BPS TAGGED BLOCK }}} +% $m->callback(CallbackName => 'Begin'); + +%# Import the 3.5 styles we want to build off of... +@import "../3.5-default/logo.css"; +@import "../3.5-default/misc.css"; +@import "../3.5-default/transactions.css"; +@import "../3.5-default/approvals.css"; +@import "../3.5-default/login.css"; +@import "../3.5-default/quickbar.css"; +@import "../3.5-default/ticket.css"; + +% $m->callback(CallbackName => 'Post3.5'); + +%# ...and then import the 3.4 compat styles afterwards so they can cascade +@import "nav.css"; +@import "footer.css"; +@import "body.css"; +@import "titlebox.css"; +@import "header.css"; +@import "forms.css"; +@import "transactions.css"; +@import "ticket.css"; +@import "login.css"; +@import "quickbar.css"; +@import "misc.css"; + +% $m->callback(CallbackName => 'End'); + diff --git a/rt/share/html/NoAuth/css/3.4-compat/misc.css b/rt/share/html/NoAuth/css/3.4-compat/misc.css new file mode 100644 index 000000000..2a58b13aa --- /dev/null +++ b/rt/share/html/NoAuth/css/3.4-compat/misc.css @@ -0,0 +1,78 @@ +%# BEGIN BPS TAGGED BLOCK {{{ +%# +%# COPYRIGHT: +%# +%# This software is Copyright (c) 1996-2009 Best Practical Solutions, LLC +%# <jesse@bestpractical.com> +%# +%# (Except where explicitly superseded by other copyright notices) +%# +%# +%# LICENSE: +%# +%# This work is made available to you under the terms of Version 2 of +%# the GNU General Public License. A copy of that license should have +%# been provided with this software, but in any event can be snarfed +%# from www.gnu.org. +%# +%# This work 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, write to the Free Software +%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +%# 02110-1301 or visit their web page on the internet at +%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. +%# +%# +%# CONTRIBUTION SUBMISSION POLICY: +%# +%# (The following paragraph is not intended to limit the rights granted +%# to you to modify and distribute this software under the terms of +%# the GNU General Public License and is only of importance to you if +%# you choose to contribute your changes and enhancements to the +%# community by submitting them to Best Practical Solutions, LLC.) +%# +%# By intentionally submitting any modifications, corrections or +%# derivatives to this work, or any other work intended for use with +%# Request Tracker, to Best Practical Solutions, LLC, you confirm that +%# you are the copyright holder for those contributions and you grant +%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, +%# royalty-free, perpetual, license to use, copy, create derivative +%# works based on those contributions, and sublicense and distribute +%# those contributions and any derivatives thereof. +%# +%# END BPS TAGGED BLOCK }}} +.oddline { background: white; } +.evenline { background: #cecfef; } + + +#comp-Search-Build .titlebox-content { + padding-left: 0.7em; + padding-right: 0.3em; +} + +#editsearches { + width: 55%; + float:right; + text-align: left; + padding-right: 1em; +} + +#editsearches .titlebox-content { + padding: 1em; +} + + +#editquery { + width: 40%; + float: left; + padding-left: 1em; +} + +#pick-criteria { + clear: both; +} + diff --git a/rt/share/html/NoAuth/css/3.4-compat/nav.css b/rt/share/html/NoAuth/css/3.4-compat/nav.css new file mode 100644 index 000000000..87381bdeb --- /dev/null +++ b/rt/share/html/NoAuth/css/3.4-compat/nav.css @@ -0,0 +1,106 @@ +%# BEGIN BPS TAGGED BLOCK {{{ +%# +%# COPYRIGHT: +%# +%# This software is Copyright (c) 1996-2009 Best Practical Solutions, LLC +%# <jesse@bestpractical.com> +%# +%# (Except where explicitly superseded by other copyright notices) +%# +%# +%# LICENSE: +%# +%# This work is made available to you under the terms of Version 2 of +%# the GNU General Public License. A copy of that license should have +%# been provided with this software, but in any event can be snarfed +%# from www.gnu.org. +%# +%# This work 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, write to the Free Software +%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +%# 02110-1301 or visit their web page on the internet at +%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. +%# +%# +%# CONTRIBUTION SUBMISSION POLICY: +%# +%# (The following paragraph is not intended to limit the rights granted +%# to you to modify and distribute this software under the terms of +%# the GNU General Public License and is only of importance to you if +%# you choose to contribute your changes and enhancements to the +%# community by submitting them to Best Practical Solutions, LLC.) +%# +%# By intentionally submitting any modifications, corrections or +%# derivatives to this work, or any other work intended for use with +%# Request Tracker, to Best Practical Solutions, LLC, you confirm that +%# you are the copyright holder for those contributions and you grant +%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, +%# royalty-free, perpetual, license to use, copy, create derivative +%# works based on those contributions, and sublicense and distribute +%# those contributions and any derivatives thereof. +%# +%# END BPS TAGGED BLOCK }}} +#nav { + clear: left; + float: left; + width: 18%; + font-size: 1.4em; + color: #eee; + margin: 0; + background: #4282b5 url(<%RT->Config->Get('WebImagesURL')%>/css/cbr.gif) no-repeat bottom right; +} + +#nav #system-menu { + padding: 0 0.2em 0.2em 0.2em; + margin-top: 0; +/* background: transparent url(<%RT->Config->Get('WebImagesURL')%>/css/ctr.gif) no-repeat top right; */ +} + +#nav ul { + list-style: none; + padding-left: 0.5em; + margin-left: 0; +} + +#nav ul .bullet, #nav ul .separator { + display: none; +} + +#nav ul li { + padding: 0.4em 0 0.4em 0.2em; + border-bottom: 1px solid white; +} + +#nav li ul { + font-size: 0.9em; +} + +#nav li ul li { + border-bottom: none; + padding: 0.2em 0 0 0; +} + +#nav :link, #nav :visited { + text-decoration: none; + color: #eee; +} + +#nav :link:hover, +#nav :visited:hover, +#nav :link.selected, +#nav :visited.selected +{ + color: #ff6; +} + +#nav :link.selected, +#nav :visited.selected +{ + text-decoration: underline; + font-weight: bold; +} diff --git a/rt/share/html/NoAuth/css/3.4-compat/quickbar.css b/rt/share/html/NoAuth/css/3.4-compat/quickbar.css new file mode 100644 index 000000000..26a56995d --- /dev/null +++ b/rt/share/html/NoAuth/css/3.4-compat/quickbar.css @@ -0,0 +1,82 @@ +%# BEGIN BPS TAGGED BLOCK {{{ +%# +%# COPYRIGHT: +%# +%# This software is Copyright (c) 1996-2009 Best Practical Solutions, LLC +%# <jesse@bestpractical.com> +%# +%# (Except where explicitly superseded by other copyright notices) +%# +%# +%# LICENSE: +%# +%# This work is made available to you under the terms of Version 2 of +%# the GNU General Public License. A copy of that license should have +%# been provided with this software, but in any event can be snarfed +%# from www.gnu.org. +%# +%# This work 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, write to the Free Software +%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +%# 02110-1301 or visit their web page on the internet at +%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. +%# +%# +%# CONTRIBUTION SUBMISSION POLICY: +%# +%# (The following paragraph is not intended to limit the rights granted +%# to you to modify and distribute this software under the terms of +%# the GNU General Public License and is only of importance to you if +%# you choose to contribute your changes and enhancements to the +%# community by submitting them to Best Practical Solutions, LLC.) +%# +%# By intentionally submitting any modifications, corrections or +%# derivatives to this work, or any other work intended for use with +%# Request Tracker, to Best Practical Solutions, LLC, you confirm that +%# you are the copyright holder for those contributions and you grant +%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, +%# royalty-free, perpetual, license to use, copy, create derivative +%# works based on those contributions, and sublicense and distribute +%# those contributions and any derivatives thereof. +%# +%# END BPS TAGGED BLOCK }}} +#quickbar { + border: 1px solid transparent; +} + +#quickbar #quick-personal { + display: inline; + color: #888; + padding: 0.5em 1em 0 0; + float: right; +} + +#quickbar #quick-personal span { + font-weight: bold; +} + +#quickbar #quick-personal :link, +#quickbar #quick-personal :visited +{ + color: #888; + font-weight: bold; +} + +#quickbar #quick-personal :link:hover, +#quickbar #quick-personal :visited:hover +{ + color: black; +} + +#quickbar #topactions { + color: white; + font-size: 0.9em; + position: relative; + right: 1em; + float: right; +} diff --git a/rt/share/html/NoAuth/css/3.4-compat/ticket.css b/rt/share/html/NoAuth/css/3.4-compat/ticket.css new file mode 100644 index 000000000..a4dad3633 --- /dev/null +++ b/rt/share/html/NoAuth/css/3.4-compat/ticket.css @@ -0,0 +1,50 @@ +%# BEGIN BPS TAGGED BLOCK {{{ +%# +%# COPYRIGHT: +%# +%# This software is Copyright (c) 1996-2009 Best Practical Solutions, LLC +%# <jesse@bestpractical.com> +%# +%# (Except where explicitly superseded by other copyright notices) +%# +%# +%# LICENSE: +%# +%# This work is made available to you under the terms of Version 2 of +%# the GNU General Public License. A copy of that license should have +%# been provided with this software, but in any event can be snarfed +%# from www.gnu.org. +%# +%# This work 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, write to the Free Software +%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +%# 02110-1301 or visit their web page on the internet at +%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. +%# +%# +%# CONTRIBUTION SUBMISSION POLICY: +%# +%# (The following paragraph is not intended to limit the rights granted +%# to you to modify and distribute this software under the terms of +%# the GNU General Public License and is only of importance to you if +%# you choose to contribute your changes and enhancements to the +%# community by submitting them to Best Practical Solutions, LLC.) +%# +%# By intentionally submitting any modifications, corrections or +%# derivatives to this work, or any other work intended for use with +%# Request Tracker, to Best Practical Solutions, LLC, you confirm that +%# you are the copyright holder for those contributions and you grant +%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, +%# royalty-free, perpetual, license to use, copy, create derivative +%# works based on those contributions, and sublicense and distribute +%# those contributions and any derivatives thereof. +%# +%# END BPS TAGGED BLOCK }}} +.value { + font-weight: bold; +} diff --git a/rt/share/html/NoAuth/css/3.4-compat/titlebox.css b/rt/share/html/NoAuth/css/3.4-compat/titlebox.css new file mode 100644 index 000000000..9b31b294b --- /dev/null +++ b/rt/share/html/NoAuth/css/3.4-compat/titlebox.css @@ -0,0 +1,103 @@ +%# BEGIN BPS TAGGED BLOCK {{{ +%# +%# COPYRIGHT: +%# +%# This software is Copyright (c) 1996-2009 Best Practical Solutions, LLC +%# <jesse@bestpractical.com> +%# +%# (Except where explicitly superseded by other copyright notices) +%# +%# +%# LICENSE: +%# +%# This work is made available to you under the terms of Version 2 of +%# the GNU General Public License. A copy of that license should have +%# been provided with this software, but in any event can be snarfed +%# from www.gnu.org. +%# +%# This work 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, write to the Free Software +%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +%# 02110-1301 or visit their web page on the internet at +%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. +%# +%# +%# CONTRIBUTION SUBMISSION POLICY: +%# +%# (The following paragraph is not intended to limit the rights granted +%# to you to modify and distribute this software under the terms of +%# the GNU General Public License and is only of importance to you if +%# you choose to contribute your changes and enhancements to the +%# community by submitting them to Best Practical Solutions, LLC.) +%# +%# By intentionally submitting any modifications, corrections or +%# derivatives to this work, or any other work intended for use with +%# Request Tracker, to Best Practical Solutions, LLC, you confirm that +%# you are the copyright holder for those contributions and you grant +%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, +%# royalty-free, perpetual, license to use, copy, create derivative +%# works based on those contributions, and sublicense and distribute +%# those contributions and any derivatives thereof. +%# +%# END BPS TAGGED BLOCK }}} +.titlebox { + margin: 0.5em 0; +} + +.titlebox .titlebox-content { + padding: 0.05em; +} + +.titlebox .titlebox-title { + background: #069; + padding: 0.2em 0.5em; + color: white; + border-top: 1px solid black; + border-bottom: 1px solid black; + font-weight: bold; + position: relative; +} + +.titlebox .titlebox-title .right { + position: absolute; + right: 1.5em; + font-size: 0.9em; +} + +#body .titlebox .titlebox-title :link, #body .titlebox .titlebox-title :visited { + color: white; +} + +#body .titlebox .titlebox-title .widget :link, #body .titlebox .titlebox-title .widget :visited { + color: black; +} + +.titlebox .titlebox-content hr.clear { + visibility: hidden; +} + +%# TRS: I wish there was a more elegant way to do this... I essentially need to +%# select all elements X that do NOT have element Y as a descendant... which I can +%# fake with the child selector of CSS2, but IE is stupid and does not support that. + +% for (qw(index +% Search-Build +% User-Prefs +% Approvals +% Admin-Users-Modify +% SelfService +% SelfService-Closed +% Ticket-ModifyAll +% )) +% { +#comp-<%$_%> .titlebox .titlebox-content, +% } +.titlebox .titlebox .titlebox-content +{ + background: #cecfce; +} diff --git a/rt/share/html/NoAuth/css/3.4-compat/transactions.css b/rt/share/html/NoAuth/css/3.4-compat/transactions.css new file mode 100644 index 000000000..72a3eb305 --- /dev/null +++ b/rt/share/html/NoAuth/css/3.4-compat/transactions.css @@ -0,0 +1,83 @@ +%# BEGIN BPS TAGGED BLOCK {{{ +%# +%# COPYRIGHT: +%# +%# This software is Copyright (c) 1996-2009 Best Practical Solutions, LLC +%# <jesse@bestpractical.com> +%# +%# (Except where explicitly superseded by other copyright notices) +%# +%# +%# LICENSE: +%# +%# This work is made available to you under the terms of Version 2 of +%# the GNU General Public License. A copy of that license should have +%# been provided with this software, but in any event can be snarfed +%# from www.gnu.org. +%# +%# This work 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, write to the Free Software +%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +%# 02110-1301 or visit their web page on the internet at +%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. +%# +%# +%# CONTRIBUTION SUBMISSION POLICY: +%# +%# (The following paragraph is not intended to limit the rights granted +%# to you to modify and distribute this software under the terms of +%# the GNU General Public License and is only of importance to you if +%# you choose to contribute your changes and enhancements to the +%# community by submitting them to Best Practical Solutions, LLC.) +%# +%# By intentionally submitting any modifications, corrections or +%# derivatives to this work, or any other work intended for use with +%# Request Tracker, to Best Practical Solutions, LLC, you confirm that +%# you are the copyright holder for those contributions and you grant +%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, +%# royalty-free, perpetual, license to use, copy, create derivative +%# works based on those contributions, and sublicense and distribute +%# those contributions and any derivatives thereof. +%# +%# END BPS TAGGED BLOCK }}} +.ticket-transaction { + margin: 0; + border: none; +} + +.ticket-transaction .type { + width: 1em; +} + +.ticket-transaction.even { + background: #cecfef; +} + +.ticket-transaction.basics { border-color: #9c3031; } +.ticket-transaction.basics .type { background: #9c3031; } +.ticket-summary .ticket-info-basics .titlebox-content { border-left: none; } +.ticket-summary .ticket-info-basics .titlebox-title { background: #9c3031; } + +.ticket-transaction.people { border-color: #31309c; } +.ticket-transaction.people .type { background: #31309c; } +.ticket-summary .ticket-info-people .titlebox-content { border-left: none; } +.ticket-summary .ticket-info-people .titlebox-title { background: #31309c; } + +.ticket-transaction.links { border-color: #316531; } +.ticket-transaction.links .type { background: #316531; } +.ticket-summary .ticket-info-links .titlebox-content { border-left: none; } +.ticket-summary .ticket-info-links .titlebox-title { background: #316531; } + +.ticket-transaction.dates { border-color: #633063; } +.ticket-transaction.dates .type { background: #633063; } +.ticket-summary .ticket-info-dates .titlebox-content { border-left: none; } +.ticket-summary .ticket-info-dates .titlebox-title { background: #633063; } + +.ticket-transaction.message { border-color: #069; } +.ticket-transaction.message .type { background: #069; } + |