Guest User

Untitled

a guest
Feb 16th, 2016
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. /* BAT WebInterface style file
  2. This file has two parts :
  3. - the first one doesn't modify color only font
  4. - the second one modify the color and produce an blue-orange theme
  5. If you want to keep bootstrap style or just want to remove the colours, just delete the second part */
  6.  
  7. /* 1st part => Basic styles : font and alignement */
  8. h1, h2{
  9. font-family: 'Bree Serif', serif;
  10. }
  11. body, .jumbotron p{
  12. font-family: 'Helvetica', sans-serif;
  13. font-size: 14px;
  14. }
  15. td, th{
  16. text-align: center;
  17. }
  18. .table-bat tbody tr td, .valign tbody tr td{
  19. vertical-align: middle;
  20. }
  21. .profile-title{
  22. text-decoration: underline;
  23. }
  24. .navbar .divider-vertical {
  25. height: 50px;
  26. margin: 0 9px;
  27. border-right: 1px solid #E0E4CC;
  28. border-left: 1px solid #E0E4CC;
  29. }
Add Comment
Please, Sign In to add comment