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.
 
 
 
 

55 lines
1.3 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/BYekan.eot?#') format('eot'), /* IE6–8 */
url('/fonts/BYekan.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('/fonts/BYekan.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
body{
font-family: Yekan, "Helvetica Neue",Helvetica,Arial,sans-serif;
padding: 70px;
}
.h1, .h2, .h3, .h4, .h5, .h6{
font-family: Koodak, "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.rtl{
direction: rtl;
text-align: right;
}
.ltr{
direction: ltr;
text-align: left;
}
.navbar{
height: 30px;
background: #5B9BD5;
height: 30px;
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;
}