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
This commit is contained in:
Ebrahim Byagowi
2013-07-03 02:17:57 +04:30
parent f03a08f6fa
commit 9515a88409
13 changed files with 32 additions and 40 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 987 B

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

@@ -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%;
}
}