diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/pix/hand.png b/pix/hand.png new file mode 100644 index 0000000..875884a Binary files /dev/null and b/pix/hand.png differ diff --git a/scss/moodle/course.scss b/scss/moodle/course.scss index 7393c00..182f480 100644 --- a/scss/moodle/course.scss +++ b/scss/moodle/course.scss @@ -1205,3 +1205,4 @@ span.editinstructions { height: 32px; font-size: 32px; } + diff --git a/style/basic.css b/style/basic.css index 77a061d..d38e674 100644 --- a/style/basic.css +++ b/style/basic.css @@ -1,4 +1,4 @@ -/*######################################## + /*######################################## Basic Style ########################################*/ diff --git a/style/tema.css b/style/tema.css index 4d5f2d5..2c4dcb6 100644 --- a/style/tema.css +++ b/style/tema.css @@ -318,4 +318,76 @@ Bootstrap Media Queries /* Large - Desktop */ @media(min-width:1200px){ -} /* @media lg */ \ No newline at end of file +} /* @media lg */ + +.propertiesSubHeader{ + background: #f7f7f7; +} +.Box--y { + padding-left: 0; + padding-right: 0; +} +.Box { + padding: 6px 12px; +} +.Box, .Card { + position: relative; +} +.pull-left, .u-sizeFit, .u-sizeFitAlt { + float: left !important; +} +.label { + display: inline; + padding: .2em .6em .3em; + font-size: 75%; + font-weight: 700; + line-height: 1; + color: #fff; + text-align: center; + white-space: nowrap; + vertical-align: baseline; + border-radius: .25em; +} + +/* Dropdown Button */ +.dropbtn { + + cursor: pointer; +} + +/* Dropdown button on hover & focus */ +.dropbtn:hover, .dropbtn:focus { + +} + +/* The container
- needed to position the dropdown content */ +.dropdown { + position: relative; + display: inline-block; +} + +/* Dropdown Content (Hidden by Default) */ +.dropdown-content { + display: none; + position: absolute; + background-color: white ; + min-width: 160px; + box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); + z-index: 1; + font-size: 16px; + padding: 15px; + left: -105px; +} + +/* Links inside the dropdown */ +.dropdown-content a { + color: #3e6892; + text-decoration: none !important; +} + +/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */ +.show {display:block;} +.text-properties{ + color: #777; + line-height: 1; +} diff --git a/templates/frontpage_ilb.mustache b/templates/frontpage_ilb.mustache index b4e00b3..e62eb07 100644 --- a/templates/frontpage_ilb.mustache +++ b/templates/frontpage_ilb.mustache @@ -114,7 +114,7 @@
-