![]() |
Home Community Mys-Script Creative Off-Topic |
|
![]() |
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
![]() Quote:
How much would you be looking for or how could I make my own theme? |
#2
|
||||
|
||||
![]() Quote:
__________________
|
#3
|
||||
|
||||
![]() Quote:
|
#4
|
||||
|
||||
![]()
To customize it, you'll have to tamper with the css and template.tpl file. The template file is where most of it will be though. Here's an example of a template using the tutorial layout from W3schools:
HTML Code:
<body> <div class="container"> <header> <h1>Site name or Logo</h1> </header> <nav> <ul> <li><a href="#">Link 1</a></li> <li><a href="#">Link 2</a></li> <li><a href="#">Link 3</a></li> </ul> </nav> <article> <h1>{$document_title}</h1> <p>{$document_content}</p> </article> <footer>Copyright info goes here</footer> </div> </body> </html>
__________________
|
#5
|
||||
|
||||
![]() Quote:
|
#6
|
||||
|
||||
![]()
I could do it without charge honestly, since I'm not really confident enough in my CSS skills to commission themes regularly (I still need a lot of practice).
__________________
|
#7
|
||||
|
||||
![]()
Would you be able to have a go at one for me? I am going to do a picture for the back ground and then I will send it to you if you don't mind. :)
|
![]() |
Thread Tools | |
Display Modes | |
|
|
What's New? |
What's Hot? |
What's Popular? |