|
@@ -1,1950 +1,940 @@
|
|
|
/*****************************************************
|
|
|
- * MAIN - BABY *
|
|
|
+ * MAIN - CHAMILO CSS
|
|
|
*****************************************************/
|
|
|
-/* Adding default generic style for non chamilo_X themes */
|
|
|
-@import url('../base.css');
|
|
|
|
|
|
-/* Redefining html styles */
|
|
|
-body {
|
|
|
- /* hack ignored by non-IE to enable ie to support :hover on button */
|
|
|
- behavior:url("/main/css/csshover3.htc");
|
|
|
- font-family: arial, verdana, helvetica, sans-serif;
|
|
|
- font-size: 12px;
|
|
|
- color: #000;
|
|
|
- background-color: #fff;
|
|
|
- margin: 0;
|
|
|
- padding: 0;
|
|
|
-}
|
|
|
-img {
|
|
|
- border: none;
|
|
|
-}
|
|
|
-a {
|
|
|
- font-family:Arial, Helvetica, sans-serif;
|
|
|
- font-weight: bold;
|
|
|
- text-decoration: none;
|
|
|
-}
|
|
|
+/* Adding default style for the chamilo_X themes */
|
|
|
+@import url('../base_chamilo.css');
|
|
|
+/* the following for regular <a> elements */
|
|
|
a {
|
|
|
- color: #317100;
|
|
|
+ text-decoration: none;
|
|
|
+ color :#6E6E6E;
|
|
|
}
|
|
|
a:visited {
|
|
|
-
|
|
|
+ text-decoration: none;
|
|
|
}
|
|
|
a:hover {
|
|
|
- color: #683000;
|
|
|
+ text-decoration: none;
|
|
|
+ color: #FE9A2E;
|
|
|
}
|
|
|
a:active {
|
|
|
+ text-decoration: none;
|
|
|
}
|
|
|
-
|
|
|
-#my_courses {
|
|
|
- float: right;
|
|
|
- font-weight: bold;
|
|
|
+.navbar .nav > li > a {
|
|
|
+ float: none;
|
|
|
+ line-height: 24px;
|
|
|
+ padding-bottom: 13px;
|
|
|
+ padding-right: 10px;
|
|
|
+ padding-top: 13px;
|
|
|
+ color: #FFFFFF;
|
|
|
+ text-shadow: none;
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
-/* The tool shortcuts */
|
|
|
-#toolshortcuts {
|
|
|
- text-align: right;
|
|
|
- clear: right;
|
|
|
- margin-left: auto;
|
|
|
- margin-right: auto;
|
|
|
- width: 99%
|
|
|
+.subnav .navbar-inner {
|
|
|
+ background: #F9F9F9;
|
|
|
+ border: 1px solid #E1E1E0;
|
|
|
+ margin-bottom: 5px;
|
|
|
}
|
|
|
|
|
|
-/* footer styles */
|
|
|
-
|
|
|
-footer {
|
|
|
- background-color: #e26200;
|
|
|
- background-image: url(images/bg.jpg);
|
|
|
- background-repeat:repeat-x;
|
|
|
- color: #F7D77E;
|
|
|
- font-weight:bold;
|
|
|
- min-height: 100px;
|
|
|
- width: 100%;
|
|
|
+.subnav .nav > li > a {
|
|
|
+ border-left: none;
|
|
|
+ border-right: none;
|
|
|
+ color: #666;
|
|
|
+ font-weight: normal;
|
|
|
+ font-size: 13px;
|
|
|
+ box-shadow: 1px 1px #EDEDED !important;
|
|
|
}
|
|
|
-.push {
|
|
|
- height: 9em; /* Very important */
|
|
|
+.subnav .nav > li > a:hover{
|
|
|
+ background: #3D3D3D;
|
|
|
+ color: #FFFFFF;
|
|
|
+ line-height: 22px;
|
|
|
}
|
|
|
|
|
|
-#footer a {
|
|
|
- color: #fff;
|
|
|
- font-weight:normal;
|
|
|
+.subnav .nav > #current > a,
|
|
|
+.subnav .nav > #current > a:hover {
|
|
|
+ color: #fff;
|
|
|
+ background-color: #EC5923;
|
|
|
+ border: 1px solid #EC5923;
|
|
|
+ box-shadow:0 1px 1px rgba(0, 0, 0, 0.15) inset;
|
|
|
+ line-height: 22px;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-/* main styles */
|
|
|
-#main {
|
|
|
- padding-left: 30px;
|
|
|
- position: relative;
|
|
|
- min-height: 320px;
|
|
|
- padding-left: 20px;
|
|
|
- padding-right: 15px;
|
|
|
- padding-bottom: 5px;
|
|
|
+.subnav li a {
|
|
|
+ color:#fff;
|
|
|
}
|
|
|
-
|
|
|
-/*
|
|
|
------------------------------------------------------------------------------
|
|
|
-Side-Menu Slider (JQuery) see banner.inc.php
|
|
|
------------------------------------------------------------------------------
|
|
|
-*/
|
|
|
-ul#navigation {
|
|
|
- position: fixed;
|
|
|
- margin: 0px;
|
|
|
- padding: 0px;
|
|
|
- top: 10px;
|
|
|
- right: -10px;
|
|
|
- list-style: none;
|
|
|
- z-index:9999;
|
|
|
+/*#main .nav .dropdown .dropdown-toggle{
|
|
|
}
|
|
|
+#main .nav .dropdown .dropdown-toggle:hover{
|
|
|
+ margin-top: 0;
|
|
|
+*/
|
|
|
|
|
|
-ul#navigation li {
|
|
|
- width: 73px;
|
|
|
+/* Green hover */
|
|
|
+.subnav .navbar-inner li a:hover {
|
|
|
+ color: #fff;
|
|
|
+ background-color: #3A4751;
|
|
|
+ border: none;
|
|
|
+ box-shadow:none;
|
|
|
+ line-height: 24px;
|
|
|
}
|
|
|
-
|
|
|
-ul#navigation li a {
|
|
|
- display: block;
|
|
|
- margin-left: 1px;
|
|
|
- width: 65px;
|
|
|
- height: 60px;
|
|
|
- background-color:#CFCFCF;
|
|
|
- background-repeat:no-repeat;
|
|
|
- background-position:center center;
|
|
|
- border:1px solid #AFAFAF;
|
|
|
- -moz-border-radius:10px 0px 0px 10px;
|
|
|
- -webkit-border-bottom-right-radius: 10px;
|
|
|
- -webkit-border-top-right-radius: 10x;
|
|
|
- -khtml-border-bottom-right-radius: 10px;
|
|
|
- -khtml-border-top-right-radius: 10px;
|
|
|
- -moz-box-shadow: 0px 4px 3px #000;
|
|
|
- opacity: 0.6;
|
|
|
- filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
|
|
|
- -webkit-box-shadow: 0px 4px 3px #000;
|
|
|
+.well .nav-list > li > a:hover {
|
|
|
+ text-decoration: none;
|
|
|
+ background: none;
|
|
|
}
|
|
|
-
|
|
|
-ul#navigation .help a {
|
|
|
- -moz-border-radius:8px 0 0 8px;
|
|
|
- -moz-box-shadow:0 2px 2px #000000;
|
|
|
- background-color:#879DAA;
|
|
|
- background-position:center center;
|
|
|
- background-repeat:no-repeat;
|
|
|
- border:1px solid #FFFFFF;
|
|
|
- display:block;
|
|
|
- height:44px;
|
|
|
- margin-left:1px;
|
|
|
- opacity:0.6;
|
|
|
- width:65px;
|
|
|
- padding: 6px 0 8px 6px;
|
|
|
+.sidebar-nav h4{
|
|
|
+ color: #037FB2;
|
|
|
+ padding-bottom: 3px;
|
|
|
+ padding-left: 15px;
|
|
|
+ padding-right: 15px;
|
|
|
+ padding-top: 3px;
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
-ul#navigation .report a {
|
|
|
- -moz-border-radius:8px 0 0 8px;
|
|
|
- -moz-box-shadow:0 2px 2px #000000;
|
|
|
- background-color:#8fd400;
|
|
|
- background-position:center center;
|
|
|
- background-repeat:no-repeat;
|
|
|
- border:1px solid #FFFFFF;
|
|
|
- display:block;
|
|
|
- height:44px;
|
|
|
- margin-left:1px;
|
|
|
- opacity:0.6;
|
|
|
- width:65px;
|
|
|
- padding: 6px 0 8px 6px;
|
|
|
+.dropdown .dropdown-menu li a:hover {
|
|
|
+ -webkit-border-radius: 0;
|
|
|
+ -moz-border-radius: 0;
|
|
|
+ border-radius: 0;
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
-ul#navigation .student a {
|
|
|
- -moz-border-radius:8px 0 0 8px;
|
|
|
- -moz-box-shadow:0 2px 2px #000000;
|
|
|
- background-color:#b27651 ;
|
|
|
- background-position:center center;
|
|
|
- background-repeat:no-repeat;
|
|
|
- border:1px solid #FFFFFF;
|
|
|
- display:block;
|
|
|
- height:44px;
|
|
|
- margin-left:1px;
|
|
|
- opacity:0.6;
|
|
|
- width:65px;
|
|
|
- padding-bottom: 8px;
|
|
|
+#logout_button{
|
|
|
+ margin-top: 4px;
|
|
|
+ border: none;
|
|
|
}
|
|
|
+#logout_button:hover{
|
|
|
+ margin-top: 4px;
|
|
|
+ background: none;
|
|
|
+ box-shadow: none;
|
|
|
|
|
|
-
|
|
|
-ul#navigation .user-online a {
|
|
|
- -moz-border-radius:8px 0 0 8px;
|
|
|
- -moz-box-shadow:0 2px 2px #000000;
|
|
|
- background-color:#ccbc67 ;
|
|
|
- background-position:center center;
|
|
|
- background-repeat:no-repeat;
|
|
|
- border:1px solid #FFFFFF;
|
|
|
- display:block;
|
|
|
- height:44px;
|
|
|
- margin-left:1px;
|
|
|
- opacity:0.6;
|
|
|
- width:65px;
|
|
|
- padding: 6px 0 8px 6px;
|
|
|
}
|
|
|
-
|
|
|
-/* Other colors for other tabs in the earth tones */
|
|
|
- ul#navigation .user-connect a {
|
|
|
- -moz-border-radius:8px 0 0 8px;
|
|
|
- -moz-box-shadow:0 2px 2px #000000;
|
|
|
- background-color:#fac97a ;
|
|
|
- background-position:center center;
|
|
|
- background-repeat:no-repeat;
|
|
|
- border:1px solid #FFFFFF;
|
|
|
- display:block;
|
|
|
- height:44px;
|
|
|
- margin-left:1px;
|
|
|
- opacity:0.6;
|
|
|
- width:65px;
|
|
|
- padding: 6px 0 8px 6px;
|
|
|
+/*****************************************************
|
|
|
+ * STYLE THEME CHAMILO *
|
|
|
+ *****************************************************/
|
|
|
+ /*.page-section{
|
|
|
+ background:url(images/bg-header.jpg) repeat-x;
|
|
|
+ margin-top: -5px;
|
|
|
+ }*/
|
|
|
+.navbar-inner{
|
|
|
+ background: #ec5923; /* Old browsers */
|
|
|
+ background: -moz-linear-gradient(top, #ec5923 0%, #ec5923 100%); /* FF3.6+ */
|
|
|
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ec5923), color-stop(100%,#ec5923)); /* Chrome,Safari4+ */
|
|
|
+ background: -webkit-linear-gradient(top, #ec5923 0%,#ec5923 100%); /* Chrome10+,Safari5.1+ */
|
|
|
+ background: -o-linear-gradient(top, #ec5923 0%,#ec5923 100%); /* Opera 11.10+ */
|
|
|
+ background: -ms-linear-gradient(top, #ec5923 0%,#ec5923 100%); /* IE10+ */
|
|
|
+ background: linear-gradient(to bottom, #ec5923 0%,#ec5923 100%); /* W3C */
|
|
|
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec5923', endColorstr='#ec5923',GradientType=0 ); /* IE6-9 */
|
|
|
+
|
|
|
+}
|
|
|
+.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
|
|
|
+ background-color: #3A4751;
|
|
|
+ color: #FFFFFF;
|
|
|
+}
|
|
|
+.navbar-search {
|
|
|
+ margin-bottom: 0;
|
|
|
+ margin-top: 11px;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+.navbar-search .search-query {
|
|
|
+ background:#FFFFFF;
|
|
|
+ color: #666;
|
|
|
+ border: 1px solid #ffffff;
|
|
|
+}
|
|
|
+.navbar .nav .active > a, .navbar .nav .active > a:hover {
|
|
|
+ background:none;
|
|
|
+ color: #FFFFFF;
|
|
|
+}
|
|
|
+.welcome-mascot{
|
|
|
+ background: url(images/chamilo-welcome.png) no-repeat right 0;
|
|
|
+ padding-right: 200px;
|
|
|
+ padding-bottom: 2em;
|
|
|
+ padding-top: 2em;
|
|
|
+}
|
|
|
+
|
|
|
+.nav-list > li > a {
|
|
|
+ font-size: 14px;
|
|
|
+ padding-bottom: 6px;
|
|
|
+ /* padding-left: 15px;
|
|
|
+ padding-right: 15px;*/
|
|
|
+ padding-top: 6px;
|
|
|
+}
|
|
|
+.controls .btn{
|
|
|
+ background:#EC5923;
|
|
|
+ color: #ffffff;
|
|
|
+ border:1px solid rgba(0, 0, 0, 0.15);
|
|
|
+ padding: 5px 25px;
|
|
|
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.17);
|
|
|
+}
|
|
|
+.controls .btn:hover{
|
|
|
+ background: #EC5923; /* Old browsers */
|
|
|
+ color: #FFFFFF;
|
|
|
+ border:1px solid rgba(0, 0, 0, 0.15);
|
|
|
+ padding: 5px 25px;
|
|
|
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.17);
|
|
|
+
|
|
|
+}
|
|
|
+.form-actions {
|
|
|
+ background:transparent;
|
|
|
+}
|
|
|
+.breadcrumb {
|
|
|
+ margin-bottom: 0;
|
|
|
+ background: #ffffff; /* Old browsers */
|
|
|
+ background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
|
|
|
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
|
|
|
+ background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
|
|
|
+ background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
|
|
|
+ background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
|
|
|
+ background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
|
|
|
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
|
|
|
+ padding-top: 5px;
|
|
|
+ padding-bottom: 5px;
|
|
|
+ border: 1px solid #E1E1E0;
|
|
|
+ box-shadow: none;
|
|
|
+ color: #666;
|
|
|
+}
|
|
|
+.breadcrumb a{
|
|
|
+ color: #666;
|
|
|
+ font-size: 13px;
|
|
|
+ line-height: 30px;
|
|
|
+ text-transform: none;
|
|
|
+}
|
|
|
+
|
|
|
+.breadcrumb li{
|
|
|
+ font-size: 14px;
|
|
|
+ text-shadow: none;
|
|
|
+}
|
|
|
+.breadcrumb a.btn-mini{
|
|
|
+ font-size: 12px;
|
|
|
+ line-height: 17px;
|
|
|
+ text-transform: none;
|
|
|
+ color: #FFFFFF;
|
|
|
+}
|
|
|
+.breadcrumb a.btn-success {
|
|
|
+ background: #f68a7a; /* Old browsers */
|
|
|
+background: -moz-linear-gradient(top, #f68a7a 0%, #f26954 100%); /* FF3.6+ */
|
|
|
+background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f68a7a), color-stop(100%,#f26954)); /* Chrome,Safari4+ */
|
|
|
+background: -webkit-linear-gradient(top, #f68a7a 0%,#f26954 100%); /* Chrome10+,Safari5.1+ */
|
|
|
+background: -o-linear-gradient(top, #f68a7a 0%,#f26954 100%); /* Opera 11.10+ */
|
|
|
+background: -ms-linear-gradient(top, #f68a7a 0%,#f26954 100%); /* IE10+ */
|
|
|
+background: linear-gradient(to bottom, #f68a7a 0%,#f26954 100%); /* W3C */
|
|
|
+filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68a7a', endColorstr='#f26954',GradientType=0 ); /* IE6-9 */
|
|
|
+ border: 1px solid #FD6600;
|
|
|
+ color: #FFFFFF;
|
|
|
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.17);
|
|
|
+}
|
|
|
+.breadcrumb a.btn-success:hover{
|
|
|
+ background: #f68a7a; /* Old browsers */
|
|
|
+background: -moz-linear-gradient(top, #f68a7a 0%, #ef7f70 100%); /* FF3.6+ */
|
|
|
+background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f68a7a), color-stop(100%,#ef7f70)); /* Chrome,Safari4+ */
|
|
|
+background: -webkit-linear-gradient(top, #f68a7a 0%,#ef7f70 100%); /* Chrome10+,Safari5.1+ */
|
|
|
+background: -o-linear-gradient(top, #f68a7a 0%,#ef7f70 100%); /* Opera 11.10+ */
|
|
|
+background: -ms-linear-gradient(top, #f68a7a 0%,#ef7f70 100%); /* IE10+ */
|
|
|
+background: linear-gradient(to bottom, #f68a7a 0%,#ef7f70 100%); /* W3C */
|
|
|
+filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68a7a', endColorstr='#ef7f70',GradientType=0 ); /* IE6-9 */
|
|
|
+text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.17);
|
|
|
+}
|
|
|
+.btn{
|
|
|
+ display: inline-block;
|
|
|
+ padding: 3px 25px;
|
|
|
+ margin-bottom: 0;
|
|
|
+ font-size: 14px;
|
|
|
+ font-weight: normal;
|
|
|
+ line-height: 1.428571429;
|
|
|
+ text-align: center;
|
|
|
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.17);
|
|
|
+ cursor: pointer;
|
|
|
+ color: #FFFFFF;
|
|
|
+ background: #3D3D3D; /* Old browsers */
|
|
|
+ border:1px solid rgba(0, 0, 0, 0.15);
|
|
|
+}
|
|
|
+.btn:hover{
|
|
|
+ background: #4E5B65; /* Old browsers */
|
|
|
+ color: #ffffff;
|
|
|
+ text-decoration: none;
|
|
|
+}
|
|
|
+.btn-primary{
|
|
|
+ background:#EC5923;
|
|
|
+ color: #ffffff;
|
|
|
+ border:1px solid rgba(0, 0, 0, 0.15);
|
|
|
+ padding: 3px 25px;
|
|
|
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.17);
|
|
|
+}
|
|
|
+.btn-primary:hover{
|
|
|
+ background: #EA4E15; /* Old browsers */
|
|
|
+ color: #FFFFFF;
|
|
|
+ border:1px solid rgba(0, 0, 0, 0.15);
|
|
|
+
|
|
|
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.17);
|
|
|
+}
|
|
|
+
|
|
|
+/* styles for the star rater */
|
|
|
+.star-rating{
|
|
|
+ list-style:none;
|
|
|
+ margin: 0px;
|
|
|
+ padding:0px;
|
|
|
+ width: 125px;
|
|
|
+ height: 25px;
|
|
|
+ position: relative;
|
|
|
+ overflow:hidden;
|
|
|
+ background: url(images/start-level.png) top left repeat-x;
|
|
|
}
|
|
|
-
|
|
|
-ul#navigation .student-connect a {
|
|
|
- -moz-border-radius:8px 0 0 8px;
|
|
|
- -moz-box-shadow:0 2px 2px #000000;
|
|
|
- background-color:#d0d5d1 ;
|
|
|
- background-position:center center;
|
|
|
- background-repeat:no-repeat;
|
|
|
- border:1px solid #FFFFFF;
|
|
|
+.star-rating li{
|
|
|
+ padding:0px;
|
|
|
+ margin:0px;
|
|
|
+ width:25px;
|
|
|
+ height:25px;
|
|
|
+ float: left;
|
|
|
+}
|
|
|
+.star-rating li a{
|
|
|
display:block;
|
|
|
- height:44px;
|
|
|
- margin-left:1px;
|
|
|
- opacity:0.6;
|
|
|
- width:65px;
|
|
|
- padding: 6px 0 8px 6px;
|
|
|
+ width:25px;
|
|
|
+ height: 25px;
|
|
|
+ line-height:25px;
|
|
|
+ text-decoration: none;
|
|
|
+ text-indent: -9000px;
|
|
|
+ z-index: 20;
|
|
|
+ position: absolute;
|
|
|
+ padding: 0px;
|
|
|
+ overflow:hidden;
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
-/* my courses styles */
|
|
|
-
|
|
|
-.maincontent {
|
|
|
- /* float: left; */
|
|
|
- width: 71%;
|
|
|
- min-height: 333px;
|
|
|
- margin-top:0;
|
|
|
- float: right;
|
|
|
- clear: right;
|
|
|
-}
|
|
|
-.coursestatusicons {
|
|
|
- border: 0px solid #000;
|
|
|
- float: left;
|
|
|
- padding-right: 5px;
|
|
|
- width: auto;
|
|
|
-}
|
|
|
-.courseslist {
|
|
|
-}
|
|
|
-.courses {
|
|
|
- list-style-type: none;
|
|
|
- margin-bottom: 5px;
|
|
|
-}
|
|
|
-.courses a {
|
|
|
- text-decoration:underline;
|
|
|
-}
|
|
|
-.user_course_category {
|
|
|
- background: transparent url("images/thindivider.jpg") no-repeat left;
|
|
|
- background-color: #fff;
|
|
|
- padding-top: 10px;
|
|
|
- font-weight: bold;
|
|
|
- color: #666;
|
|
|
- list-style-type: none;
|
|
|
- margin: 5px;
|
|
|
- padding: 5px;
|
|
|
- padding-left: 130px;
|
|
|
+.star-rating li a:hover{
|
|
|
+ background: url(images/start-level.png) left bottom;
|
|
|
+ z-index: 2;
|
|
|
+ left: 0px;
|
|
|
+ border:none;
|
|
|
}
|
|
|
-
|
|
|
-.note {
|
|
|
- width: auto;
|
|
|
- margin: 24px 6px 0 6px;
|
|
|
- padding: 3px;
|
|
|
- border: 2px outset;
|
|
|
- border-color:#4171b5;
|
|
|
-}
|
|
|
-/* form styles */
|
|
|
-.form {
|
|
|
- width: 75%;
|
|
|
- float: left;
|
|
|
-}
|
|
|
-form div.row {
|
|
|
- clear: both;
|
|
|
- padding-top: 5px;
|
|
|
-}
|
|
|
-.form_header {
|
|
|
- white-space: nowrap;
|
|
|
- padding: 2px;
|
|
|
- background-color: #f0f0f0;
|
|
|
- border: 1px solid #bbb;
|
|
|
- font-weight: bold;
|
|
|
+.star-rating a.one-star{
|
|
|
+ left: 0px;
|
|
|
}
|
|
|
-
|
|
|
-form span.form_required {
|
|
|
- color: #f00;
|
|
|
+.star-rating a.one-star:hover{
|
|
|
+ width:25px;
|
|
|
}
|
|
|
-form span.form_error {
|
|
|
- color: #f00;
|
|
|
- font-size: x-small;
|
|
|
- margin: 2px;
|
|
|
+.star-rating a.two-stars{
|
|
|
+ left:25px;
|
|
|
}
|
|
|
-
|
|
|
-/* New training */
|
|
|
-.bottom-link {
|
|
|
- background-image:url(images/button_back.jpg);
|
|
|
+.star-rating a.two-stars:hover{
|
|
|
+ width: 50px;
|
|
|
}
|
|
|
-
|
|
|
-/* other styles */
|
|
|
-.clear {
|
|
|
- clear: both;
|
|
|
- line-height: 0px;
|
|
|
- height: 0;
|
|
|
-}
|
|
|
-/* actions */
|
|
|
-.actions_lp {
|
|
|
- background-color:#FDDEAA;
|
|
|
- border-bottom:1px solid #EE4C03;
|
|
|
- border-top:1px solid #EE4C03;
|
|
|
- height:29px;
|
|
|
- margin-bottom: 1px;
|
|
|
-}
|
|
|
-.actions_lp img {
|
|
|
- vertical-align:middle;
|
|
|
-}
|
|
|
-.actions_lp span {
|
|
|
- margin-right: 10px;
|
|
|
- vertical-align:middle;
|
|
|
-}
|
|
|
-.actions_lp form {
|
|
|
- margin-right: 10px;
|
|
|
- vertical-align:middle;
|
|
|
-}
|
|
|
-.actions {
|
|
|
- margin: 5px 0px; padding-top: 1px;
|
|
|
- border-top-width: 1px; top: 10px; right: 10px;
|
|
|
- bottom: 0px; left: 10px;
|
|
|
- padding-bottom: 1px;
|
|
|
- background-color:#FDDEAA;
|
|
|
- border-bottom:1px solid #EE4C03;
|
|
|
- border-top:1px solid #EE4C03;
|
|
|
- /*height:35px;*/
|
|
|
- padding:2px;
|
|
|
- margin-bottom: 5px;
|
|
|
- vertical-align:middle;
|
|
|
-}
|
|
|
-.actions img {
|
|
|
- /*display:inline-block;*/
|
|
|
- border: none;
|
|
|
- text-decoration: none;
|
|
|
- /*background-color: #FDDEAA;*/
|
|
|
- padding-right: 5px;
|
|
|
- vertical-align:middle;
|
|
|
-}
|
|
|
-.actions a {
|
|
|
- display:inline-block;
|
|
|
- margin-right: 10px;
|
|
|
- vertical-align:middle;
|
|
|
-}
|
|
|
-.actions span {
|
|
|
- margin-right: 10px;
|
|
|
- vertical-align:middle;
|
|
|
-}
|
|
|
-.actions form {
|
|
|
- margin-right: 10px;
|
|
|
- vertical-align:middle;
|
|
|
-}
|
|
|
-/* big actions */
|
|
|
-.actionsbig {
|
|
|
- background:#F8F8F8;
|
|
|
- border-bottom:1px solid #4171b5;
|
|
|
- border-top:1px solid #4171b5;
|
|
|
- background-color:#efefef;
|
|
|
- padding:2px;
|
|
|
- margin-bottom: 5px;
|
|
|
- vertical-align:middle;
|
|
|
- float:left;
|
|
|
- width:100%;
|
|
|
-}
|
|
|
-.actionsbig a {
|
|
|
- float:left;
|
|
|
- padding-left:12px;
|
|
|
- padding-right:12px;
|
|
|
- text-align:center;
|
|
|
-}
|
|
|
-.content_table {
|
|
|
- padding:2px;
|
|
|
- margin-bottom: 5px;
|
|
|
- vertical-align:middle;
|
|
|
- float:left;
|
|
|
- width:100%;
|
|
|
+.star-rating a.three-stars{
|
|
|
+ left: 50px;
|
|
|
}
|
|
|
-
|
|
|
-.actions img {
|
|
|
- vertical-align:middle;
|
|
|
-}
|
|
|
-.actions a {
|
|
|
- margin-right: 10px;
|
|
|
- vertical-align:middle;
|
|
|
-}
|
|
|
-.actions-title {
|
|
|
- background:#efefef;
|
|
|
- border-bottom:1px dotted #999999;
|
|
|
- border-top:1px dotted #999999;
|
|
|
- /*height:35px;*/
|
|
|
- padding:4px;
|
|
|
- margin-bottom: 5px;
|
|
|
- font-size:14px;
|
|
|
- font-weight:bolder;
|
|
|
- /*background:url(images/actions.jpg) repeat-x;*/
|
|
|
- vertical-align:middle;
|
|
|
-}
|
|
|
-.actions-message {
|
|
|
- white-space: nowrap;
|
|
|
- padding: 2px;
|
|
|
- background-color: #f0f0f0;
|
|
|
- border: 1px solid #bbb;
|
|
|
-}
|
|
|
-/* styles for the profile page */
|
|
|
-.profile_image {
|
|
|
- float: right;
|
|
|
- margin-right: 20px;
|
|
|
-}
|
|
|
-.profile_form {
|
|
|
- float: left;
|
|
|
- width: 75%;
|
|
|
-}
|
|
|
-/* course introduction */
|
|
|
-#courseintrocenter {
|
|
|
- position: relative;
|
|
|
- width: 80%;
|
|
|
- margin: 25px auto 10px;
|
|
|
-}
|
|
|
-#courseintro_iconscenter {
|
|
|
- position: relative;
|
|
|
- width: 80%;
|
|
|
- margin: 0px auto 10px;
|
|
|
-}
|
|
|
-#courseintroleft {
|
|
|
- position: relative;
|
|
|
- width: 80%;
|
|
|
- margin-bottom: 5px;
|
|
|
-}
|
|
|
-#courseintro_iconsleft {
|
|
|
- position: relative;
|
|
|
- width: 80%;
|
|
|
+.star-rating a.three-stars:hover{
|
|
|
+ width: 75px;
|
|
|
}
|
|
|
-
|
|
|
-/* Login form */
|
|
|
-#formLogin div {
|
|
|
- margin-bottom: 3px;
|
|
|
-}
|
|
|
-#formLogin div input[type=submit] {
|
|
|
- width: 109px;
|
|
|
-}
|
|
|
-/* normal table*/
|
|
|
-.normal_table {
|
|
|
- margin: 3px;
|
|
|
- border-collapse: collapse;
|
|
|
- width: 98%;
|
|
|
- padding: 5px;
|
|
|
-}
|
|
|
-/* Data table */
|
|
|
-.data_table {
|
|
|
- margin: 3px;
|
|
|
- border-collapse: collapse;
|
|
|
- width: 100%;
|
|
|
- padding: 5px;
|
|
|
-}
|
|
|
-.data_table th {
|
|
|
- text-transform: capitalize;
|
|
|
- padding: .2em;
|
|
|
- background: #FDDEAA url('images/headertables.jpg') repeat-x;
|
|
|
- color: #3c471c;
|
|
|
- border-right: 1px solid #fff;
|
|
|
-}
|
|
|
-.data_table th a {
|
|
|
- text-decoration:none;
|
|
|
-}
|
|
|
-.data_table th a:hover {
|
|
|
-}
|
|
|
-.data_table tr.row_odd {
|
|
|
- border-right: 1px solid #fff;
|
|
|
- background: #ffea9f;
|
|
|
- padding: .2em;
|
|
|
- color: #00122B;
|
|
|
- margin: 0;
|
|
|
-}
|
|
|
-.data_table tr.row_odd:hover, .data_table tr.row_even:hover {
|
|
|
- background-color: #eebb03;
|
|
|
-}
|
|
|
-.data_table tr.row_even {
|
|
|
- border-right: 1px solid #fff;
|
|
|
- background: #ffdc9f;
|
|
|
- padding: .2em;
|
|
|
- color: #00122B;
|
|
|
- margin: 0;
|
|
|
-}
|
|
|
-.data_table td {
|
|
|
- padding: 5px;
|
|
|
- vertical-align: top;
|
|
|
- border-bottom: 2px solid #fff;
|
|
|
- border-right: 2px solid #fff;
|
|
|
- border-left: 2px solid #fff;
|
|
|
+.star-rating a.four-stars{
|
|
|
+ left: 75px;
|
|
|
}
|
|
|
-
|
|
|
-.data_table_pagination {
|
|
|
- width:100%;
|
|
|
- margin-top: 8px;
|
|
|
+.star-rating a.four-stars:hover{
|
|
|
+ width: 100px;
|
|
|
}
|
|
|
-
|
|
|
-/* sections in the page */
|
|
|
-.sectiontitle {
|
|
|
- background: url('images/headertables.jpg') repeat-x top center;
|
|
|
- background-color: #ffb963;
|
|
|
- border: 1px solid #EE4C03;
|
|
|
- font-weight: bold;
|
|
|
- color: #EE4C03;
|
|
|
- list-style-type: none;
|
|
|
- margin: 5px;
|
|
|
- padding: 5px;
|
|
|
-}
|
|
|
-.sectioncomment {
|
|
|
- color: #000000;
|
|
|
- margin: 5px;
|
|
|
- padding: 5px;
|
|
|
-}
|
|
|
-.sectionvalue {
|
|
|
- list-style-type: none;
|
|
|
- margin: 5px;
|
|
|
- padding: 5px;
|
|
|
-}
|
|
|
-/* invisible styles */
|
|
|
-a.invisible {
|
|
|
- color: #999999;
|
|
|
-}
|
|
|
-a.invisible:visited {
|
|
|
- color: #999999;
|
|
|
-}
|
|
|
-a.invisible:active {
|
|
|
- color: #999999;
|
|
|
-}
|
|
|
-a.invisible:hover {
|
|
|
- color: #999999;
|
|
|
-}
|
|
|
-/* Platform Administration */
|
|
|
-div.admin_section {
|
|
|
- width: 40%;
|
|
|
- float: left;
|
|
|
- margin: 10px 20px;
|
|
|
- border: 1px solid #EE4C03;
|
|
|
- min-height:200px;
|
|
|
-}
|
|
|
-div.admin_section h4 {
|
|
|
- background-color: #FDDEAA;
|
|
|
- font-weight: bold;
|
|
|
- list-style-type: none;
|
|
|
- margin: 0px;
|
|
|
- padding: 5px;
|
|
|
-}
|
|
|
-/* Report section */
|
|
|
-div.report_section {
|
|
|
- width: 40%;
|
|
|
- float: left;
|
|
|
- margin: 10px 20px;
|
|
|
- border: 1px solid #EE4C03;
|
|
|
-}
|
|
|
-div.report_section h4 {
|
|
|
- background-color: #FDDEAA;
|
|
|
- font-weight: bold;
|
|
|
- list-style-type: none;
|
|
|
- margin: 0px;
|
|
|
- padding: 5px;
|
|
|
-}
|
|
|
-/* course homepage */
|
|
|
-.courseadminview, .platformadminview {
|
|
|
- position: relative;
|
|
|
- width: 80%;
|
|
|
- margin: 25px auto 10px;
|
|
|
- padding: 10px;
|
|
|
- border: 1px solid #EE4C03;
|
|
|
-}
|
|
|
-.courseadminview img, .platformadminview img {
|
|
|
- display:inline-block;
|
|
|
- border: none;
|
|
|
- text-decoration: none;
|
|
|
- /*background-color: #fff;*/
|
|
|
- padding-right: 5px;
|
|
|
- vertical-align:middle;
|
|
|
-}
|
|
|
-.viewcaption {
|
|
|
- position: relative;
|
|
|
- top: -20px;
|
|
|
- font-weight: bold;
|
|
|
- background-color: #fff;
|
|
|
- padding: 0 4px;
|
|
|
-}
|
|
|
-.tool-icon {
|
|
|
- margin-bottom: -3px;
|
|
|
-}
|
|
|
-/* learning path */
|
|
|
-table.lp_build {
|
|
|
- height:400px;
|
|
|
- width:100%;
|
|
|
-}
|
|
|
-table.lp_build td {
|
|
|
- vertical-align:top;
|
|
|
-}
|
|
|
-table.lp_build td.tree {
|
|
|
- border-right:1px solid #999999;
|
|
|
- width:240px;
|
|
|
-}
|
|
|
-table.lp_build td.workspace {
|
|
|
- padding: 0px;
|
|
|
- padding-left:5px;
|
|
|
- width:auto;
|
|
|
-}
|
|
|
-table.lp_overview {
|
|
|
- width:100%;
|
|
|
-}
|
|
|
-table.lp_overview td {
|
|
|
- border-bottom:1px solid #999999;
|
|
|
- border-top:1px solid #999999;
|
|
|
- height:20px;
|
|
|
- padding:3px;
|
|
|
- vertical-align:middle;
|
|
|
- width:auto;
|
|
|
-}
|
|
|
-table.lp_overview td.title {
|
|
|
- width:200px;
|
|
|
-}
|
|
|
-table.lp_overview td.actions {
|
|
|
- text-align:center;
|
|
|
- width:100px;
|
|
|
-}
|
|
|
-table.lp_overview td.move {
|
|
|
- text-align:center;
|
|
|
- width:50px;
|
|
|
-}
|
|
|
-table.lp_overview th {
|
|
|
- background:#FFFFFF;
|
|
|
- padding-left:3px;
|
|
|
- text-align:center;
|
|
|
-}
|
|
|
-table.lp_overview tr {
|
|
|
- background:#F8F8F8;
|
|
|
-}
|
|
|
-table.lp_overview tr:hover {
|
|
|
- background:#E5EDF9;
|
|
|
-}
|
|
|
-table.lp_overview img {
|
|
|
- margin-left:3px;
|
|
|
-}
|
|
|
-table.lp_prerequisites th {
|
|
|
- background:#F8F8F8;
|
|
|
- border-bottom:1px solid #999999;
|
|
|
- border-top:1px solid #999999;
|
|
|
-}
|
|
|
-.lp_mediaplayer {
|
|
|
- float: right;
|
|
|
- padding-top: 3px;
|
|
|
- margin-right: 5px;
|
|
|
-}
|
|
|
-div.lp_manipulate {
|
|
|
- background:#F8F8F8;
|
|
|
- border-bottom:1px dotted #999999;
|
|
|
- margin-bottom:0px;
|
|
|
- padding:3px 0 3px 10px;
|
|
|
-}
|
|
|
-div.lp_manipulate a {
|
|
|
- padding-right:10px;
|
|
|
-}
|
|
|
-div.lp_resource_header {
|
|
|
- background:#F0F0F0;
|
|
|
- border:1px solid #999999;
|
|
|
- font-weight:bold;
|
|
|
- padding:10px;
|
|
|
- width:350px;
|
|
|
- cursor:pointer;
|
|
|
- margin-top: -1px;
|
|
|
-}
|
|
|
-div.lp_resource_elements {
|
|
|
- background:#FAFAFA;
|
|
|
- border:1px solid #999999;
|
|
|
- display:none;
|
|
|
- padding:5px 10px;
|
|
|
- width:350px;
|
|
|
- margin-top: -1px;
|
|
|
-}
|
|
|
-.learnpath_chapter_form {
|
|
|
- width: 300px;
|
|
|
-}
|
|
|
-.learnpath_item_form {
|
|
|
- width: 300px;
|
|
|
-}
|
|
|
-#learnpath_preview_frame {
|
|
|
- margin-top: 5px;
|
|
|
- border:1px solid #CCCCCC;
|
|
|
- height:490px;
|
|
|
- width:95%;
|
|
|
-}
|
|
|
-/* exercices styles */
|
|
|
-.exercice_form {
|
|
|
- width: 300px;
|
|
|
+.star-rating a.five-stars{
|
|
|
+ left: 100px;
|
|
|
}
|
|
|
-
|
|
|
-span.checkbox {
|
|
|
- width: 19px;
|
|
|
- height: 25px;
|
|
|
- padding: 0 5px 0 0;
|
|
|
- background: url(images/checkbox.gif) no-repeat;
|
|
|
- display: block;
|
|
|
- clear: left;
|
|
|
- float: left;
|
|
|
-}
|
|
|
-span.radio {
|
|
|
- width: 19px;
|
|
|
- height: 25px;
|
|
|
- padding: 0 5px 0 0;
|
|
|
- background: url(images/radio.gif) no-repeat;
|
|
|
- display: block;
|
|
|
- clear: left;
|
|
|
- float: left;
|
|
|
-}
|
|
|
-/* forum styles */
|
|
|
-.forum_header {
|
|
|
- background: transparent url('images/line.jpg') repeat-x bottom center;
|
|
|
- font-weight: bold;
|
|
|
-}
|
|
|
-.forum_threadheader {
|
|
|
- background: transparent url('images/line.jpg') repeat-x bottom center;
|
|
|
- font-weight: bold;
|
|
|
-}
|
|
|
-.forum_message_left {
|
|
|
- width: 150px;
|
|
|
- vertical-align: top;
|
|
|
- /*border-bottom: 1px solid #666666;*/
|
|
|
- border-right: 1px solid #EE4C03;
|
|
|
- background: url('images/bglogin.jpg') repeat-y top center;
|
|
|
- background-color: #ebc41f;
|
|
|
-}
|
|
|
-.forum_message_post_title {
|
|
|
- border-bottom: 1px solid #EE4C03;
|
|
|
- font-weight: bold;
|
|
|
- background-color: #FDDEAA;
|
|
|
- height: 20px;
|
|
|
- color: #EE4C03;
|
|
|
-}
|
|
|
-.forum-thread-header {
|
|
|
- color: #000000;
|
|
|
- background-color: #F7F7F7;
|
|
|
- border-left: 1px solid #aaa;
|
|
|
- border-right: 1px solid #aaa;
|
|
|
- border-bottom: 1px solid #aaa;
|
|
|
- border-top: 1px solid #aaa;
|
|
|
-}
|
|
|
-.forum-thread-body {
|
|
|
- color: #000000;
|
|
|
- background-color: #FFFFFF;
|
|
|
- border-left: 1px solid #aaa;
|
|
|
- border-right: 1px solid #aaa;
|
|
|
- border-bottom: 1px solid #aaa;
|
|
|
- border-top: 1px solid #aaa;
|
|
|
-}
|
|
|
-/* Survey styles */
|
|
|
-#survey_title {
|
|
|
- background-color:#dcdcdc;
|
|
|
- color:#000;
|
|
|
- padding:2px;
|
|
|
-}
|
|
|
-#survey_subtitle {
|
|
|
- background-color:#dcdcdc;
|
|
|
- color:#000;
|
|
|
- padding:2px;
|
|
|
-}
|
|
|
-.survey_content {
|
|
|
- background-color:#EFEFEF;
|
|
|
- color:#264269;
|
|
|
- padding:5px;
|
|
|
- border: 1px solid #999;
|
|
|
-}
|
|
|
-.survey_question_wrapper {
|
|
|
- border: 1px solid #999;
|
|
|
-}
|
|
|
-.survey_question {
|
|
|
- /* 264269 4271b5 E5EDF9 */
|
|
|
- background-color:#f0f0f0;
|
|
|
- color:#999;
|
|
|
- padding:5px;/*border: 1px solid #264269;*/
|
|
|
-}
|
|
|
-.survey_question_options {
|
|
|
- /* 264269 4271b5 E5EDF9 */
|
|
|
- background-color:#FFF;
|
|
|
- color:#000;
|
|
|
- padding:5px;/*border: 1px solid #264269;*/
|
|
|
-}
|
|
|
-/* Blog */
|
|
|
-.blog_menu {
|
|
|
- border-bottom: 1px dashed #dddddd;
|
|
|
- border-right: 1px dashed #dddddd;
|
|
|
- border-left: 1px dashed #dddddd;
|
|
|
- padding: 10px;
|
|
|
-}
|
|
|
-.blogpost {
|
|
|
- border: 1px solid #DDDDDD;
|
|
|
- background-color: #ECECEC;
|
|
|
- margin-bottom: 15px;
|
|
|
- padding: 10px;
|
|
|
-}
|
|
|
-.blogpost_title {
|
|
|
- display: block;
|
|
|
- font-weight: bold;
|
|
|
- padding-bottom: 5px;
|
|
|
-}
|
|
|
-.blogpost_date {
|
|
|
- display: block;
|
|
|
- font-weight: bold;
|
|
|
- color: #333333;
|
|
|
- padding-bottom: 10px;
|
|
|
-}
|
|
|
-.blogpost_info {
|
|
|
- display: block;
|
|
|
- color: #333333;
|
|
|
- border-top: 1px solid #dddddd;
|
|
|
- margin-top: 5px;
|
|
|
-}
|
|
|
-.blogpost_comment {
|
|
|
- border-top: 1px dashed #dddddd;
|
|
|
- border-right: 1px dashed #dddddd;
|
|
|
- border-bottom: 1px dashed #dddddd;
|
|
|
- border-left: 1px dashed #dddddd;
|
|
|
- margin-bottom: 10px;
|
|
|
- padding: 10px;
|
|
|
- background-color: white;
|
|
|
- z-index: -1;
|
|
|
-}
|
|
|
-.blogpost_comment_title {
|
|
|
- display: block;
|
|
|
- font-weight: bold;
|
|
|
- color: #1657A9;
|
|
|
- padding-bottom: 5px;
|
|
|
-}
|
|
|
-.blogpost_comment_date {
|
|
|
- display: block;
|
|
|
- font-size: 10px;
|
|
|
- font-weight: bold;
|
|
|
- color: #333333;
|
|
|
- padding-bottom: 10px;
|
|
|
-}
|
|
|
-.blogpost_comment_info {
|
|
|
- font-size: 10px;
|
|
|
- display: block;
|
|
|
- color: #333333;
|
|
|
- border-top: 1px solid #dddddd;
|
|
|
- margin-top: 10px;
|
|
|
-}
|
|
|
-.blogpost {
|
|
|
- border: 1px solid #DDDDDD;
|
|
|
- background-color: #ECECEC;
|
|
|
- margin-bottom: 15px;
|
|
|
- padding: 10px;
|
|
|
-}
|
|
|
-.comments {
|
|
|
- border: 1px solid #dddddd;
|
|
|
- margin-bottom: 10px;
|
|
|
- margin-top: 10px;
|
|
|
- padding: 10px;
|
|
|
- background-color: #F4F4F4;
|
|
|
- margin-left:50px;
|
|
|
-}
|
|
|
-/* tabbed menu */
|
|
|
-#tabbed_menu {
|
|
|
- border: 1px solid #EE8003;
|
|
|
- background: transparent url('images/dropbox.jpg') no-repeat top left;
|
|
|
- width: 300px;
|
|
|
- margin: 0 0 1em 0;
|
|
|
-}
|
|
|
-#tabbed_menu_tabs {
|
|
|
- width: 90%;
|
|
|
- margin: 15px .2em 0 .2em;
|
|
|
- padding: 0;
|
|
|
- list-style-type: none;
|
|
|
-}
|
|
|
-#tabbed_menu_tabs li {
|
|
|
- padding: 0;
|
|
|
- margin: 0 .8em;
|
|
|
-}
|
|
|
-/* system announcements */
|
|
|
-div.system_announcement {
|
|
|
- border: 1px solid #EE8003;
|
|
|
- min-height:20px;
|
|
|
-}
|
|
|
-.system_announcement_title {
|
|
|
- color: #794102;
|
|
|
+.star-rating a.five-stars:hover{
|
|
|
+ width: 125px;
|
|
|
}
|
|
|
-.system_announcements {
|
|
|
- background: transparent url('images/systemenouvelles.gif') no-repeat top left;
|
|
|
- padding-top: 30px;
|
|
|
- width: 50%;
|
|
|
-}
|
|
|
-.system_announcements h3 {
|
|
|
- text-align: center;
|
|
|
-}
|
|
|
-.system_announcement {
|
|
|
- background: #ffb963 url('images/headertables.jpg') repeat-x;
|
|
|
- font: bold 100% arial, sans-serif, sans;
|
|
|
-}
|
|
|
-.system_announcement_content {
|
|
|
- font: normal 100% 'Lucida Grande', verdana, Arial, sans-serif, sans;
|
|
|
-}
|
|
|
-#image_preview {
|
|
|
- text-align:center;
|
|
|
- padding-left: 17px;
|
|
|
-}
|
|
|
-.skip {
|
|
|
- display: none;
|
|
|
-}
|
|
|
-/* Specific forms: profile,add course,advanced search,advanced course search,etc.. */
|
|
|
-#add_course, #profile, #advanced_course_search, #advanced_search, #category, #course_user_import, #export_users, #update_course, #user_add, #user_import {
|
|
|
- /*border: 1px solid #EE4C03;
|
|
|
- background: transparent url("images/headerform.jpg") no-repeat top left;
|
|
|
- width: 550px;
|
|
|
- position: relative;
|
|
|
- padding: 60px 0 1em 0;*/
|
|
|
-}
|
|
|
-#advanced_search, #category, #course_user_import {
|
|
|
-/* background: transparent url("images/headerform2.jpg") no-repeat top left;*/
|
|
|
-}
|
|
|
-#export_users, #update_course, #user_add, #user_import {
|
|
|
-/* background: transparent url("images/headerform3.jpg") no-repeat top left;*/
|
|
|
-}
|
|
|
-/* Glossary tool */
|
|
|
-.glossary-term {
|
|
|
- margin: 1em;
|
|
|
- background-color: #ffe99b;
|
|
|
- padding: 0.5em 0.5em 1.8em 0;
|
|
|
- -moz-border-radius: 0.5em;
|
|
|
-}
|
|
|
-.glossary-term-title {
|
|
|
- margin: 2em 0 1em 0.5em;
|
|
|
- font-weight: bold;
|
|
|
- font-size: 120%;
|
|
|
-}
|
|
|
-.glossary-term-desc {
|
|
|
- margin-left: 1em;
|
|
|
-}
|
|
|
-.glossary-term-action-links {
|
|
|
- float: right;
|
|
|
-}
|
|
|
-.glossary-term-edit-form {
|
|
|
- margin: 1em;
|
|
|
- background-color: #FFE4C4;
|
|
|
- padding: 0.5em 0.5em 2em 0;
|
|
|
- -moz-border-radius: 0.5em;
|
|
|
-}
|
|
|
-.glossary-term-edit-desc {
|
|
|
- font-weight: bold;
|
|
|
- font-size: 120%;
|
|
|
-}
|
|
|
-.glossary-term-edit-title {
|
|
|
- font-weight: bold;
|
|
|
- font-size: 120%;
|
|
|
-}
|
|
|
-.glossary-add-form {
|
|
|
- font-weight: bold;
|
|
|
- font-size: 120%;
|
|
|
- margin: 1em;
|
|
|
-}
|
|
|
-.glossary-orderby-link {
|
|
|
- float:right;
|
|
|
- margin: 1em;
|
|
|
-}
|
|
|
-.glossary-msg-error {
|
|
|
- color: #FF0000;
|
|
|
- display :none;
|
|
|
- font-weight: normal;
|
|
|
- font-size: 80%;
|
|
|
-}
|
|
|
-/* Notebook */
|
|
|
-.notebook-add-form {
|
|
|
- margin: 1em;
|
|
|
- background-color: #c3d9ff;
|
|
|
- padding: 1em 1em;
|
|
|
-}
|
|
|
-.notebook-add-desc-textarea {
|
|
|
- background-color: #f2f5f8;
|
|
|
- border-color: #ffe99b;
|
|
|
- overflow: hidden;
|
|
|
-}
|
|
|
-.notebook-add-title-text {
|
|
|
- background-color: #f2f5f8;
|
|
|
- border-color: #ffe99b;
|
|
|
-}
|
|
|
-.notebook-edit-desc-textarea {
|
|
|
- background-color: #e0ecff;
|
|
|
- border-color: #ffe99b;
|
|
|
- overflow: hidden;
|
|
|
-}
|
|
|
-.notebook-edit-title-text {
|
|
|
- background-color: #e0ecff;
|
|
|
- border-color: #ffe99b;
|
|
|
-}
|
|
|
-.notebook-msg-error {
|
|
|
- color: #FF0000;
|
|
|
- display :none;
|
|
|
- background-color: #ffe99b;
|
|
|
- width: 40%;
|
|
|
-}
|
|
|
-.notebook-list {
|
|
|
- margin: 1em 1em 0em 1em;
|
|
|
- background-color: #79b;
|
|
|
- padding: 0.3em 0.3em;
|
|
|
- -moz-border-radius: 0.5em;
|
|
|
-}
|
|
|
-.notebook-title-list {
|
|
|
- color : #fff;
|
|
|
- padding: 0.3em 0.3em;
|
|
|
- font-weight: bold;
|
|
|
- font-size: 120%;
|
|
|
-}
|
|
|
-.notebook-desc-list {
|
|
|
- margin: 0em;
|
|
|
- background-color: #f2f5f8;
|
|
|
- padding: 0.5em 0.3em 2em 0.3em;
|
|
|
- border: 1px solid #79b;
|
|
|
-}
|
|
|
-.notebook-term-action-links {
|
|
|
- padding: 0.3em 0.3em;
|
|
|
- width: 50%;
|
|
|
- color : #fff;
|
|
|
-}
|
|
|
-.notebook-orderby-link {
|
|
|
- text-align:right;
|
|
|
- margin-right: 1em;
|
|
|
-}
|
|
|
-.notebook-search-title {
|
|
|
- text-align:right;
|
|
|
- margin: 1em;
|
|
|
-}
|
|
|
-.notebook-date-information {
|
|
|
- color : #fff;
|
|
|
- padding: 0.3em;
|
|
|
- font-size: 120%;
|
|
|
- font-weight: bold;
|
|
|
-}
|
|
|
-/*SESSIONS*/
|
|
|
-.sessions_list {
|
|
|
- line-height: 20px;
|
|
|
- margin-top: 20px;
|
|
|
-}
|
|
|
-.sessions_list_inactive {
|
|
|
- line-height: 20px;
|
|
|
-}
|
|
|
-.session_box {
|
|
|
- border: 1px solid #DCE5F3;
|
|
|
- /* font-weight: bold; */
|
|
|
- color: #666;
|
|
|
- list-style-type: none;
|
|
|
- margin:5px 5px 10px 5px;
|
|
|
- padding: 5px;
|
|
|
- background-color:#FFF;
|
|
|
- -webkit-border-radius: 10px;
|
|
|
- -moz-border-radius: 10px;
|
|
|
- border-radius: 10px;
|
|
|
-}
|
|
|
-.sub_session_box {
|
|
|
- border: 1px solid #DCE5F3;
|
|
|
- /* font-weight: bold; */
|
|
|
- color: #666;
|
|
|
- list-style-type: none;
|
|
|
- margin:5px 5px 10px 0px;
|
|
|
- padding: 5px;
|
|
|
- background-color:#FFF;
|
|
|
- -webkit-border-radius: 10px;
|
|
|
- -moz-border-radius: 10px;
|
|
|
- border-radius: 10px;
|
|
|
-}
|
|
|
-.sub_session_box_title {
|
|
|
- margin-bottom: 10px;
|
|
|
- background-color:#F9F9F9;
|
|
|
-}
|
|
|
-.session_box_title {
|
|
|
- margin-bottom: 10px;
|
|
|
- background-color:#F9F9F9;
|
|
|
-}
|
|
|
-.session_course_item {
|
|
|
- margin: 0px;
|
|
|
- margin-bottom:20px;
|
|
|
- font-size:135%;
|
|
|
-}
|
|
|
-.session_course_item .item_closed, .userportal-course-item-title .item_closed {
|
|
|
- font-size:80%;
|
|
|
-}
|
|
|
-.session_course_item .courses {
|
|
|
- margin-bottom: 5px;
|
|
|
- height:35px;
|
|
|
-}
|
|
|
-/*NAVIGATION MENU BAR*/
|
|
|
-
|
|
|
-
|
|
|
-.menucaption {
|
|
|
- font-size: 12px;
|
|
|
- font-weight: bold;
|
|
|
- padding-left: 12px;
|
|
|
-}
|
|
|
-.menusection {
|
|
|
-
|
|
|
-}
|
|
|
-.menusectioncaption {
|
|
|
- position: relative;
|
|
|
- top: -9px;
|
|
|
- /* background-color: #E5EDF9; */
|
|
|
- font-size: 12px;
|
|
|
- padding: 0 8px 0 4px;
|
|
|
-}
|
|
|
-.menulist {
|
|
|
- list-style: none;
|
|
|
- margin: 0 0 12px 0;
|
|
|
- padding: 0;
|
|
|
-}
|
|
|
-#centerwrap {
|
|
|
- float: left;
|
|
|
- width: 100%;
|
|
|
- margin-right: -95%;/* this needs to be less than 100% for Moz/Mac which thinks
|
|
|
- it's empty otherwise. The difference is made up by putting a
|
|
|
- negative left margin on the left float:
|
|
|
- Note IE/Mac doesn't like this method ~ it wants the 100% so it can
|
|
|
- be fed in using IE only CSS below becasue IE/Win also works with the 100% method.
|
|
|
- */
|
|
|
-}
|
|
|
-#center {
|
|
|
- margin: 0 190px 0 0;
|
|
|
- padding: 10px 0 40px 0;
|
|
|
- min-height: 300px;
|
|
|
-}
|
|
|
-#toolnav {
|
|
|
- float:right;
|
|
|
- overflow:hidden;
|
|
|
- padding:0;
|
|
|
- width:180px;
|
|
|
-}
|
|
|
-/* Hide from IE5-mac. Only IE-win sees this. \*/
|
|
|
-* html #toolnav {
|
|
|
- margin-right: 0px;
|
|
|
-}
|
|
|
-* html #center {
|
|
|
- height: 1%;
|
|
|
- margin-left: 0;
|
|
|
-}
|
|
|
-/* End hide from IE5/mac */
|
|
|
-
|
|
|
-/*
|
|
|
------------------------------------------------------------------------------
|
|
|
-Menu Slide JQuery
|
|
|
------------------------------------------------------------------------------
|
|
|
-*/
|
|
|
-ul#navigation {
|
|
|
- position: fixed;
|
|
|
- margin: 0px;
|
|
|
- padding: 0px;
|
|
|
- top: 80px;
|
|
|
- right: -10px;
|
|
|
- list-style: none;
|
|
|
- z-index:9999;
|
|
|
+.star-rating li.current-rating{
|
|
|
+ background: url(images/start-level.png) left center;
|
|
|
+ position: absolute;
|
|
|
+ height: 25px;
|
|
|
+ display: block;
|
|
|
+ text-indent: -9000px;
|
|
|
+ z-index: 1;
|
|
|
+}
|
|
|
+/*ICON INBOX*/
|
|
|
+.home-icon{
|
|
|
+ background:url(images/icon-chamilo.png) no-repeat 0 0;
|
|
|
+ background-size: 24px auto;
|
|
|
+ padding-left: 30px;
|
|
|
+}
|
|
|
+.home-icon:hover,.messages-icon:hover, .invitations-icon:hover,.shared-profile-icon:hover,.friends-icon:hover,
|
|
|
+.browse-groups-icon:hover ,.search-icon:hover ,.myfiles-icon:hover {
|
|
|
+ opacity: 0.8;
|
|
|
+}
|
|
|
+.messages-icon{
|
|
|
+ background:url(images/icon-chamilo.png) no-repeat 0 -29px;
|
|
|
+ background-size: 24px auto;
|
|
|
+ padding-left: 30px;
|
|
|
+}
|
|
|
+.invitations-icon{
|
|
|
+ background:url(images/icon-chamilo.png) no-repeat 0 -61px;
|
|
|
+ background-size: 24px auto;
|
|
|
+ padding-left: 30px;
|
|
|
+}
|
|
|
+.shared-profile-icon{
|
|
|
+ background:url(images/icon-chamilo.png) no-repeat 0 -96px;
|
|
|
+ background-size: 24px auto;
|
|
|
+ padding-left: 30px;
|
|
|
+}
|
|
|
+.friends-icon{
|
|
|
+ background:url(images/icon-chamilo.png) no-repeat 0 -130px;
|
|
|
+ background-size: 24px auto;
|
|
|
+ padding-left: 30px;
|
|
|
+}
|
|
|
+
|
|
|
+.browse-groups-icon{
|
|
|
+ background:url(images/icon-chamilo.png) no-repeat 0 -163px;
|
|
|
+ background-size: 24px auto;
|
|
|
+ padding-left: 30px;
|
|
|
+}
|
|
|
+
|
|
|
+.search-icon {
|
|
|
+ background:url(images/icon-chamilo.png) no-repeat 0 -198px;
|
|
|
+ background-size: 24px auto;
|
|
|
+ padding-left: 30px;
|
|
|
+}
|
|
|
+
|
|
|
+.myfiles-icon {
|
|
|
+ background:url(images/icon-chamilo.png) no-repeat 0 -229px;
|
|
|
+ background-size: 24px auto;
|
|
|
+ padding-left: 30px;
|
|
|
+}
|
|
|
+
|
|
|
+/* END ICON INBOX */
|
|
|
+.nav-list > .active > a, .nav-list > .active > a:hover {
|
|
|
+ color: #333333;
|
|
|
+ background: none;
|
|
|
+ text-shadow:none;
|
|
|
+}
|
|
|
+.social-menu .well .thumbnail{
|
|
|
+ border: none;
|
|
|
+ border-radius: none;
|
|
|
+ box-shadow: none;
|
|
|
+}
|
|
|
+.invitation_confirm .thumbnail{
|
|
|
+ border: 1px solid rgba(96, 165, 209, 0.1);
|
|
|
+ -webkit-border-radius: 10px;
|
|
|
+ -moz-border-radius: 10px;
|
|
|
+ border-radius: 10px;
|
|
|
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
|
|
|
+ display: block;
|
|
|
+ line-height: 1;
|
|
|
+ padding: 4px;
|
|
|
+ background-color: #EEF5FA;
|
|
|
}
|
|
|
-
|
|
|
-ul#navigation li {
|
|
|
- width: 73px;
|
|
|
+.invitation_confirm a.thumbnail:hover{
|
|
|
+ border-color: rgba(96, 165, 209, 0.1);
|
|
|
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
|
|
|
+ background-color: #FFFFFF;
|
|
|
}
|
|
|
-
|
|
|
-ul#navigation li a {
|
|
|
- display: block;
|
|
|
- margin-left: 1px;
|
|
|
- width: 65px;
|
|
|
- height: 60px;
|
|
|
- background-color:#CFCFCF;
|
|
|
- background-repeat:no-repeat;
|
|
|
- background-position:center center;
|
|
|
- border:1px solid #AFAFAF;
|
|
|
- -moz-border-radius:10px 0px 0px 10px;
|
|
|
- -webkit-border-bottom-right-radius: 10px;
|
|
|
- -webkit-border-top-right-radius: 10x;
|
|
|
- -khtml-border-bottom-right-radius: 10px;
|
|
|
- -khtml-border-top-right-radius: 10px;
|
|
|
- -moz-box-shadow: 0px 4px 3px #000;
|
|
|
- opacity: 0.6;
|
|
|
- filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
|
|
|
- -webkit-box-shadow: 0px 4px 3px #000;
|
|
|
+.social-menu .well .thumbnail img{
|
|
|
+ -webkit-border-radius: 10px;
|
|
|
+ -moz-border-radius: 10px;
|
|
|
+ border-radius: 10px;
|
|
|
+ border: 2px solid #FFFFFF;
|
|
|
}
|
|
|
|
|
|
-ul#navigation .help a{
|
|
|
- background-image: url(images/help2.png);
|
|
|
-}
|
|
|
-
|
|
|
-/* --- course navigation menu as a definition list --- */
|
|
|
-#swap_menu_link {
|
|
|
- float: left;
|
|
|
-}
|
|
|
-#toolnavbox {
|
|
|
- margin: 0 0 0 10px;
|
|
|
- padding: 0;
|
|
|
- float: left;
|
|
|
- border: 1px solid #4271b5;
|
|
|
-}
|
|
|
-#toolnavbox dl {
|
|
|
- width: 160px;
|
|
|
- margin: 0 auto;
|
|
|
- padding: 0;
|
|
|
- background: transparent;
|
|
|
- font-size: 12px;
|
|
|
- text-align: center;
|
|
|
-}
|
|
|
-#toolnavbox dt {
|
|
|
- margin: 0;
|
|
|
- padding: 0;
|
|
|
- font-weight: bold;
|
|
|
- font-size: 12px;
|
|
|
- text-align: center;
|
|
|
- color: #000;
|
|
|
- border-bottom: 1px solid #fff;
|
|
|
- background: transparent;
|
|
|
-}
|
|
|
-#toolnavbox dd {
|
|
|
- margin: 0;
|
|
|
- padding: 0;
|
|
|
- color: #009;
|
|
|
- text-align: left;
|
|
|
- border-bottom:1px solid #fff;
|
|
|
- background: #E5EDF9;
|
|
|
-}
|
|
|
-#toolnav img {
|
|
|
- float: left;
|
|
|
- width: 25px;
|
|
|
- height: 25px;
|
|
|
- margin: 0 4px 0 0;
|
|
|
-}
|
|
|
-#toolnavlist a, #toolnavlist a:link {
|
|
|
- background: #F4A460;
|
|
|
- color: #DC143C;
|
|
|
- padding: 5px 5px 5px 10px;
|
|
|
- margin: 0;
|
|
|
- text-decoration: none;
|
|
|
- display: block;
|
|
|
- line-height:24px;
|
|
|
-}
|
|
|
-#toolnavlist a:hover {
|
|
|
- background: #fff;
|
|
|
- color:#B8860B;
|
|
|
-}
|
|
|
-#toolnavlist a#here {
|
|
|
- background: #fff;
|
|
|
- color:#DC143C;
|
|
|
-}
|
|
|
-/* --- end of course navigation menu section --- */
|
|
|
-
|
|
|
+/*CSS SLIDER ANUNCIOS*/
|
|
|
|
|
|
-/**********************************************
|
|
|
- * EXERCISE TOOL *
|
|
|
- **********************************************/
|
|
|
-.exercice_form {
|
|
|
- width: 300px;
|
|
|
-}
|
|
|
-span.checkbox {
|
|
|
- width: 19px;
|
|
|
- height: 25px;
|
|
|
- padding: 0 5px 0 0;
|
|
|
- background: url(images/checkbox.gif) no-repeat;
|
|
|
- display: block;
|
|
|
- clear: left;
|
|
|
- float: left;
|
|
|
-}
|
|
|
-span.radio {
|
|
|
- width: 19px;
|
|
|
- height: 25px;
|
|
|
- padding: 0 5px 0 0;
|
|
|
- background: url(images/radio.gif) no-repeat;
|
|
|
- display: block;
|
|
|
- clear: left;
|
|
|
- float: left;
|
|
|
-}
|
|
|
-#question_title {
|
|
|
-}
|
|
|
-#question_description {
|
|
|
- padding-left:5px;
|
|
|
- padding-top:10px;
|
|
|
-}
|
|
|
-#question_score {
|
|
|
- padding-left:5px;
|
|
|
- padding-top:10px;
|
|
|
- padding-bottom:10px;
|
|
|
- font-weight:bold;
|
|
|
-}
|
|
|
-#question_feedback {
|
|
|
- background-color:#FCF7BA;
|
|
|
- border:1px solid #CCCCCC;
|
|
|
- color:#666666;
|
|
|
- font-size:11px;
|
|
|
- font-weight:bold;
|
|
|
- list-style-type:none;
|
|
|
- margin-top:5px;
|
|
|
- padding:5px;
|
|
|
-}
|
|
|
-#exercise_close_link {
|
|
|
- background: url(images/close.gif) no-repeat;
|
|
|
- padding-left: 20px;
|
|
|
-}
|
|
|
-#exercise_close_link:hover {
|
|
|
- background: url(images/close_highlight.gif) no-repeat;
|
|
|
- padding-left: 20px;
|
|
|
-}
|
|
|
-/* Quizzes tool */
|
|
|
-.quiz_export_link {
|
|
|
- float: right;
|
|
|
+.pagerslide h2{
|
|
|
+ font-size: 18px;
|
|
|
+ font-weight: normal;
|
|
|
+ background: #E6E6E6;
|
|
|
+ color: #666;
|
|
|
+ padding-left: 15px;
|
|
|
}
|
|
|
-/*****************************************************
|
|
|
- * BUTTONS *
|
|
|
- *****************************************************/
|
|
|
|
|
|
-button:hover input[type="submit"]:hover{
|
|
|
- background-color:#cbcbcb;
|
|
|
- color:#545454;
|
|
|
- border-style: inset;
|
|
|
-}
|
|
|
-/* button with image */
|
|
|
-button.add, button.save, button.cancel, button.refresh, button.upload, button.search, button.login, button.plus, button.minus, button.next, button.back, input[type="submit"].submit_next {
|
|
|
- padding-left:30px;
|
|
|
- background-position:10px;
|
|
|
- background-repeat:no-repeat;
|
|
|
-}
|
|
|
-/*including "save" image*/
|
|
|
-button.save {
|
|
|
- background-image:url(images/button_accept.gif);
|
|
|
-}
|
|
|
-/*including "add" image*/
|
|
|
-button.add {
|
|
|
- background-image:url(images/button_add.gif);
|
|
|
-}
|
|
|
-/*including "cancel" image*/
|
|
|
-button.cancel {
|
|
|
- background-image:url(images/button_delete.gif);
|
|
|
-}
|
|
|
-/*including "search" image*/
|
|
|
-button.search {
|
|
|
- background-image:url(images/button_search.gif);
|
|
|
-}
|
|
|
-/*including "login" image*/
|
|
|
-button.login {
|
|
|
- background-image:url(images/button_login.gif);
|
|
|
- margin:2px 5px 3px 5px !important;
|
|
|
-}
|
|
|
-/*including "plus" image*/
|
|
|
-button.plus {
|
|
|
- background-image:url(images/button_plus.gif);
|
|
|
-}
|
|
|
-/*including "minus" image*/
|
|
|
-button.minus {
|
|
|
- background-image:url(images/button_minus.gif);
|
|
|
-}
|
|
|
-/*including "next" image*/
|
|
|
-button.next,input[type="submit"].submit_next {
|
|
|
- background-image:url(images/button_next.gif);
|
|
|
-}
|
|
|
-/*including "back" image*/
|
|
|
-button.back {
|
|
|
- background-image:url(images/button_back.gif);
|
|
|
-}
|
|
|
-/*including "refresh" image*/
|
|
|
-button.refresh {
|
|
|
- background-image:url(images/button_refresh.gif);
|
|
|
-}
|
|
|
-/*including "upload" image*/
|
|
|
-button.upload {
|
|
|
- background-image:url(images/button_upload.gif);
|
|
|
-}
|
|
|
-.icon_image_content {
|
|
|
- width:70px;
|
|
|
- cursor:hand;
|
|
|
- height:6em;
|
|
|
- text-align: center;
|
|
|
- padding-right: 10px;
|
|
|
- padding-left: 0px;
|
|
|
- border: 1px dotted #ccc;
|
|
|
- background-color: #eee;
|
|
|
- margin-right: 0.2em;
|
|
|
- margin-top: 0.1em;
|
|
|
- -moz-border-radius-topleft : 5px;
|
|
|
- -moz-border-radius-bottomright : 5px;
|
|
|
- -moz-border-radius-bottomleft : 5px;
|
|
|
- -moz-border-radius-topright : 5px;
|
|
|
-}
|
|
|
-.icon_image_content:hover {
|
|
|
- background-color: #fff;
|
|
|
- border: 1px solid #ccc;
|
|
|
-}
|
|
|
-.question_menu {
|
|
|
- list-style:none;
|
|
|
- float:left;
|
|
|
- padding:0px;
|
|
|
- margin:-2px;
|
|
|
- min-height:100px;
|
|
|
-}
|
|
|
-.question_menu li {
|
|
|
- float:left;
|
|
|
- margin:0px;
|
|
|
-}
|
|
|
-#exercise_admin {
|
|
|
- margin: 0;
|
|
|
- padding: 0;
|
|
|
- border: 0;
|
|
|
-}
|
|
|
-div#friend-header {
|
|
|
- float:left;
|
|
|
- width:100%;
|
|
|
- line-height: 2.1em;
|
|
|
-}
|
|
|
-div#friend-header a {
|
|
|
- padding-right:6px;
|
|
|
-}
|
|
|
-div#friend-container {
|
|
|
- float:left;
|
|
|
-}
|
|
|
-div.image_friend_network {
|
|
|
- float:left;
|
|
|
- border:1px solid #CCCCCC;
|
|
|
- margin:2px;
|
|
|
- padding:4px;
|
|
|
- background: #EFEFEF;
|
|
|
- height:125px;
|
|
|
- width:82px;
|
|
|
- z-index:5;
|
|
|
-}
|
|
|
-div.image_friend_network span {
|
|
|
- overflow:hidden;
|
|
|
- display:block;
|
|
|
- height:92px;
|
|
|
- margin: 0px 0px;
|
|
|
-}
|
|
|
-div.image_friend_network img {
|
|
|
- vertical-align:middle;
|
|
|
-}
|
|
|
-div.image_friend_network center.friend {
|
|
|
- overflow:hidden;
|
|
|
- height:30px;
|
|
|
-}
|
|
|
-.friend_invitations {
|
|
|
- float:left;
|
|
|
- margin: 0 0 4px 12px;
|
|
|
+#top_main_content #announcements .page-header{
|
|
|
+ display: none;
|
|
|
+ line-height: 1;
|
|
|
+}
|
|
|
+#top_main_content #announcements .span6 {
|
|
|
+ width: 800px;
|
|
|
+}
|
|
|
+
|
|
|
+/*CSS PARA CONTENIDO DE CURSO INTRODUCCION*/
|
|
|
+
|
|
|
+.page-course-intro{
|
|
|
+ padding: 2em;
|
|
|
+ border: 1px solid #DDDDDD;
|
|
|
+ -webkit-border-radius: 10px;
|
|
|
+ -moz-border-radius: 10px;
|
|
|
+ border-radius: 10px;
|
|
|
+ margin-bottom: 2em;
|
|
|
+ background: #FFFFFF;
|
|
|
+}
|
|
|
+
|
|
|
+.page-course-intro ul{
|
|
|
+ list-style-image:url(images/vineta.png);
|
|
|
+ padding-top: 10px;
|
|
|
}
|
|
|
-button.arrowr, input.arrowr {
|
|
|
- background-image:url(images/2rightarrow.gif);
|
|
|
+.page-course-intro a{
|
|
|
+ color: #FD6600;
|
|
|
}
|
|
|
-button.arrowl, input.arrowl {
|
|
|
- background-image:url(images/2leftarrow.gif);
|
|
|
+.page-course-intro a:hover{
|
|
|
+ color: #FD6600;
|
|
|
+ text-decoration: underline;
|
|
|
}
|
|
|
|
|
|
|
|
|
-.u-m-answer {
|
|
|
- width:100%;
|
|
|
+/*FIN DE INTRODUCCION DEL CURSO*/
|
|
|
+.fc-header-title h2{
|
|
|
+ color: #666;
|
|
|
}
|
|
|
-.u-m-answer p {
|
|
|
- margin:2px;
|
|
|
+.fc-first .fc-widget-header{
|
|
|
+ font-size: 14px;
|
|
|
+ font-weight: normal;
|
|
|
+ padding-top: 5px;
|
|
|
+ padding-bottom: 5px;
|
|
|
}
|
|
|
-.refresh {
|
|
|
- background-image:url(images/refresh.png);
|
|
|
- background-repeat:no-repeat;
|
|
|
- padding-left:20px;
|
|
|
- padding-bottom:2px;
|
|
|
-}
|
|
|
-.portal {
|
|
|
- background-image:url(images/portal.png);
|
|
|
- background-repeat:no-repeat;
|
|
|
- padding-left:28px;
|
|
|
- padding-bottom:10px;
|
|
|
- padding-top:8px;
|
|
|
-}
|
|
|
-.legal-terms {
|
|
|
- height:150px;
|
|
|
- overflow:auto;
|
|
|
- background-color:#eee;
|
|
|
- width:500px;
|
|
|
-}
|
|
|
-
|
|
|
-/* UI improvements for 1.8.6.2 this should be move to the chamilo theme and reproduce in all CSS*/
|
|
|
|
|
|
-* {
|
|
|
- outline :none;
|
|
|
+.well {
|
|
|
+ background: #F9F9F9; /* Old browsers */
|
|
|
+ border: 1px solid #EDEDED;
|
|
|
+ border-radius: 8px;
|
|
|
+ box-shadow: none;
|
|
|
+ margin-bottom: 20px;
|
|
|
+ min-height: 20px;
|
|
|
+ padding: 20px 10px;
|
|
|
}
|
|
|
-
|
|
|
-/*
|
|
|
-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:120%;
|
|
|
+input.span3, textarea.span3, .uneditable-input.span3 {
|
|
|
+ margin-right: 10px;
|
|
|
+ width: 260px;
|
|
|
}
|
|
|
-*/
|
|
|
-
|
|
|
-#maincontent .courseslist li {
|
|
|
- margin-bottom:8px;
|
|
|
-}
|
|
|
-/*
|
|
|
-a.read {
|
|
|
- font-weight:normal;
|
|
|
-}
|
|
|
-.actions {
|
|
|
- background:#efefef;
|
|
|
- border:1px solid #ccc;
|
|
|
- padding:2px;
|
|
|
- margin-bottom: 5px;
|
|
|
- vertical-align:middle;
|
|
|
-}
|
|
|
-.actions-title {
|
|
|
- background:#efefef;
|
|
|
- border:1px solid #ccc;
|
|
|
- padding:4px;
|
|
|
- margin-bottom: 5px;
|
|
|
- font-size:14px;
|
|
|
- font-weight:bolder;
|
|
|
- vertical-align:middle;
|
|
|
-}*/
|
|
|
-
|
|
|
-
|
|
|
-/* GROUP TOOL */
|
|
|
-
|
|
|
-#group_description {
|
|
|
- margin: 10px 0px 10px 0px;
|
|
|
+.sidebar-nav img{
|
|
|
+ -webkit-border-radius: 10px;
|
|
|
+ -moz-border-radius: 10px;
|
|
|
+ border-radius: 10px;
|
|
|
}
|
|
|
-
|
|
|
-#group_privacy {
|
|
|
- margin: 10px 0px 10px 0px;
|
|
|
+#homepage .row .span9 h2{
|
|
|
+ font-size: 26px;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #666;
|
|
|
+ padding-bottom: 8px;
|
|
|
}
|
|
|
-
|
|
|
-#group_permissions {
|
|
|
- -moz-background-clip:border;
|
|
|
- -moz-background-inline-policy:continuous;
|
|
|
- -moz-background-origin:padding;
|
|
|
- -moz-border-radius-bottomleft:8px;
|
|
|
- -moz-border-radius-bottomright:8px;
|
|
|
- -moz-border-radius-topleft:8px;
|
|
|
- -moz-border-radius-topright:8px;
|
|
|
- background:#EEE none repeat scroll 0 0;
|
|
|
-
|
|
|
- margin: 20px 0px 20px 0px;
|
|
|
+#homepage .row .span9 p,#homepage .row .span9 ol {
|
|
|
+ color: #6E6E6E;
|
|
|
}
|
|
|
-
|
|
|
-#group_permissions ul {
|
|
|
- list-style-image:none;
|
|
|
- list-style-position:outside;
|
|
|
- list-style-type:none;
|
|
|
- margin:0;
|
|
|
- padding:0;
|
|
|
+#homepage .row .span9 a{
|
|
|
+ /*color: #DE3A01;*/
|
|
|
}
|
|
|
-
|
|
|
-#group_permissions ul li {
|
|
|
- margin: 10px 0px 10px 5px;
|
|
|
+#homepage .row .span9 a:hover{
|
|
|
+ /*color: #DE3A01;*/
|
|
|
}
|
|
|
-
|
|
|
-/* Groups boxes */
|
|
|
-
|
|
|
-.groups_grid_container {
|
|
|
- width:100%;
|
|
|
+.page-header h2{
|
|
|
+ color: #666;
|
|
|
+ font-weight: bold;
|
|
|
+ font-size: 18px;
|
|
|
+ padding-left: 10px;
|
|
|
+ width: 250px;
|
|
|
}
|
|
|
-.groups_grid_item {
|
|
|
- width:80px;
|
|
|
- float:left;
|
|
|
- margin:5px;
|
|
|
+#course_tools .course-title-tools h3 {
|
|
|
+ margin-top: 10px;
|
|
|
+ color: #666;
|
|
|
+ font-weight: bold;
|
|
|
+
|
|
|
+
|
|
|
}
|
|
|
-.groups_grid_element_0 { width:100px; float:left; text-align:center; margin-bottom:5px;}
|
|
|
-.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%;
|
|
|
+.page-header {
|
|
|
+ border-bottom-color: #CCCCCC;
|
|
|
+ border-bottom-style: solid;
|
|
|
+ border-bottom-width: 1px;
|
|
|
+ box-shadow: none;
|
|
|
+ padding-bottom: 0px;
|
|
|
}
|
|
|
-
|
|
|
-.popular_grid_element_0 {
|
|
|
- width:600px;
|
|
|
- height:98px;
|
|
|
- padding-left:10px;
|
|
|
- padding-right:10px;
|
|
|
- overflow:hidden;
|
|
|
+.well_border{
|
|
|
+ background: #F9F9F9; /* Old browsers */
|
|
|
+ border: 1px solid #EDEDED;
|
|
|
+ border-radius: 8px;
|
|
|
+ box-shadow: none;
|
|
|
+ margin-bottom: 20px;
|
|
|
+ min-height: 20px;
|
|
|
+ padding: 19px;
|
|
|
}
|
|
|
-
|
|
|
-/*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%;
|
|
|
+.well_border .row .span2 {
|
|
|
+ width: 98px;
|
|
|
}
|
|
|
-
|
|
|
-.newest_grid_element_1 {
|
|
|
- width:600px;
|
|
|
- height:98x;
|
|
|
- padding-left:10px;
|
|
|
- padding-right:10px;
|
|
|
- overflow:hidden;
|
|
|
+.well_border .row .span2 .thumbnail {
|
|
|
+ background-color: #FFFFFF;
|
|
|
+ background-image: none;
|
|
|
}
|
|
|
-
|
|
|
-/*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;
|
|
|
+#hot_courses .row .span9 .well_border .row .span6{
|
|
|
+ width: auto;
|
|
|
}
|
|
|
-
|
|
|
-.box_description_group_member {
|
|
|
- color: #999999;
|
|
|
- font-size: 10px;
|
|
|
+.categories-course-description h3{
|
|
|
+ color: #666;
|
|
|
}
|
|
|
-
|
|
|
-.mygroups_grid_element_1 {
|
|
|
- width:600px;
|
|
|
- height:100px;
|
|
|
- overflow:hidden;
|
|
|
+#course_tools .content a {
|
|
|
+ font-size: 12px;
|
|
|
+ font-weight: normal;
|
|
|
}
|
|
|
-
|
|
|
-.box_description_group_title h3 {
|
|
|
- margin-bottom:4px;
|
|
|
+#main_content .course-box .row .span7{
|
|
|
+ width: 730px;
|
|
|
}
|
|
|
-
|
|
|
-.box_description_group_title {
|
|
|
- float:right;width:80%;
|
|
|
-}
|
|
|
-.box_description_group_content {
|
|
|
- float:right;
|
|
|
- width:80%;
|
|
|
- margin-top:5px;
|
|
|
- /* height:45px;*/
|
|
|
- font-family:Verdana, Geneva, sans-serif;
|
|
|
- font-size:12px;
|
|
|
- color:#666666;
|
|
|
-}
|
|
|
-.box_description_group_actions {
|
|
|
- float:right;
|
|
|
- width:80%;
|
|
|
- text-align:right;
|
|
|
- margin-top:4px;
|
|
|
- margin-right:4px;
|
|
|
+#main_content .course-box .row .span7 .row .span6 {
|
|
|
+ width: 615px;
|
|
|
}
|
|
|
-
|
|
|
-#menu-wrapper {
|
|
|
- width:200px;
|
|
|
- float: left;
|
|
|
+#main_content .course-box .row .span7 .row .span6 h3{
|
|
|
+ font-size: 20px;
|
|
|
+}
|
|
|
+#course_category li, #hot_courses h5, .course_item h5, .categories-course-description h5, .course-box h5 {
|
|
|
+ font-weight: normal;
|
|
|
+}
|
|
|
+.bottom_actions_fixed {
|
|
|
+ background: #EC5923;
|
|
|
}
|
|
|
-#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;
|
|
|
+/*****************************************************
|
|
|
+ * FOOTER STYLES *
|
|
|
+ *****************************************************/
|
|
|
+footer {
|
|
|
+ height: 10em;
|
|
|
+ background: #3D3D3D;
|
|
|
+ color:#ffffff;
|
|
|
+ border-top: 5px solid #CFCFCF;
|
|
|
}
|
|
|
-
|
|
|
-/* INVITATIONS */
|
|
|
-
|
|
|
-.invitation_confirm {
|
|
|
- border-top:1px solid #D8DFEA;
|
|
|
+footer .container .row {
|
|
|
+ padding-top: 5px;
|
|
|
}
|
|
|
-.invitation_image {
|
|
|
- width:110px;
|
|
|
+footer a:link, footer a:visited {
|
|
|
+ color: #F1D40D;
|
|
|
}
|
|
|
-
|
|
|
-/* DASHBOARD */
|
|
|
-
|
|
|
-/* Head section */
|
|
|
-#head {
|
|
|
- background-color: #000;
|
|
|
- height: 100px;
|
|
|
-}
|
|
|
-#head h1 {
|
|
|
- line-height: 100px;
|
|
|
- color: #FFF;
|
|
|
- text-align: center;
|
|
|
- text-indent: -9999em
|
|
|
-}
|
|
|
-/* End Head Section */
|
|
|
-
|
|
|
-/* Columns section */
|
|
|
-#columns .column {
|
|
|
+/*****************************************************
|
|
|
+ * DISPLAY MESSAGES *
|
|
|
+ *****************************************************/
|
|
|
+/*****************************************************
|
|
|
+ * CSS CHAT *
|
|
|
+ *****************************************************/
|
|
|
+.chatboxmain {
|
|
|
+ bottom: 0;
|
|
|
+ display: block;
|
|
|
+ position: fixed;
|
|
|
+ right: 20px;
|
|
|
+ width: 225px;
|
|
|
+ z-index: 9000;
|
|
|
+}
|
|
|
+
|
|
|
+.chatboxheadmain {
|
|
|
+ padding:7px 7px 7px 0px;
|
|
|
+ color: #ffffff;
|
|
|
+ border-right:1px solid #222;
|
|
|
+ border-left:1px solid #222;
|
|
|
+
|
|
|
+ background-color: #222;
|
|
|
+ background-repeat: repeat-x;
|
|
|
+ background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#222222));
|
|
|
+ background-image: -moz-linear-gradient(top, #333333, #222222);
|
|
|
+ background-image: -ms-linear-gradient(top, #333333, #222222);
|
|
|
+ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #222222));
|
|
|
+ background-image: -webkit-linear-gradient(top, #333333, #222222);
|
|
|
+ background-image: -o-linear-gradient(top, #333333, #222222);
|
|
|
+ background-image: linear-gradient(top, #333333, #222222);
|
|
|
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
|
|
|
+ -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
|
|
|
+ -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
|
|
|
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
|
|
|
+
|
|
|
+}
|
|
|
+#chatboxtitlemain {
|
|
|
+ cursor: pointer;
|
|
|
float: left;
|
|
|
- width: 50%;
|
|
|
- /* Min-height: */
|
|
|
- min-height: 400px;
|
|
|
- height: auto !important;
|
|
|
- height: 400px;
|
|
|
+ font-size: 12px;
|
|
|
+ font-weight: normal;
|
|
|
+ width: 160px;
|
|
|
}
|
|
|
-
|
|
|
-#columns ul, #columns ol {margin:0; padding:0; list-style:none; border:none;}
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-/* To add in 1.8.7*/
|
|
|
-
|
|
|
-.session_box_title span {
|
|
|
- font-size: 130%;
|
|
|
- font-weight: bold;
|
|
|
+/*****************************************************
|
|
|
+ * CSS CHAT END *
|
|
|
+ *****************************************************/
|
|
|
+.normal-message {
|
|
|
+ color: #00407F;
|
|
|
+ border: 1px solid #CDE6F5;
|
|
|
+ background: url("images/background_message.png") repeat-x scroll 0 0 #EAF8FE;
|
|
|
}
|
|
|
-
|
|
|
-.sub_session_box_title span {
|
|
|
- font-size: 130%;
|
|
|
- font-weight: bold;
|
|
|
+.warning-message {
|
|
|
+ border: 1px solid #FFB30F;
|
|
|
+ color: #000;
|
|
|
+ background: url("images/background_message.png") repeat-x scroll 0 0 #FFEFA7;
|
|
|
}
|
|
|
-
|
|
|
-#session_category_title {
|
|
|
- font-size: 140%;
|
|
|
- font-weight: bold;
|
|
|
- padding: 2px 0px 5px 5px;
|
|
|
+.confirmation-message {
|
|
|
+ border: 1px solid #1F8323;
|
|
|
+ color:#1F8323;
|
|
|
+ background: url("images/background_message.png") repeat-x scroll 0 0 #CAF0C7;
|
|
|
}
|
|
|
-
|
|
|
-/* fixes the * */
|
|
|
-span.form_required {
|
|
|
- padding-right:5px;
|
|
|
+.error-message {
|
|
|
+ border: 1px solid #FF0000;
|
|
|
+ color: #440000;
|
|
|
+ background: url("images/background_message.png") repeat-x scroll 0 0 #FFD1D1;
|
|
|
}
|
|
|
|
|
|
-.userportal-course-item {
|
|
|
- -webkit-border-radius: 10px;
|
|
|
- -moz-border-radius: 10px;
|
|
|
- border-radius: 10px;
|
|
|
- background-color:#F9F9F9;
|
|
|
- padding:5px 10px 5px 10px;
|
|
|
- height:40px;
|
|
|
- margin:5px;
|
|
|
+.social-menu-title {
|
|
|
+ background-color:#00AAE3;
|
|
|
}
|
|
|
|
|
|
-.userportal-course-item-title {
|
|
|
- font-size:135%;
|
|
|
+#social-content-online {
|
|
|
+ background-color:#00AAE3;
|
|
|
}
|
|
|
-
|
|
|
-.courseadminview-activity-3col, .platformadminview-activity-3col {
|
|
|
- -moz-border-radius:5px 5px 5px 5px;
|
|
|
- border:1px solid #E1E1E0;
|
|
|
- float:left;
|
|
|
- margin:0px 20px 10px 2px;
|
|
|
- padding:11px;
|
|
|
- width:220px;
|
|
|
- height:330px;
|
|
|
+
|
|
|
+.admin_section li {
|
|
|
+ background-image:url(images/bullet.gif);
|
|
|
}
|
|
|
|
|
|
-.courseadminview-activity-3col ul {
|
|
|
- padding:0px 20px 10px 4px;
|
|
|
- list-style-type:none;
|
|
|
- height:240px;
|
|
|
- margin-left:0px;
|
|
|
- margin: 0px 0px 0px 0px ;
|
|
|
+.system_announcements {
|
|
|
+ background: transparent url('images/systemenouvelles.jpg') no-repeat top left;
|
|
|
}
|
|
|
|
|
|
-.courseadminview-activity-3col ul li {
|
|
|
- padding:4px 0px 4px 0px;
|
|
|
+.topa {
|
|
|
+ background:transparent url('images/logoa4.gif') no-repeat;
|
|
|
}
|
|
|
-
|
|
|
-#activity-3col {
|
|
|
- width: 800px ;
|
|
|
- margin-left: auto ;
|
|
|
- margin-right: auto ;
|
|
|
+.topb {
|
|
|
+ background:transparent url('images/logob4.gif') no-repeat;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-.userportal-catalog-item {
|
|
|
- -webkit-border-radius: 10px;
|
|
|
- -moz-border-radius: 10px;
|
|
|
- border-radius: 10px;
|
|
|
- background-color:#F9F9F9;
|
|
|
- padding:5px 10px 10px 6px;
|
|
|
- /* height:40px; */
|
|
|
+#bottomhellomindfactory {
|
|
|
+ background:transparent url('images/textologo.jpg') no-repeat;
|
|
|
}
|
|
|
-
|
|
|
-.userportal-catalog-item .catalog_box li span {
|
|
|
- font-size:130%;
|
|
|
- font-weight:bold;
|
|
|
- margin-left:5px;
|
|
|
+.new_actions-fixed{
|
|
|
+ top: 49px;
|
|
|
}
|
|
|
|
|
|
-.forum_table_title {
|
|
|
- border-collapse: collapse;
|
|
|
- width: 100%;
|
|
|
- padding: 5px;
|
|
|
- border-left: 1px solid gray;
|
|
|
- border-top: 1px solid gray;
|
|
|
- border-right: 1px solid gray;
|
|
|
- padding:5px;
|
|
|
+/*including "save" image*/
|
|
|
+button.save {
|
|
|
+ background:url(images/accept.png) 0 center no-repeat #F0F0F0;
|
|
|
+ color: #666;
|
|
|
+ text-shadow:none;
|
|
|
}
|
|
|
-
|
|
|
-.forum_table_title th {
|
|
|
- padding-right: 12px;
|
|
|
- /*border: 1px solid gray;*/
|
|
|
- background-color: #E5EDF9;
|
|
|
+button.save:hover {
|
|
|
+ background:url(images/accept.png) 0 center no-repeat #ffffff;
|
|
|
+ color: #666;
|
|
|
+ text-shadow:none;
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
-.forum_table {
|
|
|
- border-collapse: collapse;
|
|
|
- width: 100%;
|
|
|
- padding: 5px;
|
|
|
- border: 1px solid gray;
|
|
|
- margin-bottom:15px;
|
|
|
+/*including "add" image*/
|
|
|
+.controls .btn.add {
|
|
|
+ background:url(images/add.png) 0 center no-repeat #EC5923;
|
|
|
+ padding-left: 36px;
|
|
|
}
|
|
|
-
|
|
|
-.forum_table .forum_head {
|
|
|
- padding:5px;
|
|
|
- text-align: left;
|
|
|
- font-size:14px;
|
|
|
-
|
|
|
-}
|
|
|
-
|
|
|
-.forum_table th {
|
|
|
- padding-right: 12px;
|
|
|
- /*border: 1px solid gray;*/
|
|
|
- background-color: #E5EDF9;
|
|
|
+.controls .btn.add:hover {
|
|
|
+ background:url(images/add.png) 0 center no-repeat #EA4E15;
|
|
|
+ padding-left: 36px;
|
|
|
+}
|
|
|
+/*including "cancel" image*/
|
|
|
+button.cancel {
|
|
|
+ background-image:url(images/button_delete.gif);
|
|
|
+}
|
|
|
+/*including "search" image*/
|
|
|
+button.search {
|
|
|
+ background:url(images/buttom.png) 0 center no-repeat #F0F0F0;
|
|
|
+ color: #666;
|
|
|
+ text-shadow:none;
|
|
|
}
|
|
|
-.forum_table tr.row_odd {
|
|
|
- background-color: #F2F2F2;
|
|
|
+button.search:hover {
|
|
|
+ background:url(images/buttom.png) 0 center no-repeat #ffffff;
|
|
|
+ color: #666;
|
|
|
+ text-shadow:none;
|
|
|
}
|
|
|
-.forum_table tr.row_odd:hover, .data_table tr.row_even:hover {
|
|
|
- background-color: #E5EDF9;
|
|
|
+/*including "plus" image*/
|
|
|
+button.plus {
|
|
|
+ background-image:url(images/button_plus.gif);
|
|
|
}
|
|
|
-.forum_table tr.row_even {
|
|
|
- background-color: #fff;
|
|
|
+/*including "minus" image*/
|
|
|
+button.minus {
|
|
|
+ background-image:url(images/button_minus.gif);
|
|
|
}
|
|
|
-.forum_table td {
|
|
|
- padding: 5px;
|
|
|
- vertical-align: top;
|
|
|
- border-bottom: 1px solid #b0b0b0;
|
|
|
- border-right: 1px dotted #e1e1e1;
|
|
|
- border-left: 1px dotted #e1e1e1;
|
|
|
+/*including "next" image*/
|
|
|
+button.next {
|
|
|
+ background:url(images/next.png) 0 center no-repeat #F0F0F0;
|
|
|
}
|
|
|
-
|
|
|
-.post {
|
|
|
- border: 1px solid gray;
|
|
|
- margin-bottom:5px;
|
|
|
+button.next:hover {
|
|
|
+ background:url(images/next.png) 0 center no-repeat #ffffff;
|
|
|
}
|
|
|
-
|
|
|
-/* Text resize icons in header */
|
|
|
-.resize_font { /* the canvas */
|
|
|
- margin: 0 5px 0 5px;
|
|
|
-}
|
|
|
-.reset_font {
|
|
|
- font-size: 1.2em;
|
|
|
- color: gray;
|
|
|
- border: 1px solid white;
|
|
|
- padding: 2px;
|
|
|
-}
|
|
|
-.reset_font:hover {
|
|
|
- border: 1px solid black;
|
|
|
- cursor: pointer;
|
|
|
+/*including "back" image*/
|
|
|
+button.back {
|
|
|
+ background:url(images/previus.png) 0 center no-repeat #F0F0F0;
|
|
|
}
|
|
|
-.increase_font {
|
|
|
- font-size: 1.8em;
|
|
|
- color: gray;
|
|
|
- border: 1px solid white;
|
|
|
- padding: 2px;
|
|
|
+button.back:hover {
|
|
|
+ background:url(images/previus.png) 0 center no-repeat #ffffff;
|
|
|
}
|
|
|
-.increase_font:hover {
|
|
|
- border: 1px solid black;
|
|
|
- cursor: pointer;
|
|
|
+/*including "refresh" image*/
|
|
|
+button.refresh {
|
|
|
+ background-image:url(images/button_refresh.gif);
|
|
|
}
|
|
|
-.decrease_font {
|
|
|
- font-size: 0.6em;
|
|
|
- color: gray;
|
|
|
- border: 1px solid white;
|
|
|
- padding: 2px;
|
|
|
+/*including "upload" image*/
|
|
|
+button.upload {
|
|
|
+ background-image:url(images/button_upload.gif);
|
|
|
}
|
|
|
-.decrease_font:hover {
|
|
|
- border: 1px solid black;
|
|
|
- cursor: pointer;
|
|
|
-}
|
|
|
-
|
|
|
|
|
|
-.online_grid_item {
|
|
|
- float:left;
|
|
|
- margin:10px;
|
|
|
- text-align:center;
|
|
|
-}
|
|
|
-.online_grid_element_0 {
|
|
|
- width: 100px;
|
|
|
- height: 100px;
|
|
|
- overflow: hidden;
|
|
|
+button.arrowr, input.arrowr {
|
|
|
+ background-image:url(images/2rightarrow.gif);
|
|
|
}
|
|
|
-/* input values to crop the image: top, right, bottom, left */
|
|
|
-.online_grid_element_0 img{
|
|
|
- width: 200px;
|
|
|
- margin: -10px 0 0 -50px;
|
|
|
- /* height: 150px; */
|
|
|
+button.arrowl, input.arrowl {
|
|
|
+ background-image:url(images/2leftarrow.gif);
|
|
|
}
|
|
|
-.online_grid_element_1, .online_grid_element_2 {
|
|
|
- font-size:10px;
|
|
|
+.refresh {
|
|
|
+ background-image:url(images/refresh.png);
|
|
|
}
|
|
|
|
|
|
-/* tips Abbr-plugin for FCKeditor */
|
|
|
-abbr {
|
|
|
- border-bottom: 1px dotted rgb(102, 102, 102);
|
|
|
- background-color:#F00;
|
|
|
- cursor: help;
|
|
|
-}
|
|
|
+.portal {
|
|
|
+ background-image:url(images/portal.png);
|
|
|
+}
|
|
|
+
|
|
|
+/*CSS ICON BLOCK USER*/
|
|
|
+ .inbox-social{
|
|
|
+ background: url("images/icon-chamilo.png") no-repeat 0 -415px;
|
|
|
+ padding-left: 40px;
|
|
|
+ }
|
|
|
+ .inbox-social:hover,.new-message-social:hover,.invitations-social:hover,.profile-social:hover,.add-course:hover,
|
|
|
+ .order-course:hover,.history-course:hover, .list-course:hover{
|
|
|
+ opacity: 0.8;
|
|
|
+ }
|
|
|
+ .new-message-social{
|
|
|
+ background: url("images/icon-chamilo.png") no-repeat 0 -370px;
|
|
|
+ padding-left: 40px;
|
|
|
+ }
|
|
|
+ .invitations-social{
|
|
|
+ background: url("images/icon-chamilo.png") no-repeat 0 -455px;
|
|
|
+ padding-left: 40px;
|
|
|
+ }
|
|
|
+ .profile-social{
|
|
|
+ background: url("images/icon-chamilo.png") no-repeat 0 -496px;
|
|
|
+ padding-left: 40px;
|
|
|
+ }
|
|
|
+ .add-course{
|
|
|
+ background: url("images/icon-chamilo.png") no-repeat 0 -327px;
|
|
|
+ padding-left: 40px;
|
|
|
+ }
|
|
|
+ .order-course{
|
|
|
+ background: url("images/icon-chamilo.png") no-repeat 0 -536px;
|
|
|
+ padding-left: 40px;
|
|
|
+ }
|
|
|
+ .history-course{
|
|
|
+ background: url("images/icon-chamilo.png") no-repeat 0 -576px;
|
|
|
+ padding-left: 40px;
|
|
|
+ }
|
|
|
+ .list-course{
|
|
|
+ background: url("images/icon-chamilo.png") no-repeat 0 -618px;
|
|
|
+ padding-left: 40px;
|
|
|
+ }
|
|
|
+ .forum-btn{
|
|
|
+ background: url("images/icon-chamilo.png") no-repeat 0 -666px;
|
|
|
+ padding-left: 40px;
|
|
|
+ }
|
|
|
+
|
|
|
+/*+++++++++++++++++++++++++++++++++
|
|
|
+RESPONSIVE CSS
|
|
|
++++++++++++++++++++++++++++++++++*/
|
|
|
+
|
|
|
+.navbar .brand {
|
|
|
+ float: left;
|
|
|
+ font-size: 16px;
|
|
|
+ font-weight: 200;
|
|
|
+ line-height: 20px;
|
|
|
+ padding-bottom: 12px;
|
|
|
+ padding-top: 15px;
|
|
|
+ color: #ffffff;
|
|
|
+}
|
|
|
+
|
|
|
+@media (min-width: 481px) and (max-width: 800px) {
|
|
|
+ .navbar .brand {
|
|
|
+ color: #666;
|
|
|
+ }
|
|
|
+ .navbar .nav-collapse .nav.pull-right a{
|
|
|
+ color: #3A4751;
|
|
|
+ line-height: 26px;
|
|
|
+ }
|
|
|
+ .navbar .nav-collapse .nav.pull-right a:hover{
|
|
|
+ color: #FFFFFF;
|
|
|
+ }
|
|
|
+ .sidebar-nav h4 {
|
|
|
+ color: #037FB2;
|
|
|
+ font-size: 18px;
|
|
|
+ padding-bottom: 10px;
|
|
|
+ padding-left: 15px;
|
|
|
+ padding-right: 15px;
|
|
|
+ padding-top: 10px;
|
|
|
+ }
|
|
|
+ #profile_block .nav-list li, #course_block .nav-list li{
|
|
|
+ padding-bottom: 5px;
|
|
|
+ padding-top: 5px;
|
|
|
+ }
|
|
|
+ #top_main_content .menu-column #user_image_block{
|
|
|
+ box-shadow: none;
|
|
|
+ }
|
|
|
+
|
|
|
+}
|
|
|
+@media (max-width: 600px) {
|
|
|
+#main_content .course-box .row .span7 .row .span6 {
|
|
|
+ float: left;
|
|
|
+ /*width: 615px;*/
|
|
|
+ padding-left: 10px;
|
|
|
+}
|
|
|
+#main_content .course-box .row .span7 .row .span6 h3 {
|
|
|
+ font-size: 16px;
|
|
|
+ /*width: 500px;*/
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@media (min-width: 801px){
|
|
|
+ .nav-list > li > a {
|
|
|
+ font-size: 13px;
|
|
|
+ padding-bottom: 8px;
|
|
|
+ padding-top: 8px;
|
|
|
+}
|
|
|
+
|
|
|
+/*CSS ICON BLOCK USER*/
|
|
|
+ .inbox-social{
|
|
|
+ background: url("images/icon-chamilo.png") no-repeat 0 -345px;
|
|
|
+ padding-left: 30px;
|
|
|
+ background-size: 25px auto;
|
|
|
+ }
|
|
|
+
|
|
|
+ .new-message-social{
|
|
|
+ background: url("images/icon-chamilo.png") no-repeat 0 -307px;
|
|
|
+ padding-left: 30px;
|
|
|
+ background-size: 25px auto;
|
|
|
+ }
|
|
|
+
|
|
|
+ .invitations-social{
|
|
|
+ background: url("images/icon-chamilo.png") no-repeat 0 -378px;
|
|
|
+ padding-left: 30px;
|
|
|
+ background-size: 25px auto;
|
|
|
+ }
|
|
|
+
|
|
|
+ .profile-social{
|
|
|
+ background: url("images/icon-chamilo.png") no-repeat 0 -414px;
|
|
|
+ padding-left: 30px;
|
|
|
+ background-size: 25px auto;
|
|
|
+ }
|
|
|
+
|
|
|
+ .add-course{
|
|
|
+ background: url("images/icon-chamilo.png") no-repeat 0 -274px;
|
|
|
+ padding-left: 30px;
|
|
|
+ background-size: 25px auto;
|
|
|
+ }
|
|
|
+
|
|
|
+ .order-course{
|
|
|
+ background: url("images/icon-chamilo.png") no-repeat 0 -447px;
|
|
|
+ padding-left: 30px;
|
|
|
+ background-size: 25px auto;
|
|
|
+ }
|
|
|
+
|
|
|
+ .history-course{
|
|
|
+ background: url("images/icon-chamilo.png") no-repeat 0 -481px;
|
|
|
+ padding-left: 30px;
|
|
|
+ background-size: 25px auto;
|
|
|
+ }
|
|
|
+
|
|
|
+ .list-course{
|
|
|
+ background: url("images/icon-chamilo.png") no-repeat 0 -517px;
|
|
|
+ padding-left: 30px;
|
|
|
+ background-size: 25px auto;
|
|
|
+ }
|
|
|
+ .forum-btn {
|
|
|
+ background: url("images/icon-chamilo.png") no-repeat scroll 0 -552px / 25px auto rgba(0, 0, 0, 0);
|
|
|
+ padding-left: 30px;
|
|
|
+}
|
|
|
+
|
|
|
+}
|
|
|
+@media (min-width: 321px) and (max-width: 480px){
|
|
|
+footer {
|
|
|
+ height: 5em;
|
|
|
+ }
|
|
|
+ .welcome-mascot{
|
|
|
+ background: none;
|
|
|
+ padding-right: 0px;
|
|
|
+ padding-bottom: 2em;
|
|
|
+ padding-top: 2em;
|
|
|
+ }
|
|
|
+ #homepage .row .span9 h2 {
|
|
|
+ color: #666;
|
|
|
+ font-size: 18px;
|
|
|
+ font-weight: bold;
|
|
|
+ padding-bottom: 8px;
|
|
|
+ line-height: 25px;
|
|
|
+|}
|
|
|
+#announcements{
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+}
|
|
|
+/*+++++++++++++++++++++++++++++++++
|
|
|
+END RESPONSIVE CSS
|
|
|
++++++++++++++++++++++++++++++++++*/
|