Layout 006 : Vocalist | 007 : Bookworm

Mar 01, 2008 19:43




Click for a Live Preview.



( Layout ) #006 : Vocalist
The colour scheme is from one of HGX's older layouts.

( Install ) Step 1 - System

Select Theme
  1. Select any S2 Smooth Sailing layout.

Page Setup
  1. Ad Placement: Horizontal
    (Ignore if you have a paid account.)

  2. Sidebar: 2 Column (sidebar on left)


← Previous Step | 1 | 2 | 3 | 4 | Next Step →


( Install ) Step 2 - Display

Customize Display
  1. Userinfo Position in Entries: Right
  2. Wrap Entry text under userinfo: Yes
  3. Userinfo Position in Comments: Right

← Previous Step | 1 | 2 | 3 | 4 | Next Step →

( Install ) Step 3 - Stylesheet

Custom CSS
  1. Use layout's stylesheets: No. IMPORTANT!!

  2. Custom Stylesheet: /* S2 SMOOTH SAILING --- Vocalist ---
    Wingweaver22 @ Fruitstyle.livejournal.com
    Do not remove this note. */

    /* ------------------------------ PAGE ------------------------------ */

    body {
    font-family: georgia;
    font-size: 0px;
    margin: 0px;
    background-color: #727272;
    /*background: url();
    background-repeat: x,y;*/
    }

    a, a:visited{
    color: #dc779c;
    padding: 0px;
    background-color: transparent;
    text-decoration: none;
    letter-spacing: 1px;
    }

    a:hover {
    color: #9c9c9c;
    border-bottom: 1px solid #727272;
    background-color: #727272;
    cursor: help;
    }

    blockquote{
    background-color: #727272;
    color: #b6b6b6;
    margin-left: 0px;
    font-size:9px;
    padding: 5px;
    margin-right: 120px;
    border: 0px solid #727272;
    }

    blockquote:first-line {
    letter-spacing: 3px;
    color: #dc779c;
    }

    blockquote:hover {
    background-color: transparent;
    cursor: text;
    }

    input, textarea, select {
    background-color: #575757;
    font-family: georgia;
    font-size: 9px;
    color: #9c9c9c;
    border: 1px solid #727272;
    margin-top: 5px;
    }

    /* Layout (page) container */

    .pageblock{
    width: 600px;
    margin: 0 auto;
    padding: 0 15px 0 15px;
    border-left: 40px solid #575757;
    border-right: 40px solid #575757;
    background-color: #727272;
    }

    .pagefooterblock{
    background-color: #575757;
    color: #575757;
    padding: 15px;
    margin-top: 0px;
    text-align: left;
    }

    .pagefooterblock a, .pagefooterblock a:visited { }

    /* ------------------------------ HEADER ------------------------------ */

    .pageheaderblock {
    text-align: left;
    background: url();
    background-color: #575757;
    width: 0px;
    margin-top: 0px;
    height: 0px;
    }

    /* TITLE, SUBTITLE, JOURNAL ICON*/

    .header-title, .header-subtitle, .header-icon{
    display: none;
    }

    /* ------------------------------ LINKBAR ------------------------------ */

    .header-menu {
    text-align: center;
    /* to make linkbar follow you, use " position: fixed; " */
    position: relative;
    top: 15px;
    width: 600px;
    font-size: 9px;
    text-transform: lowercase;
    }

    /* LINKBAR LINK */

    .header-menu a, .header-menu a:visited {
    white-space: nowrap;
    padding: 0 10px 0 10px;
    text-decoration: none;
    }

    .header-menu a:hover {
    color: #9c9c9c;
    background-color: #575757;
    cursor: help;
    }

    .header-menu ul, #footer-menu ul {
    margin: 0px;
    padding: 0px;
    }

    .header-menu li, #footer-menu li {
    display: inline;
    }

    /* ------------------------------ BODY ------------------------------ */

    /* Body, contains entries sidebar, and footer */

    .bodyblock {
    padding: 40px 10px 10px 10px;
    background-color: #575757;
    }

    /* body title */

    .bodyheaderblock {
    display: none;
    }

    /* body linkbar (top of page, back 20) */

    .bodynavblock {
    background-color: #575757;
    margin: 10px 0 4px 0;
    padding: 8px;
    text-align: left;
    }

    .bodynavblock a, .bodynavblock a:visited {
    color: #9c9c9c;
    background-color: transparent;
    border: none;
    text-align: left;
    }

    /* contains body title */

    .body-title {
    display: none;
    }

    /* seperates entries from comments - only on comments page */

    .body-midtitle {
    display: none;
    }

    /* ------------------------------ ENTRIES ------------------------------ */

    /* contains all entries */

    .entryHolder {
    padding: 0 15px 14px 15px;
    color: #9c9c9c;
    background-color: #575757;
    font-family: georgia;
    font-size: 9px;
    }

    /* contains userpic and username/community */

    .entryUserinfo {
    font-family: georgia;
    font-size: 9px;
    font-weight: normal;
    text-align: center;
    margin: 0px 0px 2px 0px;
    background-color: transparent;
    }

    /* userpic */

    .entryUserinfo-usericon img {
    padding-left: 10px;
    background-color: #575757;
    text-align: center;
    border: #c1c1c1 solid 0px;
    }

    /* all entry's text */

    .entryText {
    text-align: justify;
    line-height: 16px;
    word-spacing: 2px;
    padding-bottom: 5px;
    }

    /* contains subject and time */

    .entryHeader {
    background-color: transparent;
    color: #9c9c9c;
    font-family: georgia;
    border-bottom: 1px #727272 solid;
    font-size: 9px;
    padding: 0px 0px 2px 4px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-weight: none;
    text-transform: lowercase;
    }

    /* below vv are actually found on the calendar page */

    .entryHeader a{
    color: #9c9c9c;
    padding: 2px 8px 2px 8px;
    }

    .entryHeader a:hover{
    color: #9c9c9c;
    background-color: #575757;
    padding: 2px 8px 2px 8px;
    }

    /* entry subject */

    .entryHeaderSubject {
    font-weight: none;
    font-size: 9px;
    text-transform:none;
    padding-left: 4px;
    letter-spacing: 3px;
    text-align: left;
    color: #dc779c;
    }

    /* entry date */

    .entryHeaderDate{
    color: #b6b6b6;
    border: none;
    letter-spacing: 1px;
    padding: 0;
    text-decoration : none;
    }
    /* entry link bar (comment, reply, link, remember) */

    .entryLinkbar {
    text-transform: lowercase;
    text-align: center;
    font-size: 9px;
    font-family: georgia;
    letter-spacing: 0px;
    padding: 20px 0px 0px 0px;
    }

    .entryLinkbar a, .entryLinkbar a:visited { padding: 0; }
    .entryLinkbar a:hover { color: #9c9c9c; background-color: transparent; padding-bottom: 1px; }
    .entryLinkbar ul { margin: 0; padding: 10px; }
    .entryLinkbar li { padding: 0 4px 0 0; display: inline;}

    /* ------------------------------ META ------------------------------ */

    .entryMetadata { margin-top: 8px;}
    .entryMetadata img { padding: 5px; }
    .entryMetadata ul { margin: 0; padding: 1px; }
    .entryMetadata li { list-style: none; display: block; padding: 2px 0 0 0;}
    .entryMetadata a { padding: 0 4px 0 4px; }

    /* metadata subject (mood: , location: ) */

    .entryMetadata-label {
    padding: 10px;
    color: #9c9c9c;
    border-left: 1px solid #727272;
    font-style: italic;
    text-transform: lowercase;
    }

    /* ------------------------------ FOOTER ------------------------------ */

    #footer-menu {
    text-transform: lowercase;
    background-color: #575757;
    text-align: left;
    font-family: georgia;
    font-size: 9px;
    }

    #footer-menu a, .footer-menu a:visited {
    padding: 1px 10px 1px 10px;
    color: #dc779c;
    white-space: nowrap;
    }

    #footer-menu a:hover { color: #9c9c9c; }

    /* ------------------------------ SIDEBAR ------------------------------ */

    /* sidebar container */

    .sidebar {
    border-right: 1px solid #727272;
    background-color: #575757;
    padding: 0px 10px 10px 0px;
    font-family: georgia;
    text-align: right;
    font-size: 9px;
    width: 120px;
    color: #9c9c9c;
    }

    /* each box in the sidebar */

    .sidebox{
    color: #9c9c9c;
    margin: 0 0 20px 0;
    display: block;
    }

    /* sidebar title (note 1, latest month, search) */

    .sideboxTitle {
    text-transform: lowercase;
    font-size: 9px;
    font-family: georgia;
    letter-spacing: 2px;
    padding: 0 5px 2px 0;
    border-bottom: 1px #727272 solid;
    color: #9c9c9c;
    margin-bottom: 5px;
    text-align: right;
    }

    /* content of all sidebar boxes */

    .sideboxContent {
    line-height: 14px;
    text-align: right;
    padding: 3px;
    }

    /* in the freetext boxes */

    .sidebox #freetext { text-align: right; }

    /* in the profile, latest month, search boxes */

    .sidebox #profile, .sidebox #latestmonth, .sidebox #search, { text-align: center; }

    /* latest month box (inactive date and active date [link]) */

    .latestmonth-inactive { padding: 0px; margin: 2px; }
    .latestmonth-active { padding: 0px; margin: 0px; }

    /* in the tags box */

    #tags_sidebox a { display: block; font-size: 9px; }
    #tags_sidebox { font-size: 0; }

    /* label of profile box */

    .profile-label { display: none; }

    /* ------------------------------ COMMENT PAGE ------------------------------ */

    /* comments holder */

    .commentHolder { color: #9c9c9c; background-color: #575757; font-family: georgia; font-size: 9px; margin: 4px 8px 4px 8px; }

    /* comment userpics */

    .commentUserinfo { text-align: left; margin: 8px 8px 8px 8px; background-color: #575757; }

    /* commenter's userpic */

    .commentUserinfo-usericon img { padding-bottom: 2px; border: 0; }

    /* text of comment */

    .commentText { padding: 6px; }

    /* comment's header ( contains date, subject) */

    .commentHeader { text-transform: lowercase; background-color: #575757; color: #9c9c9c;
    font-family: georgia; font-size: 9px; padding: 4px 0 4px 0; }
    .commentHeader a{ color: #9c9c9c; }

    /* for screen comments */

    .commentHeaderScreened { font-family: georgia; font-size: 9px; background-color: #727272; padding: 4px 0 4px 0; }

    /* comment's subject (re: roflcakes) */

    .commentHeaderSubject { font-weight: normal; font-family: georgia; font-size: 9px; }

    /* linkbar of comments (reply, delete, screen) */

    .commentLinkbar { border-top: none; font-family: georgia; font-size: 9px; color: #9c9c9c;
    text-transform: lowercase; padding-bottom: 10px; text-align: left; }
    .commentLinkbar a { color: #9c9c9c; font-family: georgia; font-size: 9px; }
    .commentLinkbar a:hover { font-family: georgia; font-size: 9px; color: transparent; }
    .commentLinkbar ul { margin: 0; padding: 0; color: #9c9c9c; }
    .commentLinkbar li { padding: 0px 5px 0px 5px; color: #9c9c9c; margin: 0; display: inline; }

    /* container of reply box */

    .replyform { border: 0px; background-color: #575757; color: #9c9c9c; }

    /* reply text container */

    #commenttext{ width: 100%; }

    /* ------------------------------ ARCHIVE PAGE ------------------------------ */

    .yearlinks { text-align: right; }
    .yearlink{ padding-left:4px; padding-right: 4px; }

    /* calendar container (dates, boxes) */

    .month { width: 400px; padding-bottom: 5px; margin: 4px 4px 4px 10px; }

    /* subject lines (when viewing a month) not individual lines */

    .daysubjects { color: #9c9c9c; letter-spacing: 1px; padding: 6px 0 6px 0; }

    /* days of the week (sun, mon, tue) */

    .daytitles { text-align: ; background: #575757; padding: 2px; color: #9c9c9c; }

    /* blank days */

    .day-blank { padding: 2px; }

    /* day */

    .day { padding: 2px; }

    /* NUMBERED DATE */

    .day-date { color: #9c9c9c; text-align: left; }

    /* NUMBER OF ENTRIES MADE ON DAY */

    .day-count { width: 50%; text-align: left; float: right; font-size: 9px; }

    /* ------------------------------ TAGS PAGE ------------------------------ */

    /* tags container */

    .tagstable td { padding-top: 5px 0px 5px 0px; }
    .tagstable { text-transform: lowercase; letter-spacing: 1px; width: 400px; }

    /* ------------------------------ EXTRAS ------------------------------ */

    ::-moz-selection { background: #646464; color: #9c9c9c; }
    ::selection { background: #646464; color: #9c9c9c; }
    code::-moz-selection { background: #646464; }
    code::selection { background: #646464; }

    /*------ Look of contextual Popup ------*/

    /* general positioning */

    div.ContextualPopup {
    margin: 10px 0 0 0px;
    font: normal 9px "georgia" !important;
    }

    /* userpic */

    div.ContextualPopup img {
    border-left: 1px solid #646464;
    border-right: 1px solid #646464;
    padding: 0 5px 0 5px;
    margin: 0 1px 0 5px !important;
    }

    /* defines general look, font color/size/background color*/

    div.ContextualPopup div.Inner {
    background-color: #575757 !important;
    color: #9c9c9c !important;
    border: 1px solid #646464;
    padding: 0px;
    width: 220px;
    text-align: right;
    }

    /* defines left side of popup without the user icon*/

    div.ContextualPopup .Content {
    padding: 2px 4px 6px 4px;
    line-height: 14px;
    }

    /* defines the text that shows the relation to the user (XYZ is your mutual friend) */

    div.ContextualPopup .Relation {
    font-weight: normal !important;
    letter-spacing: 3px;
    }

    /* look of words LJ Talk */

    div.ContextualPopup .Content .OnlineStatus {
    font-weight: normal;
    }

    /* element that contains the user icon */

    div.ContextualPopup .Userpic {
    padding: 4px 4px 0 0;
    }

    /* defines the look of the links */

    div.ContextualPopup div.Inner a, div.ContextualPopup div.Inner a:visited {
    text-decoration: none !important;
    font-weight: normal;
    color: #dc779c !important;
    }

    /* so that IE users will see a new image */
    * html span.ljuser{
    background-image: url(http://img169.imageshack.us/img169/9913/userinfowd6.png) !important;
    background-repeat: no-repeat;
    background-position: left middle;
    padding: 10px 8px 0px 0px !important;
    }

    * html span.ljuser img{ visibility: hidden; }

    .ljuser img[src="http://l-stat.livejournal.com/img/userinfo.gif"] {
    width: 0;
    height: 0;
    background-repeat: no-repeat;
    background-image: url(http://img176.imageshack.us/img176/6571/userinfopk2.png) !important;
    padding: 10px 8px 0 4px !important;
    }

    .ljuser img[src="http://l-stat.livejournal.com/img/community.gif"] {
    width:0;
    height: 0;
    background-repeat: no-repeat;
    background-image: url(http://img176.imageshack.us/img176/6571/userinfopk2.png) !important;
    padding: 11px 8px 0 2px !important;
    }

← Previous Step | 1 | 2 | 3 | 4 | Next Step →

( Install ) Step 4 - Link Back

Please link back to fruitstyle so others can find my layouts. Put either a button or the code in your Userinfo.
ButtonCode


View available buttonsLayout by fruitstyle
← Previous Step | 1 | 2 | 3 | 4 | Next Step →


( Optional ) Replace Colours

#dc779c#c1c1c1#b6b6b6#9c9c9c#727272#646464#575757
How do I replace layout colours?

Replace Colours | Replace Images

( Optional ) Replace Images

Get all the images at Box.net

How do I replace layout images?

Replace Colours | Replace Images

Fruitstyle: Layouts and Winamp Skin Designs by Malionette







Click for a Live Preview.



( Layout ) #007 : Bookworm
Nothing to say.

( Install ) Step 1 - System

Select Theme
  1. Select any S2 Smooth Sailing layout.

Page Setup
  1. Ad Placement: Horizontal
    (Ignore if you have a paid account.)

  2. Sidebar: 2 Column (sidebar on left)


← Previous Step | 1 | 2 | 3 | 4 | Next Step →


( Install ) Step 2 - Display

Customize Display
  1. Userinfo Position in Entries: Right
  2. Wrap Entry text under userinfo: Yes
  3. Userinfo Position in Comments: Right

← Previous Step | 1 | 2 | 3 | 4 | Next Step →

( Install ) Step 3 - Stylesheet

Custom CSS
  1. Use layout's stylesheets: No. IMPORTANT!!

  2. Custom Stylesheet: /* S2 SMOOTH SAILING --- Bookworm ---
    Wingweaver22 @ Fruitstyle.livejournal.com
    Do not remove this note. */

    /* ------------------------------ PAGE ------------------------------ */

    body {
    font-family: georgia;
    font-size: 0px;
    margin: 0px;
    background-color: #ffffff;
    /*background: url();
    background-repeat: x,y;*/
    }

    a, a:visited{
    color: #12bfe1;
    padding: 0px;
    background-color: transparent;
    text-decoration: none;
    letter-spacing: 1px;
    }

    a:hover {
    color: #888888;
    border-bottom: 1px solid #f1f1f1;
    background-color: #f1f1f1;
    cursor: help;
    }

    blockquote{
    background-color: #f1f1f1;
    color: #888888;
    margin-left: 0px;
    font-size:9px;
    padding: 5px;
    margin-right: 120px;
    border: 0px solid #f1f1f1;
    }

    blockquote:first-line {
    letter-spacing: 3px;
    color: #12bfe1;
    }

    blockquote:hover {
    background-color: transparent;
    cursor: text;
    }

    input, textarea, select {
    background-color: #fafafa;
    font-family: georgia;
    font-size: 9px;
    color: #888888;
    border: 1px solid #f1f1f1;
    margin-top: 5px;
    }

    /* Layout (page) container */

    .pageblock{
    width: 600px;
    margin: 0 auto;
    padding: 0 15px 0 15px;
    border-left: 40px solid #fafafa;
    border-right: 40px solid #fafafa;
    background-color: #f1f1f1;
    }

    .pagefooterblock{
    background-color: #fafafa;
    color: #fafafa;
    padding: 15px;
    margin-top: 0px;
    text-align: left;
    }

    .pagefooterblock a, .pagefooterblock a:visited { }

    /* ------------------------------ HEADER ------------------------------ */

    .pageheaderblock {
    text-align: left;
    background: url();
    background-color: #fafafa;
    width: 0px;
    margin-top: 0px;
    height: 0px;
    }

    /* TITLE, SUBTITLE, JOURNAL ICON*/

    .header-title, .header-subtitle, .header-icon{
    display: none;
    }

    /* ------------------------------ LINKBAR ------------------------------ */

    .header-menu {
    text-align: center;
    /* to make linkbar follow you, use " position: fixed; " */
    position: relative;
    top: 15px;
    width: 600px;
    font-size: 9px;
    text-transform: lowercase;
    }

    /* LINKBAR LINK */

    .header-menu a, .header-menu a:visited {
    white-space: nowrap;
    padding: 0 10px 0 10px;
    text-decoration: none;
    }

    .header-menu a:hover {
    color: #888888;
    background-color: #fafafa;
    cursor: help;
    }

    .header-menu ul, #footer-menu ul {
    margin: 0px;
    padding: 0px;
    }

    .header-menu li, #footer-menu li {
    display: inline;
    }

    /* ------------------------------ BODY ------------------------------ */

    /* Body, contains entries sidebar, and footer */

    .bodyblock {
    padding: 40px 10px 10px 10px;
    background-color: #fafafa;
    }

    /* body title */

    .bodyheaderblock {
    display: none;
    }

    /* body linkbar (top of page, back 20) */

    .bodynavblock {
    background-color: #fafafa;
    margin: 10px 0 4px 0;
    padding: 8px;
    text-align: left;
    }

    .bodynavblock a, .bodynavblock a:visited {
    color: #888888;
    background-color: transparent;
    border: none;
    text-align: left;
    }

    /* contains body title */

    .body-title {
    display: none;
    }

    /* seperates entries from comments - only on comments page */

    .body-midtitle {
    display: none;
    }

    /* ------------------------------ ENTRIES ------------------------------ */

    /* contains all entries */

    .entryHolder {
    padding: 0 15px 14px 15px;
    color: #888888;
    background-color: #fafafa;
    font-family: georgia;
    font-size: 9px;
    }

    /* contains userpic and username/community */

    .entryUserinfo {
    font-family: georgia;
    font-size: 9px;
    font-weight: normal;
    text-align: center;
    margin: 0px 0px 2px 0px;
    background-color: transparent;
    }

    /* userpic */

    .entryUserinfo-usericon img {
    padding-left: 10px;
    background-color: #fafafa;
    text-align: center;
    border: #c1c1c1 solid 0px;
    }

    /* all entry's text */

    .entryText {
    text-align: justify;
    line-height: 16px;
    word-spacing: 2px;
    padding-bottom: 5px;
    }

    /* contains subject and time */

    .entryHeader {
    background-color: transparent;
    color: #888888;
    font-family: georgia;
    border-bottom: 1px #f1f1f1 solid;
    font-size: 9px;
    padding: 0px 0px 2px 4px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-weight: none;
    text-transform: lowercase;
    }

    /* below vv are actually found on the calendar page */

    .entryHeader a{
    color: #888888;
    padding: 2px 8px 2px 8px;
    }

    .entryHeader a:hover{
    color: #888888;
    background-color: #fafafa;
    padding: 2px 8px 2px 8px;
    }

    /* entry subject */

    .entryHeaderSubject {
    font-weight: none;
    font-size: 9px;
    text-transform:none;
    padding-left: 4px;
    letter-spacing: 3px;
    text-align: left;
    color: #12bfe1;
    }

    /* entry date */

    .entryHeaderDate{
    color: #a7a7a7;
    border: none;
    letter-spacing: 1px;
    padding: 0;
    text-decoration : none;
    }
    /* entry link bar (comment, reply, link, remember) */

    .entryLinkbar {
    text-transform: lowercase;
    text-align: center;
    font-size: 9px;
    font-family: georgia;
    letter-spacing: 0px;
    padding: 20px 0px 0px 0px;
    }

    .entryLinkbar a, .entryLinkbar a:visited { padding: 0; }
    .entryLinkbar a:hover { color: #888888; background-color: transparent; padding-bottom: 1px; }
    .entryLinkbar ul { margin: 0; padding: 10px; }
    .entryLinkbar li { padding: 0 4px 0 0; display: inline;}

    /* ------------------------------ META ------------------------------ */

    .entryMetadata { margin-top: 8px;}
    .entryMetadata img { padding: 5px; }
    .entryMetadata ul { margin: 0; padding: 1px; }
    .entryMetadata li { list-style: none; display: block; padding: 2px 0 0 0;}
    .entryMetadata a { padding: 0 4px 0 4px; }

    /* metadata subject (mood: , location: ) */

    .entryMetadata-label {
    padding: 10px;
    color: #888888;
    border-left: 1px solid #f1f1f1;
    font-style: italic;
    text-transform: lowercase;
    }

    /* ------------------------------ FOOTER ------------------------------ */

    #footer-menu {
    text-transform: lowercase;
    background-color: #fafafa;
    text-align: left;
    font-family: georgia;
    font-size: 9px;
    }

    #footer-menu a, .footer-menu a:visited {
    padding: 1px 10px 1px 10px;
    color: #12bfe1;
    white-space: nowrap;
    }

    #footer-menu a:hover { color: #888888; }

    /* ------------------------------ SIDEBAR ------------------------------ */

    /* sidebar container */

    .sidebar {
    border-right: 1px solid #f1f1f1;
    background-color: #fafafa;
    padding: 0px 10px 10px 0px;
    font-family: georgia;
    text-align: right;
    font-size: 9px;
    width: 120px;
    color: #888888;
    }

    /* each box in the sidebar */

    .sidebox{
    color: #888888;
    margin: 0 0 20px 0;
    display: block;
    }

    /* sidebar title (note 1, latest month, search) */

    .sideboxTitle {
    text-transform: lowercase;
    font-size: 9px;
    font-family: georgia;
    letter-spacing: 2px;
    padding: 0 5px 2px 0;
    border-bottom: 1px #f1f1f1 solid;
    color: #888888;
    margin-bottom: 5px;
    text-align: right;
    }

    /* content of all sidebar boxes */

    .sideboxContent {
    line-height: 14px;
    text-align: right;
    padding: 3px;
    }

    /* in the freetext boxes */

    .sidebox #freetext { text-align: right; }

    /* in the profile, latest month, search boxes */

    .sidebox #profile, .sidebox #latestmonth, .sidebox #search, { text-align: center; }

    /* latest month box (inactive date and active date [link]) */

    .latestmonth-inactive { padding: 0px; margin: 2px; }
    .latestmonth-active { padding: 0px; margin: 0px; }

    /* in the tags box */

    #tags_sidebox a { display: block; font-size: 9px; }
    #tags_sidebox { font-size: 0; }

    /* label of profile box */

    .profile-label { display: none; }

    /* ------------------------------ COMMENT PAGE ------------------------------ */

    /* comments holder */

    .commentHolder { color: #888888; background-color: #fafafa; font-family: georgia; font-size: 9px; margin: 4px 8px 4px 8px; }

    /* comment userpics */

    .commentUserinfo { text-align: left; margin: 8px 8px 8px 8px; background-color: #fafafa; }

    /* commenter's userpic */

    .commentUserinfo-usericon img { padding-bottom: 2px; border: 0; }

    /* text of comment */

    .commentText { padding: 6px; }

    /* comment's header ( contains date, subject) */

    .commentHeader { text-transform: lowercase; background-color: #fafafa; color: #888888;
    font-family: georgia; font-size: 9px; padding: 4px 0 4px 0; }
    .commentHeader a{ color: #888888; }

    /* for screen comments */

    .commentHeaderScreened { font-family: georgia; font-size: 9px; background-color: #f1f1f1; padding: 4px 0 4px 0; }

    /* comment's subject (re: roflcakes) */

    .commentHeaderSubject { font-weight: normal; font-family: georgia; font-size: 9px; }

    /* linkbar of comments (reply, delete, screen) */

    .commentLinkbar { border-top: none; font-family: georgia; font-size: 9px; color: #888888;
    text-transform: lowercase; padding-bottom: 10px; text-align: left; }
    .commentLinkbar a { color: #888888; font-family: georgia; font-size: 9px; }
    .commentLinkbar a:hover { font-family: georgia; font-size: 9px; color: transparent; }
    .commentLinkbar ul { margin: 0; padding: 0; color: #888888; }
    .commentLinkbar li { padding: 0px 5px 0px 5px; color: #888888; margin: 0; display: inline; }

    /* container of reply box */

    .replyform { border: 0px; background-color: #fafafa; color: #888888; }

    /* reply text container */

    #commenttext{ width: 100%; }

    /* ------------------------------ ARCHIVE PAGE ------------------------------ */

    .yearlinks { text-align: right; }
    .yearlink{ padding-left:4px; padding-right: 4px; }

    /* calendar container (dates, boxes) */

    .month { width: 400px; padding-bottom: 5px; margin: 4px 4px 4px 10px; }

    /* subject lines (when viewing a month) not individual lines */

    .daysubjects { color: #888888; letter-spacing: 1px; padding: 6px 0 6px 0; }

    /* days of the week (sun, mon, tue) */

    .daytitles { text-align: ; background: #fafafa; padding: 2px; color: #888888; }

    /* blank days */

    .day-blank { padding: 2px; }

    /* day */

    .day { padding: 2px; }

    /* NUMBERED DATE */

    .day-date { color: #888888; text-align: left; }

    /* NUMBER OF ENTRIES MADE ON DAY */

    .day-count { width: 50%; text-align: left; float: right; font-size: 9px; }

    /* ------------------------------ TAGS PAGE ------------------------------ */

    /* tags container */

    .tagstable td { padding-top: 5px 0px 5px 0px; }
    .tagstable { text-transform: lowercase; letter-spacing: 1px; width: 400px; }

    /* ------------------------------ EXTRAS ------------------------------ */

    ::-moz-selection { background: #eeeeee; color: #888888; }
    ::selection { background: #eeeeee; color: #888888; }
    code::-moz-selection { background: #eeeeee; }
    code::selection { background: #eeeeee; }

    /*------ Look of contextual Popup ------*/

    /* general positioning */

    div.ContextualPopup {
    margin: 10px 0 0 0px;
    font: normal 9px "georgia" !important;
    }

    /* userpic */

    div.ContextualPopup img {
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    padding: 0 5px 0 5px;
    margin: 0 1px 0 5px !important;
    }

    /* defines general look, font color/size/background color*/

    div.ContextualPopup div.Inner {
    background-color: #fafafa !important;
    color: #888888 !important;
    border: 1px solid #eeeeee;
    padding: 0px;
    width: 220px;
    text-align: right;
    }

    /* defines left side of popup without the user icon*/

    div.ContextualPopup .Content {
    padding: 2px 4px 6px 4px;
    line-height: 14px;
    }

    /* defines the text that shows the relation to the user (XYZ is your mutual friend) */

    div.ContextualPopup .Relation {
    font-weight: normal !important;
    letter-spacing: 3px;
    }

    /* look of words LJ Talk */

    div.ContextualPopup .Content .OnlineStatus {
    font-weight: normal;
    }

    /* element that contains the user icon */

    div.ContextualPopup .Userpic {
    padding: 4px 4px 0 0;
    }

    /* defines the look of the links */

    div.ContextualPopup div.Inner a, div.ContextualPopup div.Inner a:visited {
    text-decoration: none !important;
    font-weight: normal;
    color: #12bfe1 !important;
    }

    /* so that IE users will see a new image */
    * html span.ljuser{

    background-image: url(http://img169.imageshack.us/img169/9913/userinfowd6.png) !important;
    background-repeat: no-repeat;
    background-position: left middle;
    padding: 10px 8px 0px 0px !important;
    }

    * html span.ljuser img{ visibility: hidden; }

    .ljuser img[src="http://l-stat.livejournal.com/img/userinfo.gif"] {
    width: 0;
    height: 0;
    background-repeat: no-repeat;
    background-image: url(http://img176.imageshack.us/img176/6571/userinfopk2.png) !important;
    padding: 10px 8px 0 4px !important;
    }

    .ljuser img[src="http://l-stat.livejournal.com/img/community.gif"] {
    width:0;
    height: 0;
    background-repeat: no-repeat;
    background-image: url(http://img176.imageshack.us/img176/6571/userinfopk2.png) !important;
    padding: 11px 8px 0 2px !important;
    }


← Previous Step | 1 | 2 | 3 | 4 | Next Step →

( Install ) Step 4 - Link Back

Please link back to fruitstyle so others can find my layouts. Put either a button or the code in your Userinfo.
ButtonCode


View available buttonsLayout by fruitstyle
← Previous Step | 1 | 2 | 3 | 4 | Next Step →


( Optional ) Replace Colours

#ffffff#fafafa#f1f1f1#eeeeee#c1c1c1#a7a7a7#888888#12bfe1
How do I replace layout colours?

Replace Colours | Replace Images

( Optional ) Replace Images

Get all the images at Box.net

How do I replace layout images?

Replace Colours | Replace Images

Fruitstyle: Layouts and Winamp Skin Designs by Malionette





layouts

Previous post Next post
Up