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

@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+060006FF;
}
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;
}
.center-text {
text-align: center !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 {
padding: 0px 10px 10px 0px;
margin-bottom: 5px;
}
.job-list-bottom-toolbar {
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;
}
.footer {
padding-top: 40px;
padding-bottom: 40px;
margin-top: 100px;
color: #777;
text-align: center;
border-top: 1px solid #e5e5e5;
}
.post header div .categories li {
display: inline;
}