Help - Search - Members - Calendar
Full Version: mood and music editing
Forums > Resource Center > Support Center > Livejournal Support > Livejournal Resolved Topics
lostwoyourlove
how do you make the mood and music font smaller?

and the post comment smaller?

and the website, userinfo, calender smaller?

entries|friend|calender smaller?


thankssssss....
jordanriane
CODE
/* displayed title of livejournal */
td.caption {
         font-size: 11px;
         color: #000000;
}

/* top right navigation links */
.index {
         font-size: 11px;
         color: #000000;
}

/* displayed user name in top banner */
td div {
         font-size: 11px;
         color: #000000;
}

/* top banner main navigation links */
table table table table td.meta {
         font-size: 11px;
         color: #000000;
}

/* display of date and time */
p .index2 {
         font-size: 9px;
         text-transform: none;
         font-family: verdana;
         font-weight: bold;
         color: #747474;
         text-align: center;
}

/* subject of journal entries */
p table table td.caption {
         font-size: 11px;
         text-decoration: underline;
         font-family: verdana;
         color: #747474;
}

/*date and time*/
         table.entrybox td.index{
         font-size: 10px;
         font-weight: bold;
         text-transform: uppercase;
         color: #ffffff;
         border: 0;
}

/* displayed text in journal entries */
td {
         font-size: 11px;
         font-family: verdana;
         line-height: 14px;
         color: #000000;
}

/* currents (mood, music) and bottom banner navigation links */
table table table td.meta {
         font-size: 9px;
         font-family: tahoma;
         color: #000000;
}
lostwoyourlove
thanks bunches.
ANG33ZY
thanks. needed it too.
jordanriane
No problem. :)
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.