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.

115 lines
2.4 KiB

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