From 894020e0d43b8bfb3ca587db21ba32517a652001 Mon Sep 17 00:00:00 2001 From: thiagourias Date: Wed, 20 Feb 2019 17:04:29 -0300 Subject: [PATCH] Alteracoes VLIBRAS --- .idea/vcs.xml | 6 +++ pix/hand.png | Bin 0 -> 645 bytes scss/moodle/course.scss | 1 + style/basic.css | 2 +- style/tema.css | 74 ++++++++++++++++++++++++++++++- templates/frontpage_ilb.mustache | 2 +- templates/header.mustache | 64 ++++++++++++++++++++++++++ 7 files changed, 146 insertions(+), 3 deletions(-) create mode 100644 .idea/vcs.xml create mode 100644 pix/hand.png 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 0000000000000000000000000000000000000000..875884a56577ad843f9b762aed0de045de22d0b2 GIT binary patch literal 645 zcmeAS@N?(olHy`uVBq!ia0vp^5+KaM1|%Pp+x`GjEa{HEjtmSN`?>!lvI6;x#X;^) z4C~IxyaaL-l0AZa85pY67#JE_7#My5g&JNkFq9fFFuY1&V6d9Oz#v{QXIG#NP=YPV z+ua371Hn({-St3?!aw$^tI6lmT5Sn#9TKL%M- zB`YOGtJW7QM5R;%wZ2GQT(QDbNUO8u{(=u$tu6)J3qNT3DDBL9XV>nrVb;u>)#uhk z8vj0!-)ObWZpCFm^VPB|-)9NAreC?q@w?G1!QheegP7bkVT<)H9$>q$?p@f9*UV83 zRS#Zzb2ZF9@lr21jN62Hy~D~29amIK4G(p1uuaX(bzqyaNoVtmj%kf*rP4dPHox06 z=i3JUPR_`;3uoQ zsr@k1(eqdCDOor4Kc96-&|pgH&CGZ2oE?`}1ucCoUK*UM5%S}|L#&5RnXUiaFa95W z|5zNne_Xmupj9n#jVMV;EJ?LWE=mPb3`PcqmbwN;x<&>eh89)^hE_&q z+6D$z1_reYA4H>Q$jwj5OsmALf#*-ebD#zdkPXFU=~hXJ#i_cbMVSm~nK`Le`uh4M mxdr;UiRqci*}9?LE}6;6zFvn`80`Y;VeoYIb6Mw<&;$SsdG0F! literal 0 HcmV?d00001 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 @@
-