[Rt-commit] r3489 - in rt/branches/3.5-TESTING: . html/NoAuth/css html/NoAuth/css/3.4-compat html/NoAuth/css/3.5-default

trs at bestpractical.com trs at bestpractical.com
Sun Jul 17 19:22:34 EDT 2005


Author: trs
Date: Sun Jul 17 19:22:31 2005
New Revision: 3489

Added:
   rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/
   rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/main.css
   rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/nav.css
   rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/quickbar.css
   rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/
   rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/approvals.css
   rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/body.css   (contents, props changed)
   rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/footer.css
   rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/forms.css   (contents, props changed)
   rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/header.css
   rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/login.css
   rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/main.css
   rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/misc.css   (contents, props changed)
   rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/nav-left.css
   rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/nav.css
   rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/quickbar.css
   rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/titlebox.css
   rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/transactions.css   (contents, props changed)
Removed:
   rt/branches/3.5-TESTING/html/NoAuth/css/body.css
   rt/branches/3.5-TESTING/html/NoAuth/css/footer.css
   rt/branches/3.5-TESTING/html/NoAuth/css/forms.css
   rt/branches/3.5-TESTING/html/NoAuth/css/header.css
   rt/branches/3.5-TESTING/html/NoAuth/css/main.css
   rt/branches/3.5-TESTING/html/NoAuth/css/misc.css
   rt/branches/3.5-TESTING/html/NoAuth/css/nav-left.css
   rt/branches/3.5-TESTING/html/NoAuth/css/nav.css
   rt/branches/3.5-TESTING/html/NoAuth/css/transactions.css
Modified:
   rt/branches/3.5-TESTING/   (props changed)
Log:
 r5162 at wintermute:  tom | 2005-07-17 14:31:19 -0400
 Lots of moving CSS around


Added: rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/main.css
==============================================================================
--- (empty file)
+++ rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/main.css	Sun Jul 17 19:22:31 2005
@@ -0,0 +1,57 @@
+%# BEGIN BPS TAGGED BLOCK {{{
+%# 
+%# COPYRIGHT:
+%#  
+%# This software is Copyright (c) 1996-2005 Best Practical Solutions, LLC 
+%#                                          <jesse at 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+%# 
+%# 
+%# 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 }}}
+
+%# Import the 3.5 styles we want to build off of...
+ at import "../3.5-default/misc.css";
+ at import "../3.5-default/forms.css";
+ at import "../3.5-default/transactions.css";
+ at import "../3.5-default/approvals.css";
+ at import "../3.5-default/login.css";
+ at import "../3.5-default/approvals.css";
+
+%# ...and then import the 3.4 compat styles afterwards so they can cascade
+ at import "quickbar.css";
+ at import "nav.css";

Added: rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/nav.css
==============================================================================
--- (empty file)
+++ rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/nav.css	Sun Jul 17 19:22:31 2005
@@ -0,0 +1,3 @@
+#nav {
+    clear: both;
+}

Added: rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/quickbar.css
==============================================================================
--- (empty file)
+++ rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/quickbar.css	Sun Jul 17 19:22:31 2005
@@ -0,0 +1,44 @@
+#logo {
+    position: relative;
+    width: 216px;
+    left: 10px;
+    top: 0;
+}
+
+#logo img { border: none; }
+#logo div.rtname {
+    padding-left: 1em;
+    font-weight: bold;
+    font-size: 1.3em;
+}
+
+#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 {
+    font-size: 0.9em;
+    float: right;
+    clear: right;
+    margin-top: 1.5em;
+}

Added: rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/approvals.css
==============================================================================
--- (empty file)
+++ rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/approvals.css	Sun Jul 17 19:22:31 2005
@@ -0,0 +1,50 @@
+.approval {
+    margin-bottom: 3em;
+    padding: 0 0 1em 0;
+    border: 1px solid #069;
+}
+
+.approval .name {
+    background: #069;
+    color: white;
+    font-size: 1.1em;
+    padding: 0.2em 0 0.4em 0.2em;
+}
+
+#body .approval .name :link, #body .approval .name :visited {
+    color: white;
+}
+
+.approval .originating-ticket {
+    margin: 0.5em;
+    border: 1px solid #aaa;
+}
+
+.approval .originating-ticket .link {
+    display: block;
+    background: #aaa;
+    padding: 0.2em 0 0.4em 0.2em;
+}
+
+.approval .originating-ticket .info {
+    padding: 0.5em;
+}
+
+#body .approval .originating-ticket .link :link,
+#body .approval .originating-ticket .link :visited {
+    color: black;
+}
+
+.approval .form {
+    margin: 1em 0.5em 0.5em 0.5em;
+}
+
+.approval .form .action, .approval .form .notes {
+    float: left;
+    margin-left: 1em;
+}
+
+.approval .form .action { padding-top: 1em; }
+
+.approval .form .action label { font-weight: normal; }
+.approval .form .notes label  { display: block; }

Added: rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/body.css
==============================================================================
--- (empty file)
+++ rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/body.css	Sun Jul 17 19:22:31 2005
@@ -0,0 +1,80 @@
+%# BEGIN BPS TAGGED BLOCK {{{
+%# 
+%# COPYRIGHT:
+%#  
+%# This software is Copyright (c) 1996-2005 Best Practical Solutions, LLC 
+%#                                          <jesse at 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+%# 
+%# 
+%# 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 {
+    clear: both;
+    margin: 0 0.75em 0 2em;
+    padding-top: 0.5em;
+}
+
+#body h1 {
+    border-bottom: 1px dotted #069;
+    padding-left: 0.5em;
+}
+
+#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 {
+    color: #930;
+    font-weight: bold;
+}
+
+#body :link { color: #069; }
+
+#body :link, #body :visited {
+    font-weight: bold;
+    text-decoration: none;
+}
+
+#body :link:hover, #body :visited:hover {
+    text-decoration: underline;
+}
+

Added: rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/footer.css
==============================================================================
--- (empty file)
+++ rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/footer.css	Sun Jul 17 19:22:31 2005
@@ -0,0 +1,90 @@
+%# BEGIN BPS TAGGED BLOCK {{{
+%# 
+%# COPYRIGHT:
+%#  
+%# This software is Copyright (c) 1996-2005 Best Practical Solutions, LLC 
+%#                                          <jesse at 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+%# 
+%# 
+%# 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: 3em;
+}
+
+#footer p { float: left; }
+
+#footer #time {
+    color: white;
+    background: #069 url(<%$RT::WebImagesURL%>/css/ctr-b2g.gif) no-repeat top right;
+    padding: 0.2em 0 0.3em 0;
+    margin: 0;
+    position: relative;
+    z-index: 2;
+}
+
+#footer #time span {
+    padding: 0.2em 2em 0.3em 3em;
+    background: url(<%$RT::WebImagesURL%>/css/cbr-b2g.gif) no-repeat bottom right;
+}
+
+#footer #bpscredits {
+    background: #ccc url(<%$RT::WebImagesURL%>/css/ctr-gray.gif) no-repeat top right;
+    padding: 0.2em 0 0.3em 0;
+    margin: 0;
+    position: relative;
+    left: -10px;
+    z-index: 1;
+}
+
+#footer #bpscredits span {
+    padding: 0.2em 2em 0.3em 3em;
+    background: url(<%$RT::WebImagesURL%>/css/cbr-gray.gif) no-repeat bottom right;
+}
+
+#footer #legal {
+    float: none;
+    color: #888;
+    padding: 1em 0 0 2em;
+    clear: both;
+}
+

Added: rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/forms.css
==============================================================================
--- (empty file)
+++ rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/forms.css	Sun Jul 17 19:22:31 2005
@@ -0,0 +1,150 @@
+%# BEGIN BPS TAGGED BLOCK {{{
+%# 
+%# COPYRIGHT:
+%#  
+%# This software is Copyright (c) 1996-2005 Best Practical Solutions, LLC 
+%#                                          <jesse at 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+%# 
+%# 
+%# 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 input.button {
+    border: 3px double #069;
+    border-top-color: #08c;
+    border-left-color: #08c;
+    padding: 0.25em;
+    background: white;
+    font-weight: bold;
+    font-size: 0.8em;
+    margin: 0.5em 0.5em 0 0.5em;
+}
+
+form input.button:active {
+    border: 3px double #08c;
+    border-top-color: #069;
+    border-left-color: #069;
+}
+
+form select {
+    border: 1px solid #069;
+    padding: 1px;
+}
+
+form input.field, form input, form textarea {
+    border: 1px solid #069;
+    padding: 3px;
+}
+
+form input.checkbox, form input.radio {
+    border: none;
+    padding: 0;
+}
+
+/* form .entry input, form .value input */
+
+form .label, form label {
+    font-weight: bold;
+}
+
+.submit {
+    font-weight: bold;
+    color: #a00;
+    font-size: 1.1em;
+    padding: 0.3em 1.5em 0 1.5em;
+    border-top: 1px solid #930;
+    margin: 1.5em 0 2.5em 0;
+}
+
+.submit .buttons { float: right; }
+.submit .extra-buttons { float: left; }
+.submit .button { font-size: 0.9em; }
+
+.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 {
+    border: 2px inset #069;
+    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-right: 2em;
+}
+
+#quickbar #topactions form .button {
+    padding: 0 2px 0 2px;
+    font-size: 1em;
+    margin: 0;
+}
+
+#quickbar #topactions form .field {
+    border: 1px solid #069;
+    padding: 1px;
+    font-size: 0.9em;
+}
+
+#quickbar #topactions form input.field {
+    padding: 3px;
+}

Added: rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/header.css
==============================================================================
--- (empty file)
+++ rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/header.css	Sun Jul 17 19:22:31 2005
@@ -0,0 +1,150 @@
+%# BEGIN BPS TAGGED BLOCK {{{
+%# 
+%# COPYRIGHT:
+%#  
+%# This software is Copyright (c) 1996-2005 Best Practical Solutions, LLC 
+%#                                          <jesse at 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+%# 
+%# 
+%# 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 {
+    clear: both;
+    margin: 0 0.75em 0 0.75em;
+}
+
+#header h1 {
+    margin: 0;
+    padding: 0;
+    color: #930;
+    display: inline;
+    position: relative;
+    font-size: 2em;
+    font-weight: bold;
+    left: 1.3em;
+    top: 0.21em;
+    z-index: 3;
+}
+
+#header ul {
+    margin: 0;
+    padding: 0;
+    color: #eee;
+    float: left;
+}
+
+#header #page-menu {
+    position: relative;
+    z-index: 2;
+    background: #069 url(<%$RT::WebImagesURL%>/css/ct.gif) no-repeat top left;
+    min-width: 65%;
+}
+
+%# This is an interesting bit of CSS.  expression() is an IE-only extension to
+%# it's CSS implementation.  Just in case other browsers might choke on it,
+%# the rule is enclosed in a selector only IE will (wrongly) match to an element.
+%# 
+%# The expression() function takes Javascript, and basically what it's doing here
+%# is checking to see if the width of the menu would be greater than 65% of the body
+%# width.  If it is, great, leave it alone to automatically resize.  If it's not, set
+%# it to 65% of the body width.  This amounts to emulating the min-width rule that
+%# compliant browsers understand above.
+* html #header ul#page-menu {
+    width: expression(document.body.clientWidth*0.65 < document.getElementById('page-menu').clientWidth ? "auto" : "65%");
+    overflow: visible;
+}
+
+#page-menu div {
+    position: relative;
+    z-index: 3;
+}
+
+#page-menu div { background: url(<%$RT::WebImagesURL%>/css/cb.gif) no-repeat bottom left; }
+#page-menu div div { background: url(<%$RT::WebImagesURL%>/css/cbr.gif) no-repeat bottom right; }
+#page-menu div div div {
+    background: url(<%$RT::WebImagesURL%>/css/ctr.gif) no-repeat top right;
+    padding: 0.2em 1em 0.4em 1em;
+}
+
+#page-menu.actions-present div div { background: url(<%$RT::WebImagesURL%>/css/cbr-b2lb.gif) no-repeat bottom right; }
+#page-menu.actions-present div div div { background: url(<%$RT::WebImagesURL%>/css/ctr-b2lb.gif) no-repeat top right; }
+
+#header ul li {
+    display: inline;
+}
+
+#header #actions-menu {
+    position: relative;
+    background: #08c;
+}
+
+#actions-menu div {
+    position: relative;
+    z-index: 2;
+}
+
+/*#actions-menu div { background: url(<%$RT::WebImagesURL%>/css/cb.gif) no-repeat bottom left; }*/
+#actions-menu div div { background: url(<%$RT::WebImagesURL%>/css/cbr.gif) no-repeat bottom right; }
+#actions-menu div div div {
+    background: url(<%$RT::WebImagesURL%>/css/ctr.gif) no-repeat top right;
+    padding: 0.2em 1em 0.4em 1em;
+}
+
+#header :link,
+#header :visited
+{
+    color: white;
+    text-decoration: none;
+}
+
+#header :link.selected,
+#header :visited.selected,
+#header :link:hover,
+#header :visited:hover
+{
+    color: #fc6; /*#ff6;*/
+}
+
+#header :link.selected,
+#header :visited.selected
+{
+    font-weight: bold;
+    text-decoration: underline;
+}
+

Added: rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/login.css
==============================================================================
--- (empty file)
+++ rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/login.css	Sun Jul 17 19:22:31 2005
@@ -0,0 +1,38 @@
+#login-box {
+    width: 50%;
+    margin: 0 auto 4em auto;
+}
+
+%# More rules only IE will recognize (but are still valid!) to correct for
+%# IE's incorrect handling of auto margins and the W3C defined behavior.
+%# text-align will affect a block element in IE, therefore centering it, like
+%# left and right auto margins *should*
+* html #login-box {
+    text-align: center;
+}
+
+%# ... and align the text back the way it should be
+* html #login-box .titlebox {
+    text-align: left;
+}
+
+#login-box .input-row {
+    padding: 0.5em;
+}
+
+#login-box .input-row .label {
+    width: 8em;
+    float: left;
+    text-align: right;
+    padding: 0.2em 1em 0 0;
+}
+
+#login-box .input-row .input {
+    float: left;
+}
+
+#login-box .button-row {
+    clear: both;
+    padding: 0.5em;
+    float: right;
+}

Added: rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/main.css
==============================================================================
--- (empty file)
+++ rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/main.css	Sun Jul 17 19:22:31 2005
@@ -0,0 +1,59 @@
+%# BEGIN BPS TAGGED BLOCK {{{
+%# 
+%# COPYRIGHT:
+%#  
+%# This software is Copyright (c) 1996-2005 Best Practical Solutions, LLC 
+%#                                          <jesse at 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+%# 
+%# 
+%# 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 }}}
+
+ at import "misc.css";
+ at import "login.css";
+ at import "quickbar.css";
+ at import "body.css";
+ at import "approvals.css";
+ at import "titlebox.css";
+ at import "forms.css";
+ at import "transactions.css";
+ at import "nav.css";
+ at import "nav-left.css";
+ at import "header.css";
+ at import "footer.css";
+

Added: rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/misc.css
==============================================================================
--- (empty file)
+++ rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/misc.css	Sun Jul 17 19:22:31 2005
@@ -0,0 +1,74 @@
+%# BEGIN BPS TAGGED BLOCK {{{
+%# 
+%# COPYRIGHT:
+%#  
+%# This software is Copyright (c) 1996-2005 Best Practical Solutions, LLC 
+%#                                          <jesse at 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+%# 
+%# 
+%# 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 {
+    font-family: Verdana, sans-serif;
+    font-size: 76%;
+    margin: 0;
+}
+
+.hide, .hidden { display: none !important; }
+
+.calendar {
+    text-align: center;
+    margin: 2em auto 0 auto;
+}
+
+.calendar td, .calendar th { padding: 0.1em 0.25em 0.1em 0.25em; }
+
+.calendar caption .month {
+    padding: 0 1em 0 1em;
+    font-size: 1.5em;
+}
+
+.evenline { background-color: white; }
+.oddline { background-color: #ddd; }
+
+td {
+    padding: 0.1em 0.5em 0.1em 0.5em;
+}
+
+.clear { clear: both; }

Added: rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/nav-left.css
==============================================================================
--- (empty file)
+++ rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/nav-left.css	Sun Jul 17 19:22:31 2005
@@ -0,0 +1,85 @@
+%# BEGIN BPS TAGGED BLOCK {{{
+%# 
+%# COPYRIGHT:
+%#  
+%# This software is Copyright (c) 1996-2005 Best Practical Solutions, LLC 
+%#                                          <jesse at 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+%# 
+%# 
+%# 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 }}}
+
+#logo {
+    float: right;
+    clear: right;
+}
+#nav ul { float: left; }
+#nav ul div { text-align: left; }
+
+#nav li ul {
+    right: 2em;
+    left: 0;
+}
+
+%# Hide from IE... it can't handle relative positioning with both a
+%# left and right set
+html>body #nav li ul {
+    left: 0;
+    right: 2em;
+}
+
+#nav ul,
+#nav ul.odd,
+#nav ul .first,
+#nav ul.odd .first
+{
+    background-image: none;
+}
+
+#nav ul { background: #069 url(<%$RT::WebImagesURL%>/css/ctr.gif) no-repeat top right; }
+#nav ul div { background: transparent url(<%$RT::WebImagesURL%>/css/cbr.gif) no-repeat bottom right; }
+#nav ul.odd { background: #08c url(<%$RT::WebImagesURL%>/css/ctr.gif) no-repeat top right; }
+#nav ul.odd div { background: transparent url(<%$RT::WebImagesURL%>/css/cbr.gif) no-repeat bottom right; }
+
+#nav ul div {
+    display: block;
+    padding: 0.2em 1em 0.4em 0;
+}
+
+#nav ul { padding: 0; }
+

Added: rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/nav.css
==============================================================================
--- (empty file)
+++ rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/nav.css	Sun Jul 17 19:22:31 2005
@@ -0,0 +1,130 @@
+%# BEGIN BPS TAGGED BLOCK {{{
+%# 
+%# COPYRIGHT:
+%#  
+%# This software is Copyright (c) 1996-2005 Best Practical Solutions, LLC 
+%#                                          <jesse at 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+%# 
+%# 
+%# 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 {
+    margin-top: 0.5em;
+}
+
+#nav #system-menu {
+    font-size: 1.1em;
+    min-width: 47em;
+}
+
+#nav ul {
+    font-weight: bold;
+    font-size: 1em;
+    color: #eee;
+    list-style: none;
+    margin: 0;
+    padding: 0.2em 2em 0.4em 0;
+    float: right;
+    position: relative;
+}
+
+#nav li ul {
+    position: absolute;
+    right: 0;
+    top: 2.21em;
+    font-size: 1em;
+}
+
+%# Hide from IE... it can't handle relative positioning with both a
+%# left and right set
+html>body #nav li ul {
+    left: 2em;
+}
+
+#nav :link,
+#nav :visited
+{
+    color: #ececec;
+    text-decoration: none;
+}
+
+#nav :link.selected,
+#nav :visited.selected,
+#nav :link:hover,
+#nav :visited:hover
+{
+    color: #fc6; /*#ff6;*/
+}
+
+#nav :link.selected,
+#nav :visited.selected
+{
+    text-decoration: underline;
+}
+
+html>body #nav :link.selected,
+html>body #nav :visited.selected
+{
+    padding-bottom: 0.8em;
+    background: transparent url(<%$RT::WebImagesURL%>/css/dark-arrow.png) no-repeat bottom center;
+}
+
+html>body #nav :link.selected.odd,
+html>body #nav :visited.selected.odd
+{
+    padding-bottom: 0.8em;
+    background: transparent url(<%$RT::WebImagesURL%>/css/light-arrow.png) no-repeat bottom center;
+}
+
+#nav li {
+    display: inline;
+    margin-bottom: 1em;
+    padding: 0.2em 0 0.4em 0;
+}
+
+#nav li.first { padding-left: 1em; }
+
+#nav div { display: inline; }
+#nav ul div { display: block; }
+
+#nav ul { background: #069 url(<%$RT::WebImagesURL%>/css/ct.gif) no-repeat top left; }
+#nav ul .first { background: transparent url(<%$RT::WebImagesURL%>/css/cb.gif) no-repeat bottom left; }
+#nav ul.odd { background: #08c url(<%$RT::WebImagesURL%>/css/ct-light.gif) no-repeat top left; }
+#nav ul.odd .first { background: transparent url(<%$RT::WebImagesURL%>/css/cb-light.gif) no-repeat bottom left; }
+

Added: rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/quickbar.css
==============================================================================
--- (empty file)
+++ rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/quickbar.css	Sun Jul 17 19:22:31 2005
@@ -0,0 +1,39 @@
+#logo {
+    float: left;
+    clear: left;
+}
+
+#logo img { border: none; }
+#logo div.rtname {
+    text-align: center;
+    font-weight: bold;
+}
+
+#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 {
+    font-size: 0.9em;
+    padding: 0.5em 0 0 2em;
+}

Added: rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/titlebox.css
==============================================================================
--- (empty file)
+++ rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/titlebox.css	Sun Jul 17 19:22:31 2005
@@ -0,0 +1,92 @@
+.titlebox { margin-bottom: 1em; }
+
+.titlebox .content {
+    margin: 1em 2em 0 2em;
+}
+
+.titlebox .title {
+    position: relative;
+    font-weight: bold;
+    color: #930;
+    font-size: 1.2em;
+    padding: 0.2em 0 0.2em 4em;
+    border-bottom: 1px solid #069;
+}
+
+.titlebox .title .right {
+    position: absolute;
+    top: 0.5em;
+    right: 1.5em;
+    font-size: 0.9em;
+    color: #888;
+}
+
+.titlebox .title .right .selected { color: #930; }
+
+#body .titlebox .title .right :link,
+#body .titlebox .title .right :visited {
+    color: #888;
+}
+
+#body .titlebox .title .right :link:hover,
+#body .titlebox .title .right :visited:hover {
+    color: #930;
+}
+
+.titlebox .title .widget a {
+  display: block;
+  padding-top: 1em;
+  width: 20px;
+
+  background: url(<%$RT::WebImagesURL%>/css/rollup-arrow.gif) no-repeat center center;
+  
+  margin: 0;
+  text-indent: -9999px;
+
+  position: absolute;
+  top: 0.4em;
+  left: 0.75em;
+  float: left;
+
+%# Basically IE5 will see those crazy backslashes and prematurely end the rule.
+%# This allows values for IE 5's broken box model to be set before the hack and
+%# the real values to be set after.  We also set voice-family back to whatever it
+%# would have been on the off chance it's actually used.
+  /* WIN IE5 hack */
+  height: 7px;
+  voice-family: "\"}\"";
+  voice-family: inherit;
+  height: 0;
+  overflow: hidden;
+}
+
+%# IE also doesn't support the child selector ">", so we can use it to set values
+%# that only other browsers will see (in this case, playing nice with Opera, which
+%# also suffers from the backslash hack above.)
+html>body .titlebox .title .widget a {
+    height: 0;
+    overflow: hidden;
+}
+
+%# Compensates for IE's bad box model by hiding this rule from other browsers
+* html .titlebox .title .widget a {
+    background-position: center 0.3em;
+    left: -3.5em;
+}
+
+.titlebox .title .widget a.rolled-up {
+    background-image: url(<%$RT::WebImagesURL%>/css/rolldown-arrow.gif);
+}
+
+#body .titlebox .title :link,
+#body .titlebox .title :visited
+{
+    color: #930;
+    text-decoration: none;
+}
+
+#body .titlebox .title :link:hover,
+#body .titlebox .title :visited:hover
+{
+    text-decoration: underline;
+}

Added: rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/transactions.css
==============================================================================
--- (empty file)
+++ rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/transactions.css	Sun Jul 17 19:22:31 2005
@@ -0,0 +1,127 @@
+%# BEGIN BPS TAGGED BLOCK {{{
+%# 
+%# COPYRIGHT:
+%#  
+%# This software is Copyright (c) 1996-2005 Best Practical Solutions, LLC 
+%#                                          <jesse at 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+%# 
+%# 
+%# 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: 1em 0 1em 0;
+    border: 1px solid #069;
+}
+
+.ticket-transaction .date { font-size: 0.9em; }
+.ticket-transaction .description { font-weight: bold; }
+.ticket-transaction .actions {
+    text-align: right;
+    font-weight: bold;
+}
+
+.ticket-transaction .type {
+    background: #888;
+    width: 1.5em;
+    color: white;
+    text-align: center;
+    font-size: 1.1em;
+}
+
+#body .ticket-transaction .type :link,
+#body .ticket-transaction .type :visited
+{
+    color: white;
+    font-weight: normal;
+}
+
+.ticket-transaction.basics { border-color: #b32; }
+.ticket-transaction.basics .type { background: #b32; }
+.ticket-summary .ticket-info-basics .content { border-left: 0.5em solid #b32; }
+
+.ticket-transaction.people { border-color: #48c; }
+.ticket-transaction.people .type { background: #48c; }
+.ticket-summary .ticket-info-people .content { border-left: 0.5em solid #48c; }
+
+%# light green - #ad8
+.ticket-transaction.links { border-color: #316531; }
+.ticket-transaction.links .type { background: #316531; }
+.ticket-summary .ticket-info-links .content  { border-left: 0.5em solid #316531; }
+
+%# orange - #d71
+.ticket-transaction.dates { border-color: #633063; }
+.ticket-transaction.dates .type { background: #633063; }
+.ticket-summary .ticket-info-dates .content  { border-left: 0.5em solid #633063; }
+
+.ticket-transaction.message { border-color: #069; }
+.ticket-transaction.message .type { background: #069; }
+
+.ticket-transaction.other { border-color: #888; }
+
+.ticket-transaction td .message-header-value {
+    padding: 0;
+}
+
+.ticket-transaction td .message-header-key {
+    padding: 0 1em 0 1em;
+    font-weight: bold;
+}
+
+.ticket-transaction .downloadattachment {
+    float: right;
+    font-size: 0.9em;
+    text-align: right;
+}
+
+.ticket-transaction .messagebody {
+    clear: both;
+    padding-left: 0.5em;
+}
+
+%# Message stanza colors
+.message-stanza-depth-1 { color: #000; }
+.message-stanza-depth-2 { color: #600; }
+.message-stanza-depth-3 { color: #060; }
+.message-stanza-depth-4 { color: #006; }
+.message-stanza-depth-5 { color: #c00; }
+.message-stanza-depth-6 { color: #0c0; }
+.message-stanza-depth-7 { color: #00c; }
+.message-stanza-depth-8 { color: #f00; }
+.message-stanza-depth-9 { color: #0f0; }
+.message-stanza-depth-10 { color: #00f; }


More information about the Rt-commit mailing list