You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

108 lines
2.1 KiB

  1. @font-face {
  2. font-family: 'Koodak';
  3. src: url('/fonts/BKoodakBold.eot?#') format('eot'), /* IE6–8 */
  4. url('/fonts/BKoodakBold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
  5. url('/fonts/BKoodakBold.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
  6. }
  7. @font-face {
  8. font-family: 'Yekan';
  9. src: url('/fonts/WebYekan.eot');
  10. src: url('/fonts/WebYekan.eot?#iefix') format('embedded-opentype'), url('/fonts/WebYekan.woff') format('woff'), url('/fonts/WebYekan.ttf') format('truetype'), url('/fonts/WebYekan.svg#WebYekan') format('svg');
  11. font-weight: normal;
  12. font-style: normal;
  13. unicode-range: U+060006FF;
  14. }
  15. body {
  16. font-family: Yekan, "Helvetica Neue",Helvetica,Arial,sans-serif;
  17. padding: 60px;
  18. }
  19. h1, h2, h3, h4, h5, h6 {
  20. font-family: Koodak, "Helvetica Neue",Helvetica,Arial,sans-serif;
  21. }
  22. .rtl {
  23. direction: rtl !important;
  24. text-align: right !important;
  25. }
  26. .ltr {
  27. direction: ltr !important;
  28. text-align: left !important;
  29. }
  30. .center-text {
  31. text-align: center !important;
  32. }
  33. th {
  34. text-align: right;
  35. }
  36. /*.navbar{
  37. height: 30px;
  38. background: #5B9BD5;
  39. border-radius: 0px !important;
  40. }
  41. .navbar .navbar-nav>li>a{
  42. color: white;
  43. }
  44. .navbar .navbar-nav>li>a:hover{
  45. color: #E0E0E0;
  46. background: #69B0EA;
  47. }
  48. .navbar-brand{
  49. padding: 10px 15px 0px 15px !important;
  50. }*/
  51. .navbar-brand img {
  52. height: 25px;
  53. }
  54. .job-list-top-toolbar, .job-list-bottom-toolbar {
  55. text-align: left !important;
  56. }
  57. .job-list-top-toolbar {
  58. padding: 0px 10px 10px 0px;
  59. margin-bottom: 5px;
  60. }
  61. .job-list-bottom-toolbar {
  62. padding: 10px 10px 0px 0px;
  63. }
  64. .job-list-bottom-toolbar .date {
  65. float: right;
  66. }
  67. #login-intro-text {
  68. line-height: 1.5em;
  69. font-size: 1.3em;
  70. }
  71. #login-intro-box {
  72. border-radius: 5px;
  73. border: 1px solid #808080;
  74. margin: 10px;
  75. padding: 5px;
  76. background: #dcdcdc;
  77. }
  78. .footer {
  79. padding-top: 40px;
  80. padding-bottom: 40px;
  81. margin-top: 100px;
  82. color: #777;
  83. text-align: center;
  84. border-top: 1px solid #e5e5e5;
  85. }
  86. .post header div .categories li {
  87. display: inline;
  88. }