Search found 11 matches

by linux4ever
Thu Jan 31, 2013 6:39 pm
Forum: General discussions
Topic: Problems with using an icon webfont
Replies: 14
Views: 9957

Re: Problems with using an icon webfont

Hmmm, okay, that sounds senceful, thanks. I'm now using an unordered list. There was one problem I had: The bullets next to each entry of the list didn't fit into my layout. I solved this problem by a custom css class in the style.css which just contains list-style-type: none; What do you think abou...
by linux4ever
Thu Jan 31, 2013 6:20 pm
Forum: General discussions
Topic: Problems with using an icon webfont
Replies: 14
Views: 9957

Re: Problems with using an icon webfont

Yay, it's orking now, thanks for all the help guys, you're awesome! :-) @yellowled: At the moment I'm using a table. Code: <table> <tr><td><i class="icon-rss"></i></td><td><a href="http://feeds.feedburner.com/l3r">RSS-Feed</a></td></tr> <tr><td><i class="icon-twitter"><...
by linux4ever
Thu Jan 31, 2013 4:45 pm
Forum: General discussions
Topic: Problems with using an icon webfont
Replies: 14
Views: 9957

Re: Problems with using an icon webfont

Timbalu wrote:what about this?

Code: Select all

<span class="icon-code"></span>
That's interesting: If I use your code nothing shows up. :-(

linux4ever
by linux4ever
Thu Jan 31, 2013 3:10 pm
Forum: General discussions
Topic: Problems with using an icon webfont
Replies: 14
Views: 9957

Re: Problems with using an icon webfont

Okay, I did what you said, I moved the css stuff to the style.css which looks like this now: @font-face { font-family: 'iconfont'; src: url("{TEMPLATE_PATH}font/iconfont.eot"); src: url("{TEMPLATE_PATH}font/iconfont.eot?#iefix") format('embedded-opentype'), url("{TEMPLATE_PA...
by linux4ever
Wed Jan 30, 2013 6:02 pm
Forum: General discussions
Topic: Problems with using an icon webfont
Replies: 14
Views: 9957

Re: Problems with using an icon webfont

Hello yellowled, thanks for your help, now my setup looks like this: My font is at /template/font/ and my css is at /template/css/iconfont.css. The code in the "HTML-Klotz" widget where I want the icon to be: <link rel="stylesheet" href="{$serendipityHTTPPath}templates/{$tem...
by linux4ever
Wed Jan 30, 2013 5:16 pm
Forum: General discussions
Topic: Problems with using an icon webfont
Replies: 14
Views: 9957

Problems with using an icon webfont

Hello, I saw the nice icons in the bottom of yellowled's site and now I'm trying to built something similar on my serendipity blog. I made a font and a css folder inside the directory of the template I use and tried to use the icons with this code: <link rel="stylesheet" href="css/ico...
by linux4ever
Wed Jan 30, 2013 4:37 pm
Forum: Themes
Topic: Very simple theme for Serendipity?
Replies: 7
Views: 6525

Re: Very simple theme for Serendipity?

Hmmmm, okay, sounds like an option.
Is there a tutorial or a book about ho to write a template for Serendipity?

linux4ever
by linux4ever
Tue Jan 22, 2013 3:35 pm
Forum: Themes
Topic: Very simple theme for Serendipity?
Replies: 7
Views: 6525

Very simple theme for Serendipity?

Hello, I run my little blog with the awesome 2k11 theme by yellowled and I'm very happy with it. But yesterday I visited this site and liked the very simple theme/template it's using. My question: Is there a simple template like this site uses for Serendipity? THanks in advance for the help linux4ever
by linux4ever
Tue Jan 22, 2013 3:27 pm
Forum: Themes
Topic: Problems with the user.css of 2k11
Replies: 9
Views: 6582

Re: Problems with the user.css of 2k11

Yay, I updated my 2k11 to the version from Github now and everything is working fine.
Thanks for the effort you and Mario put into helping me :-).

linux4ever
by linux4ever
Mon Jan 21, 2013 10:30 pm
Forum: Themes
Topic: Problems with the user.css of 2k11
Replies: 9
Views: 6582

Re: Problems with the user.css of 2k11

Okay, I tried to update the theme like yellowled told me. Now I'm using the default 2k11 with my user css without the list stuff.
The problem: The admin interface still says "Zuletzt aktualisiert: 2012-04-19" and the lists did not change.

linux4ever
by linux4ever
Mon Jan 21, 2013 9:48 pm
Forum: Themes
Topic: Problems with the user.css of 2k11
Replies: 9
Views: 6582

Problems with the user.css of 2k11

Hello, I have 2k11 installed on my blog. I notices that the lists don't look very nice (my opinion) like in this post: Link . I changed them manually in another post . Then I wanted to change them generally by adding some css to the user.css. I added this: ul { margin-left:40px; } ul li { padding-bo...