View Full Version : Answered Zibal with typography? Bellatrix on black?
philohippus
01-22-2007, 11:06 PM
I particularly like the overall look of your Zibal template, especially its black colour option, but it seems to lack the sleek built in typography of latter templates like Bellatrix (which by the way should also have a black colour option, it would make it suitable for a broader range of purposes)... are you planning on updating the Zibal theme or making a patch available that includes the typography refinements? Or perhaps adding a black colour layout for the Bellatrix theme?
Cheers
ErikThorsen
01-23-2007, 11:10 AM
The typograhy is just to add in the css file yourself and whooohaa, you have typgraphy in Zibal as well. ( I assume you are talking about the clip note, tip note, warning note and so on? )
It is easy enough to modify these templates as everything is heavily commented and most of the templates comes with "user guides". Read them and everything will be pretty straight forward. ;)
rfoerster
02-20-2007, 12:49 PM
Hi Erik
you're writing The typograhy is just to add in the css file yourself and whooohaa, and
It is easy enough to modify these templates
Could you be a bit more specific for the changes to be made. What has to be added from Xenia-css for instance??:confused:
Greetings
PS: Not everybody is a specialist and has the time to look into details themselves.
swemmel
02-20-2007, 02:26 PM
Ok, here it comes. Put the text mentioned under into your template_css.css file of your Zibal-template and you can use the typography of JA-Xenia.
p.stickynote {
padding: 20px 80px 10px 20px;
background: url(../images/sticky-bg.gif) no-repeat top right #FEFAE1;
}
p.pinnote {
padding: 20px 60px 10px 20px;
background: url(../images/pin-bg.gif) no-repeat top right #FEFAE1;
}
p.clipnote {
padding: 20px 60px 10px 20px;
background: url(../images/clip-bg.gif) no-repeat top right #FEFAE1;
}
.blocknumber {
clear: both;
padding: 5px 15px 10px;
position: relative;
}
.bignumber {
float: left;
margin-right: 8px;
margin-bottom: 5px;
padding: 0 2px;
display: block;
color: #F85703;
font: 30px/normal Arial, sans-serif;
font-weight: bold;
}
Success.
Sincerely,
Peter
ErikThorsen
02-20-2007, 09:42 PM
Thanks Peter, you just saved me 3 minutes of work :-)
swemmel
02-21-2007, 05:21 AM
Thanks Peter, you just saved me 3 minutes of work :-)
No problem. :laugh:
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.