|
|
- @font-face {
- font-family: 'Koodak';
- src: url('/fonts/BKoodakBold.eot?#') format('eot'), /* IE6–8 */
- url('/fonts/BKoodakBold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
- url('/fonts/BKoodakBold.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
- }
- @font-face {
- font-family: 'Yekan';
- src: url('/fonts/WebYekan.eot');
- 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');
- font-weight: normal;
- font-style: normal;
- unicode-range: U+0600–06FF;
- }
-
- body{
- font-family: Yekan, "Helvetica Neue",Helvetica,Arial,sans-serif;
- padding: 60px;
- }
-
- h1, h2, h3, h4, h5, h6{
- font-family: Koodak, "Helvetica Neue",Helvetica,Arial,sans-serif;
- }
-
- .rtl{
- direction: rtl !important;
- text-align: right !important;
- }
-
- .ltr{
- direction: ltr !important;
- text-align: left !important;
- }
-
- th{
- text-align: right;
- }
-
- .navbar{
- height: 30px;
- background: #5B9BD5;
- border-radius: 0px !important;
- }
-
- .navbar .navbar-nav>li>a{
- color: white;
- }
-
- .navbar .navbar-nav>li>a:hover{
- color: #E0E0E0;
- background: #69B0EA;
- }
-
- .navbar-brand{
- padding: 10px 15px 0px 15px !important;
- }
-
- .navbar-brand img{
- height: 25px;
- }
-
- .job-list-top-toolbar, .job-list-bottom-toolbar{
- text-align: left !important;
- }
-
- .job-list-top-toolbar{
- border-bottom: 1px solid #E0E0E0;
- padding: 0px 10px 10px 0px;
- margin-bottom: 5px;
- }
-
- .job-list-bottom-toolbar{
- border-top: 1px solid #E0E0E0;
- padding: 10px 10px 0px 0px;
- }
-
- .job-list-bottom-toolbar .date{
- float: right;
- }
-
- #login-intro-text{
- line-height: 1.5em;
- font-size: 1.3em;
- }
-
- #login-intro-box{
- border-radius: 5px;
- border: 1px solid #808080;
- margin: 10px;
- padding: 5px;
- background: #dcdcdc;
- }
|