Updating chamilo_X themes, deleting useless images, adding background images

skala
Julio Montoya 14 years ago
parent 16d2cd222f
commit 1c4c9d902e
  1. 7
      main/css/base.css
  2. 28
      main/css/base_chamilo.css
  3. 18
      main/css/chamilo/default.css
  4. BIN
      main/css/chamilo/images/1.png
  5. BIN
      main/css/chamilo/images/TGSS_header.jpg
  6. BIN
      main/css/chamilo/images/dokeos-header-camaleon.png
  7. BIN
      main/css/chamilo/images/header-logo.png
  8. BIN
      main/css/chamilo/images/logo-chamilo.gif
  9. 402
      main/css/chamilo_electric_blue/default.css
  10. BIN
      main/css/chamilo_electric_blue/images/1.png
  11. BIN
      main/css/chamilo_electric_blue/images/TGSS_header.jpg
  12. BIN
      main/css/chamilo_electric_blue/images/background_message.png
  13. BIN
      main/css/chamilo_electric_blue/images/dokeos-header-camaleon.png
  14. BIN
      main/css/chamilo_electric_blue/images/header-logo.png
  15. BIN
      main/css/chamilo_electric_blue/images/logo-chamilo.gif
  16. BIN
      main/css/chamilo_electric_blue/images/salir.gif
  17. 401
      main/css/chamilo_green/default.css
  18. BIN
      main/css/chamilo_green/images/TGSS_header.jpg
  19. BIN
      main/css/chamilo_green/images/background_message.png
  20. BIN
      main/css/chamilo_green/images/header-logo.png
  21. 407
      main/css/chamilo_orange/default.css
  22. BIN
      main/css/chamilo_orange/images/TGSS_header.jpg
  23. BIN
      main/css/chamilo_orange/images/background_message.png
  24. BIN
      main/css/chamilo_orange/images/header-logo.png
  25. BIN
      main/css/chamilo_orange/images/salir.gif
  26. 405
      main/css/chamilo_red/default.css
  27. BIN
      main/css/chamilo_red/images/TGSS_header.jpg
  28. BIN
      main/css/chamilo_red/images/Thumbs.db
  29. BIN
      main/css/chamilo_red/images/background_message.png
  30. BIN
      main/css/chamilo_red/images/header-logo.png
  31. BIN
      main/css/chamilo_red/images/salir.gif

@ -398,7 +398,8 @@ table.lp_build td.tree {
//border: 1px solid #DEDEDE;
height: 25px;
margin: 0px;
padding:0px;
padding:0px;
}
.bread li {
@ -440,9 +441,11 @@ table.lp_build td.tree {
}
#logo {
height:85px;
/* height:85px; */
padding-top: 4px;
overflow:hidden;
margin-left:4%;
float:left;
}
#document_quota {

@ -1,6 +1,23 @@
/*
* CSS that only will be called in chamilo_XXX themes
*/
#submain {
padding:10px;
border:1px solid #ddd;
position: relative; /* to avoid the IE peekabo bug*/
margin: 0px auto;
min-height: 320px;
//padding:18px;
-moz-border-radius:0px 0px 10px 10px;
border-radius:0px 0px 10px 10px;
box-shadow: 3px 3px 10px #ddd;
-moz-box-shadow: 3px 3px 10px #ddd;
}
#header3 {
background:none;
//padding:2px;
@ -11,7 +28,7 @@
}
#header2 {
min-height: 28px;
min-height: 18px;
}
#current {
@ -20,7 +37,12 @@
#current #tab_active {
//background:none;
}
}
#header1 {
padding:0px;
}
#header3 a {
//background:none;
}
@ -42,6 +64,8 @@
width: 92%;
}
div.admin_section {
width: 44%;
}

@ -18,8 +18,6 @@ body {
background-color: #fff;
height: 100%; /* stick */
}
/* Sticky footer*/
#wrapper {
min-height: 100%;
@ -44,29 +42,13 @@ body {
margin: 0px auto;
width: 92%;
}
#submain {
padding:10px;
border:1px solid #ddd;
position: relative; /* to avoid the IE peekabo bug*/
margin: 0px auto;
min-height: 320px;
//padding:18px;
-moz-border-radius:0px 0px 10px 10px;
border-radius:0px 0px 10px 10px;
box-shadow: 3px 3px 10px #ddd;
-moz-box-shadow: 3px 3px 10px #ddd;
}
.item {
-moz-border-radius:5px;
border-radius:5px;
border:1px solid #E1E1E0;
}
/*
Side-Menu Slider (JQuery) see banner.inc.php
*/

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

@ -26,13 +26,6 @@ body {
margin: 0 auto -9em; /* Do not change this value */
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
border:1px solid #E1E1E0;
}
#outerframe {
position: relative; /* do not remove, fixes a bug in IE */
background-color: #fff;
@ -49,33 +42,15 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
margin: 0px auto;
width: 92%;
}
#submain {
padding:10px;
border:1px solid #ddd;
position: relative; /* to avoid the IE peekabo bug*/
margin: 0px auto;
min-height: 320px;
//padding:18px;
-moz-border-radius:0px 0px 10px 10px;
border-radius:0px 0px 10px 10px;
box-shadow: 3px 3px 10px #ddd;
-moz-box-shadow: 3px 3px 10px #ddd;
}
.item {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-moz-border-radius:5px;
border-radius:5px;
border:1px solid #E1E1E0;
}
/*
-----------------------------------------------------------------------------
Side-Menu Slider (JQuery) see banner.inc.php
-----------------------------------------------------------------------------
*/
ul#navigation {
position: fixed;
@ -175,7 +150,7 @@ ul#navigation .user-online a {
}
/* Other colors for other tabs in the earth tones */
ul#navigation .user-connect a {
ul#navigation .user-connect a {
-moz-border-radius:8px 0 0 8px;
-moz-box-shadow:0 2px 2px #000000;
background-color:#fac97a ;
@ -239,8 +214,10 @@ ul#navigation .student-connect a {
.invisible {
color: #999;
}
.courseadminview table td a {
.courseadminview table td a, .Authoringview table td a {
font-weight: bold;
font-size:13px;
margin-left:2px;
}
.Authoringview, .courseadminview, .platformadminview {
@ -341,37 +318,8 @@ a:active {
font-family:Tahoma, Geneva, sans-serif;
text-decoration: none;
color : #0D21E2;
}
select, textarea {
color : #000;
border: 1px solid #000;
}
input.checkbox {
border-width: 0;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
border:1px solid #E1E1E0;
}
select, input[type=checkbox], input[type=radio], input[type=button], input[type=submit] {
cursor: pointer;
font-size: 12px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
border:1px solid #E1E1E0;
}
input[text] {
font-size: 12px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
border:1px solid #E1E1E0;
}
/* user_portal course status icon */
.coursestatusicons {
border: 0px solid #000;
@ -394,10 +342,7 @@ input[text] {
/* padding: 0px; */
margin: 0px;
margin-bottom:15px;
font-size:135%;
}
.session_course_item .item_closed, .userportal-course-item-title .item_closed {
font-size:80%;
font-size:135%;
}
@ -529,7 +474,6 @@ input[text] {
#header3 a:hover {
color:#fffc00D;
}
#header3 li {
@ -547,9 +491,6 @@ float:left; /* important for ieX*/
margin: 11px 0px 0px 0px ;
}
#header3 a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
@ -577,14 +518,14 @@ float:left; /* important for ieX*/
}
#current a {
background:transparent url(images/tab_left-active.gif) no-repeat scroll left top;
color:#FFFFFF;
cursor:pointer;
float:left;
height:25px;
padding-left:9px;
padding-right:2px;
text-decoration:none;
background:transparent url(images/tab_left-active.gif) no-repeat scroll left top;
color:#FFFFFF;
cursor:pointer;
float:left;
height:25px;
padding-left:9px;
padding-right:2px;
text-decoration:none;
}
#header3 li {
@ -592,16 +533,16 @@ float:left;
}
#current {
background:transparent url(images/tab_center-active.gif) no-repeat scroll right top;;
color:#FFFFFF;
cursor:pointer;
display:block;
float:left;
height:20px;
overflow:hidden;
padding-bottom:6px;
margin-right:-3px;
margin-right:3px;
background:transparent url(images/tab_center-active.gif) no-repeat scroll right top;;
color:#FFFFFF;
cursor:pointer;
display:block;
float:left;
height:20px;
overflow:hidden;
padding-bottom:6px;
margin-right:-3px;
margin-right:3px;
}
#current #tab_active {
@ -714,6 +655,17 @@ margin-top:0;
text-align:right;
width:92%;
}
/**********************************************************
* MENU SLIDER BAR *
**********************************************************/
/*Menu Links*/
/*NOTE: anything not specified for the #(menu id's) a selector and its pseudo classes
may be inherited in some browsers from other 'a' element styles (if any) on the page*/
/*End Menu Links*/
/*****************************************************
* FOOTER STYLES *
*****************************************************/
@ -779,9 +731,10 @@ margin-top:0;
}
#menu {
-moz-border-radius: 10px; border: 1px solid #e1e1e0;
-webkit-border-radius: 10px; border: 1px solid #e1e1e0;
-opera-border-radius: 10px; border: 1px solid #e1e1e0;
border: 1px solid #e1e1e0;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius:10px;
margin-top:20px;
margin-right:10px;
@ -794,7 +747,9 @@ margin-top:0;
width:200px;
float: right;
min-height: 150px;
min-height: 80px;
border:1px solid #E1E1E0;
padding:5px 10px 0;
}
.menucaption {
@ -987,7 +942,7 @@ this lets the navigation menu appear to the left:
#formLogin input {
font-size: 13px;
margin: 4px 6px;
padding-left:5px;
padding:6px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
@ -1046,10 +1001,8 @@ input.liteoption {
}
.everybodyview {
position: relative; /* to avoid the IE peekabo bug ?*/
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-moz-border-radius:5px;
border-radius:5px;
border:1px solid #E1E1E0;
width: 80%;
margin: 10px auto;
@ -1060,10 +1013,8 @@ input.liteoption {
width: 80%;
margin: 25px auto 10px;
padding: 10px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-moz-border-radius:5px;
border-radius:5px;
border:1px solid #E1E1E0;
}
@ -1157,7 +1108,7 @@ input.liteoption {
text-align: center;
}
/* The cells with the name of the days of the weeks (mon->sun)*/
#agenda_list .weekdays {
#agenda_list .weekdays, .data_table .weekdays {
background-color: #dcdcdc;
text-align: center;
font-weight: bold;
@ -1342,64 +1293,38 @@ a.personal_agenda:hover, a.personal_agenda:hover {
/*****************************************************
* DISPLAY MESSAGES *
*****************************************************/
/* normal and erro message-box */
.normal-message {
position: relative;
margin-top: 10px;
margin-bottom: 10px;
min-height: 30px;
border-width: 1px;
border-style: solid;
border: 1px solid #4171B5;
-moz-border-radius: 10px;
padding: 6px;
color: #00407F;
background-color: #E5EDF9;
.normal-message {
color: #00407F;
border: 1px solid #CDE6F5;
background: url("images/background_message.png") repeat-x scroll 0 0 #EAF8FE;
}
.warning-message {
position: relative;
margin-top: 10px;
margin-bottom: 10px;
border-width: 1px;
border-style: solid;
-moz-border-radius: 10px;
padding: 6px;
.warning-message {
border: 1px solid #FFB30F;
color: #000;
background-color: #FFEFA7;
min-height: 30px;
color: #000;
background: url("images/background_message.png") repeat-x scroll 0 0 #FFEFA7;
}
.confirmation-message {
background-color:#CAF0C7;
border-color:#1F8323;
border: 1px solid #1F8323;
color:#1F8323;
position: relative;
margin-top: 10px;
margin-bottom: 10px;
border-width: 1px;
border-style: solid;
-moz-border-radius: 10px;
padding:6px;
min-height: 30px;
background: url("images/background_message.png") repeat-x scroll 0 0 #CAF0C7;
}
.error-message {
position: relative;
margin-top: 10px;
margin-bottom: 10px;
border-width: 1px;
border-style: solid;
-moz-border-radius: 10px;
padding: 6px;
.error-message {
border: 1px solid #FF0000;
color: #440000;
background-color: #FFD1D1;
min-height: 30px;
background: url("images/background_message.png") repeat-x scroll 0 0 #FFD1D1;
}
.confirmation-message .bottom-link, .error-message .bottom-link, .normal-message .bottom-link, .warning-message .bottom-link {
position: absolute;
bottom: 0.2em;
right: 0.5em;
.confirmation-message, .error-message, .normal-message, .warning-message {
min-height: 30px;
position: relative;
margin-top: 10px;
margin-bottom: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border-width: 1px;
border-style: solid;
padding:6px;
}
/* New training */
.bottom-link {
border: 2px outset;
@ -1538,7 +1463,7 @@ a.nobold:hover {
*****************************************************/
div.row {
clear: both;
padding-top: 5px;
padding-top: 10px;
}
div.row div.form_header {
white-space: nowrap;
@ -1548,11 +1473,11 @@ div.row div.form_header {
}
div.row div.label {
float: left;
width: 18%;
width: 22%;
text-align: right;
}
div.row div.formw {
width: 80%;
width: 76%;
float:left;
}
@ -1698,11 +1623,9 @@ form br {
font-weight: bold;
}
/* Admin section */
div.admin_section {
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
div.admin_section {
-moz-border-radius:10px;
border-radius:10px;
border:1px solid #E1E1E0;
width: 40%;
float: left;
@ -1712,7 +1635,8 @@ div.admin_section {
}
div.admin_section h4 {
margin: 0;
margin: 5px 0px 5px 5px;
padding: 0px 0px 5px 0px;
border-bottom: 1px solid #E1E1E0;
width: 100%;
}
@ -1798,19 +1722,19 @@ div.admin_section h4 {
font-weight: bold;
color: #666666;
list-style-type: none;
margin: 5px;
margin: 5px 5px 5px 0px;
padding: 5px;
font-size: 11px;
font-size: 14px;
}
.sectioncomment {
color: #000000;
margin: 5px;
margin: 5px 5px 5px 0px;
padding: 5px;
font-size: 11px;
}
.sectionvalue {
list-style-type: none;
margin: 5px;
margin: 5px 5px 5px 0px;
padding: 5px;
}
/*****************************************************
@ -1964,6 +1888,7 @@ a.forum_group_link {
.forum_description {
color: #000;
font-weight: normal;
font-size: 11px;
}
.forum_description p{
font-size: 11px;
@ -2940,7 +2865,7 @@ button.upload {
border-style: solid;
border-width : 1px 2px 2px 1px;
text-decoration : none;
padding : 4px;
/*padding : 4px; */
border-color : #69f #00f #00f #69f;
}
.fake_button_back:hover {
@ -2973,7 +2898,7 @@ div#friend-container {
}
div.image_friend_network {
float:left;
border:1px solid #CCCCCC;
/* border:1px solid #CCCCCC; */
margin:2px;
padding:4px;
@ -3113,36 +3038,14 @@ input.arrowl {
/* UI improvements for 1.8.6.2 this should be move to the chamilo theme and reproduce in all CSS*/
* {
outline :none;
}
input, select, textarea {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-x-system-font:none;
border:1px solid #CCCCCC;
color:#666666;
font-family:Arial,Helvetica,sans-serif;
font-size:120%;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding:5px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
background-image:url(images/shadow.gif);
}
.independent_course_item a {
font-size:135%;
}
.session_course_item a {
/*font-size:135%;*/
/* font-size:135%;*/
}
.session_course_item .item_closed, .userportal-course-item-title .item_closed {
font-size:80%;
}
#maincontent .courseslist li {
margin-bottom:8px;
@ -3186,7 +3089,6 @@ a.read {
-moz-border-radius-topleft:8px;
-moz-border-radius-topright:8px;
background:#EEE none repeat scroll 0 0;
margin: 20px 0px 20px 0px;
}
@ -3216,68 +3118,6 @@ a.read {
.groups_grid_element_1 { width:100px; float:left; text-align:left; margin-bottom:5px;}
.groups_grid_element_2 { width:150px; float:left;}
/*POPULAR GROUP*/
.popular_grid_item {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #E5E5E5;
border-radius: 11px 11px 11px 11px;
-webkit-border-radius: 11px 11px 11px 11px;
-opera-border-radius: 11px 11px 11px 11px;
-moz-border-radius: 11px 11px 11px 11px;
box-shadow: 0 4px 18px #C8C8C8;
-webkit-box-shadow: 0 4px 18px #C8C8C8;
-opera-box-shadow: 0 4px 18px #C8C8C8;
-moz-box-shadow: 0 4px 18px #C8C8C8;
float: left;
height: auto;
margin: 0 8px 15px 15px;
padding: 16px 12px 5px;
width:90%;
}
.popular_grid_element_0 {
width:600px;
height:98px;
padding-left:10px;
padding-right:10px;
overflow:hidden;
}
/*NEWEST GROUP*/
.newest_grid_item {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #E5E5E5;
border-radius: 11px 11px 11px 11px;
-webkit-border-radius: 11px 11px 11px 11px;
-opera-border-radius: 11px 11px 11px 11px;
-moz-border-radius: 11px 11px 11px 11px;
box-shadow: 0 4px 18px #C8C8C8;
-webkit-box-shadow: 0 4px 18px #C8C8C8;
-opera-box-shadow: 0 4px 18px #C8C8C8;
-moz-box-shadow: 0 4px 18px #C8C8C8;
float: left;
height: auto;
margin: 0 8px 15px 15px;
padding: 16px 12px 5px;
width:90%;
}
.newest_grid_element_1 {
width:600px;
height:98x;
padding-left:10px;
padding-right:10px;
overflow:hidden;
}
/*MY GROUPS*/
.mygroups_grid_item {
@ -3298,7 +3138,7 @@ a.read {
height: 88px;
margin: 0 8px 15px 15px;
padding: 16px 12px 5px;
width:600px;
width:600px;
}
.box_description_group_member {
@ -3308,7 +3148,7 @@ a.read {
.mygroups_grid_element_1 {
width:600px;
height:100px;
height:100px;
overflow:hidden;
}
@ -3317,11 +3157,12 @@ a.read {
}
.box_description_group_title {
float:right;width:80%;
float:right;
width:530px;
}
.box_description_group_content {
float:right;
width:80%;
width:530px;
margin-top:5px;
/* height:45px;*/
font-family:Verdana, Geneva, sans-serif;
@ -3330,7 +3171,7 @@ a.read {
}
.box_description_group_actions {
float:right;
width:80%;
width:530px;
text-align:right;
margin-top:4px;
margin-right:4px;
@ -3474,22 +3315,6 @@ a.read {
overflow:hidden;
}
#menu {
-moz-border-radius: 10px; border: 1px solid #e1e1e0;
-webkit-border-radius: 10px; border: 1px solid #e1e1e0;
-opera-border-radius: 10px; border: 1px solid #e1e1e0;
border:1px solid #E1E1E0;
float:right;
margin-bottom:0;
margin-right:10px;
margin-top:20px;
min-height:150px;
padding:5px 10px 0;
width:200px;
}
/* INVITATIONS */
.invitation_confirm {
@ -3504,7 +3329,7 @@ a.read {
* MESSAGE TOOL *
**********************************************/
#inbox-wrapper {
#inbox-wrapper {
width:100%;
}
#inbox {
@ -3767,7 +3592,7 @@ a.unread {
div.image-social-content {
float:left;
border:1px dotted #ccc;
/*border:1px dotted #ccc;*/
margin:2px;
padding: 8px 4px 4px 4px;
background: #ffffff;
@ -3836,7 +3661,7 @@ div.image-social-content center.friend {
height:auto;
overflow:hidden;
float:left;
width:700px;
width:700px;
}
@ -4481,6 +4306,30 @@ span.form_required {
padding:0px;
}
.attendance-users-table td {
/* height:66px;*/
}
.attendance-calendar-table td {
/*height:66px;*/
}
#contact_registration .label{
width:205px;
}
#contact_registration .formw{
width:344px;
float:left;
margin-left:20px;
}
#id_contact_form .normal-message{
padding:20px;
}
/* New forum table */
@ -4577,9 +4426,6 @@ span.form_required {
cursor: pointer;
}
.online_grid_item {
float:left;
margin:10px;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

@ -26,13 +26,6 @@ body {
margin: 0 auto -9em; /* Do not change this value */
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
border:1px solid #E1E1E0;
}
#outerframe {
position: relative; /* do not remove, fixes a bug in IE */
background-color: #fff;
@ -49,33 +42,15 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
margin: 0px auto;
width: 92%;
}
#submain {
padding:10px;
border:1px solid #ddd;
position: relative; /* to avoid the IE peekabo bug*/
margin: 0px auto;
min-height: 320px;
//padding:18px;
-moz-border-radius:0px 0px 10px 10px;
border-radius:0px 0px 10px 10px;
box-shadow: 3px 3px 10px #ddd;
-moz-box-shadow: 3px 3px 10px #ddd;
}
.item {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-moz-border-radius:5px;
border-radius:5px;
border:1px solid #E1E1E0;
}
/*
-----------------------------------------------------------------------------
Side-Menu Slider (JQuery) see banner.inc.php
-----------------------------------------------------------------------------
*/
ul#navigation {
position: fixed;
@ -175,7 +150,7 @@ ul#navigation .user-online a {
}
/* Other colors for other tabs in the earth tones */
ul#navigation .user-connect a {
ul#navigation .user-connect a {
-moz-border-radius:8px 0 0 8px;
-moz-box-shadow:0 2px 2px #000000;
background-color:#fac97a ;
@ -205,7 +180,6 @@ ul#navigation .student-connect a {
padding: 6px 0 8px 6px;
}
/* for content section in main index.php file */
/*
|----------------------------------------------------------------------------
@ -242,9 +216,10 @@ ul#navigation .student-connect a {
.courseadminview table td a {
color: #699030;
font-weight: bold;
font-size:13px;
margin-left:2px;
}
.Authoringview, .courseadminview, .platformadminview {
position: relative;
width: 80%;
@ -303,7 +278,6 @@ img {
}
p, blockquote, ol, ul {
font-size: 12px;
}
h1 {
@ -343,37 +317,8 @@ a:active {
font-family:Tahoma, Geneva, sans-serif;
text-decoration: none;
color : #01933e;
}
select, textarea {
color : #000;
border: 1px solid #000;
}
input.checkbox {
border-width: 0;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
border:1px solid #E1E1E0;
}
select, input[type=checkbox], input[type=radio], input[type=button], input[type=submit] {
cursor: pointer;
font-size: 12px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
border:1px solid #E1E1E0;
}
input[text] {
font-size: 12px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
border:1px solid #E1E1E0;
}
/* user_portal course status icon */
.coursestatusicons {
border: 0px solid #000;
@ -396,10 +341,7 @@ input[text] {
/* padding: 0px; */
margin: 0px;
margin-bottom:15px;
font-size:135%;
}
.session_course_item .item_closed, .userportal-course-item-title .item_closed {
font-size:80%;
font-size:135%;
}
/*****************************************************
@ -456,7 +398,6 @@ input[text] {
overflow:hidden;
margin-left:4%;
margin-top:1%;
background-position:left bottom;
}
#my_courses {
float:right;
@ -531,11 +472,10 @@ input[text] {
#header3 a:hover {
color:#fffc00D;
}
#header3 li {
float:left; /* important for ieX*/
float:left; /* important for ieX*/
}
#header3 li a span:hover {
color:#fffc00;
@ -549,9 +489,6 @@ float:left; /* important for ieX*/
margin: 11px 0px 0px 0px ;
}
#header3 a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
@ -579,14 +516,14 @@ float:left; /* important for ieX*/
}
#current a {
background:transparent url(images/tab_left-active.gif) no-repeat scroll left top;
color:#FFFFFF;
cursor:pointer;
float:left;
height:25px;
padding-left:9px;
padding-right:2px;
text-decoration:none;
background:transparent url(images/tab_left-active.gif) no-repeat scroll left top;
color:#FFFFFF;
cursor:pointer;
float:left;
height:25px;
padding-left:9px;
padding-right:2px;
text-decoration:none;
}
#header3 li {
@ -594,16 +531,16 @@ float:left;
}
#current {
background:transparent url(images/tab_center-active.gif) no-repeat scroll right top;;
color:#FFFFFF;
cursor:pointer;
display:block;
float:left;
height:20px;
overflow:hidden;
padding-bottom:6px;
margin-right:-3px;
margin-right:3px;
background:transparent url(images/tab_center-active.gif) no-repeat scroll right top;;
color:#FFFFFF;
cursor:pointer;
display:block;
float:left;
height:20px;
overflow:hidden;
padding-bottom:6px;
margin-right:-3px;
margin-right:3px;
}
#current #tab_active {
@ -736,7 +673,7 @@ margin-top:0;
}
#footer .copyright {
float: right;
padding-top:53px;
padding-top:60px;
margin-right:5%;
background-color: #79aa0b;
background-image: url(images/bg-footer.gif);
@ -797,7 +734,8 @@ margin-top:0;
width:200px;
float: right;
min-height: 150px;
min-height: 80px;
padding:5px 10px 0;
}
.menucaption {
@ -848,11 +786,11 @@ margin-top:0;
padding: 10px 0 40px 0;
}
#toolnav {
float:right;
margin:-7px 0 0 -5%;
overflow:hidden;
padding:0;
width:180px;
float:right;
}
#toolnav img {
float: left;
@ -990,7 +928,7 @@ this lets the navigation menu appear to the left:
#formLogin input {
font-size: 13px;
margin: 4px 6px;
padding-left:5px;
padding:6px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
@ -1038,7 +976,7 @@ input.liteoption {
#courseintro {
clear: both;
width: 80%;
/* margin: 10px auto; */
margin: 10px auto;
padding: 10px;
border-bottom: 1px solid #dcdcdc;
}
@ -1049,10 +987,8 @@ input.liteoption {
}
.everybodyview {
position: relative; /* to avoid the IE peekabo bug ?*/
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-moz-border-radius:5px;
border-radius:5px;
border:1px solid #E1E1E0;
width: 80%;
margin: 10px auto;
@ -1063,10 +999,8 @@ input.liteoption {
width: 80%;
margin: 25px auto 10px;
padding: 10px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-moz-border-radius:5px;
border-radius:5px;
border:1px solid #E1E1E0;
}
@ -1160,7 +1094,7 @@ input.liteoption {
text-align: center;
}
/* The cells with the name of the days of the weeks (mon->sun)*/
#agenda_list .weekdays {
#agenda_list .weekdays, .data_table .weekdays {
background-color: #dcdcdc;
text-align: center;
font-weight: bold;
@ -1349,64 +1283,38 @@ a.personal_agenda:hover, a.personal_agenda:hover {
/*****************************************************
* DISPLAY MESSAGES *
*****************************************************/
/* normal and erro message-box */
.normal-message {
position: relative;
margin-top: 10px;
margin-bottom: 10px;
min-height: 30px;
border-width: 1px;
border-style: solid;
border: 1px solid #4171B5;
-moz-border-radius: 10px;
padding: 6px;
color: #00407F;
background-color: #EFEFEF;
.normal-message {
color: #00407F;
border: 1px solid #CDE6F5;
background: url("images/background_message.png") repeat-x scroll 0 0 #EAF8FE;
}
.warning-message {
position: relative;
margin-top: 10px;
margin-bottom: 10px;
border-width: 1px;
border-style: solid;
padding: 6px;
.warning-message {
border: 1px solid #FFB30F;
-moz-border-radius: 10px;
color: #000;
background-color: #FFEFA7;
min-height: 30px;
color: #000;
background: url("images/background_message.png") repeat-x scroll 0 0 #FFEFA7;
}
.confirmation-message {
background-color:#CAF0C7;
border-color:#1F8323;
border: 1px solid #1F8323;
color:#1F8323;
position: relative;
margin-top: 10px;
margin-bottom: 10px;
border-width: 1px;
border-style: solid;
-moz-border-radius: 10px;
padding:6px;
min-height: 30px;
background: url("images/background_message.png") repeat-x scroll 0 0 #CAF0C7;
}
.error-message {
position: relative;
margin-top: 10px;
margin-bottom: 10px;
border-width: 1px;
border-style: solid;
-moz-border-radius: 10px;
padding: 6px;
.error-message {
border: 1px solid #FF0000;
color: #440000;
background-color: #FFD1D1;
min-height: 30px;
background: url("images/background_message.png") repeat-x scroll 0 0 #FFD1D1;
}
.confirmation-message .bottom-link, .error-message .bottom-link, .normal-message .bottom-link, .warning-message .bottom-link {
position: absolute;
bottom: 0.2em;
right: 0.5em;
.confirmation-message, .error-message, .normal-message, .warning-message {
min-height: 30px;
position: relative;
margin-top: 10px;
margin-bottom: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border-width: 1px;
border-style: solid;
padding:6px;
}
/* New training */
.bottom-link {
border: 2px outset;
@ -1555,11 +1463,11 @@ div.row div.form_header {
}
div.row div.label {
float: left;
width: 18%;
width: 22%;
text-align: right;
}
div.row div.formw {
width: 80%;
width: 76%;
float:left;
}
@ -1705,21 +1613,20 @@ form br {
font-weight: bold;
}
/* Admin section */
div.admin_section {
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
div.admin_section {
-moz-border-radius:10px;
border-radius:10px;
border:1px solid #E1E1E0;
width: 40%;
float: left;
padding: 5px;
margin: 10px 20px;
min-height:200px;
min-height:234px;
}
div.admin_section h4 {
margin: 0;
margin: 5px 0px 5px 5px;
padding: 0px 0px 5px 0px;
border-bottom: 1px solid #E1E1E0;
width: 100%;
}
@ -1974,6 +1881,10 @@ a.forum_group_link {
.forum_description {
color: #000;
font-weight: normal;
font-size: 11px;
}
.forum_description p{
font-size: 11px;
}
.forum_title {
color: #000;
@ -2595,12 +2506,6 @@ padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;}
width: 75%;
float:left;
}
#label_result {
float: left;
text-align: right;
margin-right: 10px;
}
/* actions */
.actions_lp {
background:#F8F8F8;
@ -2986,7 +2891,7 @@ div#friend-container {
}
div.image_friend_network {
float:left;
border:1px solid #CCCCCC;
/*border:1px solid #CCCCCC;*/
margin:2px;
padding:4px;
@ -3056,6 +2961,10 @@ button.arrowl {
background-image:url(images/2leftarrow.gif);
background-repeat:no-repeat;
}
.u-m-answer {
float:left;
width:100%;
}
/* input >> */
input.arrowr {
-moz-border-radius-topleft : 5px;
@ -3096,10 +3005,6 @@ input.arrowl {
background-image:url(images/2leftarrow.gif);
background-repeat:no-repeat;
}
.u-m-answer {
float:left;
width:100%;
}
.u-m-answer p {
margin:4px;
}
@ -3126,36 +3031,14 @@ input.arrowl {
/* UI improvements for 1.8.6.2 this should be move to the chamilo theme and reproduce in all CSS*/
* {
outline :none;
}
input, select, textarea {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-x-system-font:none;
border:1px solid #CCCCCC;
color:#666666;
font-family:Arial,Helvetica,sans-serif;
font-size:120%;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding:5px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
background-image:url(images/shadow.gif);
}
.independent_course_item a {
font-size:135%;
}
.session_course_item a {
/*font-size:135%;*/
/* font-size:135%;*/
}
.session_course_item .item_closed, .userportal-course-item-title .item_closed {
font-size:80%;
}
#maincontent .courseslist li {
margin-bottom:8px;
@ -3229,9 +3112,9 @@ a.read {
.groups_grid_element_1 { width:100px; float:left; text-align:left; margin-bottom:5px;}
.groups_grid_element_2 { width:150px; float:left;}
/*POPULAR GROUP*/
/*MY GROUPS*/
.popular_grid_item {
.mygroups_grid_item {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #E5E5E5;
border-radius: 11px 11px 11px 11px;
@ -3246,72 +3129,10 @@ a.read {
-moz-box-shadow: 0 4px 18px #C8C8C8;
float: left;
height: auto;
height: 88px;
margin: 0 8px 15px 15px;
padding: 16px 12px 5px;
width:90%;
}
.popular_grid_element_0 {
width:600px;
height:98px;
padding-left:10px;
padding-right:10px;
overflow:hidden;
}
/*NEWEST GROUP*/
.newest_grid_item {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #E5E5E5;
border-radius: 11px 11px 11px 11px;
-webkit-border-radius: 11px 11px 11px 11px;
-opera-border-radius: 11px 11px 11px 11px;
-moz-border-radius: 11px 11px 11px 11px;
box-shadow: 0 4px 18px #C8C8C8;
-webkit-box-shadow: 0 4px 18px #C8C8C8;
-opera-box-shadow: 0 4px 18px #C8C8C8;
-moz-box-shadow: 0 4px 18px #C8C8C8;
float: left;
height: auto;
margin: 0 8px 15px 15px;
padding: 16px 12px 5px;
width:90%;
}
.newest_grid_element_1 {
width:600px;
height:98x;
padding-left:10px;
padding-right:10px;
overflow:hidden;
}
/*MY GROUPS*/
.mygroups_grid_item {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #E5E5E5;
border-radius: 11px 11px 11px 11px;
-webkit-border-radius: 11px 11px 11px 11px;
-opera-border-radius: 11px 11px 11px 11px;
-moz-border-radius: 11px 11px 11px 11px;
box-shadow: 0 4px 18px #C8C8C8;
-webkit-box-shadow: 0 4px 18px #C8C8C8;
-opera-box-shadow: 0 4px 18px #C8C8C8;
-moz-box-shadow: 0 4px 18px #C8C8C8;
float: left;
height: 88px;
margin: 0 8px 15px 15px;
padding: 16px 12px 5px;
width:600px;
}
.box_description_group_member {
@ -3321,7 +3142,7 @@ a.read {
.mygroups_grid_element_1 {
width:600px;
height:100px;
height:100px;
overflow:hidden;
}
@ -3390,7 +3211,7 @@ a.read {
/* home group boxes */
.home_group_grid_container {
margin-bottom:60px;
margin-bottom:70px;
}
.home_group_grid_element_1 {
@ -3487,25 +3308,6 @@ a.read {
overflow:hidden;
}
#menu {
-moz-border-radius: 10px; border: 1px solid #e1e1e0;
-webkit-border-radius: 10px; border: 1px solid #e1e1e0;
-opera-border-radius: 10px; border: 1px solid #e1e1e0;
margin-top:20px;
margin-right:10px;
margin-bottom:0px;
padding-left:10px;
padding-right:10px;
padding-top:5px;
padding-bottom:0px;
width:200px;
float: right;
min-height: 150px;
}
/* INVITATIONS */
.invitation_confirm {
@ -3783,7 +3585,7 @@ a.unread {
div.image-social-content {
float:left;
border:1px dotted #ccc;
/*border:1px dotted #ccc;*/
margin:2px;
padding: 8px 4px 4px 4px;
background: #ffffff;
@ -4088,7 +3890,7 @@ div.image-social-content center.friend {
width:700px;
}
.social-box-container2 {
width:700px;
//width:700px;
height:auto;
overflow:hidden;
margin-bottom:20px;
@ -4372,9 +4174,9 @@ span.form_required {
-moz-border-radius:5px 5px 5px 5px;
border:1px solid #E1E1E0;
float:left;
margin:10px 20px 10px 10px;
margin:0px 20px 10px 2px;
padding:11px;
width:210px;
width:220px;
height:330px;
}
@ -4490,6 +4292,30 @@ span.form_required {
padding:0px;
}
.attendance-users-table td {
/* height:66px;*/
}
.attendance-calendar-table td {
/*height:66px;*/
}
#contact_registration .label{
width:205px;
}
#contact_registration .formw{
width:344px;
float:left;
margin-left:20px;
}
#id_contact_form .normal-message{
padding:20px;
}
/* New forum table */
@ -4551,6 +4377,7 @@ span.form_required {
border: 1px solid gray;
margin-bottom:5px;
}
/* Text resize icons in header */
.resize_font { /* the canvas */
margin: 0 5px 0 5px;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

@ -26,13 +26,6 @@ body {
margin: 0 auto -9em; /* Do not change this value */
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
border:1px solid #f4b0b2;
}
#outerframe {
position: relative; /* do not remove, fixes a bug in IE */
background-color: #fff;
@ -49,33 +42,15 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
margin: 0px auto;
width: 92%;
}
#submain {
padding:10px;
border:1px solid #ddd;
position: relative; /* to avoid the IE peekabo bug*/
margin: 0px auto;
min-height: 320px;
//padding:18px;
-moz-border-radius:0px 0px 10px 10px;
border-radius:0px 0px 10px 10px;
box-shadow: 3px 3px 10px #ddd;
-moz-box-shadow: 3px 3px 10px #ddd;
}
.item {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
border:1px solid #f4b0b2;
-moz-border-radius:5px;
border-radius:5px;
border:1px solid #E1E1E0;
}
/*
-----------------------------------------------------------------------------
Side-Menu Slider (JQuery) see banner.inc.php
-----------------------------------------------------------------------------
*/
ul#navigation {
position: fixed;
@ -175,7 +150,7 @@ ul#navigation .user-online a {
}
/* Other colors for other tabs in the earth tones */
ul#navigation .user-connect a {
ul#navigation .user-connect a {
-moz-border-radius:8px 0 0 8px;
-moz-box-shadow:0 2px 2px #000000;
background-color:#fac97a ;
@ -205,7 +180,6 @@ ul#navigation .student-connect a {
padding: 6px 0 8px 6px;
}
/* for content section in main index.php file */
/*
|----------------------------------------------------------------------------
@ -239,9 +213,10 @@ ul#navigation .student-connect a {
.invisible {
color: #999;
}
.courseadminview table td a {
color: #F88017;
.courseadminview table td a, .Authoringview table td a {
font-weight: bold;
font-size:13px;
margin-left:2px;
}
@ -343,36 +318,6 @@ a:active {
font-family:Tahoma, Geneva, sans-serif;
text-decoration: none;
color : #F88017;
}
select, textarea {
color : #000;
border: 1px solid #000;
}
input.checkbox {
border-width: 0;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
border:1px solid #f4b0b2;
}
select, input[type=checkbox], input[type=radio], input[type=button], input[type=submit] {
cursor: pointer;
font-size: 12px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
border:1px solid #f4b0b2;
}
input[text] {
font-size: 12px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
border:1px solid #f4b0b2;
}
/* user_portal course status icon */
.coursestatusicons {
@ -453,7 +398,6 @@ input[text] {
overflow:hidden;
margin-left:4%;
margin-top:1%;
background-position:left bottom;
}
#my_courses {
float:right;
@ -532,7 +476,7 @@ input[text] {
}
#header3 li {
float:left; /* important for ieX*/
float:left; /* important for ieX*/
}
#header3 li a span:hover {
color:#fffc00;
@ -730,7 +674,7 @@ margin-top:0;
}
#footer .copyright {
float: right;
padding-top:53px;
padding-top:60px;
margin-right:5%;
background-color: #F88017;
background-image: url(images/bg-footer.gif);
@ -756,7 +700,6 @@ margin-top:0;
}
#footer a {
color:#fff;
font-weight:bold;
}
#bottom_corner {
}
@ -769,10 +712,16 @@ margin-top:0;
==============================================================================
*/
#menu-wrapper {
width:200px;
float: right;
}
#menu {
-moz-border-radius: 10px; border: 1px solid #f4b0b2;
-webkit-border-radius: 10px; border: 1px solid #f4b0b2;
-opera-border-radius: 10px; border: 1px solid #f4b0b2;
-moz-border-radius: 10px; border: 1px solid #e1e1e0;
-webkit-border-radius: 10px; border: 1px solid #e1e1e0;
-opera-border-radius: 10px; border: 1px solid #e1e1e0;
margin-top:20px;
margin-right:10px;
@ -781,11 +730,13 @@ margin-top:0;
padding-left:10px;
padding-right:10px;
padding-top:5px;
padding-bottom:0px;
padding-bottom:30px;
width:200px;
float: right;
min-height: 150px;
min-height: 80px;
border:1px solid #E1E1E0;
padding:5px 10px 0;
}
.menucaption {
@ -978,7 +929,7 @@ this lets the navigation menu appear to the left:
#formLogin input {
font-size: 13px;
margin: 4px 6px;
padding-left:5px;
padding:6px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
@ -1026,22 +977,20 @@ input.liteoption {
#courseintro {
clear: both;
width: 80%;
/* margin: 10px auto; */
margin: 10px auto;
padding: 10px;
border-bottom: 1px solid #dcdcdc;
}
#courseintro_icons {
clear: both;
width: 80%;
margin: 10px auto;
/* margin: 10px auto; */
}
.everybodyview {
position: relative; /* to avoid the IE peekabo bug ?*/
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
border:1px solid #f4b0b2;
-moz-border-radius:5px;
border-radius:5px;
border:1px solid #E1E1E0;
width: 80%;
margin: 10px auto;
padding: 10px;
@ -1051,12 +1000,9 @@ input.liteoption {
width: 80%;
margin: 25px auto 10px;
padding: 10px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
border:1px solid #f4b0b2;
-moz-border-radius:5px;
border-radius:5px;
border:1px solid #E1E1E0;
}
.viewcaption {
position: relative;
@ -1148,7 +1094,7 @@ input.liteoption {
text-align: center;
}
/* The cells with the name of the days of the weeks (mon->sun)*/
#agenda_list .weekdays {
#agenda_list .weekdays, .data_table .weekdays {
background-color: #dcdcdc;
text-align: center;
font-weight: bold;
@ -1195,6 +1141,13 @@ input.liteoption {
color: #CC3300;
font-weight: bold;
}
#agenda_list th {
background-color:#E5EDF9;
border:1px solid gray;
padding-right:12px;
}
/* text in the cells: display of agenda items (visible)*/
#agenda_list .data {
background-color: #eee;
@ -1332,64 +1285,38 @@ a.personal_agenda:hover, a.personal_agenda:hover {
/*****************************************************
* DISPLAY MESSAGES *
*****************************************************/
/* normal and erro message-box */
.normal-message {
position: relative;
margin-top: 10px;
margin-bottom: 10px;
min-height: 30px;
border-width: 1px;
border-style: solid;
border: 1px solid #4171B5;
-moz-border-radius: 10px;
padding: 6px;
color: #00407F;
background-color: #EFEFEF;
.normal-message {
color: #00407F;
border: 1px solid #CDE6F5;
background: url("images/background_message.png") repeat-x scroll 0 0 #EAF8FE;
}
.warning-message {
position: relative;
margin-top: 10px;
margin-bottom: 10px;
border-width: 1px;
border-style: solid;
padding: 6px;
.warning-message {
border: 1px solid #FFB30F;
-moz-border-radius: 10px;
color: #000;
background-color: #FFEFA7;
min-height: 30px;
color: #000;
background: url("images/background_message.png") repeat-x scroll 0 0 #FFEFA7;
}
.confirmation-message {
background-color:#CAF0C7;
border-color:#1F8323;
border: 1px solid #1F8323;
color:#1F8323;
position: relative;
margin-top: 10px;
margin-bottom: 10px;
border-width: 1px;
border-style: solid;
-moz-border-radius: 10px;
padding:6px;
min-height: 30px;
background: url("images/background_message.png") repeat-x scroll 0 0 #CAF0C7;
}
.error-message {
position: relative;
margin-top: 10px;
margin-bottom: 10px;
border-width: 1px;
border-style: solid;
-moz-border-radius: 10px;
padding: 6px;
border: 1px solid #F88017;
.error-message {
border: 1px solid #FF0000;
color: #440000;
background-color: #FFD1D1;
min-height: 30px;
background: url("images/background_message.png") repeat-x scroll 0 0 #FFD1D1;
}
.confirmation-message .bottom-link, .error-message .bottom-link, .normal-message .bottom-link, .warning-message .bottom-link {
position: absolute;
bottom: 0.2em;
right: 0.5em;
.confirmation-message, .error-message, .normal-message, .warning-message {
min-height: 30px;
position: relative;
margin-top: 10px;
margin-bottom: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border-width: 1px;
border-style: solid;
padding:6px;
}
/* New training */
.bottom-link {
border: 2px outset;
@ -1528,7 +1455,7 @@ a.nobold:hover {
*****************************************************/
div.row {
clear: both;
padding-top: 5px;
padding-top: 10px;
}
div.row div.form_header {
white-space: nowrap;
@ -1538,11 +1465,11 @@ div.row div.form_header {
}
div.row div.label {
float: left;
width: 18%;
width: 22%;
text-align: right;
}
div.row div.formw {
width: 80%;
width: 76%;
float:left;
}
@ -1689,20 +1616,19 @@ form br {
}
/* Admin section */
div.admin_section {
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
border:1px solid #f4b0b2;
-moz-border-radius:10px;
border-radius:10px;
border:1px solid #E1E1E0;
width: 40%;
float: left;
padding: 5px;
margin: 10px 20px;
min-height:200px;
min-height:234px;
}
div.admin_section h4 {
margin: 0;
margin: 5px 0px 5px 5px;
padding: 0px 0px 5px 0px;
border-bottom: 1px solid #f4b0b2;
width: 100%;
}
@ -1772,6 +1698,10 @@ div.admin_section h4 {
margin-bottom: 10px;
background-color:#F9F9F9;
}
.session_box_title {
margin-bottom: 10px;
background-color:#F9F9F9;
}
.admin_section {
}
@ -1786,19 +1716,19 @@ div.admin_section h4 {
font-weight: bold;
color: #666666;
list-style-type: none;
margin: 5px;
margin: 5px 5px 5px 0px;
padding: 5px;
font-size: 11px;
font-size: 14px;
}
.sectioncomment {
color: #000000;
margin: 5px;
margin: 5px 5px 5px 0px;
padding: 5px;
font-size: 11px;
}
.sectionvalue {
list-style-type: none;
margin: 5px;
margin: 5px 5px 5px 0px;
padding: 5px;
}
/*****************************************************
@ -1952,6 +1882,10 @@ a.forum_group_link {
.forum_description {
color: #000;
font-weight: normal;
font-size: 11px;
}
.forum_description p{
font-size: 11px;
}
.forum_title {
color: #000;
@ -2867,7 +2801,6 @@ button.minus {
button.next {
background-image:url(images/button_next.gif);
}
/*including "next" image*/
/*including "back" image*/
button.back {
background-image:url(images/button_back.gif);
@ -2925,7 +2858,7 @@ button.upload {
border-style: solid;
border-width : 1px 2px 2px 1px;
text-decoration : none;
padding : 4px;
/*padding : 4px; */
border-color : #69f #00f #00f #69f;
}
.fake_button_back:hover {
@ -2958,10 +2891,9 @@ div#friend-container {
}
div.image_friend_network {
float:left;
border:1px solid #CCCCCC;
/* border:1px solid #CCCCCC; */
margin:2px;
padding:4px;
height:125px;
width:82px;
z-index:5;
@ -3098,36 +3030,14 @@ input.arrowl {
/* UI improvements for 1.8.6.2 this should be move to the chamilo theme and reproduce in all CSS*/
* {
outline :none;
}
input, select, textarea {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-x-system-font:none;
border:1px solid #CCCCCC;
color:#666666;
font-family:Arial,Helvetica,sans-serif;
font-size:120%;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding:5px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
background-image:url(images/shadow.gif);
}
.independent_course_item a {
font-size:135%;
}
.session_course_item a {
/*font-size:135%;*/
/* font-size:135%;*/
}
.session_course_item .item_closed, .userportal-course-item-title .item_closed {
font-size:80%;
}
#maincontent .courseslist li {
margin-bottom:8px;
@ -3201,9 +3111,9 @@ a.read {
.groups_grid_element_1 { width:100px; float:left; text-align:left; margin-bottom:5px;}
.groups_grid_element_2 { width:150px; float:left;}
/*POPULAR GROUP*/
/*MY GROUPS*/
.popular_grid_item {
.mygroups_grid_item {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #E5E5E5;
border-radius: 11px 11px 11px 11px;
@ -3218,72 +3128,10 @@ a.read {
-moz-box-shadow: 0 4px 18px #C8C8C8;
float: left;
height: auto;
height: 88px;
margin: 0 8px 15px 15px;
padding: 16px 12px 5px;
width:90%;
}
.popular_grid_element_0 {
width:600px;
height:98px;
padding-left:10px;
padding-right:10px;
overflow:hidden;
}
/*NEWEST GROUP*/
.newest_grid_item {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #E5E5E5;
border-radius: 11px 11px 11px 11px;
-webkit-border-radius: 11px 11px 11px 11px;
-opera-border-radius: 11px 11px 11px 11px;
-moz-border-radius: 11px 11px 11px 11px;
box-shadow: 0 4px 18px #C8C8C8;
-webkit-box-shadow: 0 4px 18px #C8C8C8;
-opera-box-shadow: 0 4px 18px #C8C8C8;
-moz-box-shadow: 0 4px 18px #C8C8C8;
float: left;
height: auto;
margin: 0 8px 15px 15px;
padding: 16px 12px 5px;
width:90%;
}
.newest_grid_element_1 {
width:600px;
height:98x;
padding-left:10px;
padding-right:10px;
overflow:hidden;
}
/*MY GROUPS*/
.mygroups_grid_item {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #E5E5E5;
border-radius: 11px 11px 11px 11px;
-webkit-border-radius: 11px 11px 11px 11px;
-opera-border-radius: 11px 11px 11px 11px;
-moz-border-radius: 11px 11px 11px 11px;
box-shadow: 0 4px 18px #C8C8C8;
-webkit-box-shadow: 0 4px 18px #C8C8C8;
-opera-box-shadow: 0 4px 18px #C8C8C8;
-moz-box-shadow: 0 4px 18px #C8C8C8;
float: left;
height: 88px;
margin: 0 8px 15px 15px;
padding: 16px 12px 5px;
width:600px;
}
.box_description_group_member {
@ -3293,7 +3141,7 @@ a.read {
.mygroups_grid_element_1 {
width:600px;
height:100px;
height:100px;
overflow:hidden;
}
@ -3302,11 +3150,12 @@ a.read {
}
.box_description_group_title {
float:right;width:80%;
float:right;
width:530px;
}
.box_description_group_content {
float:right;
width:80%;
width:530px;
margin-top:5px;
/* height:45px;*/
font-family:Verdana, Geneva, sans-serif;
@ -3315,7 +3164,7 @@ a.read {
}
.box_description_group_actions {
float:right;
width:80%;
width:530px;
text-align:right;
margin-top:4px;
margin-right:4px;
@ -3362,7 +3211,7 @@ a.read {
/* home group boxes */
.home_group_grid_container {
margin-bottom:60px;
margin-bottom:70px;
}
.home_group_grid_element_1 {
@ -3459,25 +3308,6 @@ a.read {
overflow:hidden;
}
#menu {
-moz-border-radius: 10px; border: 1px solid #f4b0b2;
-webkit-border-radius: 10px; border: 1px solid #f4b0b2;
-opera-border-radius: 10px; border: 1px solid #f4b0b2;
margin-top:20px;
margin-right:10px;
margin-bottom:0px;
padding-left:10px;
padding-right:10px;
padding-top:5px;
padding-bottom:0px;
width:200px;
float: right;
min-height: 150px;
}
/* INVITATIONS */
.invitation_confirm {
@ -3492,7 +3322,7 @@ a.read {
* MESSAGE TOOL *
**********************************************/
#inbox-wrapper {
#inbox-wrapper {
width:100%;
}
#inbox {
@ -4027,16 +3857,17 @@ div.image-social-content center.friend {
overflow:hidden;
}
.social-box-left {
width:345px;
width:340px;
float:left;
height:auto;
margin:0px;
}
.social-box-right {
width:300px;
width:280px;
float:left;
height:auto;
margin-left:10px;
margin-left:18px;
overflow:hidden;
}
.social-box-container1 {
@ -4059,7 +3890,7 @@ div.image-social-content center.friend {
width:700px;
}
.social-box-container2 {
width:700px;
//width:648px;
height:auto;
overflow:hidden;
margin-bottom:20px;
@ -4342,14 +4173,14 @@ span.form_required {
-moz-border-radius:5px 5px 5px 5px;
border:1px solid #E1E1E0;
float:left;
margin:10px 20px 10px 10px;
margin:0px 20px 10px 2px;
padding:11px;
width:210px;
width:220px;
height:330px;
}
.courseadminview-activity-3col ul {
padding:10px 20px 10px 20px;
padding:0px 20px 10px 4px;
list-style-type:none;
height:240px;
margin-left:0px;
@ -4460,6 +4291,30 @@ span.form_required {
padding:0px;
}
.attendance-users-table td {
/* height:66px;*/
}
.attendance-calendar-table td {
/*height:66px;*/
}
#contact_registration .label{
width:205px;
}
#contact_registration .formw{
width:344px;
float:left;
margin-left:20px;
}
#id_contact_form .normal-message{
padding:20px;
}
/* New forum table */

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 93 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

@ -26,13 +26,6 @@ body {
margin: 0 auto -9em; /* Do not change this value */
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
border:1px solid #f4b0b2;
}
#outerframe {
position: relative; /* do not remove, fixes a bug in IE */
background-color: #fff;
@ -49,34 +42,15 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
margin: 0px auto;
width: 92%;
}
#submain {
padding:10px;
border:1px solid #ddd;
position: relative; /* to avoid the IE peekabo bug*/
margin: 0px auto;
min-height: 320px;
//padding:18px;
-moz-border-radius:0px 0px 10px 10px;
border-radius:0px 0px 10px 10px;
box-shadow: 3px 3px 10px #ddd;
-moz-box-shadow: 3px 3px 10px #ddd;
}
.item {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
border:1px solid #f4b0b2;
-moz-border-radius:5px;
border-radius:5px;
border:1px solid #E1E1E0;
}
/*
-----------------------------------------------------------------------------
Side-Menu Slider (JQuery) see banner.inc.php
-----------------------------------------------------------------------------
*/
ul#navigation {
position: fixed;
@ -176,7 +150,7 @@ ul#navigation .user-online a {
}
/* Other colors for other tabs in the earth tones */
ul#navigation .user-connect a {
ul#navigation .user-connect a {
-moz-border-radius:8px 0 0 8px;
-moz-box-shadow:0 2px 2px #000000;
background-color:#fac97a ;
@ -206,7 +180,6 @@ ul#navigation .student-connect a {
padding: 6px 0 8px 6px;
}
/* for content section in main index.php file */
/*
|----------------------------------------------------------------------------
@ -240,12 +213,12 @@ ul#navigation .student-connect a {
.invisible {
color: #999;
}
.courseadminview table td a {
color: #ff0000;
.courseadminview table td a, .Authoringview table td a {
font-weight: bold;
font-size:13px;
margin-left:2px;
}
.Authoringview, .courseadminview, .platformadminview {
position: relative;
width: 80%;
@ -258,7 +231,7 @@ ul#navigation .student-connect a {
}
.invisible a:link, .invisible a:visited {
//color: #999;
color: #999;
}
a.invisible:link, a.invisible:visited {
color: #999;
@ -344,36 +317,6 @@ a:active {
font-family:Tahoma, Geneva, sans-serif;
text-decoration: none;
color : #ff0000;
}
select, textarea {
color : #000;
border: 1px solid #000;
}
input.checkbox {
border-width: 0;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
border:1px solid #f4b0b2;
}
select, input[type=checkbox], input[type=radio], input[type=button], input[type=submit] {
cursor: pointer;
font-size: 12px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
border:1px solid #f4b0b2;
}
input[text] {
font-size: 12px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
border:1px solid #f4b0b2;
}
/* user_portal course status icon */
.coursestatusicons {
@ -454,7 +397,6 @@ input[text] {
overflow:hidden;
margin-left:4%;
margin-top:1%;
background-position:left bottom;
}
#my_courses {
float:right;
@ -533,7 +475,7 @@ input[text] {
}
#header3 li {
float:left; /* important for ieX*/
float:left; /* important for ieX*/
}
#header3 li a span:hover {
color:#fffc00;
@ -547,9 +489,6 @@ float:left; /* important for ieX*/
margin: 11px 0px 0px 0px ;
}
#header3 a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
@ -577,14 +516,14 @@ float:left; /* important for ieX*/
}
#current a {
background:transparent url(images/tab_left-active.gif) no-repeat scroll left top;
color:#FFFFFF;
cursor:pointer;
float:left;
height:25px;
padding-left:9px;
padding-right:2px;
text-decoration:none;
background:transparent url(images/tab_left-active.gif) no-repeat scroll left top;
color:#FFFFFF;
cursor:pointer;
float:left;
height:25px;
padding-left:9px;
padding-right:2px;
text-decoration:none;
}
#header3 li {
@ -592,16 +531,16 @@ float:left;
}
#current {
background:transparent url(images/tab_center-active.gif) no-repeat scroll right top;;
color:#FFFFFF;
cursor:pointer;
display:block;
float:left;
height:20px;
overflow:hidden;
padding-bottom:6px;
margin-right:-3px;
margin-right:3px;
background:transparent url(images/tab_center-active.gif) no-repeat scroll right top;;
color:#FFFFFF;
cursor:pointer;
display:block;
float:left;
height:20px;
overflow:hidden;
padding-bottom:6px;
margin-right:-3px;
margin-right:3px;
}
#current #tab_active {
@ -627,7 +566,7 @@ margin-right:3px;
padding: 0 30px 0 0;
background-color: transparent;
border: none;
color: #fff;
COLOR: #fff;
font-size: 1.0em;
font-weight:bold;
font-family: verdana, arial, helvetica, sans-serif;
@ -714,6 +653,17 @@ margin-top:0;
text-align:right;
width:92%;
}
/**********************************************************
* MENU SLIDER BAR *
**********************************************************/
/*Menu Links*/
/*NOTE: anything not specified for the #(menu id's) a selector and its pseudo classes
may be inherited in some browsers from other 'a' element styles (if any) on the page*/
/*End Menu Links*/
/*****************************************************
* FOOTER STYLES *
*****************************************************/
@ -780,10 +730,11 @@ margin-top:0;
}
#menu {
-moz-border-radius: 10px; border: 1px solid #f4b0b2;
-webkit-border-radius: 10px; border: 1px solid #f4b0b2;
-opera-border-radius: 10px; border: 1px solid #f4b0b2;
border: 1px solid #e1e1e0;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius:10px;
margin-top:20px;
margin-right:10px;
margin-bottom:0px;
@ -791,11 +742,13 @@ margin-top:0;
padding-left:10px;
padding-right:10px;
padding-top:5px;
padding-bottom:0px;
padding-bottom:30px;
width:200px;
float: right;
min-height: 150px;
min-height: 80px;
border:1px solid #E1E1E0;
padding:5px 10px 0;
}
.menucaption {
@ -1047,11 +1000,9 @@ input.liteoption {
}
.everybodyview {
position: relative; /* to avoid the IE peekabo bug ?*/
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
border:1px solid #f4b0b2;
-moz-border-radius:5px;
border-radius:5px;
border:1px solid #E1E1E0;
width: 80%;
margin: 10px auto;
padding: 10px;
@ -1061,12 +1012,9 @@ input.liteoption {
width: 80%;
margin: 25px auto 10px;
padding: 10px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
border:1px solid #f4b0b2;
-moz-border-radius:5px;
border-radius:5px;
border:1px solid #E1E1E0;
}
.viewcaption {
position: relative;
@ -1158,7 +1106,7 @@ input.liteoption {
text-align: center;
}
/* The cells with the name of the days of the weeks (mon->sun)*/
#agenda_list .weekdays {
#agenda_list .weekdays, .data_table .weekdays {
background-color: #dcdcdc;
text-align: center;
font-weight: bold;
@ -1347,63 +1295,36 @@ a.personal_agenda:hover, a.personal_agenda:hover {
/*****************************************************
* DISPLAY MESSAGES *
*****************************************************/
/* normal and erro message-box */
.normal-message {
position: relative;
margin-top: 10px;
margin-bottom: 10px;
min-height: 30px;
border-width: 1px;
border-style: solid;
border: 1px solid #4171B5;
-moz-border-radius: 10px;
padding: 6px;
color: #00407F;
background-color: #EFEFEF;
.normal-message {
color: #00407F;
border: 1px solid #CDE6F5;
background: url("images/background_message.png") repeat-x scroll 0 0 #EAF8FE;
}
.warning-message {
position: relative;
margin-top: 10px;
margin-bottom: 10px;
border-width: 1px;
border-style: solid;
padding: 6px;
.warning-message {
border: 1px solid #FFB30F;
-moz-border-radius: 10px;
color: #000;
background-color: #FFEFA7;
min-height: 30px;
color: #000;
background: url("images/background_message.png") repeat-x scroll 0 0 #FFEFA7;
}
.confirmation-message {
background-color:#CAF0C7;
border-color:#1F8323;
border: 1px solid #1F8323;
color:#1F8323;
position: relative;
margin-top: 10px;
margin-bottom: 10px;
border-width: 1px;
border-style: solid;
-moz-border-radius: 10px;
padding:6px;
min-height: 30px;
background: url("images/background_message.png") repeat-x scroll 0 0 #CAF0C7;
}
.error-message {
position: relative;
margin-top: 10px;
margin-bottom: 10px;
border-width: 1px;
border-style: solid;
padding: 6px;
.error-message {
border: 1px solid #FF0000;
-moz-border-radius: 10px;
color: #440000;
background-color: #FFD1D1;
min-height: 30px;
background: url("images/background_message.png") repeat-x scroll 0 0 #FFD1D1;
}
.confirmation-message .bottom-link, .error-message .bottom-link, .normal-message .bottom-link, .warning-message .bottom-link {
position: absolute;
bottom: 0.2em;
right: 0.5em;
.confirmation-message, .error-message, .normal-message, .warning-message {
min-height: 30px;
position: relative;
margin-top: 10px;
margin-bottom: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border-width: 1px;
border-style: solid;
padding:6px;
}
/* New training */
.bottom-link {
@ -1553,11 +1474,11 @@ div.row div.form_header {
}
div.row div.label {
float: left;
width: 18%;
width: 22%;
text-align: right;
}
div.row div.formw {
width: 80%;
width: 76%;
float:left;
}
@ -1787,6 +1708,10 @@ div.admin_section h4 {
margin-bottom: 10px;
background-color:#F9F9F9;
}
.session_box_title {
margin-bottom: 10px;
background-color:#F9F9F9;
}
.admin_section {
}
@ -1967,6 +1892,10 @@ a.forum_group_link {
.forum_description {
color: #000;
font-weight: normal;
font-size: 11px;
}
.forum_description p{
font-size: 11px;
}
.forum_title {
color: #000;
@ -3112,36 +3041,14 @@ input.arrowl {
/* UI improvements for 1.8.6.2 this should be move to the chamilo theme and reproduce in all CSS*/
* {
outline :none;
}
input, select, textarea {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-x-system-font:none;
border:1px solid #CCCCCC;
color:#666666;
font-family:Arial,Helvetica,sans-serif;
font-size:120%;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding:5px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
background-image:url(images/shadow.gif);
}
.independent_course_item a {
font-size:135%;
}
.session_course_item a {
/*font-size:135%;*/
/* font-size:135%;*/
}
.session_course_item .item_closed, .userportal-course-item-title .item_closed {
font-size:80%;
}
#maincontent .courseslist li {
margin-bottom:8px;
@ -3185,7 +3092,6 @@ a.read {
-moz-border-radius-topleft:8px;
-moz-border-radius-topright:8px;
background:#EEE none repeat scroll 0 0;
margin: 20px 0px 20px 0px;
}
@ -3215,9 +3121,9 @@ a.read {
.groups_grid_element_1 { width:100px; float:left; text-align:left; margin-bottom:5px;}
.groups_grid_element_2 { width:150px; float:left;}
/*POPULAR GROUP*/
/*MY GROUPS*/
.popular_grid_item {
.mygroups_grid_item {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #E5E5E5;
border-radius: 11px 11px 11px 11px;
@ -3232,72 +3138,10 @@ a.read {
-moz-box-shadow: 0 4px 18px #C8C8C8;
float: left;
height: auto;
height: 88px;
margin: 0 8px 15px 15px;
padding: 16px 12px 5px;
width:90%;
}
.popular_grid_element_0 {
width:600px;
height:98px;
padding-left:10px;
padding-right:10px;
overflow:hidden;
}
/*NEWEST GROUP*/
.newest_grid_item {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #E5E5E5;
border-radius: 11px 11px 11px 11px;
-webkit-border-radius: 11px 11px 11px 11px;
-opera-border-radius: 11px 11px 11px 11px;
-moz-border-radius: 11px 11px 11px 11px;
box-shadow: 0 4px 18px #C8C8C8;
-webkit-box-shadow: 0 4px 18px #C8C8C8;
-opera-box-shadow: 0 4px 18px #C8C8C8;
-moz-box-shadow: 0 4px 18px #C8C8C8;
float: left;
height: auto;
margin: 0 8px 15px 15px;
padding: 16px 12px 5px;
width:90%;
}
.newest_grid_element_1 {
width:600px;
height:98x;
padding-left:10px;
padding-right:10px;
overflow:hidden;
}
/*MY GROUPS*/
.mygroups_grid_item {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #E5E5E5;
border-radius: 11px 11px 11px 11px;
-webkit-border-radius: 11px 11px 11px 11px;
-opera-border-radius: 11px 11px 11px 11px;
-moz-border-radius: 11px 11px 11px 11px;
box-shadow: 0 4px 18px #C8C8C8;
-webkit-box-shadow: 0 4px 18px #C8C8C8;
-opera-box-shadow: 0 4px 18px #C8C8C8;
-moz-box-shadow: 0 4px 18px #C8C8C8;
float: left;
height: 88px;
margin: 0 8px 15px 15px;
padding: 16px 12px 5px;
width:600px;
}
.box_description_group_member {
@ -3316,11 +3160,12 @@ a.read {
}
.box_description_group_title {
float:right;width:80%;
float:right;
width:530px;
}
.box_description_group_content {
float:right;
width:80%;
width:530px;
margin-top:5px;
/* height:45px;*/
font-family:Verdana, Geneva, sans-serif;
@ -3329,7 +3174,7 @@ a.read {
}
.box_description_group_actions {
float:right;
width:80%;
width:530px;
text-align:right;
margin-top:4px;
margin-right:4px;
@ -3376,7 +3221,7 @@ a.read {
/* home group boxes */
.home_group_grid_container {
margin-bottom:60px;
margin-bottom:70px;
}
.home_group_grid_element_1 {
@ -3473,25 +3318,6 @@ a.read {
overflow:hidden;
}
#menu {
-moz-border-radius: 10px; border: 1px solid #f4b0b2;
-webkit-border-radius: 10px; border: 1px solid #f4b0b2;
-opera-border-radius: 10px; border: 1px solid #f4b0b2;
margin-top:20px;
margin-right:10px;
margin-bottom:0px;
padding-left:10px;
padding-right:10px;
padding-top:5px;
padding-bottom:0px;
width:200px;
float: right;
min-height: 150px;
}
/* INVITATIONS */
.invitation_confirm {
@ -3506,7 +3332,7 @@ a.read {
* MESSAGE TOOL *
**********************************************/
#inbox-wrapper {
#inbox-wrapper {
width:100%;
}
#inbox {
@ -4040,16 +3866,17 @@ div.image-social-content center.friend {
overflow:hidden;
}
.social-box-left {
width:345px;
width:340px;
float:left;
height:auto;
margin:0px;
}
.social-box-right {
width:300px;
width:280px;
float:left;
height:auto;
margin-left:10px;
margin-left:18px;
overflow:hidden;
}
.social-box-container1 {
@ -4072,7 +3899,7 @@ div.image-social-content center.friend {
width:700px;
}
.social-box-container2 {
width:700px;
//width:648px;
height:auto;
overflow:hidden;
margin-bottom:20px;
@ -4473,6 +4300,30 @@ span.form_required {
padding:0px;
}
.attendance-users-table td {
/* height:66px;*/
}
.attendance-calendar-table td {
/*height:66px;*/
}
#contact_registration .label{
width:205px;
}
#contact_registration .formw{
width:344px;
float:left;
margin-left:20px;
}
#id_contact_form .normal-message{
padding:20px;
}
/* New forum table */

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Loading…
Cancel
Save