Updating CSS

skala
Julio Montoya 16 years ago
parent db08f98506
commit 508c698929
  1. 1483
      main/css/academica/default.css
  2. 1481
      main/css/baby_orange/default.css
  3. 1498
      main/css/corporate/default.css
  4. 1483
      main/css/cosmic_campus/default.css
  5. 1207
      main/css/delicious_bordeaux/default.css
  6. 1491
      main/css/dokeos_classic/default.css
  7. 1483
      main/css/dokeos_classic_2D/default.css
  8. 1300
      main/css/medical/default.css
  9. 1497
      main/css/silver_line/default.css
  10. 313
      main/css/sober_brown/default.css

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -2224,95 +2224,6 @@ padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;}
background-color: #f0f0f0; background-color: #f0f0f0;
border: 1px solid #bbb; 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 * * EXERCISE TOOL *
**********************************************/ **********************************************/
@ -2427,228 +2338,6 @@ span.radio {
padding:0px 10px 0 0; padding:0px 10px 0 0;
font-weight:normal; font-weight:normal;
} }
/*SOCIAL TOOL*/
div.image-social-content {
float:left;
border:1px solid #B8C8DC;
margin:2px;
padding: 8px 4px 4px 4px;
background: #ffffff;
height:125px;
width:82px;
z-index:5;
cursor:pointer;
position:relative;
}
div.image-social-content span {
overflow:hidden;
display:block;
height:92px;
}
div.image-social-content img {
vertical-align:middle;
}
div.image-social-content center.friend {
overflow:hidden;
height:30px;
}
.image-social-content .image-delete {
position: absolute;
top: 1px;
right: 1px;
cursor: pointer;
}
.social-title {
color:#ffffff;
background:#4475B0;
border-bottom:1px dotted #4475B0;
border-top:1px dotted #4475B0;
padding:0px;
margin-bottom: 0px;
vertical-align:middle;
font-weight:bolder;
}
.social-subtitle {
background:#FFFFFF;
border-bottom:1px dotted #999999;
border-top:1px dotted #999999;
padding:0px;
margin-bottom: 0px;
vertical-align:middle;
}
.social-qualify {
border-bottom:1px solid #ece9d8;
border-left:1px solid #ece9d8;
background:#FFFFFF;
}
.social-qualify-display {
border-bottom:1px solid #ece9d8;
border-left:1px solid #ece9d8;
background:#FFFF66;
color:#000033;
font-weight:bold;
}
.social-info {
background:#B8C8DC;
color:#4475B0;
font-size:12px;
font-weight:bold;
}
.social-display-image {
float:right;
margin-top:-130px;
margin-right:5px;
}
.social-search-image {
color:#000033;
margin-top:2px;
border-bottom:1px solid #6B6262;
border-left:1px solid #6B6262;
border-right:1px solid #6B6262;
border-top:1px solid #6B6262;
width:250px;
}
.social-subtitle-search {
background:#ffffff;
border-top:1px #9DACBF solid;
border-bottom:1px #9DACBF solid;
}
.social-align-box {
text-align:left;
float:left;
}
.social-content-description {
background:#ECE9D8;
}
.social-content-body {
background:#ffffff;
}
.social-content-table {
border-top:1px #9DACBF solid;
border-left:1px #9DACBF solid;
border-right:1px #9DACBF solid;
border-bottom:1px #9DACBF solid;
}
.social-profile-info {
width:350px;
}
.social-profile-info dt {
text-align:left;
clear:left;
color:#808080;
float:left;
width:100px;
}
.social-profile-info dd {
padding:1px 0px 3px 0px;
float:left;
margin:0;
display : block;
padding-left:10px;
width:200px;
}
/* general layout of the profile page */
#social-profile-wrapper {
width: 100%;
text-align:left;
margin:0 auto;
float: left;
}
#social-profile-container {
/* width: 705px; */
}
#social-profile-left {
float:left;
width:21%;
}
#social-profile-content {
float:right;
width:46%;
margin-left: 2px;
}
#social-profile-right {
float:right;
width:32%;
margin-left: 2px;
}
.left-side {
min-width: 198px;
margin: 0px;
}
.social-profile-post {
background : #EFEFEF;
}
.maincourse {
width: 100%;
margin-left:0px;
}
.social-profile-rounded {
background : #eee;
}
#social-profile-forum {
padding-left:0px;
}
#social-profile-thread {
padding-left:20px;
}
#social-post {
padding-left:30px;
}
.actions-profile {
font-size:14px;
background:#efefef;
border-bottom:1px dotted #999999;
border-top:1px dotted #999999;
/*height:35px;*/
padding:2px;
margin-bottom: 2px;
/*background:url(images/actions.jpg) repeat-x;*/
vertical-align:middle;
font-weight:700;
margin-right:2px;
}
.social-content-image {
margin-top:4px;
margin-right:5px;
background:#EFEFEF;
border-left:1px #999999 dotted;
border-top:1px #999999 dotted;
border-right:1px #999999 dotted;
border-bottom:1px #999999 dotted;
}
.social-background-content {
background:#EFEFEF;
}
.social-content-information {
margin-left:10px;
margin-right:10px;
}
.social-content-training {
margin-left:10px;
margin-right:10px;
}
.social-friend-container {
margin-left:4px;
margin-right:0px;
}
.social-content-competences {
margin-left:5px;
margin-right:5px;
}
.social-content-announcements {
margin-left:10px;
margin-right:10px;
}
.social-content-agenda {
margin-left:10px;
margin-right:10px;
}
.social-actions-message {
white-space: nowrap;
padding: 2px;
background-color: #ffffff;
border: 1px solid #bbb;
}
/***************************************************** /*****************************************************
* BUTTONS * * BUTTONS *
*****************************************************/ *****************************************************/
@ -3702,7 +3391,7 @@ div.image-social-content center.friend {
width:180px; width:180px;
float:left; float:left;
height:auto; height:auto;
background-color:#32578b; background-color:#716D61;
margin-bottom:10px; margin-bottom:10px;
padding-top:4px; padding-top:4px;
padding-bottom:4px; padding-bottom:4px;

Loading…
Cancel
Save