123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466 |
- /**
- * Common CSS for all themes
- */
- * {
- outline :none;
- }
- 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 {
- margin:0 auto 0 auto;
- }
- .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;
- padding:5px;
- 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:10px;
- width:240px;
- min-height:132px;
- padding:25px;
- font-size:11pt;
- }
- #categories-content-second {
- margin-left: 315px;
- padding:5px;
- margin-top:5px;
- }
- .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:9px;
- width:220px;
- min-height:180px;
- color: #BBBBBB;
- }
- .categories-course-picture {
- width:95px;
- height:95px;
- float:left;
- -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;
- margin-left: 8px;
- }
- .categories-course-picture img {
- width: 95px;
- 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;
- }
- .categories-course-description .course-block-teacher {
- font-size: large;
- font-style: italic;
- text-align: right;
- color: #444444;
- }
- .categories-course-description .course-block-date {
- font-size: large;
- font-style: italic;
- text-align: right;
- color: #444444;
- }
- .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:5px;
- height: 25px;
- }
- .course-link-desc a {
- text-decoration:underline;
- }
- .course-link-desc span {
- padding-top:10px;
- }
- .attendance-users-table td {
- height:66px;
- }
- .attendance-calendar-table td {
- height:66px;
- }
- .rounded_div_agenda {
- background: none repeat scroll 0 0 #FFFFFF;
-
- -webkit-border-radius: 6px;
- -opera-border-radius: 6px;
- -moz-border-radius: 6px;
- border-radius: 6px;
-
- -webkit-box-shadow: 0 2px 5px #C8C8C8;
- -opera-box-shadow: 0 2px 5px #C8C8C8;
- -moz-box-shadow: 0 2px 5px #C8C8C8;
- box-shadow: 0 2px 5px #C8C8C8;
-
- float: left;
- height: auto;
- margin: 2px 4px 15px;
- padding: 8px;
- width: 85%;
- }
- .agenda_day {
- float:left;
-
- width:100%;
- background-color: #F8F9FF;
- color: #666666;
- line-height: 16px;
- overflow: hidden;
- margin-bottom:5px;
- }
- .days_today .agenda_day {
- float:left;
-
- width:100%;
- background-color: #FAD163;
- color: #666666;
- line-height: 16px;
- overflow: hidden;
- margin-bottom:5px;
- }
- 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;
- }
- /* New button style experimental */
- button {
- border:1px solid #ccc;
-
- -opera-border-radius: 8px;
- -webkit-border-radius: 8px;
- border-radius: 8px;
-
- -opera-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
- -webkit-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
- box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
-
- font-weight:bold;
- font-size: 105%;
- }
- button:hover {
- color:#000;
- border-style: inset;
- background-color:#eee;
- border:1px solid #ccc;
- }
- /* Makes the course elements more readable */
- .userportal-course-item{
- padding:15px;
- }
- .session_course_item {
- padding: 6px 0px 6px 5px ;
- }
- /* New LP add item */
- div.lp_resource {
- /*background:#FAFAFA;
- border:1px solid #ccc; */
- padding:5px 10px;
- width:450px;
-
- list-style-type: none;
- margin: 0;
- padding: 0;
-
- }
- .lp_resource_element, .lp_resource_element_no_link {
- /*background: -moz-linear-gradient(center top , #FEFEFE, #EEEEEE) repeat scroll 0 0 #EEEEEE;
- background: -webkit-linear-gradient(center top , #FEFEFE, #EEEEEE) repeat scroll 0 0 #EEEEEE;*/
- 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;
- }
- /* Calendar */
- #agenda_list .days_week {
- height: 100px;
- }
- /* Breadcrumb */
- .bread {
- //border: 1px solid #DEDEDE;
- height: 25px;
- margin: 0px;
- padding:0px;
- }
- .bread li {
- color: #777777;
- float: left;
- line-height: 25px;
-
- }
- .bread span {
- display: block;
- font-size:11px;
- padding: 0 15px 0 9px;
- }
- .bread a {
- display: block;
- font-size:11px;
- }
- .bread a:hover {
- color:#35acc5;
- }
- .bread li {
- display: block;
-
- }
- .bread li a {
- background: url("crumbs.gif") no-repeat scroll right center transparent;
- display: block;
-
- background-repeat:no-repeat;
- background-position:right;
- }
- .bread .home {
- padding:5px 15px 4px 8px;
- }
- #logo {
- height:85px;
- overflow:hidden;
- margin-left:4%;
- }
|