djplaner / Content-Interface-Tweak

Improves both the task of creating content for Blackboard Learn, and reading that content.
https://djplaner.github.io/Content-Interface-Tweak/
GNU General Public License v3.0
0 stars 0 forks source link

Create a GO style sheet and test content #51

Open djplaner opened 3 years ago

djplaner commented 3 years ago

GO have their icons and how they are used in Blackboard, being used for some courses. Can this format be done in the Content Interface?

djplaner commented 3 years ago

Create styles in Word document

Currently going with naming GO ??? where ??? matches the type of icon/activity

These are implemented using numbered styles. The intent is that

  1. The numbered style occurs where the icon should be stuck
  2. They'll be converted into element with icon floating left allowing following text to flow right

Styles so far

Also added a new general style - Discussion

djplaner commented 3 years ago

Create HTML elements and styles

icons appear to be SVGs, quite large/scaleable

Current usage

<img style="width: 100px; height: auto; float: left; margin: 0px 10px 10px 0px;" 
     src="https://app.secure.griffith.edu.au/gois/ultra/icons-regular/start-here.svg">

Suggested

<div class="goImage">
   <img src="....start-here.svg">
</div>

Styles to match

To update existing styles