skin: grauerSkin.1.7.9_v2
- drehrumbum
- Bear Rating Trainee
- Posts: 17
- Joined: 01 Apr 2013, 00:49
skin: grauerSkin.1.7.9_v2
>>for Firefox and TT-RSS 1.7.9
------------------------------
extract the contents of the file in the themes directory
and then in the settings select the "CSS-Themes"
[edit 12.6.2013] _v2
small changes and
exchanged pictures
mfg
drehrumbum
- Attachments
-
- grauerSkin_179_v2_img02.jpg (150.28 KiB) Viewed 6351 times
-
- grauerSkin_179_v2_img01.jpg (128.03 KiB) Viewed 6351 times
Last edited by drehrumbum on 12 Jun 2013, 15:45, edited 3 times in total.
-
- Bear Rating Trainee
- Posts: 42
- Joined: 10 Apr 2013, 00:40
- Location: Louisville, KY - USA
- Contact:
Re: skin: grauerSkin.1.7.9
Looks great, however the headlines only go so far. where in the CSS is it to change that setting (like to 100% or 96%)?
Re: skin: grauerSkin.1.7.9
very nice!!! thanks for sharing!!
- drehrumbum
- Bear Rating Trainee
- Posts: 17
- Joined: 01 Apr 2013, 00:49
Re: skin: grauerSkin.1.7.9
thanks for the interest
search in the css file to
max-width: 880px;
delete them or put
simply a value to one you like
mfg
drehrumbum

search in the css file to
max-width: 880px;
delete them or put
simply a value to one you like
mfg
drehrumbum
-
- Bear Rating Trainee
- Posts: 42
- Joined: 10 Apr 2013, 00:40
- Location: Louisville, KY - USA
- Contact:
Re: skin: grauerSkin.1.7.9
thanks! This one is definitely the easiest to mod for tablets, especially with the toolbar. It really makes tt-rss a full greader replacement. love the look/feel
- sancho1234
- Bear Rating Trainee
- Posts: 44
- Joined: 30 Mar 2013, 04:19
- Location: Hungary
- Contact:
Re: skin: grauerSkin.1.7.9
Nice! Thank you! 

Re: skin: grauerSkin.1.7.9
Love the changes. IMO, the best theme available. Thanks.
-
- Bear Rating Trainee
- Posts: 42
- Joined: 10 Apr 2013, 00:40
- Location: Louisville, KY - USA
- Contact:
Re: skin: grauerSkin.1.7.9
where is it exactly that I can reduce the font size of the headers? Also, I noticed when I went to categories, and to the Special folders (All Articles, Fresh Articles) the headers seem to be double-spaced, whereas in the individual feeds, they are single spaced. Where can I make it so the individual feeds are double-spaced the same as the rest? This is more for my own tweaking than it is complaints.
- drehrumbum
- Bear Rating Trainee
- Posts: 17
- Joined: 01 Apr 2013, 00:49
Re: skin: grauerSkin.1.7.9
hi deckyon
good question
my english is not very good, I do not understand you correctly.
What exactly do you mean by "individual feeds".
Can you make me a screenshot and mark out
what you want to change
^^------------------------------------------google
gute frage
mein englisch ist nicht besonders gut, ich versteh dich nicht richtig.
Was genau meinst du mit "individual feeds".
Kannst du mir ein screenshot machen und darauf markieren,
was du verändern möchtest
mfg
drehrumbum
good question

my english is not very good, I do not understand you correctly.
What exactly do you mean by "individual feeds".
Can you make me a screenshot and mark out
what you want to change

gute frage

mein englisch ist nicht besonders gut, ich versteh dich nicht richtig.
Was genau meinst du mit "individual feeds".
Kannst du mir ein screenshot machen und darauf markieren,
was du verändern möchtest
mfg
drehrumbum
-
- Bear Rating Trainee
- Posts: 42
- Joined: 10 Apr 2013, 00:40
- Location: Louisville, KY - USA
- Contact:
Re: skin: grauerSkin.1.7.9
I want to make the font smaller (to include more header, if needed) and control if the headers single or double-spaced. The ScreenShot is Double-spaced.
- drehrumbum
- Bear Rating Trainee
- Posts: 17
- Joined: 01 Apr 2013, 00:49
Re: skin: grauerSkin.1.7.9
ah now I understand you 
order to make the two lines to a line
you need to insert here
span.hlUpdated div,
span.hlUpdated a {
display: inline !important;
width: auto !important;
}
to change the font size, search
( line ~716) .hl div.hlTitle a
to the distance between font and the edge change looking for
(line ~632) div.hl,
since you can change padding and min-height
^^---google
ah jetzt versteh ich dich
um die zwei zeilen zu einer zeile zu machen
musst du das hier einfügen
span.hlUpdated div,
span.hlUpdated a {
display: inline !important;
width: auto !important;
}
um die schriftgröße zu ändern, suche nach
(zeile ~716) .hl div.hlTitle a
um den abstand zwischen font und rand zu ändern suche nach
(zeile ~632) div.hl,
da kannst du padding ändernt und
min-height
mfg
drehrumbum

order to make the two lines to a line
you need to insert here
span.hlUpdated div,
span.hlUpdated a {
display: inline !important;
width: auto !important;
}
to change the font size, search
( line ~716) .hl div.hlTitle a
to the distance between font and the edge change looking for
(line ~632) div.hl,
since you can change padding and min-height
ah jetzt versteh ich dich

um die zwei zeilen zu einer zeile zu machen
musst du das hier einfügen
span.hlUpdated div,
span.hlUpdated a {
display: inline !important;
width: auto !important;
}
um die schriftgröße zu ändern, suche nach
(zeile ~716) .hl div.hlTitle a
um den abstand zwischen font und rand zu ändern suche nach
(zeile ~632) div.hl,
da kannst du padding ändernt und
min-height
mfg
drehrumbum
- Attachments
-
- css1.jpg (116.25 KiB) Viewed 7381 times
- drehrumbum
- Bear Rating Trainee
- Posts: 17
- Joined: 01 Apr 2013, 00:49
Re: skin: grauerSkin.1.7.9
hi Thobbe!
Seeking to #feedTree .counterNode the css file
with margin-right: you can change the right distance
for the brackets there changeable color and background
and add this
-----------------------------------------------------------------------------
suche nach #feedTree .counterNode
mit margin-right: kannst du den rechten abstand verändern
für die klammern änder dort color und background
und füge das noch ein
mfg
drehrumbum
Seeking to #feedTree .counterNode the css file
with margin-right: you can change the right distance
for the brackets there changeable color and background
and add this
Code: Select all
#feedTree .counterNode:before {
content: "(";
font-size: 1.0em !important;
color: rgb( 20, 20, 20);
}
#feedTree .counterNode:after {
content: ")";
font-size: 1.0em !important;
color: rgb( 20, 20, 20);
}
-----------------------------------------------------------------------------
suche nach #feedTree .counterNode
mit margin-right: kannst du den rechten abstand verändern
für die klammern änder dort color und background
und füge das noch ein
mfg
drehrumbum
- Attachments
-
- gr1.jpg (76.73 KiB) Viewed 6744 times
Re: skin: grauerSkin.1.7.9
Mr drehrumbum
Thank You!
This is nothing else but marvelous!
You answer very quick and I had no problem making the changes. Worked as a charm.
Where do I put my other two wishes?
I´ll try here... Ok?
As you can see at your own screenshot, some long topics overwrite the counter, is there a way to make the topic to cut the length, maybe with at trial of three dots, like : "Architektur und Wo..." (286)
The other one is just because I am a very lazy person, and spoiled!
I DO have a lot of RSS-feeds to read on daily basis, that sad, I would love to have a function that makes it easier to scroll several feeds just by clicking the one feed that show at the bottom of the page. The whole page scrolls up and all if the feds between the top and the bottom, just clicked, fed gets market as read. This make it easier to just skim the text and I don´t have to mark the feed at the bottom and then move my mous pointer to the top right corner to click the button to scroll to the next again. Hope You understand what I am trying to ask for here.
Br
Thobbe
Thank You!
This is nothing else but marvelous!
You answer very quick and I had no problem making the changes. Worked as a charm.
Where do I put my other two wishes?
I´ll try here... Ok?
As you can see at your own screenshot, some long topics overwrite the counter, is there a way to make the topic to cut the length, maybe with at trial of three dots, like : "Architektur und Wo..." (286)
The other one is just because I am a very lazy person, and spoiled!
I DO have a lot of RSS-feeds to read on daily basis, that sad, I would love to have a function that makes it easier to scroll several feeds just by clicking the one feed that show at the bottom of the page. The whole page scrolls up and all if the feds between the top and the bottom, just clicked, fed gets market as read. This make it easier to just skim the text and I don´t have to mark the feed at the bottom and then move my mous pointer to the top right corner to click the button to scroll to the next again. Hope You understand what I am trying to ask for here.
Br
Thobbe
- drehrumbum
- Bear Rating Trainee
- Posts: 17
- Joined: 01 Apr 2013, 00:49
Re: skin: grauerSkin.1.7.9
hi Thobbe!
danke danke
yes the one with the long title even annoys me
I have as yet found a good solution
the "gray/blue" hides the problem somewhat
incorporate new features or modify existing,
ask a developer of tt-rss, though I can not help you unfortunately
---------------------------------------------------------------------------------------------
ja das mit den langen titel ärgert mich auch
ich habe da noch keine gute lösung gefunden
das "grau/blaue" versteckt das problem etwas
um neue funktionen einzubauen oder vorhandene zu verändern,
frage ein entwickler von tt-rss, dabei kann ich dir leider nicht helfen
mfg
drehrumbum

yes the one with the long title even annoys me
I have as yet found a good solution
the "gray/blue" hides the problem somewhat
incorporate new features or modify existing,
ask a developer of tt-rss, though I can not help you unfortunately
---------------------------------------------------------------------------------------------
ja das mit den langen titel ärgert mich auch
ich habe da noch keine gute lösung gefunden
das "grau/blaue" versteckt das problem etwas
um neue funktionen einzubauen oder vorhandene zu verändern,
frage ein entwickler von tt-rss, dabei kann ich dir leider nicht helfen
mfg
drehrumbum
Re: skin: grauerSkin.1.7.9
Hi again! You´re welcome!
Regarding the the long title, I hope you or anyone else find a nice solution. I will look in to it as well when i got some spare time.
Regarding ne wfeature... Of course! Sorry for even asking you!
And again, thank you!
Regarding the the long title, I hope you or anyone else find a nice solution. I will look in to it as well when i got some spare time.
Regarding ne wfeature... Of course! Sorry for even asking you!

And again, thank you!
Return to “Themes and plugins”
Who is online
Users browsing this forum: No registered users and 4 guests