Sagi Dayan
d80c2661a1
Now you can lock the grade page with your password. still needs some work for unlocking - there should be a password prompt
55 lines
875 B
CSS
55 lines
875 B
CSS
/* Empty. Add your own CSS if you like */
|
|
|
|
@import url(http://fonts.googleapis.com/earlyaccess/alefhebrew.css);
|
|
|
|
body{
|
|
font-family: "Alef Hebrew",
|
|
“Helvetica Neue”,
|
|
Helvetica,
|
|
Arial,
|
|
sans-serif;
|
|
|
|
}
|
|
|
|
|
|
.bar.bar-stable .title{
|
|
font-family: "Alef Hebrew",
|
|
“Helvetica Neue”,
|
|
Helvetica,
|
|
Arial,
|
|
sans-serif;
|
|
}
|
|
|
|
.view-container{
|
|
font-family: "Alef Hebrew",
|
|
“Helvetica Neue”,
|
|
Helvetica,
|
|
Arial,
|
|
sans-serif;
|
|
|
|
}
|
|
|
|
h1{
|
|
font-family: "Alef Hebrew",
|
|
“Helvetica Neue”,
|
|
Helvetica,
|
|
Arial,
|
|
sans-serif;
|
|
}
|
|
|
|
.page-content{
|
|
direction: rtl;
|
|
padding: 15px;
|
|
|
|
}
|
|
|
|
.settings{
|
|
direction: ltr;
|
|
}
|
|
|
|
.menu-tafrit{
|
|
direction: rtl;
|
|
|
|
}
|
|
|
|
|