Removing the "fix" CSS files see #3544
parent
757a352818
commit
c4101dcf3e
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
@ -1,3 +1,26 @@ |
||||
/* |
||||
* Base CSS for classic chamilo themes |
||||
*/ |
||||
|
||||
#header2 { |
||||
min-height: 25px; |
||||
} |
||||
|
||||
#header3 { |
||||
width: 100%; |
||||
padding-left:0px; |
||||
padding-right:0px; |
||||
float:left; |
||||
} |
||||
|
||||
#header4 { |
||||
width: 98%; |
||||
float:left; |
||||
padding-left:20px; |
||||
padding-right:0px; |
||||
} |
||||
|
||||
.menu , #menu { |
||||
min-height: 90px; |
||||
} |
||||
|
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
@ -1,418 +0,0 @@ |
||||
/** |
||||
* Fix all themes |
||||
*/ |
||||
|
||||
input { |
||||
-moz-border-radius:5px; |
||||
-webkit-border-radius:5px; |
||||
border-radius:5px; |
||||
-x-system-font:none; |
||||
border:1px solid #CCCCCC; |
||||
color:#666666; |
||||
font-family:Arial,Helvetica,sans-serif; |
||||
font-size:120%; |
||||
line-height:normal; |
||||
padding:4px; |
||||
} |
||||
|
||||
textarea { |
||||
border:1px solid #CCCCCC; |
||||
padding:5px; |
||||
-moz-border-radius:5px; |
||||
-webkit-border-radius:5px; |
||||
border-radius:5px; |
||||
color:#666666; |
||||
} |
||||
|
||||
select { |
||||
color:#555; |
||||
border: 1px solid #CCC; |
||||
padding: 4px; |
||||
background-color: #F3F3F3; |
||||
font-size: 12px; |
||||
|
||||
-moz-border-radius:5px; |
||||
-webkit-border-radius:5px; |
||||
border-radius:5px; |
||||
} |
||||
|
||||
input[type=checkbox], input[type=radio], input[type=button], input[type=submit] { |
||||
cursor: pointer; |
||||
font-size: 12px; |
||||
-moz-border-radius:5px; |
||||
-webkit-border-radius:5px; |
||||
-border-radius:5px; |
||||
border:1px solid #E1E1E0; |
||||
} |
||||
|
||||
input[type="text"]:focus, input[type="password"]:focus, textarea:focus { |
||||
border: 1px solid #849FB3; |
||||
box-shadow: 0 0 5px #C9D2D9; |
||||
background-image:none; |
||||
background-color:white; |
||||
-moz-border-radius:5px; |
||||
-border-radius:5px; |
||||
-webkit-border-radius:5px; |
||||
border-radius:5px; |
||||
} |
||||
|
||||
|
||||
/* Fixes the FB input*/ |
||||
input.maininput:focus { |
||||
box-shadow:0 0 0px #fff; |
||||
border:none; |
||||
} |
||||
|
||||
/* Big icons course home page styles */ |
||||
.big_icon { |
||||
/*width:205px; */ |
||||
padding:10px; |
||||
} |
||||
|
||||
.big_icon img { |
||||
padding:5px; |
||||
-moz-border-radius:10px; |
||||
-border-radius:10px; |
||||
-webkit-border-radius:10px; |
||||
border-radius:10px; |
||||
-webkit-box-shadow: 0 4px 8px #C8C8C8; |
||||
-opera-box-shadow: 0 4px 8px #C8C8C8; |
||||
-moz-box-shadow: 0 4px 8px #C8C8C8; |
||||
box-shadow: 0 4px 8px #C8C8C8; |
||||
|
||||
} |
||||
|
||||
.big_icon img:hover { |
||||
-webkit-box-shadow: 0 4px 18px #C8C8C8; |
||||
-opera-box-shadow: 0 4px 18px #C8C8C8; |
||||
-moz-box-shadow: 0 4px 18px #C8C8C8; |
||||
box-shadow: 0 4px 18px #C8C8C8; |
||||
} |
||||
|
||||
.courseadminview .big_icon a { |
||||
font-size:12px; |
||||
} |
||||
|
||||
/* Fixes the administration block section */ |
||||
.admin_section div { |
||||
margin: 5px 0 14px 5px; |
||||
margin-left: 39px; |
||||
} |
||||
|
||||
.rounded_div { |
||||
background: none repeat scroll 0 0 #FFFFFF; |
||||
border: 1px solid #E5E5E5; |
||||
|
||||
-webkit-border-radius: 11px; |
||||
-opera-border-radius: 11px; |
||||
-moz-border-radius: 11px; |
||||
border-radius: 11px; |
||||
|
||||
-webkit-box-shadow: 0 4px 18px #C8C8C8; |
||||
-opera-box-shadow: 0 4px 18px #C8C8C8; |
||||
-moz-box-shadow: 0 4px 18px #C8C8C8; |
||||
box-shadow: 0 4px 18px #C8C8C8; |
||||
|
||||
float: left; |
||||
height: auto; |
||||
margin: 10px 8px 15px 15px; |
||||
padding: 16px 12px 5px; |
||||
} |
||||
|
||||
/* Categories courses*/ |
||||
|
||||
#course-picture { |
||||
position:absolute; |
||||
top:8%; |
||||
left:85%; |
||||
padding:4px; |
||||
border:1pt solid #ccc; |
||||
} |
||||
|
||||
#categories-content-first { |
||||
width:290px; |
||||
float:left; |
||||
} |
||||
|
||||
#categories-search { |
||||
text-align:center; |
||||
/*height:55px; */ |
||||
float: right; |
||||
} |
||||
|
||||
#categories-list { |
||||
-moz-border-radius-topleft:8px; |
||||
-moz-border-radius-topright:8px; |
||||
-webkit-border-top-left-radius: 8px; |
||||
-webkit-border-top-right-radius: 8px; |
||||
border-top-left-radius: 8px; |
||||
border-top-right-radius: 8px; |
||||
-moz-box-shadow:0 -1px 10px 2px #CCCCCC; |
||||
-Webkit-box-shadow: 0 -1px 10px 2px #CCCCCC; |
||||
box-shadow: 0 -1px 10px 2px #CCCCCC; |
||||
border:1px solid #CCCCCC; |
||||
float:left; |
||||
margin:8px; |
||||
width:240px; |
||||
min-height:132px; |
||||
padding:18px; |
||||
font-size:11pt; |
||||
} |
||||
|
||||
#categories-content-second { |
||||
margin-left: 308px; |
||||
margin-top:5px; |
||||
} |
||||
|
||||
.course-block-main-item { |
||||
height: 32px; |
||||
padding: 3px 0px 3px 0px; |
||||
} |
||||
|
||||
.categories-block-course { |
||||
-moz-border-radius-topleft:8px; |
||||
-moz-border-radius-topright:8px; |
||||
-webkit-border-top-left-radius: 8px; |
||||
-webkit-border-top-right-radius: 8px; |
||||
border-top-left-radius: 8px; |
||||
border-top-right-radius: 8px; |
||||
-moz-box-shadow:0 -1px 10px 2px #CCCCCC; |
||||
-Webkit-box-shadow: 0 -1px 10px 2px #CCCCCC; |
||||
box-shadow: 0 -1px 10px 2px #CCCCCC; |
||||
border:1px solid #CCCCCC; |
||||
float:left; |
||||
margin:10px; |
||||
padding:12px; |
||||
width:240px; |
||||
min-height:294px; |
||||
color: #BBBBBB; |
||||
} |
||||
|
||||
.categories-course-picture { |
||||
width:95px; |
||||
height:95px; |
||||
float:left; |
||||
overflow:hidden; |
||||
|
||||
border-radius:4px; |
||||
-moz-border-radius:4px; |
||||
-webkit-border-radius:4px; |
||||
|
||||
box-shadow:0 -1px 5px 2px #CCCCCC; |
||||
-moz-box-shadow:0 -1px 5px 2px #CCCCCC; |
||||
-Webkit-box-shadow: 0 -1px 5px 2px #CCCCCC; |
||||
box-shadow: 0 -1px 5px 2px #CCCCCC; |
||||
margin-left: 8px; |
||||
} |
||||
|
||||
.categories-course-picture img { |
||||
height: 95px; |
||||
background-color: #eeeeee; |
||||
} |
||||
|
||||
.categories-course-description { |
||||
margin-left:10px; |
||||
font-family:arial; |
||||
font-size:11px; |
||||
margin-bottom: 10px; |
||||
} |
||||
|
||||
.categories-course-description .course-block-title { |
||||
font-family: arial; |
||||
font-size: large; |
||||
margin-bottom: 10px; |
||||
color: #222222; |
||||
min-height:60px; |
||||
} |
||||
.categories-course-description .course-block-teacher { |
||||
font-size: large; |
||||
font-style: italic; |
||||
text-align: right; |
||||
color: #444444; |
||||
line-height: 10px; |
||||
} |
||||
.categories-course-description .course-block-date { |
||||
font-size: large; |
||||
font-style: italic; |
||||
text-align: right; |
||||
color: #444444; |
||||
line-height: 10px; |
||||
} |
||||
.course-block-popularity { |
||||
width: 90px; |
||||
margin-left:120px; |
||||
font-size: x-small; |
||||
font-style: italic; |
||||
text-align: right; |
||||
background-color: #eeeeee; |
||||
min-height:95px; |
||||
padding-right: 5px; |
||||
-moz-border-radius-topleft:4px; |
||||
-moz-border-radius-topright:4px; |
||||
-webkit-border-top-left-radius: 4px; |
||||
-webkit-border-top-right-radius: 4px; |
||||
border-top-left-radius: 4px; |
||||
border-top-right-radius: 4px; |
||||
-moz-box-shadow:0 -1px 5px 2px #CCCCCC; |
||||
-Webkit-box-shadow: 0 -1px 5px 2px #CCCCCC; |
||||
box-shadow: 0 -1px 5px 2px #CCCCCC; |
||||
} |
||||
.course-block-popularity-score { |
||||
font-size: 3em; |
||||
text-align: center; |
||||
color: #000000; |
||||
padding-top: 10px; |
||||
text-shadow: gray 3px 3px 2px; |
||||
} |
||||
|
||||
.categories-course-links { |
||||
margin-top:20px; |
||||
height:16px; |
||||
padding:2px; |
||||
} |
||||
|
||||
.course-link-desc { |
||||
float:left; |
||||
} |
||||
|
||||
/* Attendance */ |
||||
|
||||
.attendance-users-table td { |
||||
height:66px; |
||||
} |
||||
|
||||
.attendance-calendar-table td { |
||||
height:66px; |
||||
} |
||||
|
||||
a.tag { |
||||
background-color: #E0EAF1; |
||||
border-bottom: 1px solid #3E6D8E; |
||||
border-right: 1px solid #7F9FB6; |
||||
color: #3E6D8E; |
||||
font-size: 90%; |
||||
line-height: 2.4; |
||||
margin: 2px 2px 2px 0; |
||||
padding: 3px 4px; |
||||
text-decoration: none; |
||||
white-space: nowrap; |
||||
} |
||||
|
||||
|
||||
|
||||
|
||||
/* Makes the course elements more readable */ |
||||
.userportal-course-item { |
||||
padding:15px; |
||||
} |
||||
|
||||
.session_course_item { |
||||
padding: 6px 0px 6px 5px ; |
||||
} |
||||
|
||||
/* LP tool*/ |
||||
|
||||
div.lp_resource { |
||||
padding:5px 10px; |
||||
width:450px; |
||||
|
||||
list-style-type: none; |
||||
margin: 0; |
||||
padding: 0; |
||||
|
||||
} |
||||
|
||||
.lp_resource_element, .lp_resource_element_no_link { |
||||
background-image:-moz-linear-gradient(top,#fefefe,#eee); |
||||
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fdfdfd),color-stop(1,#eee)); |
||||
border: 1px solid #CCCCCC; |
||||
color: #444444; |
||||
cursor: pointer; |
||||
font-weight: bold; |
||||
text-decoration: none; |
||||
text-shadow: 0 1px 1px #F6F6F6; |
||||
margin:5px; |
||||
padding:5px; |
||||
} |
||||
|
||||
.doc_resource { |
||||
margin:5px; |
||||
} |
||||
|
||||
div.lp_tree { |
||||
height: 100%; |
||||
overflow: auto; |
||||
padding: 3px 10px 3px 0; |
||||
width: 230px; |
||||
} |
||||
|
||||
table.lp_build td.tree { |
||||
border:none; |
||||
} |
||||
|
||||
#resource_tab { |
||||
min-height:380px; |
||||
} |
||||
|
||||
|
||||
#logo { |
||||
/* height:85px; */ |
||||
padding-top: 4px; |
||||
overflow:hidden; |
||||
margin-left:4%; |
||||
float:left; |
||||
} |
||||
|
||||
|
||||
/* fixes bug in ie7 */ |
||||
#menu { |
||||
width:180px; |
||||
} |
||||
|
||||
div.system_announcement { |
||||
background-color: #EEEEEE; |
||||
} |
||||
|
||||
.RequirementHeading, .RequirementText, .RequirementContent { |
||||
margin-top:12px; |
||||
} |
||||
|
||||
#formLogin { |
||||
height:160px; |
||||
} |
||||
|
||||
|
||||
#toolshortcuts_horizontal { |
||||
padding: 8px 20px 2px 0px; |
||||
clear: right; |
||||
margin-left: auto; |
||||
margin-right: auto; |
||||
text-align: right; |
||||
width: 98%; |
||||
} |
||||
|
||||
#toolshortcuts_vertical { |
||||
padding: 8px 0px 2px 0px; |
||||
clear: right; |
||||
margin-left: auto; |
||||
margin-right: auto; |
||||
text-align: right; |
||||
width: 98%; |
||||
} |
||||
|
||||
|
||||
div.admin_section { |
||||
min-height: 260px; |
||||
} |
||||
.admin_section li { |
||||
padding: 2px 0px 2px; |
||||
} |
||||
|
||||
div.admin_section h4 { |
||||
font-size:16px; |
||||
letter-spacing:-1px; |
||||
} |
||||
|
||||
.actions span { |
||||
margin-right:0px; |
||||
} |
@ -1,29 +0,0 @@ |
||||
/* |
||||
* Fix all Chamilo classic themes (Public admin, Baby orange, etc) |
||||
*/ |
||||
|
||||
#header2 { |
||||
min-height: 25px; |
||||
} |
||||
|
||||
#header3 { |
||||
width: 100%; |
||||
padding-left:0px; |
||||
padding-right:0px; |
||||
float:left; |
||||
} |
||||
|
||||
#header4 { |
||||
width: 98%; |
||||
float:left; |
||||
padding-left:20px; |
||||
padding-right:0px; |
||||
} |
||||
|
||||
.menu , #menu { |
||||
min-height: 90px; |
||||
} |
||||
|
||||
.message-body { |
||||
font-size:100%; |
||||
} |
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
Loading…
Reference in new issue