MizzTina
07-31-2004, 08:58 PM
all i need ish to change da font size... i want it to be arial 8 pt...but all dey have ish sizes like 1234567...so i can't do dat!! HELP ME PLEASE!!!
|
View Full Version : Font Help???? MizzTina 07-31-2004, 08:58 PM all i need ish to change da font size... i want it to be arial 8 pt...but all dey have ish sizes like 1234567...so i can't do dat!! HELP ME PLEASE!!! smileygurl119 07-31-2004, 09:02 PM try this: <style type="text/css"> body { //blogringdocument.write .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 8pt arial; line-height: 9pt; color:black; letter-spacing:0px; text-align:justify; } div.blogheader, .caption { /* edits the dates */ font-family:arial; text-transform:uppercase; font-size:16px; line-height:10px; font-weight:bold; letter-spacing:0px; background-color: #ffffff; text-align: left; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ font:normal 8pt arial;line-height:9pt; text-decoration: none; } //blogring.document.write a:visited, a.footernav:visited, { /* edits the links that the user has visited */ font:normal 8pt arial; line-height:9pt; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ font:normal 8pt arial; line-height:9px; cursor: ne-resize; text-decoration: none; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ font:normal 8pt arial; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(http://url.com/to/the/site/image.gif); font: bold 8pt arial; text-transform: lowercase; border: none; } </style> MizzTina 07-31-2004, 09:13 PM umm. it works great. but it doesn't do all of it.. ??? smileygurl119 07-31-2004, 09:14 PM what do you mean? what else is it not changing? MizzTina 07-31-2004, 09:17 PM check it out here (www.xanga.com/tinalubzshopping) like when i post anotha entry. it's a different font size smileygurl119 07-31-2004, 09:22 PM well...i dont see anything wrong...but if your talking about the visited links part then use this: <style type="text/css"> a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color: #C0C0C0; font:normal 8pt arial; text-transform: lowercase; line-height:9pt; text-decoration: none; } </style> MizzTina 07-31-2004, 09:27 PM OMG Thank u so much.. i have been wanting these codes fo so long. Thank u MizzTina 07-31-2004, 09:28 PM ohh yea, umm. da text in da posted entry isn't like arial and 8pt smileygurl119 07-31-2004, 09:28 PM youre welcome. MizzTina 07-31-2004, 09:36 PM umm. da post font size ish not arial and 8pt smileygurl119 07-31-2004, 09:41 PM ooh okay, then use this whole style sheet `cause i dont know which spot is for the comments section..change the colors if you want: <style type="text/css"> body{ background-color: ffffff; scrollbar-arrow-color: #000000; scrollbar-track-color: #ffffff; scrollbar-shadow-color: #C0C0C0; scrollbar-face-color: #ffffff; scrollbar-highlight-color: #C0C0C0; scrollbar-darkshadow-color: #ffffff; scrollbar-3dlight-color: #ffffff; } cursor: default; font: normal 11px arial; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font: normal 8pt arial; line-height: 9pt; color: #707070; letter-spacing:0px; text-align:justify; border: #000000; } table.footer TD { /* this makes the footer at the bottom centered*/ /* leave it alone unless you know what to do*/ display: none; } div.blogheader, .caption { /* edits the dates */ background-color: #EBE9E9; font: bold 13pt arial; text-transform: lowercase; color: #000000; letter-spacing: 0; border: none; text-align: center; height: 0px; padding: 0px; border: 0px solid #ffffff; padding-left: 4px; width:350px; line-height: 14pt; } table.blogbody { /* this edits the other the place where the blog is */ background-color: #EBE9E9; width:350; border: 1px solid C0C0C0 cellpadding-bottom: 3px; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color: #000000; font:normal 8pt arial; line-height:9pt; text-decoration: none; text-transform: lowercase; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color: #C0C0C0; font:normal 8pt arial; text-transform: lowercase; line-height:9pt; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color: #C0C0C0; font:normal 8pt arial; line-height:9ptpx; letter-spacing: 3px; text-decoration: none; text-transform: lowercase; border: 1px dotted #000000; border-width: 0px 0px 1px 0px; cursor: crosshair;} input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #C0C0C0; font: bold 8pt arial; color: C0C0C0; background-color: #EBE9E9; letter-spacing:0px; } table.blogbody tr td { /* this edits the left margin of blog */ width:0px; padding: 0px; } table.blogbody div.smalltext{ /* this edits the blog entry footer */ text-align: center; padding-bottom: 7px; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-color: transparent; font: normal 8pt arial; text-transform: lowercase; color: #C0C0C0; letter-spacing: -1; border: 1px; text-align: center; line-height: 9pt; padding: 0px; } table.left { /* this edits the menu module */ border: 0px solid #FFFFFF; width:150px; background-color: transparent; table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 1px solid #C0C0C0; } table.navigation, table.main { /* the width of your blog with modules */ width: 330px; align: center; } /* } hr { /* horizontal divider */ hr{color:#000000}; hr{border:1px}; } </style> MizzTina 07-31-2004, 09:57 PM thanx smileygurl119 07-31-2004, 10:18 PM youre welcome. |