Files
Athou_commafeed/src/main/webapp/sass/themes/_ebraminio.scss

33 lines
705 B
SCSS
Raw Normal View History

2013-07-02 17:15:34 +04:30
#theme-ebraminio {
/* My font setting, a bit specific for Persian but is okay in other languages */
body {
font-family: Tahoma, 'Iranian sans', 'DejaVu Sans', sans-serif;
}
/* My scroll speed hack, it is temporary */
.toolbar {
position: relative;
}
.entryList {
padding-top: 0!important;
}
2013-07-02 18:53:57 +04:30
/* needed for more scroll speed */
#uvTab {
display: none;
}
2013-07-02 17:15:34 +04:30
/* Change source-codes in feeds background to white */
pre {
background-color: transparent;
}
/* Better scrollbar*/
::-webkit-scrollbar-thumb {
background: rgba(0,0,0,0.4);
}
::-webkit-scrollbar-track {
background: rgba(0,0,0,0.1);
}
2013-07-02 17:15:34 +04:30
}
2013-07-02 18:53:57 +04:30
/* 100% forever */
.expanded .entry-header, #feed-accordion .entry-body-content {
max-width: 100%;
2013-07-02 17:15:34 +04:30
}