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

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

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

@ -8,8 +8,8 @@ div.row div.formw {
width: 100%;
}
/* Redefining html styles */
body {
/* hack ignored by non-IE to enable ie to support :hover on button */
body {
/* hack ignored by non-IE to enable ie to support :hover on button */
behavior:url("/main/css/csshover3.htc");
font-family: arial, verdana, helvetica, sans-serif;
font-size: 12px;
@ -18,6 +18,11 @@ body {
margin: 0;
padding: 0;
}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{
background-image:url(images/shadow.gif);
}
img {
border: none;
}
@ -1133,50 +1138,50 @@ div.system_announcement_content{
#export_users,#update_course,#user_add,#user_import {
background: transparent url("images/headerform3.jpg") no-repeat top left
;
}
/* Glossary tool */
.glossary-term {
margin: 1em;
background-color: #ffe99b;
padding: 0.5em 0.5em 1.8em 0;
-moz-border-radius: 0.5em;
}
.glossary-term-title {
margin: 2em 0 1em 0.5em;
font-weight: bold;
font-size: 120%;
}
.glossary-term-desc {
margin-left: 1em;
}
.glossary-term-action-links {
float: right;
}
.glossary-term-edit-form {
margin: 1em;
background-color: #FFE4C4;
padding: 0.5em 0.5em 2em 0;
-moz-border-radius: 0.5em;
}
.glossary-term-edit-desc {
font-weight: bold;
font-size: 120%;
}
.glossary-term-edit-title {
font-weight: bold;
font-size: 120%;
}
.glossary-add-form {
font-weight: bold;
font-size: 120%;
margin: 1em;
}
.glossary-orderby-link {
float:right;
margin: 1em;
}
/* Glossary tool */
.glossary-term {
margin: 1em;
background-color: #ffe99b;
padding: 0.5em 0.5em 1.8em 0;
-moz-border-radius: 0.5em;
}
.glossary-term-title {
margin: 2em 0 1em 0.5em;
font-weight: bold;
font-size: 120%;
}
.glossary-term-desc {
margin-left: 1em;
}
.glossary-term-action-links {
float: right;
}
.glossary-term-edit-form {
margin: 1em;
background-color: #FFE4C4;
padding: 0.5em 0.5em 2em 0;
-moz-border-radius: 0.5em;
}
.glossary-term-edit-desc {
font-weight: bold;
font-size: 120%;
}
.glossary-term-edit-title {
font-weight: bold;
font-size: 120%;
}
.glossary-add-form {
font-weight: bold;
font-size: 120%;
margin: 1em;
}
.glossary-orderby-link {
float:right;
margin: 1em;
}
.glossary-msg-error {
color: #FF0000;
@ -1362,7 +1367,7 @@ div.system_announcement_content{
background: #fff;
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-right:1px #9DACBF solid;
border-bottom:1px #9DACBF solid;
}
/*****************************************************
* BUTTONS *
*****************************************************/
/* BUTTONS */
button {
margin:0 5px 3px 3px !important;
background-color: #DFDFDF;
border-width: 1px;
/* -moz-border-radius-topright : 5px;
-moz-border-radius-topleft : 5px;
-moz-border-radius-bottomright : 5px;
-moz-border-radius-bottomleft : 5px;
*/
font-family: bold arial,verdana,helvetica,sans-serif;
font-size: 100%;
line-height :130%;
text-decoration: none;
color: black;
cursor: pointer;
padding:5px 15px 5px 15px;
}
button:hover {
background-color:#cbcbcb;
color:#545454;
border-style: inset;
}
/* button with image */
button.add, button.save, button.cancel, button.search, button.login {
padding-left:30px;
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);
}
}
/*****************************************************
* BUTTONS *
*****************************************************/
/* BUTTONS */
button {
margin:0 5px 3px 3px !important;
background-color: #DFDFDF;
border-width: 1px;
/* -moz-border-radius-topright : 5px;
-moz-border-radius-topleft : 5px;
-moz-border-radius-bottomright : 5px;
-moz-border-radius-bottomleft : 5px;
*/
font-family: bold arial,verdana,helvetica,sans-serif;
font-size: 100%;
line-height :130%;
text-decoration: none;
color: black;
cursor: pointer;
padding:5px 15px 5px 15px;
}
button:hover {
background-color:#cbcbcb;
color:#545454;
border-style: inset;
}
/* button with image */
button.add, button.save, button.cancel, button.search, button.login {
padding-left:30px;
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(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 *
*****************************************************/
body {
/* hack ignored by non-IE to enable ie to support :hover on button */
body {
/* hack ignored by non-IE to enable ie to support :hover on button */
behavior:url("/main/css/csshover3.htc");
font-family: arial, verdana, helvetica, sans-serif;
font-size: 12px;
@ -12,6 +12,10 @@ body {
background-color: #fff;
}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{
background-image:url(images/shadow.gif);
}
#outerframe {
position: relative; /* do not remove, fixes a bug in IE */
border: 1px solid #fff;
@ -1856,7 +1860,7 @@ padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;}
}
.actions a {
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-right:1px #9DACBF solid;
border-bottom:1px #9DACBF solid;
}
/*****************************************************
* BUTTONS *
*****************************************************/
/* BUTTONS */
button {
margin:0 5px 3px 3px !important;
background-color: #DFDFDF;
border-width: 1px;
/* -moz-border-radius-topright : 5px;
-moz-border-radius-topleft : 5px;
-moz-border-radius-bottomright : 5px;
-moz-border-radius-bottomleft : 5px;
*/
font-family: bold arial,verdana,helvetica,sans-serif;
font-size: 100%;
line-height :130%;
text-decoration: none;
color: black;
cursor: pointer;
padding:5px 15px 5px 15px;
}
button:hover {
background-color:#cbcbcb;
color:#545454;
border-style: inset;
}
/* button with image */
button.add, button.save, button.cancel, button.search, button.login {
padding-left:30px;
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);
}
}
/*****************************************************
* BUTTONS *
*****************************************************/
/* BUTTONS */
button {
margin:0 5px 3px 3px !important;
background-color: #DFDFDF;
border-width: 1px;
/* -moz-border-radius-topright : 5px;
-moz-border-radius-topleft : 5px;
-moz-border-radius-bottomright : 5px;
-moz-border-radius-bottomleft : 5px;
*/
font-family: bold arial,verdana,helvetica,sans-serif;
font-size: 100%;
line-height :130%;
text-decoration: none;
color: black;
cursor: pointer;
padding:5px 15px 5px 15px;
}
button:hover {
background-color:#cbcbcb;
color:#545454;
border-style: inset;
}
/* button with image */
button.add, button.save, button.cancel, button.search, button.login {
padding-left:30px;
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(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

@ -4,8 +4,8 @@
==============================================================================
*/
body {
/* hack ignored by non-IE to enable ie to support :hover on button */
body {
/* hack ignored by non-IE to enable ie to support :hover on button */
behavior:url("/main/css/csshover3.htc");
background-color: #fff;
color: #000;
@ -2681,88 +2681,77 @@ span.radio {
border-left:1px #9DACBF solid;
border-right:1px #9DACBF solid;
border-bottom:1px #9DACBF solid;
}
/*****************************************************
* BUTTONS *
*****************************************************/
/* BUTTONS */
button {
margin:0 5px 3px 3px !important;
background-color: #DFDFDF;
border-width: 1px;
/* -moz-border-radius-topright : 5px;
-moz-border-radius-topleft : 5px;
-moz-border-radius-bottomright : 5px;
-moz-border-radius-bottomleft : 5px;
*/
font-family: bold arial,verdana,helvetica,sans-serif;
font-size: 100%;
line-height :130%;
text-decoration: none;
color: black;
cursor: pointer;
padding:5px 15px 5px 15px;
}
button:hover {
background-color:#cbcbcb;
color:#545454;
border-style: inset;
}
/* button with image */
button.add, button.save, button.cancel, button.search, button.login {
padding-left:30px;
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);
}
/*****************************************************
* BUTTONS *
*****************************************************/
/* BUTTONS */
button {
margin:0 5px 3px 3px !important;
background-color: #DFDFDF;
border-width: 1px;
/* -moz-border-radius-topright : 5px;
-moz-border-radius-topleft : 5px;
-moz-border-radius-bottomright : 5px;
-moz-border-radius-bottomleft : 5px;
*/
font-family: bold arial,verdana,helvetica,sans-serif;
font-size: 100%;
line-height :130%;
text-decoration: none;
color: black;
cursor: pointer;
padding:5px 15px 5px 15px;
}
button:hover {
background-color:#cbcbcb;
color:#545454;
border-style: inset;
}
/* button with image */
button.add, button.save, button.cancel, button.search, button.login {
padding-left:30px;
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(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 *
*****************************************************/
body {
/* hack ignored by non-IE to enable ie to support :hover on button */
body {
/* hack ignored by non-IE to enable ie to support :hover on button */
behavior:url("/main/css/csshover3.htc");
font-family: bold arial, verdana, helvetica, sans-serif;
font-size: 12px;
@ -12,6 +12,10 @@ body {
background-color: #ffffff;
}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{
background-image:url(images/shadow.gif);
}
#outerframe {
position: relative; /* do not remove, fixes a bug in IE */
@ -2080,88 +2084,76 @@ span.radio {
border-left:1px #9DACBF solid;
border-right:1px #9DACBF solid;
border-bottom:1px #9DACBF solid;
}
/*****************************************************
* BUTTONS *
*****************************************************/
/* BUTTONS */
button {
margin:0 5px 3px 3px !important;
background-color: #DFDFDF;
border-width: 1px;
/* -moz-border-radius-topright : 5px;
-moz-border-radius-topleft : 5px;
-moz-border-radius-bottomright : 5px;
-moz-border-radius-bottomleft : 5px;
*/
font-family: bold arial,verdana,helvetica,sans-serif;
font-size: 100%;
line-height :130%;
text-decoration: none;
color: black;
cursor: pointer;
padding:5px 15px 5px 15px;
}
button:hover {
background-color:#cbcbcb;
color:#545454;
border-style: inset;
}
/* button with image */
button.add, button.save, button.cancel, button.search, button.login {
padding-left:30px;
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);
}
/*****************************************************
* BUTTONS *
*****************************************************/
/* BUTTONS */
button {
margin:0 5px 3px 3px !important;
background-color: #DFDFDF;
border-width: 1px;
/* -moz-border-radius-topright : 5px;
-moz-border-radius-topleft : 5px;
-moz-border-radius-bottomright : 5px;
-moz-border-radius-bottomleft : 5px;
*/
font-family: bold arial,verdana,helvetica,sans-serif;
font-size: 100%;
line-height :130%;
text-decoration: none;
color: black;
cursor: pointer;
padding:5px 15px 5px 15px;
}
button:hover {
background-color:#cbcbcb;
color:#545454;
border-style: inset;
}
/* button with image */
button.add, button.save, button.cancel, button.search, button.login {
padding-left:30px;
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(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;
}
body {
/* hack ignored by non-IE to enable ie to support :hover on button */
body {
/* hack ignored by non-IE to enable ie to support :hover on button */
behavior:url("/main/css/csshover3.htc");
margin: 0;
padding: 0;
@ -33,6 +33,10 @@ body {
background-color: #fff;
}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{
background-image:url(images/shadow.gif);
}
h3 {
font: bold 1.3em Arial, sans-serif, sans;
}
@ -2183,87 +2187,75 @@ span.radio {
border-right:1px #9DACBF solid;
border-bottom:1px #9DACBF solid;
}
/*****************************************************
* BUTTONS *
*****************************************************/
/* BUTTONS */
button {
margin:0 5px 3px 3px !important;
background-color: #DFDFDF;
border-width: 1px;
/* -moz-border-radius-topright : 5px;
-moz-border-radius-topleft : 5px;
-moz-border-radius-bottomright : 5px;
-moz-border-radius-bottomleft : 5px;
*/
font-family: bold arial,verdana,helvetica,sans-serif;
font-size: 100%;
line-height :130%;
text-decoration: none;
color: black;
cursor: pointer;
padding:5px 15px 5px 15px;
}
button:hover {
background-color:#cbcbcb;
color:#545454;
border-style: inset;
}
/* button with image */
button.add, button.save, button.cancel, button.search, button.login {
padding-left:30px;
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);
/*****************************************************
* BUTTONS *
*****************************************************/
/* BUTTONS */
button {
margin:0 5px 3px 3px !important;
background-color: #DFDFDF;
border-width: 1px;
/* -moz-border-radius-topright : 5px;
-moz-border-radius-topleft : 5px;
-moz-border-radius-bottomright : 5px;
-moz-border-radius-bottomleft : 5px;
*/
font-family: bold arial,verdana,helvetica,sans-serif;
font-size: 100%;
line-height :130%;
text-decoration: none;
color: black;
cursor: pointer;
padding:5px 15px 5px 15px;
}
button:hover {
background-color:#cbcbcb;
color:#545454;
border-style: inset;
}
/* button with image */
button.add, button.save, button.cancel, button.search, button.login {
padding-left:30px;
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(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 *
*****************************************************/
body {
/* hack ignored by non-IE to enable ie to support :hover on button */
body {
/* hack ignored by non-IE to enable ie to support :hover on button */
behavior:url("/main/css/csshover3.htc");
font-family: bold arial, verdana, helvetica, sans-serif;
font-size: 12px;
@ -12,6 +12,10 @@ body {
background-color: #ffffff;
}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{
background-image:url(images/shadow.gif);
}
#outerframe {
position: relative; /* do not remove, fixes a bug in IE */
@ -2148,88 +2152,77 @@ span.radio {
border-left:1px #9DACBF solid;
border-right:1px #9DACBF solid;
border-bottom:1px #9DACBF solid;
}
/*****************************************************
* BUTTONS *
*****************************************************/
/* BUTTONS */
button {
margin:0 5px 3px 3px !important;
background-color: #DFDFDF;
border-width: 1px;
/* -moz-border-radius-topright : 5px;
-moz-border-radius-topleft : 5px;
-moz-border-radius-bottomright : 5px;
-moz-border-radius-bottomleft : 5px;
*/
font-family: bold arial,verdana,helvetica,sans-serif;
font-size: 100%;
line-height :130%;
text-decoration: none;
color: black;
cursor: pointer;
padding:5px 15px 5px 15px;
}
button:hover {
background-color:#cbcbcb;
color:#545454;
border-style: inset;
}
/* button with image */
button.add, button.save, button.cancel, button.search, button.login {
padding-left:30px;
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);
}
/*****************************************************
* BUTTONS *
*****************************************************/
/* BUTTONS */
button {
margin:0 5px 3px 3px !important;
background-color: #DFDFDF;
border-width: 1px;
/* -moz-border-radius-topright : 5px;
-moz-border-radius-topleft : 5px;
-moz-border-radius-bottomright : 5px;
-moz-border-radius-bottomleft : 5px;
*/
font-family: bold arial,verdana,helvetica,sans-serif;
font-size: 100%;
line-height :130%;
text-decoration: none;
color: black;
cursor: pointer;
padding:5px 15px 5px 15px;
}
button:hover {
background-color:#cbcbcb;
color:#545454;
border-style: inset;
}
/* button with image */
button.add, button.save, button.cancel, button.search, button.login {
padding-left:30px;
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(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