Some cosmetic changes
* Punctuation, removing space before exclaimention mark * Completing Persian translation * Changeing web app icons per original art work * Fixing error on custom theme and adding indention to custom CSS
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 6.0 KiB |
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 6.5 KiB |
|
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 7.1 KiB |
|
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 9.2 KiB |
|
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 987 B After Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 4.2 KiB |
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 4.4 KiB |
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 4.7 KiB |
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 27 KiB |
@@ -1,33 +1,25 @@
|
||||
#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;
|
||||
}
|
||||
/* needed for more scroll speed */
|
||||
#uvTab {
|
||||
display: none;
|
||||
}
|
||||
/* 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);
|
||||
}
|
||||
|
||||
}
|
||||
/* 100% forever */
|
||||
.expanded .entry-header, #feed-accordion .entry-body-content {
|
||||
max-width: 100%;
|
||||
/* 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;
|
||||
}
|
||||
/* 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%;
|
||||
}
|
||||
}
|
||||