taylor 2004/12/23 16:40:30 Modified: portal/src/webapp/WEB-INF/decorations/layout/html/tigris/css styles.css portal/src/webapp/WEB-INF/decorations/layout/html/minty-blue/css styles.css portal/src/webapp/WEB-INF/decorations/layout/html/jetspeed/css styles.css Log: added styles for db browser CVS: ---------------------------------------------------------------------- CVS: PR: CVS: If this change addresses a PR in the problem report tracking CVS: database, then enter the PR number(s) here. CVS: Obtained from: CVS: If this change has been taken from another system, such as NCSA, CVS: then name the system in this line, otherwise delete it. CVS: Submitted by: CVS: If this code has been contributed to Apache by someone else; i.e., CVS: they sent us a patch or a new module, then include their name/email CVS: address here. If this is your work then delete this line. CVS: Reviewed by: CVS: If we are doing pre-commit code reviews and someone else has CVS: reviewed your changes, include their name(s) here. CVS: If you have not had it reviewed then delete this line. Revision Changes Path 1.3 +69 -0 jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/layout/html/tigris/css/styles.css Index: styles.css =================================================================== RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/layout/html/tigris/css/styles.css,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- styles.css 26 Nov 2004 18:51:41 -0000 1.2 +++ styles.css 24 Dec 2004 00:40:29 -0000 1.3 @@ -260,3 +260,72 @@ margin-bottom: .0; } +/* + Database Browser + */ +.jetdbHead +{ + text-decoration:underline; + background-color:#6868AB; + layer-background-color:#CCCCFF; + border-style:outset; + border-width:2px; + border-left-color:white; + border-top-color:white; + border-bottom-color:black; + border-right-color:black; + cursor:hand; + FONT-SIZE:8pt; + FONT-WEIGHT:bold; + COLOR: white; + ; font-family: Verdana, Arial, Helvetica, sans-serif +} + +.jetdbHeadNoLink +{ + background-color:#6868AB; + layer-background-color:#6868AB; + border-style:solid; + border-width:2px; + border-left-color:#6868AB; + border-top-color:#6868AB; + border-bottom-color:#6868AB; + border-right-color:#6868AB; + FONT-SIZE:7pt; + FONT-WEIGHT:normal; + COLOR: white; + ; font-family: Verdana, Arial, Helvetica, sans-serif +} + +.jetdbOdd +{ + background-color:#66FFFF; + layer-background-color:#66FFFF; + FONT-SIZE:7pt; + FONT-WEIGHT:normal; +} +.jetdbEven +{ + background-color:#99FF33; + layer-background-color:#99FF33; + FONT-SIZE:7pt; + FONT-WEIGHT:normal; +} + +.jetdbButton +{ + background-color: #CCCCCC; + border-style: none; + color: Black; + display: block; + font-weight: normal; + padding: 0; + font-family : Arial, Helvetica, sans-serif; + font-size : 8pt; + border-top: 1px solid #FFFFFF; + border-left: 1px solid #FFFFFF; + border-right: 1px solid #0A0A0A; + border-bottom: 1px solid #0A0A0A; + width : 65px; +} + \ No newline at end of file 1.3 +71 -1 jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/layout/html/minty-blue/css/styles.css Index: styles.css =================================================================== RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/layout/html/minty-blue/css/styles.css,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- styles.css 20 Jul 2004 20:51:41 -0000 1.2 +++ styles.css 24 Dec 2004 00:40:29 -0000 1.3 @@ -17,4 +17,74 @@ BODY.layout-MintyBlue { -} \ No newline at end of file +} + +/* + Database Browser + */ +.jetdbHead +{ + text-decoration:underline; + background-color:#6868AB; + layer-background-color:#CCCCFF; + border-style:outset; + border-width:2px; + border-left-color:white; + border-top-color:white; + border-bottom-color:black; + border-right-color:black; + cursor:hand; + FONT-SIZE:8pt; + FONT-WEIGHT:bold; + COLOR: white; + ; font-family: Verdana, Arial, Helvetica, sans-serif +} + +.jetdbHeadNoLink +{ + background-color:#6868AB; + layer-background-color:#6868AB; + border-style:solid; + border-width:2px; + border-left-color:#6868AB; + border-top-color:#6868AB; + border-bottom-color:#6868AB; + border-right-color:#6868AB; + FONT-SIZE:7pt; + FONT-WEIGHT:normal; + COLOR: white; + ; font-family: Verdana, Arial, Helvetica, sans-serif +} + +.jetdbOdd +{ + background-color:#66FFFF; + layer-background-color:#66FFFF; + FONT-SIZE:7pt; + FONT-WEIGHT:normal; +} +.jetdbEven +{ + background-color:#99FF33; + layer-background-color:#99FF33; + FONT-SIZE:7pt; + FONT-WEIGHT:normal; +} + +.jetdbButton +{ + background-color: #CCCCCC; + border-style: none; + color: Black; + display: block; + font-weight: normal; + padding: 0; + font-family : Arial, Helvetica, sans-serif; + font-size : 8pt; + border-top: 1px solid #FFFFFF; + border-left: 1px solid #FFFFFF; + border-right: 1px solid #0A0A0A; + border-bottom: 1px solid #0A0A0A; + width : 65px; +} + \ No newline at end of file 1.18 +69 -0 jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/layout/html/jetspeed/css/styles.css Index: styles.css =================================================================== RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/layout/html/jetspeed/css/styles.css,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- styles.css 15 Oct 2004 07:02:10 -0000 1.17 +++ styles.css 24 Dec 2004 00:40:29 -0000 1.18 @@ -173,3 +173,72 @@ background:url(content/jetspeed/images/tabright.gif); } +/* + Database Browser + */ +.jetdbHead +{ + text-decoration:underline; + background-color:#6868AB; + layer-background-color:#CCCCFF; + border-style:outset; + border-width:2px; + border-left-color:white; + border-top-color:white; + border-bottom-color:black; + border-right-color:black; + cursor:hand; + FONT-SIZE:8pt; + FONT-WEIGHT:bold; + COLOR: white; + ; font-family: Verdana, Arial, Helvetica, sans-serif +} + +.jetdbHeadNoLink +{ + background-color:#6868AB; + layer-background-color:#6868AB; + border-style:solid; + border-width:2px; + border-left-color:#6868AB; + border-top-color:#6868AB; + border-bottom-color:#6868AB; + border-right-color:#6868AB; + FONT-SIZE:7pt; + FONT-WEIGHT:normal; + COLOR: white; + ; font-family: Verdana, Arial, Helvetica, sans-serif +} + +.jetdbOdd +{ + background-color:#66FFFF; + layer-background-color:#66FFFF; + FONT-SIZE:7pt; + FONT-WEIGHT:normal; +} +.jetdbEven +{ + background-color:#99FF33; + layer-background-color:#99FF33; + FONT-SIZE:7pt; + FONT-WEIGHT:normal; +} + +.jetdbButton +{ + background-color: #CCCCCC; + border-style: none; + color: Black; + display: block; + font-weight: normal; + padding: 0; + font-family : Arial, Helvetica, sans-serif; + font-size : 8pt; + border-top: 1px solid #FFFFFF; + border-left: 1px solid #FFFFFF; + border-right: 1px solid #0A0A0A; + border-bottom: 1px solid #0A0A0A; + width : 65px; +} + \ No newline at end of file
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]