Notifications
Clear all

Sommerbrise (responsive)

13 Posts
5 Users
0 Likes
8,875 Views
Nadia
(@nadia)
Posts: 255
Reputable Member
Topic starter
 

I have just finished another light skin. I just wanted something with warm colours and some kind of summer feeling to it. That's why the skin is called Sommerbrise (summer breeze). Enjoy!

Skin name: Sommerbrise
Responsive: Yes
Download: here
Demo: here
Fonts: Courgette, Source Sans Pro ( http://www.google.com/fonts)
Sidebar: no

This skin will work on all devices as long as you follow my instructions on the README.txt that you'll find within the zip.

If you have any questions. Just ask.

Otherwise, enjoy!

My Hub TrekNation | World of X | Arda Fanfiction

 
Posted : 17/04/2015 10:09 am
Ariane
(@ariane)
Posts: 23
Eminent Member
 

Love the colors and the clean look :biggrin: Definitely going to use, as soon as I can decide on which site! One question: how do I add more space between paragraphs for the stories?

I love all the responsive themes you've done, it's so nice to have a not only modern but also attractive eFiction skins  πŸ˜€

 
Posted : 17/04/2015 1:15 pm
Nadia
(@nadia)
Posts: 255
Reputable Member
Topic starter
 

Thank you, Ariane! Your feedback means a lot to me. :hug1:

To answer your question:

Open the style.css and look for


#story {
padding: 50px 10px;
text-align: justify;
}

add the following line and adjust it to your liking

line-height: 1.5;

It should look like this now.


#story {
padding: 50px 10px;
text-align: justify;
line-height: 1.5;
}

My Hub TrekNation | World of X | Arda Fanfiction

 
Posted : 17/04/2015 1:31 pm
Ariane
(@ariane)
Posts: 23
Eminent Member
 

Thank you!  πŸ™‚

 
Posted : 17/04/2015 3:33 pm
Nadia
(@nadia)
Posts: 255
Reputable Member
Topic starter
 

You are welcome. πŸ™‚

My Hub TrekNation | World of X | Arda Fanfiction

 
Posted : 21/04/2015 6:46 am
(@azurite)
Posts: 209
Reputable Member
 

This is so pretty! Is there a way to make the Site News span all the way across though, if we don't have a whole lot of content for the other part (not sure what it should be called)?

ETA: Also, I tried to add the line

<meta name="viewport" content="width=device-width, initial-scale=1.0"/>

but I kept getting PHP errors no matter where I put it within the HEAD tags. Should it have some sort of quote, comma, or semi-colon after it, to close it within the PHP that's echoing the HTML somehow? I couldn't figure it out. I tried putting it right on line 219, here:

echo _DOCTYPE."<html><head>";
if(!isset($titleinfo)) $titleinfo = "$sitename :: $slogan";
if(isset($metaDesc)) echo "<meta name='description' content='$metaDesc'>";
echo "<title>$titleinfo</title>
//I tried to insert it here//
<meta http-equiv="Content-Type" content="text/html; charset="._CHARSET."">";

Archive: Dragonfayth
eFiction: 3.5.5/6
Latest Patch(es): Yes
bridged?: No
modified?: Yes
PHP: 7.4.25
MySQL: 5.7.32-35-log

 
Posted : 16/08/2015 2:18 am
(@sheepcontrol)
Posts: 332
Reputable Member
 

Did you backslash it?

Should be

echo _DOCTYPE."<html><head>";
if(!isset($titleinfo)) $titleinfo = "$sitename :: $slogan";
if(isset($metaDesc)) echo "<meta name='description' content='$metaDesc'>";
echo "<title>$titleinfo</title>
//I tried to insert it here//
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Type" content="text/html; charset="._CHARSET."">";
 
Posted : 16/08/2015 5:52 am
(@azurite)
Posts: 209
Reputable Member
 

Ah, backslashing it worked! Thank you. 

Now I'm just trying to get the Welcome message to display evenly with the News, but I think I need to edit some TPL or something somewhere to get the Welcome message to actually have a TITLE, the way the News one does. I don't see an option for it in the Admin panel, though...  :blink:

Manually added a title, since {welcome_title} doesn't appear to be a thing.

I'm not sure where the Admin Panel's Blocks > Categories > Options > One Column List & Default changes the way the Categories are displayed... only on the Index Page, the Admin Panel, the Categories page, or some combination? When I changed it with Sommerbrise, it affected the Admin Panel's display of the categories, but not the categories on the Index.

I ended up going into the variables.php and changing this:

$blocks["categories"]["columns"] = '0';

As I understand it, the only options are 0 (for 1 column) or 1 (for multiple columns). Despite what the variables.php says, I've never seen it with 3 columns, only 2. Maybe the amount of categories you have makes a difference?

The only thing left I'm trying to do is get the category name/link with category number aligned to the top of the images, and the description to be right underneath. I've tried using Firebug in Chrome (44.0.2403.155 (64-bit) for Mac), and it sees the CSS ID "categoryblock" for the whole categories block, and row for the individual category, with its image, title, count, and description, but I wasn't sure WHERE in style.css to edit.

This looked like the most likely candidate, even though the IDs/classes don't match:

.category {
text-align: left;
width: 75%;
margin: 0 auto;
}
.catimg {
float: left;
padding: 3px 6px 3px 0;
}
.cat_description {
padding: 5px;
text-align: left;
}

Help!

Archive: Dragonfayth
eFiction: 3.5.5/6
Latest Patch(es): Yes
bridged?: No
modified?: Yes
PHP: 7.4.25
MySQL: 5.7.32-35-log

 
Posted : 16/08/2015 5:51 pm
Nadia
(@nadia)
Posts: 255
Reputable Member
Topic starter
 

The only thing left I'm trying to do is get the category name/link with category number aligned to the top of the images, and the description to be right underneath.

If I don't missunderstand you, you are looking for that

{image} {link} [{count}] <div>{description}</div>

That part has nothing to do with my skin. Go to you Admin Panel -> Blocks -> Find Categories there and hit options. There you can change that.

My Hub TrekNation | World of X | Arda Fanfiction

 
Posted : 23/08/2015 1:28 pm
(@NightWrite)
Posts: 0
New Member Guest
 

This is a nice clean skin. Thanks for sharing. Is there anyway to put a border around the content section. I just find it looks neater than having all white space.

 
Posted : 11/01/2016 10:11 am
Nadia
(@nadia)
Posts: 255
Reputable Member
Topic starter
 

Feel free to play around. πŸ˜‰

My Hub TrekNation | World of X | Arda Fanfiction

 
Posted : 20/01/2016 3:34 am
(@Ralph)
Posts: 0
New Member Guest
 

Hi Nadia, nice theme. Thanks for sharing it with us. Just one question though.. Is it mobile friendly?

 
Posted : 21/10/2016 4:11 am
Nadia
(@nadia)
Posts: 255
Reputable Member
Topic starter
 

Yes it is mobile friendly . πŸ™‚
Responsive: Yes πŸ˜‰

My Hub TrekNation | World of X | Arda Fanfiction

 
Posted : 14/11/2016 3:51 am
Share: