Deleting old message style

skala
Julio Montoya 15 years ago
parent 02b14f37d2
commit 5d2831cb0d
  1. 142
      main/css/academica/default.css
  2. 142
      main/css/baby_orange/default.css
  3. 87
      main/css/cool_blue/default.css
  4. 141
      main/css/corporate/default.css
  5. 141
      main/css/cosmic_campus/default.css
  6. 66
      main/css/delicious_bordeaux/default.css
  7. 66
      main/css/dokeos_classic/default.css
  8. 66
      main/css/dokeos_classic_2D/default.css
  9. 66
      main/css/medical/default.css
  10. 89
      main/css/silver_line/default.css
  11. 66
      main/css/sober_brown/default.css
  12. 86
      main/css/tasty_olive/default.css

@ -1473,148 +1473,6 @@ div.system_announcement {
}
/* --- end of course navigation menu section --- */
/**********************************************
* MESSAGE TOOL *
**********************************************/
/* styles from the new_message.php file */
.message_view_table {
cellspacing:0;
cellpadding:0;
background-color:#dbeaf5;
border=0;
border-collapse: collapse;
width: 100%;
}
.message_view_table th {
padding-right: 12px;
border: 1px solid gray;
background-color: #f0f0f0;
}
.message-select-box {
float:left;
display:inline;
position:absolute;
margin-top:23px;
margin-left:20px;
}
/* styles from the my.profile.php file */
.message-content {
float:right;
margin:20px auto;
background:#F5E38E;
border:2px solid #EBCA4F;
padding:10px;
width:200px;
position:relative;
}
.message-content .message-delete {
position: absolute;
top: 10px;
right: 10px;
cursor: pointer;
}
.message-content-internal {
display:inline;
margin:20px auto;
background:#F5E38E;
border:2px solid #EBCA4F;
padding:10px;
width:100px;
position:relative;
margin-top:150px;
margin-right:-100px;
}
.message-title {
color:#ff0000;
font-size:15px;
}
.message-body {
font-size:11px;
padding: 0 0 11px;
color:#333;
}
.message-link {
color:#ff8400;
}
.message-view {
float:right;
margin:20px auto;
background:#F5E38E;
border:2px solid #EBCA4F;
padding:10px;
width:100px;
position:relative;
margin-top:115px;
margin-right:-100px;
}
.message-content-table {
background-color:white;
border:1px solid black;
position:absolute;
width:200px;
height:60px;
z-index:3;
visibility:hidden;
top:85px;
left:10px;
margin: 0px;
padding: 0px;
}
.message-top-title {
float:left;
margin-top:1px;
margin-bottom:1px;
background-color:#F2F2F2;
width:600px;
border-bottom:1px solid #CCCCCC;
margin:left:5px;
}
.message-bottom-title {
height:22px;
float:left;
margin-top:1px;
margin-bottom:1px;
background-color:#F2F2F2;
width:600px;
border-bottom:1px solid #CCCCCC;
}
.message-content-body-left {
float:left;
width:30%;
}
.message-content-body-right {
float:right;
text-align:left;
width:60%;
}
.message-body-title {
float:right;
margin-top:1px;
margin-bottom:5px;
border-bottom:1px solid #CCCCCC;
border-collapse:collapse;
}
.message-image-info {
float:left;
margin-top:10px;
margin-bottom:10px;
margin-left:10px;
text-align:left;
margin-right:20px;
}
.message-content-body-right dd {
color:#333399;
border-bottom:1px solid #CCCCCC;
height:20px;
text-decoration:none;
outline-style:none;
background:#ffffff;
}
.message-content-body-right:hover {
}
/**********************************************
* EXERCISE TOOL *
**********************************************/

@ -1464,148 +1464,6 @@ div.system_announcement {
/* --- end of course navigation menu section --- */
/**********************************************
* MESSAGE TOOL *
**********************************************/
/* styles from the new_message.php file */
.message_view_table {
cellspacing:0;
cellpadding:0;
background-color:#dbeaf5;
border=0;
border-collapse: collapse;
width: 100%;
}
.message_view_table th {
padding-right: 12px;
border: 1px solid gray;
background-color: #f0f0f0;
}
.message-select-box {
float:left;
display:inline;
position:absolute;
margin-top:23px;
margin-left:20px;
}
/* styles from the my.profile.php file */
.message-content {
float:right;
margin:20px auto;
background:#F5E38E;
border:2px solid #EBCA4F;
padding:10px;
width:200px;
position:relative;
}
.message-content .message-delete {
position: absolute;
top: 10px;
right: 10px;
cursor: pointer;
}
.message-content-internal {
display:inline;
margin:20px auto;
background:#F5E38E;
border:2px solid #EBCA4F;
padding:10px;
width:100px;
position:relative;
margin-top:150px;
margin-right:-100px;
}
.message-title {
color:#ff0000;
font-size:15px;
}
.message-body {
font-size:11px;
padding: 0 0 11px;
color:#333;
}
.message-link {
color:#ff8400;
}
.message-view {
float:right;
margin:20px auto;
background:#F5E38E;
border:2px solid #EBCA4F;
padding:10px;
width:100px;
position:relative;
margin-top:115px;
margin-right:-100px;
}
.message-content-table {
background-color:white;
border:1px solid black;
position:absolute;
width:200px;
height:60px;
z-index:3;
visibility:hidden;
top:85px;
left:10px;
margin: 0px;
padding: 0px;
}
.message-top-title {
float:left;
margin-top:1px;
margin-bottom:1px;
background-color:#F2F2F2;
width:600px;
border-bottom:1px solid #CCCCCC;
margin:left:5px;
}
.message-bottom-title {
height:22px;
float:left;
margin-top:1px;
margin-bottom:1px;
background-color:#F2F2F2;
width:600px;
border-bottom:1px solid #CCCCCC;
}
.message-content-body-left {
float:left;
width:30%;
}
.message-content-body-right {
float:right;
text-align:left;
width:60%;
}
.message-body-title {
float:right;
margin-top:1px;
margin-bottom:5px;
border-bottom:1px solid #CCCCCC;
border-collapse:collapse;
}
.message-image-info {
float:left;
margin-top:10px;
margin-bottom:10px;
margin-left:10px;
text-align:left;
margin-right:20px;
}
.message-content-body-right dd {
color:#333399;
border-bottom:1px solid #CCCCCC;
height:20px;
text-decoration:none;
outline-style:none;
background:#ffffff;
}
.message-content-body-right:hover {
}
/**********************************************
* EXERCISE TOOL *
**********************************************/

@ -2084,92 +2084,7 @@ div.comments {
font-weight:bolder;
vertical-align:middle;
}
/**********************************************
* MESSAGE TOOL *
**********************************************/
.message_view_table {
cellspacing:0;
cellpadding:0;
background-color:#dbeaf5;
border=0;
border-collapse: collapse;
width: 100%;
}
.message_view_table th {
padding-right: 12px;
border: 1px solid gray;
background-color: #f0f0f0;
}
.message-select-box {
float:left;
display:inline;
position:absolute;
margin-top:23px;
margin-left:20px;
}
/* styles from the my.profile.php file */
.message-content {
float:right;
margin:20px auto;
background:#F5E38E;
border:2px solid #EBCA4F;
padding:10px;
width:200px;
position:relative;
}
.message-content .message-delete {
position: absolute;
top: 10px;
right: 10px;
cursor: pointer;
}
.message-content-internal {
display:inline;
margin:20px auto;
background:#F5E38E;
border:2px solid #EBCA4F;
padding:10px;
width:100px;
position:relative;
margin-top:150px;
margin-right:-100px;
}
.message-title {
color:#ff0000;
font-size:15px;
}
.message-body {
font-size:11px;
padding: 0 0 11px;
color:#333;
}
.message-link {
color:#ff8400;
}
.message-view {
float:right;
margin:20px auto;
background:#F5E38E;
border:2px solid #EBCA4F;
padding:10px;
width:100px;
position:relative;
margin-top:115px;
margin-right:-100px;
}
.message-content-table {
background-color:white;
border:1px solid black;
position:absolute;
width:200px;
height:60px;
z-index:3;
visibility:hidden;
top:85px;
left:10px;
margin: 0px;
padding: 0px;
}
/*****************************************************
* BUTTONS *
*****************************************************/

@ -1463,147 +1463,6 @@ span.radio {
border: 1px solid rgb(153, 153, 153);
background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}
/**********************************************
* MESSAGE TOOL *
**********************************************/
/* styles from the new_message.php file */
.message_view_table {
cellspacing:0;
cellpadding:0;
background-color:#dbeaf5;
border=0;
border-collapse: collapse;
width: 100%;
}
.message_view_table th {
padding-right: 12px;
border: 1px solid gray;
background-color: #f0f0f0;
}
.message-select-box {
float:left;
display:inline;
position:absolute;
margin-top:23px;
margin-left:20px;
}
/* styles from the my.profile.php file */
.message-content {
float:right;
margin:20px auto;
background:#F5E38E;
border:2px solid #EBCA4F;
padding:10px;
width:200px;
position:relative;
}
.message-content .message-delete {
position: absolute;
top: 10px;
right: 10px;
cursor: pointer;
}
.message-content-internal {
display:inline;
margin:20px auto;
background:#F5E38E;
border:2px solid #EBCA4F;
padding:10px;
width:100px;
position:relative;
margin-top:150px;
margin-right:-100px;
}
.message-title {
color:#ff0000;
font-size:15px;
}
.message-body {
font-size:11px;
padding: 0 0 11px;
color:#333;
}
.message-link {
color:#ff8400;
}
.message-view {
float:right;
margin:20px auto;
background:#F5E38E;
border:2px solid #EBCA4F;
padding:10px;
width:100px;
position:relative;
margin-top:115px;
margin-right:-100px;
}
.message-content-table {
background-color:white;
border:1px solid black;
position:absolute;
width:200px;
height:60px;
z-index:3;
visibility:hidden;
top:85px;
left:10px;
margin: 0px;
padding: 0px;
}
.message-top-title {
float:left;
margin-top:1px;
margin-bottom:1px;
background-color:#F2F2F2;
width:600px;
border-bottom:1px solid #CCCCCC;
margin:left:5px;
}
.message-bottom-title {
height:22px;
float:left;
margin-top:1px;
margin-bottom:1px;
background-color:#F2F2F2;
width:600px;
border-bottom:1px solid #CCCCCC;
}
.message-content-body-left {
float:left;
width:55%;
}
.message-content-body-right {
float:right;
text-align:left;
width:45%;
}
.message-body-title {
float:right;
margin-top:1px;
margin-bottom:5px;
border-bottom:1px solid #CCCCCC;
border-collapse:collapse;
}
.message-image-info {
float:left;
margin-top:10px;
margin-bottom:10px;
margin-left:10px;
text-align:left;
margin-right:20px;
}
.message-content-body-right dd {
color:#333399;
border-bottom:1px solid #CCCCCC;
height:20px;
text-decoration:none;
outline-style:none;
background:#ffffff;
}
.message-content-body-right:hover {
}
/**********************************************
* EXERCISE TOOL *
**********************************************/

@ -1497,147 +1497,6 @@ div.system_announcement_content {
/**********************************************
* MESSAGE TOOL *
**********************************************/
/* styles from the new_message.php file */
.message_view_table {
cellspacing:0;
cellpadding:0;
background-color:#dbeaf5;
border=0;
border-collapse: collapse;
width: 100%;
}
.message_view_table th {
padding-right: 12px;
border: 1px solid gray;
background-color: #f0f0f0;
}
.message-select-box {
float:left;
display:inline;
position:absolute;
margin-top:23px;
margin-left:20px;
}
/* styles from the my.profile.php file */
.message-content {
float:right;
margin:20px auto;
background:#F5E38E;
border:2px solid #EBCA4F;
padding:10px;
width:200px;
position:relative;
}
.message-content .message-delete {
position: absolute;
top: 10px;
right: 10px;
cursor: pointer;
}
.message-content-internal {
display:inline;
margin:20px auto;
background:#F5E38E;
border:2px solid #EBCA4F;
padding:10px;
width:100px;
position:relative;
margin-top:150px;
margin-right:-100px;
}
.message-title {
color:#ff0000;
font-size:15px;
}
.message-body {
font-size:11px;
padding: 0 0 11px;
color:#333;
}
.message-link {
color:#ff8400;
}
.message-view {
float:right;
margin:20px auto;
background:#F5E38E;
border:2px solid #EBCA4F;
padding:10px;
width:100px;
position:relative;
margin-top:115px;
margin-right:-100px;
}
.message-content-table {
background-color:white;
border:1px solid black;
position:absolute;
width:200px;
height:60px;
z-index:3;
visibility:hidden;
top:85px;
left:10px;
margin: 0px;
padding: 0px;
}
.message-top-title {
float:left;
margin-top:1px;
margin-bottom:1px;
background-color:#F2F2F2;
width:600px;
border-bottom:1px solid #CCCCCC;
margin:left:5px;
}
.message-bottom-title {
height:22px;
float:left;
margin-top:1px;
margin-bottom:1px;
background-color:#F2F2F2;
width:600px;
border-bottom:1px solid #CCCCCC;
}
.message-content-body-left {
float:left;
width:30%;
}
.message-content-body-right {
float:right;
text-align:left;
width:60%;
}
.message-body-title {
float:right;
margin-top:1px;
margin-bottom:5px;
border-bottom:1px solid #CCCCCC;
border-collapse:collapse;
}
.message-image-info {
float:left;
margin-top:10px;
margin-bottom:10px;
margin-left:10px;
text-align:left;
margin-right:20px;
}
.message-content-body-right dd {
color:#333399;
border-bottom:1px solid #CCCCCC;
height:20px;
text-decoration:none;
outline-style:none;
background:#ffffff;
}
.message-content-body-right:hover {
}
/**********************************************
* EXERCISE TOOL *
**********************************************/

@ -913,72 +913,6 @@ a.personal_agenda:hover, a.personal_agenda:hover {
border-color: #ccc;
color: #111;
}
#message {
margin: 0 auto;
text-align: center;
}
#message select {
margin: 10px 0;
width: 220px;
}
#message textarea {
margin: 10px 0;
}
#message td {
padding: 4px;
}
.message-top-title {
float:left;
margin-top:1px;
margin-bottom:1px;
background-color:#F2F2F2;
width:600px;
border-bottom:1px solid #CCCCCC;
margin:left:5px;
}
.message-bottom-title {
height:22px;
float:left;
margin-top:1px;
margin-bottom:1px;
background-color:#F2F2F2;
width:600px;
border-bottom:1px solid #CCCCCC;
}
.message-content-body-left {
float:left;
width:30%;
}
.message-content-body-right {
float:right;
text-align:left;
width:60%;
}
.message-body-title {
float:right;
margin-top:1px;
margin-bottom:5px;
border-bottom:1px solid #CCCCCC;
border-collapse:collapse;
}
.message-image-info {
float:left;
margin-top:10px;
margin-bottom:10px;
margin-left:10px;
text-align:left;
margin-right:20px;
}
.message-content-body-right dd {
color:#333399;
border-bottom:1px solid #CCCCCC;
height:20px;
text-decoration:none;
outline-style:none;
background:#ffffff;
}
.message-content-body-right:hover {
}
/**********************************************
* DOCUMENT MODULE *
**********************************************/

@ -980,72 +980,6 @@ a.personal_agenda:hover, a.personal_agenda:hover {
border-color: #ccc;
color: #111;
}
#message {
margin: 0 auto;
text-align: center;
}
#message select {
margin: 10px 0;
width: 220px;
}
#message textarea {
margin: 10px 0;
}
#message td {
padding: 4px;
}
.message-top-title {
float:left;
margin-top:1px;
margin-bottom:1px;
background-color:#F2F2F2;
width:600px;
border-bottom:1px solid #CCCCCC;
margin:left:5px;
}
.message-bottom-title {
height:22px;
float:left;
margin-top:1px;
margin-bottom:1px;
background-color:#F2F2F2;
width:600px;
border-bottom:1px solid #CCCCCC;
}
.message-content-body-left {
float:left;
width:30%;
}
.message-content-body-right {
float:right;
text-align:left;
width:60%;
}
.message-body-title {
float:right;
margin-top:1px;
margin-bottom:5px;
border-bottom:1px solid #CCCCCC;
border-collapse:collapse;
}
.message-image-info {
float:left;
margin-top:10px;
margin-bottom:10px;
margin-left:10px;
text-align:left;
margin-right:20px;
}
.message-content-body-right dd {
color:#333399;
border-bottom:1px solid #CCCCCC;
height:20px;
text-decoration:none;
outline-style:none;
background:#ffffff;
}
.message-content-body-right:hover {
}
/**********************************************
* DOCUMENT MODULE *
**********************************************/

@ -911,72 +911,6 @@ input.liteoption {
border-color: #ccc;
color: #111;
}
#message {
margin: 0 auto;
text-align: center;
}
#message select {
margin: 10px 0;
width: 220px;
}
#message textarea {
margin: 10px 0;
}
#message td {
padding: 4px;
}
.message-top-title {
float:left;
margin-top:1px;
margin-bottom:1px;
background-color:#F2F2F2;
width:600px;
border-bottom:1px solid #CCCCCC;
margin:left:5px;
}
.message-bottom-title {
height:22px;
float:left;
margin-top:1px;
margin-bottom:1px;
background-color:#F2F2F2;
width:600px;
border-bottom:1px solid #CCCCCC;
}
.message-content-body-left {
float:left;
width:30%;
}
.message-content-body-right {
float:right;
text-align:left;
width:60%;
}
.message-body-title {
float:right;
margin-top:1px;
margin-bottom:5px;
border-bottom:1px solid #CCCCCC;
border-collapse:collapse;
}
.message-image-info {
float:left;
margin-top:10px;
margin-bottom:10px;
margin-left:10px;
text-align:left;
margin-right:20px;
}
.message-content-body-right dd {
color:#333399;
border-bottom:1px solid #CCCCCC;
height:20px;
text-decoration:none;
outline-style:none;
background:#ffffff;
}
.message-content-body-right:hover {
}
/*
==============================================================================
DOCUMENT MODULE

@ -1005,72 +1005,6 @@ a.personal_agenda:hover, a.personal_agenda:hover {
border-color: #ccc;
color: #111;
}
#message {
margin: 0 auto;
text-align: center;
}
#message select {
margin: 10px 0;
width: 220px;
}
#message textarea {
margin: 10px 0;
}
#message td {
padding: 4px;
}
.message-top-title {
float:left;
margin-top:1px;
margin-bottom:1px;
background-color:#F2F2F2;
width:600px;
border-bottom:1px solid #CCCCCC;
margin:left:5px;
}
.message-bottom-title {
height:22px;
float:left;
margin-top:1px;
margin-bottom:1px;
background-color:#F2F2F2;
width:600px;
border-bottom:1px solid #CCCCCC;
}
.message-content-body-left {
float:left;
width:30%;
}
.message-content-body-right {
float:right;
text-align:left;
width:60%;
}
.message-body-title {
float:right;
margin-top:1px;
margin-bottom:5px;
border-bottom:1px solid #CCCCCC;
border-collapse:collapse;
}
.message-image-info {
float:left;
margin-top:10px;
margin-bottom:10px;
margin-left:10px;
text-align:left;
margin-right:20px;
}
.message-content-body-right dd {
color:#333399;
border-bottom:1px solid #CCCCCC;
height:20px;
text-decoration:none;
outline-style:none;
background:#ffffff;
}
.message-content-body-right:hover {
}
/**********************************************
* DOCUMENT MODULE *
**********************************************/

@ -1855,95 +1855,6 @@ div.system_announcement {
background-color: #f0f0f0;
border: 1px solid #bbb;
}
/**********************************************
* MESSAGE TOOL *
**********************************************/
/* styles from the new_message.php file */
.message_view_table {
cellspacing:0;
cellpadding:0;
background-color:#dbeaf5;
border=0;
border-collapse: collapse;
width: 100%;
}
.message_view_table th {
padding-right: 12px;
border: 1px solid gray;
background-color: #f0f0f0;
}
.message-select-box {
float:left;
display:inline;
position:absolute;
margin-top:23px;
margin-left:20px;
}
/* styles from the my.profile.php file */
.message-content {
float:right;
margin:20px auto;
background:#F5E38E;
border:2px solid #EBCA4F;
padding:10px;
width:200px;
position:relative;
}
.message-content .message-delete {
position: absolute;
top: 10px;
right: 10px;
cursor: pointer;
}
.message-content-internal {
display:inline;
margin:20px auto;
background:#F5E38E;
border:2px solid #EBCA4F;
padding:10px;
width:100px;
position:relative;
margin-top:150px;
margin-right:-100px;
}
.message-title {
color:#ff0000;
font-size:15px;
}
.message-body {
font-size:11px;
padding: 0 0 11px;
color:#333;
}
.message-link {
color:#ff8400;
}
.message-view {
float:right;
margin:20px auto;
background:#F5E38E;
border:2px solid #EBCA4F;
padding:10px;
width:100px;
position:relative;
margin-top:115px;
margin-right:-100px;
}
.message-content-table {
background-color:white;
border:1px solid black;
position:absolute;
width:200px;
height:60px;
z-index:3;
visibility:hidden;
top:85px;
left:10px;
margin: 0px;
padding: 0px;
}
/**********************************************
* EXERCISE TOOL *
**********************************************/

@ -988,72 +988,6 @@ a.personal_agenda:hover, a.personal_agenda:hover {
border-color: #ccc;
color: #111;
}
#message {
margin: 0 auto;
text-align: center;
}
#message select {
margin: 10px 0;
width: 220px;
}
#message textarea {
margin: 10px 0;
}
#message td {
padding: 4px;
}
.message-top-title {
float:left;
margin-top:1px;
margin-bottom:1px;
background-color:#F2F2F2;
width:600px;
border-bottom:1px solid #CCCCCC;
margin:left:5px;
}
.message-bottom-title {
height:22px;
float:left;
margin-top:1px;
margin-bottom:1px;
background-color:#F2F2F2;
width:600px;
border-bottom:1px solid #CCCCCC;
}
.message-content-body-left {
float:left;
width:30%;
}
.message-content-body-right {
float:right;
text-align:left;
width:60%;
}
.message-body-title {
float:right;
margin-top:1px;
margin-bottom:5px;
border-bottom:1px solid #CCCCCC;
border-collapse:collapse;
}
.message-image-info {
float:left;
margin-top:10px;
margin-bottom:10px;
margin-left:10px;
text-align:left;
margin-right:20px;
}
.message-content-body-right dd {
color:#333399;
border-bottom:1px solid #CCCCCC;
height:20px;
text-decoration:none;
outline-style:none;
background:#ffffff;
}
.message-content-body-right:hover {
}
/**********************************************
* DOCUMENT MODULE *
**********************************************/

@ -2076,92 +2076,6 @@ div.comments {
font-weight:bolder;
vertical-align:middle;
}
/**********************************************
* MESSAGE TOOL *
**********************************************/
.message_view_table {
cellspacing:0;
cellpadding:0;
background-color:#dbeaf5;
border=0;
border-collapse: collapse;
width: 100%;
}
.message_view_table th {
padding-right: 12px;
border: 1px solid gray;
background-color: #f0f0f0;
}
.message-select-box {
float:left;
display:inline;
position:absolute;
margin-top:23px;
margin-left:20px;
}
/* styles from the my.profile.php file */
.message-content {
float:right;
margin:20px auto;
background:#F5E38E;
border:2px solid #EBCA4F;
padding:10px;
width:200px;
position:relative;
}
.message-content .message-delete {
position: absolute;
top: 10px;
right: 10px;
cursor: pointer;
}
.message-content-internal {
display:inline;
margin:20px auto;
background:#F5E38E;
border:2px solid #EBCA4F;
padding:10px;
width:100px;
position:relative;
margin-top:150px;
margin-right:-100px;
}
.message-title {
color:#ff0000;
font-size:15px;
}
.message-body {
font-size:11px;
padding: 0 0 11px;
color:#333;
}
.message-link {
color:#ff8400;
}
.message-view {
float:right;
margin:20px auto;
background:#F5E38E;
border:2px solid #EBCA4F;
padding:10px;
width:100px;
position:relative;
margin-top:115px;
margin-right:-100px;
}
.message-content-table {
background-color:white;
border:1px solid black;
position:absolute;
width:200px;
height:60px;
z-index:3;
visibility:hidden;
top:85px;
left:10px;
margin: 0px;
padding: 0px;
}
/*Exercice timer*/
#square{
padding:5px;

Loading…
Cancel
Save