certainTrustHTI.css 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. /**
  2. * CertainTrust SDK
  3. *
  4. * Implements the computational trust model "CertainTrust"
  5. * in JavaScript.
  6. * See <http://www.tk.informatik.tu-darmstadt.de/de/research/smart-security-and-trust/> for further details.
  7. *
  8. *
  9. * Telecooperation Department, Technische Universität Darmstadt
  10. * <http://www.tk.informatik.tu-darmstadt.de/>
  11. *
  12. * Prof. Dr. Max Mühlhäuser <max@informatik.tu-darmstadt.de>
  13. * Florian Volk <florian.volk@cased.de>
  14. *
  15. *
  16. * @author David Kalnischkies
  17. * @author Florian Volk
  18. * @version 1.0
  19. */
  20. /* This Source Code Form is subject to the terms of the Mozilla Public
  21. * License, v. 2.0. If a copy of the MPL was not distributed with this
  22. * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
  23. .certaintrust-hti { border: 1px solid black; padding: 1em; white-space: nowrap; display: inline-block; }
  24. .certaintrust-hti > h1 { text-align: center; margin:0; margin-bottom: 1em; }
  25. .certaintrust-hti > .certaintrust-hti { border: 0; padding: 0; margin: 0; }
  26. .certaintrust-hti-e { margin-top: 1em; }
  27. .certaintrust-hti canvas { border: 1px solid black; }
  28. .certaintrust-hti form { float: left; margin-right: 1.5em; }
  29. .certaintrust-hti label { display: block; float: left; width: 7em; font-size: 1em; }
  30. .certaintrust-hti input { width: 4em; margin-bottom: 0.5em; }