2013-07-02 17:15:34 +04:30
|
|
|
#theme-ebraminio {
|
2013-07-03 02:17:57 +04:30
|
|
|
/* My font setting, a bit specific for Persian but is okay in other languages */
|
|
|
|
|
body {
|
|
|
|
|
font-family: Tahoma, 'Iranian sans', 'DejaVu Sans', sans-serif;
|
|
|
|
|
}
|
2013-07-04 14:25:55 +04:30
|
|
|
input, button, select, textarea {
|
|
|
|
|
font-family: inherit; /* what said above */
|
|
|
|
|
}
|
2013-07-03 02:17:57 +04:30
|
|
|
/* My scroll speed hack, it is temporary */
|
|
|
|
|
.toolbar {
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.entryList {
|
|
|
|
|
padding-top: 0!important;
|
|
|
|
|
}
|
|
|
|
|
/* needed for more scroll speed */
|
|
|
|
|
#uvTab {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
/* Change source-codes in feeds background to white */
|
|
|
|
|
pre {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
/* 100% forever */
|
|
|
|
|
.expanded .entry-header, #feed-accordion .entry-body-content {
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
}
|
2013-07-02 17:15:34 +04:30
|
|
|
}
|