|
|
|
FAO Komp
tDP Sites Support

16-11-2007, 03:42
|
 |
Spunk Beds!!!
|
|
|
Join Date: May 2005
Posts: 70384
Nominated 1 Time in 1 Post
TOTW/F/M Award(s): 0
|
|
|
Re: FAO Komp
not many pics about jb but i added one to that theme. check out pics and also look at themes and look at picture size etc. I was limited to 200px high with that theme due to the things at the side thats why there's no legs. The sexy blog theme would work well if you had a nice big horse head either side imo
|

16-11-2007, 03:43
|
 |
Spunk Beds!!!
|
|
|
Join Date: May 2005
Posts: 70384
Nominated 1 Time in 1 Post
TOTW/F/M Award(s): 0
|
|
|
Re: FAO Komp
oh ps i had to change your ddispalyed spread sheet to ID 2 jb. the cache thing we have stores pages to make them load faster. it wouldnt let me see the changes i made to spreadsheet one to fit it on the page. any questions just ask
|

16-11-2007, 04:36
|
 |
Spunk Beds!!!
|
|
|
Join Date: May 2005
Posts: 70384
Nominated 1 Time in 1 Post
TOTW/F/M Award(s): 0
|
|
|
Re: FAO Komp
I found a better theme for your picture jb but the prob is the menu for the pages aint that defined and i had to cut down your rules header. Best way is for you to find something you like bearing in mind the pictures etc that you want to add and i'll sort it out for you from there.
|

16-11-2007, 07:27
|
 |
Senior Member
|
|
|
Join Date: Nov 2005
Posts: 2479
Nominated 13 Times in 6 Posts
 TOTW/F/M Award(s): 1
|
|
|
Re: FAO Komp
Looks amazing komp, I shall be on there later doing some indepth work that the blog deserves, I love the pic, we need to add bits and bobs but it does look really impressive at the moment.
|

16-11-2007, 09:20
|
 |
Senior Member
|
|
|
Join Date: Nov 2005
Posts: 2479
Nominated 13 Times in 6 Posts
 TOTW/F/M Award(s): 1
|
|
|
Re: FAO Komp
Right komp my old friend, lets have a look at my blog. Firstly is there a way of changing the Font or style of the headers? Without changing the whole theme?
Also could the main body of the page be a little wider? So as to take some of the dead space from the left of the page?
Also that would sort the issue with the results table. Talking of the results table, can we create an archive of old results tables? So that we can have a results table per week and the old ones hidden away if anybody wishes to recap?
Sorry for all the questions.
|

16-11-2007, 16:07
|
 |
Spunk Beds!!!
|
|
|
Join Date: May 2005
Posts: 70384
Nominated 1 Time in 1 Post
TOTW/F/M Award(s): 0
|
|
|
Re: FAO Komp
Quote:
|
Firstly is there a way of changing the Font or style of the headers?
|
Should be easy enough jb. I think the font will be the same through the theme though. I'll go get your style sheet and let you have a look.
Main body wider? Should be able to. I'll have a look and any reason it breaks up and looks silly then if you just choose a wider theme jb. Regarding the history of the stats and results jb just save the old stats as '2' (ive got it at now and make a new spreadsheet in fture and call it '3' (in the spreadsheet id bottom right of spreadsheet. You could jut have a page with all the old spreadsheets on it.
Keep the questions a coming jb as you know i like all this and i would rather have qestions than just sit fustrated about nothing happening.
|

16-11-2007, 16:09
|
 |
Spunk Beds!!!
|
|
|
Join Date: May 2005
Posts: 70384
Nominated 1 Time in 1 Post
TOTW/F/M Award(s): 0
|
|
|
Re: FAO Komp
just looking in your theme jb. Some install notes. i'll have a look-
Quote:
=============
CUSTOMIZATION
=============
Unlocking Calendar:
- Use a text editor (i.e: Notepad) to open the sidebar.php file and un-comment the calendar areas.
- If you don't know how to uncomment in HTML, DON'T!!!
=============
TIP
=============
- Use alignleft or alignright to make your images float left or right. For example:
|
|

16-11-2007, 16:18
|
 |
Spunk Beds!!!
|
|
|
Join Date: May 2005
Posts: 70384
Nominated 1 Time in 1 Post
TOTW/F/M Award(s): 0
|
|
|
Re: FAO Komp
well i uncommented the calenday to see how it looks and it aint appeared jb. i think its due to caching probs (ie stres in the browser- its a good thing) we'll give that a bit of time to see if it appears and how it looks.
here's your css sheet jb. What you can change is the colours which will appear like #17111B (text i belive) and color: #000 for background. maybe not. see colours here to test etc
Doug's Color Checker
PHP Code:
/*
Theme Name: Sleepy
Theme URI: http://www.wpdesigner.com
Description: Sleepy WordPress theme created by Small Potato.
Version: 1.0
Author: Small Potato
Author URI: http://www.wpdesigner.com/
This theme is released under Creative Commons Attribution 2.5 License.
*/
body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
margin: 0;
padding: 0;
}
body{
font-family: Verdana, Arial, Helvetica, Georgia, Sans-Serif;
font-size: 12px;
text-align: center;
vertical-align: top;
background: #17111B;
color: #000;
}
h1, h2, h3, h4, h5, h6{
font-family: Arial, Helvetica, Verdana, Georgia, Sans-Serif;
font-size: 18px;
font-weight: normal;
}
a{
text-decoration: underline;
color: #fff;
}
a:hover{ text-decoration: none; }
a img{ border: 0; }
abbr, acronym{ border: 0; }
address, dl, p{ padding: 10px 0 0; }
blockquote{
margin: 10px 0 0;
background: #fff;
}
blockquote p{ padding: 10px; }
blockquote blockquote{
margin: 15px;
background: #eee;
}
code{
background: #f5c912;
}
dt{ font-weight: bold; }
dd{ padding: 0 0 0 15px; }
hr{
clear: both;
margin: 15px 15px 5px 15px;
border: 0;
height: 1px;
text-align: left;
background: #d1a902;
color: #d1a902;
}
small{
font-size: 11px;
}
pre{
width: 90%;
}
input, textarea{
font-family: Arial, Helvetica, Georgia, sans-serif;
font-size: 12px;
padding: 2px;
}
input#s, input#author, input#email, input#url, textarea#comment{
padding: 2px;
}
input#author, input#email, input#url{
margin: 0 5px 0 0;
}
#container{
margin: 0 auto;
width: 750px;
text-align: left;
vertical-align: top;
}
#page{
float: left;
width: 750px;
background: #f0e8d2 url(images/page.gif) repeat-x;
}
.narrowcolumn{
float: left;
margin: 0 10px;
width: 520px;
display: inline;
}
.top-menu{
margin: 10px 0 0;
width: 520px;
}
.top-menu h1{
display: inline;
font-family: Arial, Helvetica, Georgia, Sans-Serif;
font-size: 11px;
font-weight: bold;
}
.top-menu ul{
margin: 0;
list-style-type: none;
border: 3px solid #000;
padding: 8px 10px 7px;
text-align: left;
vertical-align: top;
background: #000 url(images/post-h2.gif) no-repeat;
}
.top-menu ul li{
display: inline;
padding-right: 6px;
font-size: 11px;
font-weight: bold;
text-transform: uppercase;
}
.top-menu a{
text-decoration: none;
}
#banner{
margin: 0 0 10px;
width: 520px;
height: 303px;
background: url(images/banner.jpg) no-repeat;
}
.post{
margin: 10px 0 0;
}
.post h2{
border: 3px solid #000;
padding: 8px 10px 7px;
font-family: Arial;
font-size: 11px;
font-weight: bold;
text-transform: uppercase;
color: #fff;
background: #000 url(images/post-h2.gif) no-repeat;
}
.post h2 a{
text-decoration: none;
color: #fff;
}
.post h2 a:hover{
text-decoration: underline;
}
.entry{
border: 3px solid #000;
border-top: 0;
padding: 0 10px 10px;
font-family: Verdana;
line-height: 18px;
background: #e6b900;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
margin: 0;
border: 0;
padding: 10px 0 0;
font-weight: bold;
background-color: transparent;
background-image: none;
color: #000;
}
.entry h1{
font-size: 24px;
line-height: 24px;
}
.entry h2{
font-size: 18px;
}
.entry h3{}
.entry h4{ font-size: 16px; }
.entry h5{ font-size: 14px; }
.entry h6{ font-size: 11px; font-weight: normal; }
.entry img{
border: 1px solid #000;
padding: 4px;
background: #fff;
}
.entry img.wp-smiley{
padding: 0;
border: 0;
background-color: transparent;
}
.entry img.alignleft{
float: left;
margin: 5px 10px 0 0;
}
.entry img.alignright{
float: right;
margin: 5px 0 0 10px;
}
.postinfo{
margin: 10px 0 0;
padding: 10px 0 0;
font-family: Arial;
}
.browse{
margin: 10px 0 0;
padding: 13px;
line-height: 18px;
background: #000;
color: #ccc;
}
#sidebar{
float: left;
width: 200px;
color: #e3a1a1;
}
#sidebar ul{
margin: 0;
padding: 0;
list-style-type: none;
}
#sidebar ul li{
margin: 10px 0 0;
}
#sidebar ul li.widget_search{
border: 3px solid #000;
padding: 10px;
background: #640000;
}
#sidebar ul li #calendar_wrap{
border: 3px solid #000;
border-top: 0;
padding: 10px;
background: #640000;
}
#sidebar ul li h2{
border: 3px solid #000;
padding: 8px 10px 7px;
font-family: Arial;
font-size: 11px;
font-weight: bold;
text-transform: uppercase;
color: #fff;
background: #000 url(images/post-h2.gif) no-repeat;
}
#sidebar ul li h2 a{
text-decoration: none;
color: #fff;
}
#sidebar ul li h2 a:hover{
text-decoration: underline;
}
#sidebar ul ul{
border: 3px solid #000;
border-top: 0;
padding: 5px 10px 10px;
background: #640000;
}
#sidebar ul ul li{
margin: 0;
padding: 5px 0 0 24px;
line-height: 24px;
background: url(images/bullet.gif) 0 11px no-repeat;
}
#sidebar ul ul li#search, #sidebar ul ul li#calendar{
padding: 5px 0 0 0;
background-image: none;
}
#sidebar ul ul ul{
border: 0;
margin: 0;
padding: 0;
background-color: transparent;
background-image: none;
}
#sidebar ul ul ul li{
border: 0;
margin: 0;
padding: 0 0 0 10px;
background-color: transparent;
background-image: none;
}
/* comments template */
.comments-template{
border-top: 1px solid #d1a902;
margin: 10px 0 0;
padding: 10px 0 0;
}
.comments-template ol{
margin: 0;
padding: 0 0 10px;
list-style: none;
}
.comments-template ol li{
margin: 10px 0 0;
padding: 0 0 10px;
border-bottom: 1px solid #d1a902;
}
.commentmetadata{ }
.comments-template p.nocomments{
padding: 0;
}
/* end comments template */
/* wp-calendar */
table#wp-calendar{
width: 100%;
font-family: Arial, Helvetica, Georgia, Sans-Serif;
text-transform: none;
}
table#wp-calendar caption{
padding: 10px 15px;
}
table#wp-calendar th{
font-weight: normal;
text-align: center;
vertical-align: top;
background: #530000;
}
table#wp-calendar td{
padding: 1px;
text-align: right;
}
table#wp-calendar tfoot td{
text-align: center;
}
/* end calendar */
#footer{
clear: both;
float: left;
width: 730px;
line-height: 18px;
}
#footer p{
padding: 10px 13px;
}
#footer a{
color: #000;
}
Maybe best to wait to see if i can expand this first though jb as i aint seeing anything i know on how. Should be easy enough. slick will know better though.
|

16-11-2007, 16:20
|
 |
Spunk Beds!!!
|
|
|
Join Date: May 2005
Posts: 70384
Nominated 1 Time in 1 Post
TOTW/F/M Award(s): 0
|
|
|
Re: FAO Komp
oh and your text font is always the first in the font family line for each bit (ie veranda) here's some 'web safe' fonts you can use
Web-safe Fonts
|

16-11-2007, 16:23
|
 |
Spunk Beds!!!
|
|
|
Join Date: May 2005
Posts: 70384
Nominated 1 Time in 1 Post
TOTW/F/M Award(s): 0
|
|
|
Re: FAO Komp
maybe it's time for slick to come in here so as we can make it so as you can change your fonts etc yourself jb and then view them yourself etc. problem is that with the cache on (makes your site a hell of a lot quicker to load) it might take time for you to see the changes. Maybe easier for you to check the theme thread and look for a wider theme jb. If your using that one though i would make the top menu look like-
I The AW Winter I Course Guides and Statistics I Rules & Regs I The results table I
or use - after and before menu names. Just a thought
|

16-11-2007, 16:25
|
 |
Spunk Beds!!!
|
|
|
Join Date: May 2005
Posts: 70384
Nominated 1 Time in 1 Post
TOTW/F/M Award(s): 0
|
|
|
Re: FAO Komp
just looking how to change the width jb. Found another theme site
Theme Viewer If anyone wants any of these themes download and add as a post attachment or else post a link and ill grab it
|

16-11-2007, 16:31
|
 |
Spunk Beds!!!
|
|
|
Join Date: May 2005
Posts: 70384
Nominated 1 Time in 1 Post
TOTW/F/M Award(s): 0
|
|
|
Re: FAO Komp
nah for the life of me jb i cant work out how to change the width  Its all a learning experience for us and thats why i want these to take off as between me and slick we could both learn a bit about php and stuff from it. aye lifes ok.
|

16-11-2007, 17:11
|
 |
Senior Member
|
|
|
Join Date: Nov 2005
Posts: 2479
Nominated 13 Times in 6 Posts
 TOTW/F/M Award(s): 1
|
|
|
Re: FAO Komp
Interesting Komp,
can you have a play around with the margins in this part of the text? I think that is relevent to the text box perhaps it could read
margin: 5px 15px 5px 15px
hr{
clear: both;
margin: 15px 15px 5px 15px;
border: 0;
height: 1px;
text-align: left;
background: #d1a902;
color: #d1a902;
}
|

16-11-2007, 17:14
|
 |
blogger
|
|
|
Join Date: Nov 2006
Posts: 1017
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
|
|
|
Re: FAO Komp
komp my blogs fooked it comes up http 500 internal error!
|
|