123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586 |
- /**
- * 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:8px;
- width:240px;
- min-height:132px;
- padding:18px;
- font-size:11pt;
- }
- #categories-content-second {
- margin-left: 308px;
- //padding:5px;
- margin-top:5px;
- }
- .course-block-main-item {
- height:32px;
- }
- .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: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;
- 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 {
- //padding:10px 10px 0px;
- float:left;
- }
- /* Attendance */
- .attendance-users-table td {
- height:66px;
- }
- .attendance-calendar-table td {
- height:66px;
- }
- /* Agenda */
- .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;
- }
- #agenda_list th {
- background-color: #F2F2F2;
- }
- #agenda_list .days_week {
- height: 100px;
- }
- /* 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;
- }
- /* 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%;
- }
- #document_quota {
- margin:15px;
- font-weight:bold;
- color:#006633;
- text-align:center;
- }
- /* fixes bug in ie7 */
- #menu {
- width:180px;
- }
- /* Nice buttons*/
- .left {
- float:left;
- }
- .right {
- float:right;
- }
- /* 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;
- }
- /* Nice buttons v2 */
- .a_button {
- display: inline-block;
- zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
- display: inline;
- vertical-align: baseline;
- margin: 0 2px;
- outline: none;
- cursor: pointer;
- text-align: center;
- text-decoration: none;
- font: 14px/100% Arial, Helvetica, sans-serif;
- padding: .5em 2em .55em;
- text-shadow: 0 1px 1px rgba(0,0,0,.3);
- -webkit-border-radius: .5em;
- -moz-border-radius: .5em;
- border-radius: .5em;
- -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
- -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
- box-shadow: 0 1px 2px rgba(0,0,0,.2);
- }
- .a_button:hover {
- text-decoration: none;
- }
- .a_button:active {
- position: relative;
- top: 1px;
- }
- .bigrounded {
- -webkit-border-radius: 2em;
- -moz-border-radius: 2em;
- border-radius: 2em;
- }
- .medium {
- font-size: 12px;
- padding: .4em 1.5em .42em;
- }
- .small {
- font-size: 11px;
- padding: .2em 1em .275em;
- }
- /* white */
- .a_button .white {
- color: #606060;
- }
- .white {
- color: #606060 !important;
- border: solid 1px #b7b7b7;
- background: #fff;
- background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
- background: -moz-linear-gradient(top, #fff, #ededed);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
- }
- .white:hover {
- color: #606060;
- background: #ededed;
- background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
- background: -moz-linear-gradient(top, #fff, #dcdcdc);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
- }
- .white:active {
- color: #999;
- background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
- background: -moz-linear-gradient(top, #ededed, #fff);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
- }
- /* orange */
- .orange {
- color: #fef4e9 !important;
- border: solid 1px #da7c0c;
- background: #f78d1d;
- background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
- background: -moz-linear-gradient(top, #faa51a, #f47a20);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
- }
- .orange:hover {
- color: #fef4e9;
- background: #f47c20;
- background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
- background: -moz-linear-gradient(top, #f88e11, #f06015);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
- }
- .orange:active {
- color: #fcd3a5;
- background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
- background: -moz-linear-gradient(top, #f47a20, #faa51a);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
- }
|