Log In · Register

 
move module to right & font & link colors
miix-tape
post Aug 7 2005, 11:13 PM
Post #1


broken. bruised. & bleeding.
****

Group: Member
Posts: 247
Joined: May 2005
Member No: 133,631



me again. i got rid of a bunch of useless stuff on my code, & it seems to be working just fine, but i do have a few problems. i nned to change the font & link color in the menu module, but i can't find the place to do that. i also want to move the entries & menu as far right as i can. & if anyone knows the code to move the menu module to the right, i would apreciate that too. this is the layout as it is, & here is the code

if you could show me where to change the font & link colors & where to set if everything is on the right or left that would be awsome. that way i can do it myself next time.
thnx so much
 
 
Start new topic
Replies (1 - 10)
lovescream
post Aug 7 2005, 11:18 PM
Post #2


define our lives for us.
********

Group: Staff Alumni
Posts: 11,656
Joined: Aug 2004
Member No: 43,293



font
QUOTE
BODY {
scrollbar-face-color: #ffffff;
scrollbar-shadow-color: #4EFFB2;
scrollbar-highlight-color: #4EFFB2;
scrollbar-3dlight-color: #4EFFB2;
scrollbar-darkshadow-color: #4EFFB2;
scrollbar-track-color: #ffffff;
scrollbar-arrow-color: #4EFFB2;
background-color: #TRANSPARENT;
font-family: Georgia;
font-size:8pt;
line-height:150%;
text-align: LEFT;
}
center, font{
font-family: Georgia;
font-size: 8pt;
font-color: #0099ff;
line-height: 12px;}


link --> Visited links & active & hover;
QUOTE
A:visited{
text-decoration:none;
font-family:impact;
font-size: 8pt;
color: #FFFFFF;
}
a:active{
font-size:8pt;
color: #FFFFFF}
A:hover{
/* edits when user mouseovers the links */
  color:#4EFFB2;
  border:1px dotted #4EFFB2;
  font:normal 8pt tahoma;
  line-height:11px;
  cursor:no-drop;
  letter-spacing:-0px;
  height: 0;
  PADDING-TOP: 1px;
  PADDING-BOTTOM: 1px;
  PADDING-RiGHT: 1px;
  PADDING-LEFT: 1px;
  text-align: center;
}


and i dont understand this part
& where to set if everything is on the right or left

-edit:
oh wait. you mean this?
http://www.createblog.com/forums/index.php?showtopic=19
 
Kenado
post Aug 7 2005, 11:21 PM
Post #3


Senior Member
*******

Group: Member
Posts: 3,551
Joined: Feb 2005
Member No: 102,857



^well since she's using custom modules i'm guessing that wont work
menu modules did you mean custom modules? any ways this is where you edit it in the code
CODE
<style type"=text/css>
/* edit to your liking */
texttable.left, td.mainleft, table.left, table.navigation, table.search{display:none}
table.blogbody tr td {width:0px; padding: 0px;}
table.module { border: 1px solid #4EFFB2; width:165px; background-color: #TRANSPARENT; }
table.module th { font:8pt tahoma;
color: #000000;
border-top: 1px solid #ffffff;
border-bottom: 4px solid #1EC2B8;
border-left: 0px solid;
border-right: 0px solid; }
table.module td { background-color: #transparent;
border-top: 4px solid #4EFFB2;
border-left: 0px solid #1EC2B8;
border-right: 0px solid #1EC2B8;
border-bottom: 0px solid #1EC2B8;
;}
U {font-family:tahoma; color: #1EC2B8; letter-spacing: 0pt; font-size:8pt; font-style: border; border-bottom: #4EFFB2;}
P {font-family:tahoma; color: #666666; font-size: 8pt; text-align: center;}
B, STRONG {font-family:tahoma; font-weight: bold; color: #1EC2B8; letter-spacing:none;font-size: 11px;}
i, EM {font-family: tahoma; font-qwight: normal; color: #4EFFB2; letter-spacing:none;}
<style></style></style>
 
miix-tape
post Aug 7 2005, 11:52 PM
Post #4


broken. bruised. & bleeding.
****

Group: Member
Posts: 247
Joined: May 2005
Member No: 133,631



ok, i got most of it to work. pretty much all i need to do is move everything (the blog & menu module) to the right, not centered.
 
lovescream
post Aug 7 2005, 11:55 PM
Post #5


define our lives for us.
********

Group: Staff Alumni
Posts: 11,656
Joined: Aug 2004
Member No: 43,293



ohhhhhhhhh.
CODE
<style type="text/css">body{div-align: right;}</style>
try that?
 
Kenado
post Aug 7 2005, 11:56 PM
Post #6


Senior Member
*******

Group: Member
Posts: 3,551
Joined: Feb 2005
Member No: 102,857



put this at the beginning of your code

<div align="right">
then put this at the end of your code </div>
 
talcumpowder
post Aug 8 2005, 01:11 AM
Post #7


You'll find me in your dreams.
*******

Group: Official Member
Posts: 8,536
Joined: Mar 2005
Member No: 114,010



</div> would go into webstats. Not at the end of your code.
 
miix-tape
post Aug 8 2005, 01:59 AM
Post #8


broken. bruised. & bleeding.
****

Group: Member
Posts: 247
Joined: May 2005
Member No: 133,631



ok, that <div>..</div> code worked. but i tried it on another layout & the only thing it moved was my site link. i want the menu module & the blog to be at the left. why won't this work?
 
Kenado
post Aug 8 2005, 10:35 AM
Post #9


Senior Member
*******

Group: Member
Posts: 3,551
Joined: Feb 2005
Member No: 102,857



try what nyah-nek0 said instead at the end of the code put it at the end of the website stats I have no clue how the first one worked for me though
 
talcumpowder
post Aug 8 2005, 12:16 PM
Post #10


You'll find me in your dreams.
*******

Group: Official Member
Posts: 8,536
Joined: Mar 2005
Member No: 114,010



You leave the blog code open, do you not? o_0 So the </div> goes in webstats, not at the end of your code.
 
miix-tape
post Aug 10 2005, 12:06 AM
Post #11


broken. bruised. & bleeding.
****

Group: Member
Posts: 247
Joined: May 2005
Member No: 133,631



thnx. that worked
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: