Skip to main content
Topic: Help with custom theme needed (Read 7005 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

Re: Help with custom theme needed

Reply #15

The attached can be achieved with "just" adding the following to custom.css:
Code: [Select]
#top_section {
position: relative;
}

#menu_nav {
padding: 6px;
position: absolute;
width: 180px;
display: block;
background-color: #eee;
margin-top: 20px;
border: 3px solid #4b863c;
border-radius: 5px;
}

.listlevel1#collapse_button, .listlevel1#button_profile {
float: none;
width: auto;
}
.listlevel1#collapse_button {
width: 22%;
}

#menu_nav .listlevel1 {
float: none;
}

#menu_nav .listlevel1:hover .menulevel2, #menu_nav .listlevel1.sfhover .menulevel2 {
left: 140px;
top: 25%;
}
#menu_nav .listlevel1#button_profile:hover .menulevel2, #menu_nav .listlevel1#button_profile.sfhover .menulevel2 {
left: 140px;
right: auto; /* may be useless */
}

#wrapper {
margin-left: 200px;
width: initial;
}

@media screen and (max-width: 50em) {
#menu_nav {
width: 50px;
}
#wrapper {
margin-left: 70px;
}
.wrapper {
min-width: initial;
width: auto;
margin-right: 0%;
}
#menu_nav .listlevel1:hover .menulevel2, #menu_nav .listlevel1.sfhover .menulevel2,
#menu_nav .listlevel1#button_profile:hover .menulevel2, #menu_nav .listlevel1#button_profile.sfhover .menulevel2 {
left: 40px;
}
#main_menu .subsections:hover .linklevel1:after {
text-shadow: 0;
color: transparent;
}
}
It may not be perfect though.
Bugs creator.
Features destroyer.
Template killer.

Re: Help with custom theme needed

Reply #16

It's a beginning, thanks!  :)

But I can't use this because it still has a header.  ;)

So, if anyone has some time in the future would be great!

Re: Help with custom theme needed

Reply #17

Quote from: emanuele – You mean something like:

Just the idea, not the look of it.

Quote from: ahrasis – May be, he can share the one that he already has? It will take me sometimes to formulate a left side menu.
It may be little tricky, because to work on that one I wiped out entirely the various css from Elk, so it's basically something completely different...
Yes. That's the one. I think if it is just wiping default main menu css, and replacing them with yours, jorin will be ok with it. He is creating a new theme anyway. So, let him play and develop some more.

Re: Help with custom theme needed

Reply #18

Quote from: Jorin – But I can't use this because it still has a header.  ;)
The entire header?
Ohh... okay.
Bugs creator.
Features destroyer.
Template killer.

 

Re: Help with custom theme needed

Reply #19

Quote from: ahrasis – He is creating a new theme anyway. So, let him play and develop some more.

I am? Really? Must be my twin brother which I haven't.  ;D

No, I can't code in any way. All I can do is draw a picture of what I want.  ;)

Quote from: emanuele –
Quote from: Jorin – But I can't use this because it still has a header.  ;)
The entire header?
Ohh... okay.

Yeah, who needs a header?  ;D