[svn r18531] fix the images and buttons in all styles

skala
Juan Carlos Raña 16 years ago
parent 65b7169eec
commit 07305a2200
  1. 247
      main/css/academica/default.css
  2. BIN
      main/css/academica/images/button_accept.gif
  3. BIN
      main/css/academica/images/button_add.gif
  4. BIN
      main/css/academica/images/button_delete.gif
  5. BIN
      main/css/academica/images/button_login.gif
  6. BIN
      main/css/academica/images/button_search.gif
  7. 6
      main/css/academica/images/index.html
  8. BIN
      main/css/academica/images/shadow.gif
  9. 245
      main/css/baby_orange/default.css
  10. BIN
      main/css/baby_orange/images/button_accept.gif
  11. BIN
      main/css/baby_orange/images/button_add.gif
  12. BIN
      main/css/baby_orange/images/button_delete.gif
  13. BIN
      main/css/baby_orange/images/button_login.gif
  14. BIN
      main/css/baby_orange/images/button_search.gif
  15. 6
      main/css/baby_orange/images/index.html
  16. BIN
      main/css/baby_orange/images/shadow.gif
  17. 245
      main/css/corporate/default.css
  18. BIN
      main/css/corporate/images/button_accept.gif
  19. BIN
      main/css/corporate/images/button_add.gif
  20. BIN
      main/css/corporate/images/button_delete.gif
  21. BIN
      main/css/corporate/images/button_login.gif
  22. BIN
      main/css/corporate/images/button_search.gif
  23. 6
      main/css/corporate/images/index.html
  24. BIN
      main/css/corporate/images/shadow.gif
  25. 246
      main/css/cosmic_campus/default.css
  26. BIN
      main/css/cosmic_campus/images/button_accept.gif
  27. BIN
      main/css/cosmic_campus/images/button_add.gif
  28. BIN
      main/css/cosmic_campus/images/button_delete.gif
  29. BIN
      main/css/cosmic_campus/images/button_login.gif
  30. BIN
      main/css/cosmic_campus/images/button_search.gif
  31. 6
      main/css/cosmic_campus/images/index.html
  32. BIN
      main/css/cosmic_campus/images/shadow.gif
  33. 157
      main/css/dokeos_classic/default.css
  34. BIN
      main/css/dokeos_classic/images/button_accept.gif
  35. BIN
      main/css/dokeos_classic/images/button_add.gif
  36. BIN
      main/css/dokeos_classic/images/button_delete.gif
  37. BIN
      main/css/dokeos_classic/images/button_login.gif
  38. BIN
      main/css/dokeos_classic/images/button_search.gif
  39. 6
      main/css/dokeos_classic/images/index.html
  40. BIN
      main/css/dokeos_classic/images/shadow.gif
  41. 159
      main/css/dokeos_classic_2D/default.css
  42. BIN
      main/css/dokeos_classic_2D/images/button_accept.gif
  43. BIN
      main/css/dokeos_classic_2D/images/button_add.gif
  44. BIN
      main/css/dokeos_classic_2D/images/button_delete.gif
  45. BIN
      main/css/dokeos_classic_2D/images/button_login.gif
  46. BIN
      main/css/dokeos_classic_2D/images/button_search.gif
  47. 6
      main/css/dokeos_classic_2D/images/index.html
  48. 162
      main/css/medical/default.css
  49. BIN
      main/css/medical/images/button_accept.gif
  50. BIN
      main/css/medical/images/button_add.gif
  51. BIN
      main/css/medical/images/button_delete.gif
  52. BIN
      main/css/medical/images/button_login.gif
  53. BIN
      main/css/medical/images/button_search.gif
  54. 6
      main/css/medical/images/index.html
  55. BIN
      main/css/medical/images/shadow.gif
  56. 1506
      main/css/public_admin/images/default.css
  57. 160
      main/css/silver_line/default.css
  58. BIN
      main/css/silver_line/images/button_accept.gif
  59. BIN
      main/css/silver_line/images/button_add.gif
  60. BIN
      main/css/silver_line/images/button_delete.gif
  61. BIN
      main/css/silver_line/images/button_login.gif
  62. BIN
      main/css/silver_line/images/button_search.gif
  63. 6
      main/css/silver_line/images/index.html
  64. BIN
      main/css/silver_line/images/shadow.gif
  65. 163
      main/css/sober_brown/default.css
  66. BIN
      main/css/sober_brown/images/button_accept.gif
  67. BIN
      main/css/sober_brown/images/button_add.gif
  68. BIN
      main/css/sober_brown/images/button_delete.gif
  69. BIN
      main/css/sober_brown/images/button_login.gif
  70. BIN
      main/css/sober_brown/images/button_search.gif
  71. 6
      main/css/sober_brown/images/index.html
  72. BIN
      main/css/sober_brown/images/shadow.gif

@ -9,14 +9,19 @@ div.row div.formw {
width: 100%; width: 100%;
} }
/* Redefining html styles */ /* Redefining html styles */
body { body {
/* hack ignored by non-IE to enable ie to support :hover on button */ /* hack ignored by non-IE to enable ie to support :hover on button */
behavior:url("/main/css/csshover3.htc"); behavior:url("/main/css/csshover3.htc");
font-family: bold arial, verdana, helvetica, sans-serif; font-family: bold arial, verdana, helvetica, sans-serif;
font-size: 12px; font-size: 12px;
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{
background-image:url(images/shadow.gif);
}
img { img {
border: none; border: none;
} }
@ -1101,57 +1106,57 @@ div.system_announcement {
width: 550px; width: 550px;
position: relative; position: relative;
padding: 60px 0 1em 0; padding: 60px 0 1em 0;
} }
/* Glossary tool */ /* Glossary tool */
.glossary-term { .glossary-term {
margin: 1em; margin: 1em;
background-color: #ffe99b; background-color: #ffe99b;
padding: 0.5em 0.5em 1.8em 0; padding: 0.5em 0.5em 1.8em 0;
-moz-border-radius: 0.5em; -moz-border-radius: 0.5em;
} }
.glossary-term-title { .glossary-term-title {
margin: 2em 0 1em 0.5em; margin: 2em 0 1em 0.5em;
font-weight: bold; font-weight: bold;
font-size: 120%; font-size: 120%;
} }
.glossary-term-desc { .glossary-term-desc {
margin-left: 1em; margin-left: 1em;
} }
.glossary-term-action-links { .glossary-term-action-links {
float: right; float: right;
} }
.glossary-term-edit-form { .glossary-term-edit-form {
margin: 1em; margin: 1em;
background-color: #FFE4C4; background-color: #FFE4C4;
padding: 0.5em 0.5em 2em 0; padding: 0.5em 0.5em 2em 0;
-moz-border-radius: 0.5em; -moz-border-radius: 0.5em;
} }
.glossary-term-edit-desc { .glossary-term-edit-desc {
font-weight: bold; font-weight: bold;
font-size: 120%; font-size: 120%;
} }
.glossary-term-edit-title { .glossary-term-edit-title {
font-weight: bold; font-weight: bold;
font-size: 120%; font-size: 120%;
} }
.glossary-add-form { .glossary-add-form {
font-weight: bold; font-weight: bold;
font-size: 120%; font-size: 120%;
margin: 1em; margin: 1em;
} }
.glossary-orderby-link { .glossary-orderby-link {
float:right; float:right;
margin: 1em; margin: 1em;
} }
.glossary-msg-error { .glossary-msg-error {
color: #FF0000; color: #FF0000;
display :none; display :none;
font-weight: normal; font-weight: normal;
font-size: 80%; font-size: 80%;
} }
/* Notebook */ /* Notebook */
.notebook-add-form { .notebook-add-form {
@ -1478,7 +1483,7 @@ span.radio {
#exercise_close_link:hover{ #exercise_close_link:hover{
background: url(images/close_highlight.gif) no-repeat; background: url(images/close_highlight.gif) no-repeat;
padding-left: 20px; padding-left: 20px;
} }
/*SOCIAL TOOL*/ /*SOCIAL TOOL*/
.image-social-content { .image-social-content {
cursor:pointer; cursor:pointer;
@ -1569,76 +1574,76 @@ span.radio {
border-left:1px #9DACBF solid; border-left:1px #9DACBF solid;
border-right:1px #9DACBF solid; border-right:1px #9DACBF solid;
border-bottom:1px #9DACBF solid; border-bottom:1px #9DACBF solid;
} }
/***************************************************** /*****************************************************
* BUTTONS * * BUTTONS *
*****************************************************/ *****************************************************/
/* BUTTONS */ /* BUTTONS */
button { button {
margin:0 5px 3px 3px !important; margin:0 5px 3px 3px !important;
background-color: #DFDFDF; background-color: #DFDFDF;
border-width: 1px; border-width: 1px;
/* -moz-border-radius-topright : 5px; /* -moz-border-radius-topright : 5px;
-moz-border-radius-topleft : 5px; -moz-border-radius-topleft : 5px;
-moz-border-radius-bottomright : 5px; -moz-border-radius-bottomright : 5px;
-moz-border-radius-bottomleft : 5px; -moz-border-radius-bottomleft : 5px;
*/ */
font-family: bold arial,verdana,helvetica,sans-serif; font-family: bold arial,verdana,helvetica,sans-serif;
font-size: 100%; font-size: 100%;
line-height :130%; line-height :130%;
text-decoration: none; text-decoration: none;
color: black; color: black;
cursor: pointer; cursor: pointer;
padding:5px 15px 5px 15px; padding:5px 15px 5px 15px;
} }
button:hover { button:hover {
background-color:#cbcbcb; background-color:#cbcbcb;
color:#545454; color:#545454;
border-style: inset; border-style: inset;
} }
/* button with image */ /* button with image */
button.add, button.save, button.cancel, button.search, button.login { button.add, button.save, button.cancel, button.search, button.login {
padding-left:30px; padding-left:30px;
background-position:10px; background-position:10px;
background-repeat:no-repeat; background-repeat:no-repeat;
} }
/* POSITIVE */ /* POSITIVE */
button.save, button.add, button.search, button.login { button.save, button.add, button.search, button.login {
background-color:#E5EDF9; background-color:#E5EDF9;
border-color: #D4E2F6; border-color: #D4E2F6;
} }
button.save:hover, button.add:hover, button.search:hover, button.login:hover { button.save:hover, button.add:hover, button.search:hover, button.login:hover {
border-color: #D4E2F6; border-color: #D4E2F6;
background-color:#D4E2F6; background-color:#D4E2F6;
} }
/* NEGATIVE */ /* NEGATIVE */
button.cancel { button.cancel {
background-color:#F8E8E6; background-color:#F8E8E6;
border-color: #FFE3DE; border-color: #FFE3DE;
} }
button.cancel:hover { button.cancel:hover {
border-color: #F4E1D0; border-color: #F4E1D0;
background-color: #FFE3DE; background-color: #FFE3DE;
} }
/*including "save" image*/ /*including "save" image*/
button.save { button.save {
background-image:url(/main/img/button_accept.gif); background-image:url(images/button_accept.gif);
} }
/*including "add" image*/ /*including "add" image*/
button.add { button.add {
background-image:url(/main/img/button_add.gif); background-image:url(images/button_add.gif);
} }
/*including "cancel" image*/ /*including "cancel" image*/
button.cancel { button.cancel {
background-image:url(/main/img/button_delete.gif); background-image:url(images/button_delete.gif);
} }
/*including "search" image*/ /*including "search" image*/
button.search { button.search {
background-image:url(/main/img/button_search.gif); background-image:url(images/button_search.gif);
} }
/*including "login" image*/ /*including "login" image*/
button.login { button.login {
background-image:url(/main/img/button_login.gif); background-image:url(images/button_login.gif);
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 559 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 591 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 606 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 613 B

@ -0,0 +1,6 @@
<html>
<head>
</head>
<body>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

@ -9,8 +9,8 @@ div.row div.formw {
width: 100%; width: 100%;
} }
/* Redefining html styles */ /* Redefining html styles */
body { body {
/* hack ignored by non-IE to enable ie to support :hover on button */ /* hack ignored by non-IE to enable ie to support :hover on button */
behavior:url("/main/css/csshover3.htc"); behavior:url("/main/css/csshover3.htc");
font-family: arial, verdana, helvetica, sans-serif; font-family: arial, verdana, helvetica, sans-serif;
font-size: 12px; font-size: 12px;
@ -19,6 +19,11 @@ body {
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{
background-image:url(images/shadow.gif);
}
img { img {
border: none; border: none;
} }
@ -1101,50 +1106,50 @@ div.system_announcement {
#export_users,#update_course,#user_add,#user_import { #export_users,#update_course,#user_add,#user_import {
background: transparent url("images/headerform3.jpg") no-repeat top left background: transparent url("images/headerform3.jpg") no-repeat top left
; ;
} }
/* Glossary tool */ /* Glossary tool */
.glossary-term { .glossary-term {
margin: 1em; margin: 1em;
background-color: #ffe99b; background-color: #ffe99b;
padding: 0.5em 0.5em 1.8em 0; padding: 0.5em 0.5em 1.8em 0;
-moz-border-radius: 0.5em; -moz-border-radius: 0.5em;
} }
.glossary-term-title { .glossary-term-title {
margin: 2em 0 1em 0.5em; margin: 2em 0 1em 0.5em;
font-weight: bold; font-weight: bold;
font-size: 120%; font-size: 120%;
} }
.glossary-term-desc { .glossary-term-desc {
margin-left: 1em; margin-left: 1em;
} }
.glossary-term-action-links { .glossary-term-action-links {
float: right; float: right;
} }
.glossary-term-edit-form { .glossary-term-edit-form {
margin: 1em; margin: 1em;
background-color: #FFE4C4; background-color: #FFE4C4;
padding: 0.5em 0.5em 2em 0; padding: 0.5em 0.5em 2em 0;
-moz-border-radius: 0.5em; -moz-border-radius: 0.5em;
} }
.glossary-term-edit-desc { .glossary-term-edit-desc {
font-weight: bold; font-weight: bold;
font-size: 120%; font-size: 120%;
} }
.glossary-term-edit-title { .glossary-term-edit-title {
font-weight: bold; font-weight: bold;
font-size: 120%; font-size: 120%;
} }
.glossary-add-form { .glossary-add-form {
font-weight: bold; font-weight: bold;
font-size: 120%; font-size: 120%;
margin: 1em; margin: 1em;
} }
.glossary-orderby-link { .glossary-orderby-link {
float:right; float:right;
margin: 1em; margin: 1em;
} }
.glossary-msg-error { .glossary-msg-error {
color: #FF0000; color: #FF0000;
@ -1330,7 +1335,7 @@ div.system_announcement {
background: #fff; background: #fff;
color:#DC143C; color:#DC143C;
} }
/* --- end of course navigation menu section --- */ /* --- end of course navigation menu section --- */
@ -1570,76 +1575,76 @@ span.radio {
border-left:1px #9DACBF solid; border-left:1px #9DACBF solid;
border-right:1px #9DACBF solid; border-right:1px #9DACBF solid;
border-bottom:1px #9DACBF solid; border-bottom:1px #9DACBF solid;
} }
/***************************************************** /*****************************************************
* BUTTONS * * BUTTONS *
*****************************************************/ *****************************************************/
/* BUTTONS */ /* BUTTONS */
button { button {
margin:0 5px 3px 3px !important; margin:0 5px 3px 3px !important;
background-color: #DFDFDF; background-color: #DFDFDF;
border-width: 1px; border-width: 1px;
/* -moz-border-radius-topright : 5px; /* -moz-border-radius-topright : 5px;
-moz-border-radius-topleft : 5px; -moz-border-radius-topleft : 5px;
-moz-border-radius-bottomright : 5px; -moz-border-radius-bottomright : 5px;
-moz-border-radius-bottomleft : 5px; -moz-border-radius-bottomleft : 5px;
*/ */
font-family: bold arial,verdana,helvetica,sans-serif; font-family: bold arial,verdana,helvetica,sans-serif;
font-size: 100%; font-size: 100%;
line-height :130%; line-height :130%;
text-decoration: none; text-decoration: none;
color: black; color: black;
cursor: pointer; cursor: pointer;
padding:5px 15px 5px 15px; padding:5px 15px 5px 15px;
} }
button:hover { button:hover {
background-color:#cbcbcb; background-color:#cbcbcb;
color:#545454; color:#545454;
border-style: inset; border-style: inset;
} }
/* button with image */ /* button with image */
button.add, button.save, button.cancel, button.search, button.login { button.add, button.save, button.cancel, button.search, button.login {
padding-left:30px; padding-left:30px;
background-position:10px; background-position:10px;
background-repeat:no-repeat; background-repeat:no-repeat;
} }
/* POSITIVE */ /* POSITIVE */
button.save, button.add, button.search, button.login { button.save, button.add, button.search, button.login {
background-color:#E5EDF9; background-color:#E5EDF9;
border-color: #D4E2F6; border-color: #D4E2F6;
} }
button.save:hover, button.add:hover, button.search:hover, button.login:hover { button.save:hover, button.add:hover, button.search:hover, button.login:hover {
border-color: #D4E2F6; border-color: #D4E2F6;
background-color:#D4E2F6; background-color:#D4E2F6;
} }
/* NEGATIVE */ /* NEGATIVE */
button.cancel { button.cancel {
background-color:#F8E8E6; background-color:#F8E8E6;
border-color: #FFE3DE; border-color: #FFE3DE;
} }
button.cancel:hover { button.cancel:hover {
border-color: #F4E1D0; border-color: #F4E1D0;
background-color: #FFE3DE; background-color: #FFE3DE;
} }
/*including "save" image*/ /*including "save" image*/
button.save { button.save {
background-image:url(/main/img/button_accept.gif); background-image:url(images/button_accept.gif);
} }
/*including "add" image*/ /*including "add" image*/
button.add { button.add {
background-image:url(/main/img/button_add.gif); background-image:url(images/button_add.gif);
} }
/*including "cancel" image*/ /*including "cancel" image*/
button.cancel { button.cancel {
background-image:url(/main/img/button_delete.gif); background-image:url(images/button_delete.gif);
} }
/*including "search" image*/ /*including "search" image*/
button.search { button.search {
background-image:url(/main/img/button_search.gif); background-image:url(images/button_search.gif);
} }
/*including "login" image*/ /*including "login" image*/
button.login { button.login {
background-image:url(/main/img/button_login.gif); background-image:url(images/button_login.gif);
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 559 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 591 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 606 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 613 B

@ -0,0 +1,6 @@
<html>
<head>
</head>
<body>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

@ -9,14 +9,19 @@ div.row div.formw {
width: 100%; width: 100%;
} }
/* Redefining html styles */ /* Redefining html styles */
body { body {
/* hack ignored by non-IE to enable ie to support :hover on button */ /* hack ignored by non-IE to enable ie to support :hover on button */
behavior:url("/main/css/csshover3.htc"); behavior:url("/main/css/csshover3.htc");
font-family: bold arial, verdana, helvetica, sans-serif; font-family: bold arial, verdana, helvetica, sans-serif;
font-size: 12px; font-size: 12px;
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{
background-image:url(images/shadow.gif);
}
img { img {
border: none; border: none;
} }
@ -1095,57 +1100,57 @@ span.radio {
.skip { .skip {
display: none; display: none;
} }
/* Glossary tool */ /* Glossary tool */
.glossary-term { .glossary-term {
margin: 1em; margin: 1em;
background-color: #ffe99b; background-color: #ffe99b;
padding: 0.5em 0.5em 1.8em 0; padding: 0.5em 0.5em 1.8em 0;
-moz-border-radius: 0.5em; -moz-border-radius: 0.5em;
} }
.glossary-term-title { .glossary-term-title {
margin: 2em 0 1em 0.5em; margin: 2em 0 1em 0.5em;
font-weight: bold; font-weight: bold;
font-size: 120%; font-size: 120%;
} }
.glossary-term-desc { .glossary-term-desc {
margin-left: 1em; margin-left: 1em;
} }
.glossary-term-action-links { .glossary-term-action-links {
float: right; float: right;
} }
.glossary-term-edit-form { .glossary-term-edit-form {
margin: 1em; margin: 1em;
background-color: #FFE4C4; background-color: #FFE4C4;
padding: 0.5em 0.5em 2em 0; padding: 0.5em 0.5em 2em 0;
-moz-border-radius: 0.5em; -moz-border-radius: 0.5em;
} }
.glossary-term-edit-desc { .glossary-term-edit-desc {
font-weight: bold; font-weight: bold;
font-size: 120%; font-size: 120%;
} }
.glossary-term-edit-title { .glossary-term-edit-title {
font-weight: bold; font-weight: bold;
font-size: 120%; font-size: 120%;
} }
.glossary-add-form { .glossary-add-form {
font-weight: bold; font-weight: bold;
font-size: 120%; font-size: 120%;
margin: 1em; margin: 1em;
} }
.glossary-orderby-link { .glossary-orderby-link {
float:right; float:right;
margin: 1em; margin: 1em;
} }
.glossary-msg-error { .glossary-msg-error {
color: #FF0000; color: #FF0000;
display :none; display :none;
font-weight: normal; font-weight: normal;
font-size: 80%; font-size: 80%;
} }
/*NAVIGATION MENU BAR*/ /*NAVIGATION MENU BAR*/
@ -1577,76 +1582,76 @@ span.radio {
border-left:1px #9DACBF solid; border-left:1px #9DACBF solid;
border-right:1px #9DACBF solid; border-right:1px #9DACBF solid;
border-bottom:1px #9DACBF solid; border-bottom:1px #9DACBF solid;
} }
/***************************************************** /*****************************************************
* BUTTONS * * BUTTONS *
*****************************************************/ *****************************************************/
/* BUTTONS */ /* BUTTONS */
button { button {
margin:0 5px 3px 3px !important; margin:0 5px 3px 3px !important;
background-color: #DFDFDF; background-color: #DFDFDF;
border-width: 1px; border-width: 1px;
/* -moz-border-radius-topright : 5px; /* -moz-border-radius-topright : 5px;
-moz-border-radius-topleft : 5px; -moz-border-radius-topleft : 5px;
-moz-border-radius-bottomright : 5px; -moz-border-radius-bottomright : 5px;
-moz-border-radius-bottomleft : 5px; -moz-border-radius-bottomleft : 5px;
*/ */
font-family: bold arial,verdana,helvetica,sans-serif; font-family: bold arial,verdana,helvetica,sans-serif;
font-size: 100%; font-size: 100%;
line-height :130%; line-height :130%;
text-decoration: none; text-decoration: none;
color: black; color: black;
cursor: pointer; cursor: pointer;
padding:5px 15px 5px 15px; padding:5px 15px 5px 15px;
} }
button:hover { button:hover {
background-color:#cbcbcb; background-color:#cbcbcb;
color:#545454; color:#545454;
border-style: inset; border-style: inset;
} }
/* button with image */ /* button with image */
button.add, button.save, button.cancel, button.search, button.login { button.add, button.save, button.cancel, button.search, button.login {
padding-left:30px; padding-left:30px;
background-position:10px; background-position:10px;
background-repeat:no-repeat; background-repeat:no-repeat;
} }
/* POSITIVE */ /* POSITIVE */
button.save, button.add, button.search, button.login { button.save, button.add, button.search, button.login {
background-color:#E5EDF9; background-color:#E5EDF9;
border-color: #D4E2F6; border-color: #D4E2F6;
} }
button.save:hover, button.add:hover, button.search:hover, button.login:hover { button.save:hover, button.add:hover, button.search:hover, button.login:hover {
border-color: #D4E2F6; border-color: #D4E2F6;
background-color:#D4E2F6; background-color:#D4E2F6;
} }
/* NEGATIVE */ /* NEGATIVE */
button.cancel { button.cancel {
background-color:#F8E8E6; background-color:#F8E8E6;
border-color: #FFE3DE; border-color: #FFE3DE;
} }
button.cancel:hover { button.cancel:hover {
border-color: #F4E1D0; border-color: #F4E1D0;
background-color: #FFE3DE; background-color: #FFE3DE;
} }
/*including "save" image*/ /*including "save" image*/
button.save { button.save {
background-image:url(/main/img/button_accept.gif); background-image:url(images/button_accept.gif);
} }
/*including "add" image*/ /*including "add" image*/
button.add { button.add {
background-image:url(/main/img/button_add.gif); background-image:url(images/button_add.gif);
} }
/*including "cancel" image*/ /*including "cancel" image*/
button.cancel { button.cancel {
background-image:url(/main/img/button_delete.gif); background-image:url(images/button_delete.gif);
} }
/*including "search" image*/ /*including "search" image*/
button.search { button.search {
background-image:url(/main/img/button_search.gif); background-image:url(images/button_search.gif);
} }
/*including "login" image*/ /*including "login" image*/
button.login { button.login {
background-image:url(/main/img/button_login.gif); background-image:url(images/button_login.gif);
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 559 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 591 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 606 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 613 B

@ -0,0 +1,6 @@
<html>
<head>
</head>
<body>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

@ -8,8 +8,8 @@ div.row div.formw {
width: 100%; width: 100%;
} }
/* Redefining html styles */ /* Redefining html styles */
body { body {
/* hack ignored by non-IE to enable ie to support :hover on button */ /* hack ignored by non-IE to enable ie to support :hover on button */
behavior:url("/main/css/csshover3.htc"); behavior:url("/main/css/csshover3.htc");
font-family: arial, verdana, helvetica, sans-serif; font-family: arial, verdana, helvetica, sans-serif;
font-size: 12px; font-size: 12px;
@ -18,6 +18,11 @@ body {
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{
background-image:url(images/shadow.gif);
}
img { img {
border: none; border: none;
} }
@ -1133,50 +1138,50 @@ div.system_announcement_content{
#export_users,#update_course,#user_add,#user_import { #export_users,#update_course,#user_add,#user_import {
background: transparent url("images/headerform3.jpg") no-repeat top left background: transparent url("images/headerform3.jpg") no-repeat top left
; ;
} }
/* Glossary tool */ /* Glossary tool */
.glossary-term { .glossary-term {
margin: 1em; margin: 1em;
background-color: #ffe99b; background-color: #ffe99b;
padding: 0.5em 0.5em 1.8em 0; padding: 0.5em 0.5em 1.8em 0;
-moz-border-radius: 0.5em; -moz-border-radius: 0.5em;
} }
.glossary-term-title { .glossary-term-title {
margin: 2em 0 1em 0.5em; margin: 2em 0 1em 0.5em;
font-weight: bold; font-weight: bold;
font-size: 120%; font-size: 120%;
} }
.glossary-term-desc { .glossary-term-desc {
margin-left: 1em; margin-left: 1em;
} }
.glossary-term-action-links { .glossary-term-action-links {
float: right; float: right;
} }
.glossary-term-edit-form { .glossary-term-edit-form {
margin: 1em; margin: 1em;
background-color: #FFE4C4; background-color: #FFE4C4;
padding: 0.5em 0.5em 2em 0; padding: 0.5em 0.5em 2em 0;
-moz-border-radius: 0.5em; -moz-border-radius: 0.5em;
} }
.glossary-term-edit-desc { .glossary-term-edit-desc {
font-weight: bold; font-weight: bold;
font-size: 120%; font-size: 120%;
} }
.glossary-term-edit-title { .glossary-term-edit-title {
font-weight: bold; font-weight: bold;
font-size: 120%; font-size: 120%;
} }
.glossary-add-form { .glossary-add-form {
font-weight: bold; font-weight: bold;
font-size: 120%; font-size: 120%;
margin: 1em; margin: 1em;
} }
.glossary-orderby-link { .glossary-orderby-link {
float:right; float:right;
margin: 1em; margin: 1em;
} }
.glossary-msg-error { .glossary-msg-error {
color: #FF0000; color: #FF0000;
@ -1362,7 +1367,7 @@ div.system_announcement_content{
background: #fff; background: #fff;
color:#4171b5; color:#4171b5;
} }
/* --- end of course navigation menu section --- */ /* --- end of course navigation menu section --- */
@ -1602,76 +1607,77 @@ span.radio {
border-left:1px #9DACBF solid; border-left:1px #9DACBF solid;
border-right:1px #9DACBF solid; border-right:1px #9DACBF solid;
border-bottom:1px #9DACBF solid; border-bottom:1px #9DACBF solid;
} }
/***************************************************** /*****************************************************
* BUTTONS * * BUTTONS *
*****************************************************/ *****************************************************/
/* BUTTONS */ /* BUTTONS */
button { button {
margin:0 5px 3px 3px !important; margin:0 5px 3px 3px !important;
background-color: #DFDFDF; background-color: #DFDFDF;
border-width: 1px; border-width: 1px;
/* -moz-border-radius-topright : 5px; /* -moz-border-radius-topright : 5px;
-moz-border-radius-topleft : 5px; -moz-border-radius-topleft : 5px;
-moz-border-radius-bottomright : 5px; -moz-border-radius-bottomright : 5px;
-moz-border-radius-bottomleft : 5px; -moz-border-radius-bottomleft : 5px;
*/ */
font-family: bold arial,verdana,helvetica,sans-serif; font-family: bold arial,verdana,helvetica,sans-serif;
font-size: 100%; font-size: 100%;
line-height :130%; line-height :130%;
text-decoration: none; text-decoration: none;
color: black; color: black;
cursor: pointer; cursor: pointer;
padding:5px 15px 5px 15px; padding:5px 15px 5px 15px;
} }
button:hover { button:hover {
background-color:#cbcbcb; background-color:#cbcbcb;
color:#545454; color:#545454;
border-style: inset; border-style: inset;
} }
/* button with image */ /* button with image */
button.add, button.save, button.cancel, button.search, button.login { button.add, button.save, button.cancel, button.search, button.login {
padding-left:30px; padding-left:30px;
background-position:10px; background-position:10px;
background-repeat:no-repeat; background-repeat:no-repeat;
} }
/* POSITIVE */ /* POSITIVE */
button.save, button.add, button.search, button.login { button.save, button.add, button.search, button.login {
background-color:#E5EDF9; background-color:#E5EDF9;
border-color: #D4E2F6; border-color: #D4E2F6;
} }
button.save:hover, button.add:hover, button.search:hover, button.login:hover { button.save:hover, button.add:hover, button.search:hover, button.login:hover {
border-color: #D4E2F6; border-color: #D4E2F6;
background-color:#D4E2F6; background-color:#D4E2F6;
} }
/* NEGATIVE */ /* NEGATIVE */
button.cancel { button.cancel {
background-color:#F8E8E6; background-color:#F8E8E6;
border-color: #FFE3DE; border-color: #FFE3DE;
} }
button.cancel:hover { button.cancel:hover {
border-color: #F4E1D0; border-color: #F4E1D0;
background-color: #FFE3DE; background-color: #FFE3DE;
} }
/*including "save" image*/
button.save { /*including "save" image*/
background-image:url(/main/img/button_accept.gif); button.save {
} background-image:url(images/button_accept.gif);
/*including "add" image*/ }
button.add { /*including "add" image*/
background-image:url(/main/img/button_add.gif); button.add {
} background-image:url(images/button_add.gif);
}
/*including "cancel" image*/
button.cancel { /*including "cancel" image*/
background-image:url(/main/img/button_delete.gif); button.cancel {
} background-image:url(images/button_delete.gif);
/*including "search" image*/ }
button.search { /*including "search" image*/
background-image:url(/main/img/button_search.gif); button.search {
} background-image:url(images/button_search.gif);
/*including "login" image*/ }
button.login { /*including "login" image*/
background-image:url(/main/img/button_login.gif); button.login {
} background-image:url(images/button_login.gif);
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 559 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 591 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 606 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 613 B

@ -0,0 +1,6 @@
<html>
<head>
</head>
<body>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

@ -1,8 +1,8 @@
/***************************************************** /*****************************************************
* MAIN * * MAIN *
*****************************************************/ *****************************************************/
body { body {
/* hack ignored by non-IE to enable ie to support :hover on button */ /* hack ignored by non-IE to enable ie to support :hover on button */
behavior:url("/main/css/csshover3.htc"); behavior:url("/main/css/csshover3.htc");
font-family: arial, verdana, helvetica, sans-serif; font-family: arial, verdana, helvetica, sans-serif;
font-size: 12px; font-size: 12px;
@ -12,6 +12,10 @@ body {
background-color: #fff; background-color: #fff;
} }
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{
background-image:url(images/shadow.gif);
}
#outerframe { #outerframe {
position: relative; /* do not remove, fixes a bug in IE */ position: relative; /* do not remove, fixes a bug in IE */
border: 1px solid #fff; border: 1px solid #fff;
@ -1856,7 +1860,7 @@ padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;}
} }
.actions a { .actions a {
margin-right: 10px; margin-right: 10px;
vertical-align:middle; vertical-align:middle;
} }
/********************************************** /**********************************************
@ -2026,76 +2030,77 @@ padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;}
border-left:1px #9DACBF solid; border-left:1px #9DACBF solid;
border-right:1px #9DACBF solid; border-right:1px #9DACBF solid;
border-bottom:1px #9DACBF solid; border-bottom:1px #9DACBF solid;
} }
/***************************************************** /*****************************************************
* BUTTONS * * BUTTONS *
*****************************************************/ *****************************************************/
/* BUTTONS */ /* BUTTONS */
button { button {
margin:0 5px 3px 3px !important; margin:0 5px 3px 3px !important;
background-color: #DFDFDF; background-color: #DFDFDF;
border-width: 1px; border-width: 1px;
/* -moz-border-radius-topright : 5px; /* -moz-border-radius-topright : 5px;
-moz-border-radius-topleft : 5px; -moz-border-radius-topleft : 5px;
-moz-border-radius-bottomright : 5px; -moz-border-radius-bottomright : 5px;
-moz-border-radius-bottomleft : 5px; -moz-border-radius-bottomleft : 5px;
*/ */
font-family: bold arial,verdana,helvetica,sans-serif; font-family: bold arial,verdana,helvetica,sans-serif;
font-size: 100%; font-size: 100%;
line-height :130%; line-height :130%;
text-decoration: none; text-decoration: none;
color: black; color: black;
cursor: pointer; cursor: pointer;
padding:5px 15px 5px 15px; padding:5px 15px 5px 15px;
} }
button:hover { button:hover {
background-color:#cbcbcb; background-color:#cbcbcb;
color:#545454; color:#545454;
border-style: inset; border-style: inset;
} }
/* button with image */ /* button with image */
button.add, button.save, button.cancel, button.search, button.login { button.add, button.save, button.cancel, button.search, button.login {
padding-left:30px; padding-left:30px;
background-position:10px; background-position:10px;
background-repeat:no-repeat; background-repeat:no-repeat;
} }
/* POSITIVE */ /* POSITIVE */
button.save, button.add, button.search, button.login { button.save, button.add, button.search, button.login {
background-color:#E5EDF9; background-color:#E5EDF9;
border-color: #D4E2F6; border-color: #D4E2F6;
} }
button.save:hover, button.add:hover, button.search:hover, button.login:hover { button.save:hover, button.add:hover, button.search:hover, button.login:hover {
border-color: #D4E2F6; border-color: #D4E2F6;
background-color:#D4E2F6; background-color:#D4E2F6;
} }
/* NEGATIVE */ /* NEGATIVE */
button.cancel { button.cancel {
background-color:#F8E8E6; background-color:#F8E8E6;
border-color: #FFE3DE; border-color: #FFE3DE;
} }
button.cancel:hover { button.cancel:hover {
border-color: #F4E1D0; border-color: #F4E1D0;
background-color: #FFE3DE; background-color: #FFE3DE;
} }
/*including "save" image*/
button.save { /*including "save" image*/
background-image:url(/main/img/button_accept.gif); button.save {
} background-image:url(images/button_accept.gif);
/*including "add" image*/ }
button.add { /*including "add" image*/
background-image:url(/main/img/button_add.gif); button.add {
} background-image:url(images/button_add.gif);
}
/*including "cancel" image*/
button.cancel { /*including "cancel" image*/
background-image:url(/main/img/button_delete.gif); button.cancel {
} background-image:url(images/button_delete.gif);
/*including "search" image*/ }
button.search { /*including "search" image*/
background-image:url(/main/img/button_search.gif); button.search {
} background-image:url(images/button_search.gif);
/*including "login" image*/ }
button.login { /*including "login" image*/
background-image:url(/main/img/button_login.gif); button.login {
} background-image:url(images/button_login.gif);
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 559 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 591 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 606 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 613 B

@ -0,0 +1,6 @@
<html>
<head>
</head>
<body>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

@ -4,8 +4,8 @@
============================================================================== ==============================================================================
*/ */
body { body {
/* hack ignored by non-IE to enable ie to support :hover on button */ /* hack ignored by non-IE to enable ie to support :hover on button */
behavior:url("/main/css/csshover3.htc"); behavior:url("/main/css/csshover3.htc");
background-color: #fff; background-color: #fff;
color: #000; color: #000;
@ -2681,88 +2681,77 @@ span.radio {
border-left:1px #9DACBF solid; border-left:1px #9DACBF solid;
border-right:1px #9DACBF solid; border-right:1px #9DACBF solid;
border-bottom:1px #9DACBF solid; border-bottom:1px #9DACBF solid;
} }
/***************************************************** /*****************************************************
* BUTTONS * * BUTTONS *
*****************************************************/ *****************************************************/
/* BUTTONS */ /* BUTTONS */
button { button {
margin:0 5px 3px 3px !important; margin:0 5px 3px 3px !important;
background-color: #DFDFDF; background-color: #DFDFDF;
border-width: 1px; border-width: 1px;
/* -moz-border-radius-topright : 5px; /* -moz-border-radius-topright : 5px;
-moz-border-radius-topleft : 5px; -moz-border-radius-topleft : 5px;
-moz-border-radius-bottomright : 5px; -moz-border-radius-bottomright : 5px;
-moz-border-radius-bottomleft : 5px; -moz-border-radius-bottomleft : 5px;
*/ */
font-family: bold arial,verdana,helvetica,sans-serif; font-family: bold arial,verdana,helvetica,sans-serif;
font-size: 100%; font-size: 100%;
line-height :130%; line-height :130%;
text-decoration: none; text-decoration: none;
color: black; color: black;
cursor: pointer; cursor: pointer;
padding:5px 15px 5px 15px; padding:5px 15px 5px 15px;
} }
button:hover { button:hover {
background-color:#cbcbcb; background-color:#cbcbcb;
color:#545454; color:#545454;
border-style: inset; border-style: inset;
} }
/* button with image */ /* button with image */
button.add, button.save, button.cancel, button.search, button.login { button.add, button.save, button.cancel, button.search, button.login {
padding-left:30px; padding-left:30px;
background-position:10px; background-position:10px;
background-repeat:no-repeat;
}
/* POSITIVE */
button.save, button.add, button.search, button.login {
background-color:#E5EDF9;
border-color: #D4E2F6;
}
button.save:hover, button.add:hover, button.search:hover, button.login:hover {
border-color: #D4E2F6;
background-color:#D4E2F6;
}
/* NEGATIVE */
button.cancel {
background-color:#F8E8E6;
border-color: #FFE3DE;
}
button.cancel:hover {
border-color: #F4E1D0;
background-color: #FFE3DE;
}
/*including "save" image*/
button.save {
background-image:url(/main/img/button_accept.gif);
}
/*including "add" image*/
button.add {
background-image:url(/main/img/button_add.gif);
}
/*including "cancel" image*/
button.cancel {
background-image:url(/main/img/button_delete.gif);
}
/*including "search" image*/
button.search {
background-image:url(/main/img/button_search.gif);
}
/*including "login" image*/
button.login {
background-image:url(/main/img/button_login.gif);
}
/*including "add" image*/
button.add{
margin:0 10px -3px -3px !important;
padding:3px 1px 1px 23px;
/*text-decoration:none;
text-align:right;*/
width:auto;
height:100%;
background-position:3%;
background-image:url(/main/img/addd.gif);
background-repeat:no-repeat; background-repeat:no-repeat;
}
/* POSITIVE */
button.save, button.add, button.search, button.login {
background-color:#E5EDF9;
border-color: #D4E2F6;
}
button.save:hover, button.add:hover, button.search:hover, button.login:hover {
border-color: #D4E2F6;
background-color:#D4E2F6;
}
/* NEGATIVE */
button.cancel {
background-color:#F8E8E6;
border-color: #FFE3DE;
}
button.cancel:hover {
border-color: #F4E1D0;
background-color: #FFE3DE;
}
/*including "save" image*/
button.save {
background-image:url(images/button_accept.gif);
}
/*including "add" image*/
button.add {
background-image:url(images/button_add.gif);
}
/*including "cancel" image*/
button.cancel {
background-image:url(images/button_delete.gif);
}
/*including "search" image*/
button.search {
background-image:url(images/button_search.gif);
}
/*including "login" image*/
button.login {
background-image:url(images/button_login.gif);
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 559 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 591 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 606 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 613 B

@ -0,0 +1,6 @@
<html>
<head>
</head>
<body>
</body>
</html>

@ -1,8 +1,8 @@
/***************************************************** /*****************************************************
* MAIN - MEDICAL CSS * * MAIN - MEDICAL CSS *
*****************************************************/ *****************************************************/
body { body {
/* hack ignored by non-IE to enable ie to support :hover on button */ /* hack ignored by non-IE to enable ie to support :hover on button */
behavior:url("/main/css/csshover3.htc"); behavior:url("/main/css/csshover3.htc");
font-family: bold arial, verdana, helvetica, sans-serif; font-family: bold arial, verdana, helvetica, sans-serif;
font-size: 12px; font-size: 12px;
@ -12,6 +12,10 @@ body {
background-color: #ffffff; background-color: #ffffff;
} }
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{
background-image:url(images/shadow.gif);
}
#outerframe { #outerframe {
position: relative; /* do not remove, fixes a bug in IE */ position: relative; /* do not remove, fixes a bug in IE */
@ -2080,88 +2084,76 @@ span.radio {
border-left:1px #9DACBF solid; border-left:1px #9DACBF solid;
border-right:1px #9DACBF solid; border-right:1px #9DACBF solid;
border-bottom:1px #9DACBF solid; border-bottom:1px #9DACBF solid;
} }
/***************************************************** /*****************************************************
* BUTTONS * * BUTTONS *
*****************************************************/ *****************************************************/
/* BUTTONS */ /* BUTTONS */
button { button {
margin:0 5px 3px 3px !important; margin:0 5px 3px 3px !important;
background-color: #DFDFDF; background-color: #DFDFDF;
border-width: 1px; border-width: 1px;
/* -moz-border-radius-topright : 5px; /* -moz-border-radius-topright : 5px;
-moz-border-radius-topleft : 5px; -moz-border-radius-topleft : 5px;
-moz-border-radius-bottomright : 5px; -moz-border-radius-bottomright : 5px;
-moz-border-radius-bottomleft : 5px; -moz-border-radius-bottomleft : 5px;
*/ */
font-family: bold arial,verdana,helvetica,sans-serif; font-family: bold arial,verdana,helvetica,sans-serif;
font-size: 100%; font-size: 100%;
line-height :130%; line-height :130%;
text-decoration: none; text-decoration: none;
color: black; color: black;
cursor: pointer; cursor: pointer;
padding:5px 15px 5px 15px; padding:5px 15px 5px 15px;
} }
button:hover { button:hover {
background-color:#cbcbcb; background-color:#cbcbcb;
color:#545454; color:#545454;
border-style: inset; border-style: inset;
} }
/* button with image */ /* button with image */
button.add, button.save, button.cancel, button.search, button.login { button.add, button.save, button.cancel, button.search, button.login {
padding-left:30px; padding-left:30px;
background-position:10px; background-position:10px;
background-repeat:no-repeat;
}
/* POSITIVE */
button.save, button.add, button.search, button.login {
background-color:#E5EDF9;
border-color: #D4E2F6;
}
button.save:hover, button.add:hover, button.search:hover, button.login:hover {
border-color: #D4E2F6;
background-color:#D4E2F6;
}
/* NEGATIVE */
button.cancel {
background-color:#F8E8E6;
border-color: #FFE3DE;
}
button.cancel:hover {
border-color: #F4E1D0;
background-color: #FFE3DE;
}
/*including "save" image*/
button.save {
background-image:url(/main/img/button_accept.gif);
}
/*including "add" image*/
button.add {
background-image:url(/main/img/button_add.gif);
}
/*including "cancel" image*/
button.cancel {
background-image:url(/main/img/button_delete.gif);
}
/*including "search" image*/
button.search {
background-image:url(/main/img/button_search.gif);
}
/*including "login" image*/
button.login {
background-image:url(/main/img/button_login.gif);
}
/*including "add" image*/
button.add{
margin:0 10px -3px -3px !important;
padding:3px 1px 1px 23px;
/*text-decoration:none;
text-align:right;*/
width:auto;
height:100%;
background-position:3%;
background-image:url(/main/img/addd.gif);
background-repeat:no-repeat; background-repeat:no-repeat;
}
/* POSITIVE */
button.save, button.add, button.search, button.login {
background-color:#E5EDF9;
border-color: #D4E2F6;
}
button.save:hover, button.add:hover, button.search:hover, button.login:hover {
border-color: #D4E2F6;
background-color:#D4E2F6;
}
/* NEGATIVE */
button.cancel {
background-color:#F8E8E6;
border-color: #FFE3DE;
}
button.cancel:hover {
border-color: #F4E1D0;
background-color: #FFE3DE;
}
/*including "save" image*/
button.save {
background-image:url(images/button_accept.gif);
}
/*including "add" image*/
button.add {
background-image:url(images/button_add.gif);
}
/*including "cancel" image*/
button.cancel {
background-image:url(images/button_delete.gif);
}
/*including "search" image*/
button.search {
background-image:url(images/button_search.gif);
}
/*including "login" image*/
button.login {
background-image:url(images/button_login.gif);
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 559 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 591 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 606 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 613 B

@ -0,0 +1,6 @@
<html>
<head>
</head>
<body>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

File diff suppressed because it is too large Load Diff

@ -22,8 +22,8 @@ blockquote {
font: 1.1em arial, sans, sans-serif; font: 1.1em arial, sans, sans-serif;
} }
body { body {
/* hack ignored by non-IE to enable ie to support :hover on button */ /* hack ignored by non-IE to enable ie to support :hover on button */
behavior:url("/main/css/csshover3.htc"); behavior:url("/main/css/csshover3.htc");
margin: 0; margin: 0;
padding: 0; padding: 0;
@ -33,6 +33,10 @@ body {
background-color: #fff; background-color: #fff;
} }
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{
background-image:url(images/shadow.gif);
}
h3 { h3 {
font: bold 1.3em Arial, sans-serif, sans; font: bold 1.3em Arial, sans-serif, sans;
} }
@ -2183,87 +2187,75 @@ span.radio {
border-right:1px #9DACBF solid; border-right:1px #9DACBF solid;
border-bottom:1px #9DACBF solid; border-bottom:1px #9DACBF solid;
} }
/***************************************************** /*****************************************************
* BUTTONS * * BUTTONS *
*****************************************************/ *****************************************************/
/* BUTTONS */ /* BUTTONS */
button { button {
margin:0 5px 3px 3px !important; margin:0 5px 3px 3px !important;
background-color: #DFDFDF; background-color: #DFDFDF;
border-width: 1px; border-width: 1px;
/* -moz-border-radius-topright : 5px; /* -moz-border-radius-topright : 5px;
-moz-border-radius-topleft : 5px; -moz-border-radius-topleft : 5px;
-moz-border-radius-bottomright : 5px; -moz-border-radius-bottomright : 5px;
-moz-border-radius-bottomleft : 5px; -moz-border-radius-bottomleft : 5px;
*/ */
font-family: bold arial,verdana,helvetica,sans-serif; font-family: bold arial,verdana,helvetica,sans-serif;
font-size: 100%; font-size: 100%;
line-height :130%; line-height :130%;
text-decoration: none; text-decoration: none;
color: black; color: black;
cursor: pointer; cursor: pointer;
padding:5px 15px 5px 15px; padding:5px 15px 5px 15px;
} }
button:hover { button:hover {
background-color:#cbcbcb; background-color:#cbcbcb;
color:#545454; color:#545454;
border-style: inset; border-style: inset;
} }
/* button with image */ /* button with image */
button.add, button.save, button.cancel, button.search, button.login { button.add, button.save, button.cancel, button.search, button.login {
padding-left:30px; padding-left:30px;
background-position:10px; background-position:10px;
background-repeat:no-repeat;
}
/* POSITIVE */
button.save, button.add, button.search, button.login {
background-color:#E5EDF9;
border-color: #D4E2F6;
}
button.save:hover, button.add:hover, button.search:hover, button.login:hover {
border-color: #D4E2F6;
background-color:#D4E2F6;
}
/* NEGATIVE */
button.cancel {
background-color:#F8E8E6;
border-color: #FFE3DE;
}
button.cancel:hover {
border-color: #F4E1D0;
background-color: #FFE3DE;
}
/*including "save" image*/
button.save {
background-image:url(/main/img/button_accept.gif);
}
/*including "add" image*/
button.add {
background-image:url(/main/img/button_add.gif);
}
/*including "cancel" image*/
button.cancel {
background-image:url(/main/img/button_delete.gif);
}
/*including "search" image*/
button.search {
background-image:url(/main/img/button_search.gif);
}
/*including "login" image*/
button.login {
background-image:url(/main/img/button_login.gif);
}
/*including "add" image*/
button.add{
margin:0 10px -3px -3px !important;
padding:3px 1px 1px 23px;
/*text-decoration:none;
text-align:right;*/
width:auto;
height:100%;
background-position:3%;
background-image:url(/main/img/addd.gif);
background-repeat:no-repeat; background-repeat:no-repeat;
}
/* POSITIVE */
button.save, button.add, button.search, button.login {
background-color:#E5EDF9;
border-color: #D4E2F6;
}
button.save:hover, button.add:hover, button.search:hover, button.login:hover {
border-color: #D4E2F6;
background-color:#D4E2F6;
}
/* NEGATIVE */
button.cancel {
background-color:#F8E8E6;
border-color: #FFE3DE;
}
button.cancel:hover {
border-color: #F4E1D0;
background-color: #FFE3DE;
}
/*including "save" image*/
button.save {
background-image:url(images/button_accept.gif);
}
/*including "add" image*/
button.add {
background-image:url(images/button_add.gif);
}
/*including "cancel" image*/
button.cancel {
background-image:url(images/button_delete.gif);
}
/*including "search" image*/
button.search {
background-image:url(images/button_search.gif);
}
/*including "login" image*/
button.login {
background-image:url(images/button_login.gif);
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 559 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 591 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 606 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 613 B

@ -0,0 +1,6 @@
<html>
<head>
</head>
<body>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

@ -1,8 +1,8 @@
/***************************************************** /*****************************************************
* MAIN SOBER BROWN * * MAIN SOBER BROWN *
*****************************************************/ *****************************************************/
body { body {
/* hack ignored by non-IE to enable ie to support :hover on button */ /* hack ignored by non-IE to enable ie to support :hover on button */
behavior:url("/main/css/csshover3.htc"); behavior:url("/main/css/csshover3.htc");
font-family: bold arial, verdana, helvetica, sans-serif; font-family: bold arial, verdana, helvetica, sans-serif;
font-size: 12px; font-size: 12px;
@ -12,6 +12,10 @@ body {
background-color: #ffffff; background-color: #ffffff;
} }
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{
background-image:url(images/shadow.gif);
}
#outerframe { #outerframe {
position: relative; /* do not remove, fixes a bug in IE */ position: relative; /* do not remove, fixes a bug in IE */
@ -2148,88 +2152,77 @@ span.radio {
border-left:1px #9DACBF solid; border-left:1px #9DACBF solid;
border-right:1px #9DACBF solid; border-right:1px #9DACBF solid;
border-bottom:1px #9DACBF solid; border-bottom:1px #9DACBF solid;
} }
/***************************************************** /*****************************************************
* BUTTONS * * BUTTONS *
*****************************************************/ *****************************************************/
/* BUTTONS */ /* BUTTONS */
button { button {
margin:0 5px 3px 3px !important; margin:0 5px 3px 3px !important;
background-color: #DFDFDF; background-color: #DFDFDF;
border-width: 1px; border-width: 1px;
/* -moz-border-radius-topright : 5px; /* -moz-border-radius-topright : 5px;
-moz-border-radius-topleft : 5px; -moz-border-radius-topleft : 5px;
-moz-border-radius-bottomright : 5px; -moz-border-radius-bottomright : 5px;
-moz-border-radius-bottomleft : 5px; -moz-border-radius-bottomleft : 5px;
*/ */
font-family: bold arial,verdana,helvetica,sans-serif; font-family: bold arial,verdana,helvetica,sans-serif;
font-size: 100%; font-size: 100%;
line-height :130%; line-height :130%;
text-decoration: none; text-decoration: none;
color: black; color: black;
cursor: pointer; cursor: pointer;
padding:5px 15px 5px 15px; padding:5px 15px 5px 15px;
} }
button:hover { button:hover {
background-color:#cbcbcb; background-color:#cbcbcb;
color:#545454; color:#545454;
border-style: inset; border-style: inset;
} }
/* button with image */ /* button with image */
button.add, button.save, button.cancel, button.search, button.login { button.add, button.save, button.cancel, button.search, button.login {
padding-left:30px; padding-left:30px;
background-position:10px; background-position:10px;
background-repeat:no-repeat;
}
/* POSITIVE */
button.save, button.add, button.search, button.login {
background-color:#E5EDF9;
border-color: #D4E2F6;
}
button.save:hover, button.add:hover, button.search:hover, button.login:hover {
border-color: #D4E2F6;
background-color:#D4E2F6;
}
/* NEGATIVE */
button.cancel {
background-color:#F8E8E6;
border-color: #FFE3DE;
}
button.cancel:hover {
border-color: #F4E1D0;
background-color: #FFE3DE;
}
/*including "save" image*/
button.save {
background-image:url(/main/img/button_accept.gif);
}
/*including "add" image*/
button.add {
background-image:url(/main/img/button_add.gif);
}
/*including "cancel" image*/
button.cancel {
background-image:url(/main/img/button_delete.gif);
}
/*including "search" image*/
button.search {
background-image:url(/main/img/button_search.gif);
}
/*including "login" image*/
button.login {
background-image:url(/main/img/button_login.gif);
}
/*including "add" image*/
button.add{
margin:0 10px -3px -3px !important;
padding:3px 1px 1px 23px;
/*text-decoration:none;
text-align:right;*/
width:auto;
height:100%;
background-position:3%;
background-image:url(/main/img/addd.gif);
background-repeat:no-repeat; background-repeat:no-repeat;
}
/* POSITIVE */
button.save, button.add, button.search, button.login {
background-color:#E5EDF9;
border-color: #D4E2F6;
}
button.save:hover, button.add:hover, button.search:hover, button.login:hover {
border-color: #D4E2F6;
background-color:#D4E2F6;
}
/* NEGATIVE */
button.cancel {
background-color:#F8E8E6;
border-color: #FFE3DE;
}
button.cancel:hover {
border-color: #F4E1D0;
background-color: #FFE3DE;
}
/*including "save" image*/
button.save {
background-image:url(images/button_accept.gif);
}
/*including "add" image*/
button.add {
background-image:url(images/button_add.gif);
}
/*including "cancel" image*/
button.cancel {
background-image:url(images/button_delete.gif);
}
/*including "search" image*/
button.search {
background-image:url(images/button_search.gif);
}
/*including "login" image*/
button.login {
background-image:url(images/button_login.gif);
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 559 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 591 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 606 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 613 B

@ -0,0 +1,6 @@
<html>
<head>
</head>
<body>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Loading…
Cancel
Save