https://github.com/node-on-fhir/clinical-ui-styling
Semantic vocabulary for ClinicalFramework.
https://github.com/node-on-fhir/clinical-ui-styling
Last synced: 3 months ago
JSON representation
Semantic vocabulary for ClinicalFramework.
- Host: GitHub
- URL: https://github.com/node-on-fhir/clinical-ui-styling
- Owner: node-on-fhir
- Created: 2014-11-03T02:08:58.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-10-07T01:38:12.000Z (about 9 years ago)
- Last Synced: 2025-07-18T23:22:48.852Z (4 months ago)
- Language: CSS
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## clinical:ui-vocabulary
Package to provide semantic CSS classes to your app. Based on Bootstrap3.
=========================
#### Installation
Simply nstall the clinical-ui-vocabulary package from the command line, like so:
````js
meteor add clinical:ui-vocabulary
````
Then feel free to use the following CSS classes in your application.
=========================
#### Vocabulary - Anchoring
- fixed-layout
- left-anchored
- right-anchored
- bottom-anchored
- top-anchored
- right-aligned
- left-aligned
- absolute-layout
- fixed-layout
=========================
#### Vocabulary - Borders
- gray-border
- with-rounded-corners
=========================
#### Vocabulary - Fonts
- monospace
=========================
#### Vocabulary - Haptics
- clickable
- unselectable
=========================
#### Vocabulary - Padding
- well-behaved
- padded
- padded-horizontal, with-horizontal-padding, horizontally-padded
- padded-vertical, with-vertical-padding, vertically-padded
- with-right-padding
- with-left-padding
- without-padding, nopadding, no-padding
- without-right-padding
- without-left-padding
- without-top-padding
- without-bottom-padding
- without-vertical-padding
- without-horizontal-padding
=========================
#### Vocabulary - Colors
- dark
- light
- white
- black
- gray
- lightgray
- darkgray
- transparent
- glass
- fog
- mostly-opaque
- red
- blue
- green
- maroon
- etc