Layout 005 : It's Minty time!

Mar 01, 2008 18:05




Click for a Live Preview.



( Layout ) #005 : Minty Time!
Submitted for the 2008 MINTYAPPLE layout contest. This won second place (:

( 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 --- Minty Time!! ---
    Wingweaver22 @ Fruitstyle.livejournal.com
    Do not remove this note. */

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

    body {
    font-family: verdana;
    font-size: 0px;
    margin: 10px;
    padding: 10px;
    background: url(http://i33.tinypic.com/2qx5p1x.jpg);
    background-repeat: x,y;
    }

    a, a:visited{
    color: #bef157;
    padding: 0px;
    border: none;
    text-decoration: none;
    font-weight: normal;
    }

    a:hover {
    color: #d5f692;
    cursor: help;
    }

    img, img a {
    border: none;
    background-color: transparent;
    }

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

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

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

    input, textarea, select {
    background-color: #fbfbfb;
    font-family: verdana;
    font-size: 9px;
    color: #939393;
    border: 1px solid #bdf44d;
    margin-top: 5px;
    }

    /* LAYOUT CONTAINER */

    .pageblock{
    width: 750px;
    margin: 0 auto;
    padding: 0px;
    border-top: 3px solid #fbfbfb;
    border-right: 13px solid #fbfbfb;
    border-left: 13px solid #fbfbfb;
    border-bottom: 3px solid #fbfbfb;
    background-color: #fbfbfb;
    }

    .pagefooterblock{
    background-color: #d5f692;
    color: #fbfbfb;
    padding: 40px 0 0px 0;
    margin-bottom: 10px;
    text-align: left;
    }

    .pagefooterblock a, .pagefooterblock a:visited { }

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

    .pageheaderblock {
    text-align: left;
    background: url(http://i37.tinypic.com/foknj7.jpg) repeat #bef157;
    margin: 10px 0px 10px 0px;
    width: 750px;
    height: 65px;
    }

    /* TITLE, SUBTITLE, JOURNAL ICON*/

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

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

    .header-menu, .header-menu a, .header-menu li, .header-menu ul,{
    font-size: 0;
    display: none;
    }

    .header-menu{
    display: none;
    }

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

    /* BODY CONTAINER (DOESN'T AFFECT HEADER!) */

    .bodyblock {
    padding: 20px 0px 0px 0px;
    background-color: #fbfbfb;
    }

    .bodyheaderblock {
    display:none;
    }

    /* BODY LINK BAR // TOP OF PAGE, BACK 20.. */

    .bodynavblock, .bodynavblock a{
    margin: 10px 0 4px 0;
    padding: 8px;
    text-align: left;
    }

    /* BODY TITLE CONTAINER..!? */

    .body-title {
    display: none;
    }

    /* SEPERATES ENTRIES FROM COMMENTS */

    .body-midtitle {
    display: none;
    }

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

    /* ENTRY CONTAINER */

    .entryHolder {
    padding: 0px 15px 0px 15px;
    color: #939393;
    font-family: verdana;
    font-size: 9px;
    }

    /* USERPIC + TEXT */

    .entryUserinfo {
    font-weight: normal;
    text-align: center;
    }

    /* USERPIC, BORDER IS FINE TOO.. */

    .entryUserinfo-usericon img {
    margin-left: 10px;
    text-align: center;
    }

    /* ENTRY TEXT */

    .entryText {
    text-align: justify;
    line-height: 12px;
    padding: 8px 4px 14px 8px;
    }

    /* ENTRY HEADER // INCLUDES TIME, DATE, SUBJECT */

    .entryHeader {
    color: #d1d1d1;
    border-bottom: 1px #f5f5f5 solid;
    padding: 0px 0px 6px 0px;
    text-align: center;
    margin-bottom: 5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    }

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

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

    .entryHeader a:hover{
    color: #d5f692;
    }

    /* ENTRY SUBJECT */

    .entryHeaderSubject {
    display: inline;
    color: #939393;
    font-size: 9px;
    }

    /* ENTRY DATE */

    .entryHeaderDate, .entryHeaderDate a{
    letter-spacing: 1px;
    text-decoration : none;
    }

    .entryHeaderDate a:hover {
    color: #939393;
    cursor: help;
    }

    /* METADATA // MOOD, MUSIC, TAG, LOCATION */

    .entryMetadata {
    text-transform: none;
    margin-top: 4px;
    }

    .entryMetadata img {
    padding-left: 5px;
    }

    .entryMetadata ul {
    margin: 0;
    padding: 1px;
    }
    .entryMetadata li {
    list-style: none;
    display: block;
    }

    /* METADATA SUBJECT */

    .entryMetadata-label {
    padding: 2px;
    text-transform: lowercase;
    }

    /* COMMENTS BAR */

    .entryLinkbar {
    text-transform: lowercase;
    text-align: center;
    font-size: 9px;
    padding: 20px 5px 12px 5px;
    }

    .entryLinkbar a, .entryLinkbar a:visited, .entryLinkbar a:hover {
    padding: 0;
    }

    .entryLinkbar ul {
    margin: 0;
    padding: 0;
    }

    .entryLinkbar li {
    padding: 0 5px 0 5px;
    margin: 0;
    display: inline;
    }

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

    #footer-menu {
    text-transform: lowercase;
    text-align: center;
    font-size: 9px;
    }

    #footer-menu li, #footer-menu ul {
    display: inline;
    margin: 0 auto;
    padding: 0;
    }

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

    /* SIDEBAR CONTAINER */

    .sidebar {
    border-right: 1px solid #f5f5f5;
    padding: 0px 10px 0px 10px;
    font-size: 10px;
    width: 180px;
    color: #939393;
    }

    /* SIDEBAR BOX (EACH) */

    .sidebox {
    border-bottom: 1px solid #f5f5f5;
    color: #939393;
    padding-bottom: 20px;
    margin: 0 0 20px 0;
    text-align: inherit;
    }

    /* SIDEBAR TITLE */

    .sideboxTitle {
    text-transform: lowercase;
    font-family: trebuchet ms;
    font-size: 11px;
    padding: 0 2px 2px 1px;
    text-align: inherit;
    }

    /* SIDEBARBOX CONTENT */

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

    .sidebox #freetext, .sidebox #freetext a{
    text-align: inherit;
    }

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

    #tags_sidebox {
    font-size: 0px;
    }

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

    .latestmonth-inactive, .latestmonth-active {
    font: arial 9px;
    padding: 0px 4px 0 4px;
    text-align: center;
    margin: 1px;
    }

    /* PROFILEBOX SUBJECT // BOLDED TITLE: */

    .profile-label {
    display: none;
    }

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

    /* COMMENT HOLDER */

    .commentHolder { color: #939393; background-color: #fbfbfb; margin: 4px 8px 4px 8px; }

    /* COMMENT USERPIC */

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

    /* COMMENT ICON */

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

    /* COMMENT TEXT */

    .commentText { padding: 6px; }

    /* COMMENT HEADER // DATE, TIME, SUBJECT */

    .commentHeader { text-transform: lowercase; background-color: #fbfbfb; color: #939393; font-size: 9px; padding: 4px 0 4px 0; }

    .commentHeader a{}

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

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

    /* COMMENT LINKBAR // REPLY, SCREEN, DELETE */

    .commentLinkbar { border-top: none; font-size: 9px; color: #939393; text-transform: lowercase; padding-bottom: 10px; text-align: left; }

    .commentLinkbar a { color: #939393; font-size: 9px; }

    .commentLinkbar a:hover { font-size: 9px; color: transparent; }

    .commentLinkbar ul { margin: 0; padding: 0; color: #939393; }

    .commentLinkbar li { padding: 0px 5px 0px 5px; color: #939393; margin: 0; display: inline; }

    /* COMMENT REPLY CONTAINER */

    .replyform { border: 0px; background-color: #fbfbfb; color: #939393; }

    /* COMMENT REPLY TEXT */

    #commenttext{ width: 100%; }

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

    .yearlinks {
    text-align: right;
    }

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

    /* CALENDAR CONTAINER */

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

    /* SUBJECT LINE // VIEWING WHOLE MONTH */

    .daysubjects {
    color: #939393;
    padding: 8px 8px 8px 40px;
    }

    /* WEEKLINE // DAYS OF THE WEEK */

    .daytitles {
    text-align: left;
    background: #fbfbfb;
    padding: 2px;
    color: #939393;
    }

    /* BLANK ROWS // IF EMPTY ROW */

    .day-blank {
    padding: 2px;
    }

    /* DAY BOX */

    .day {
    padding: 2px;
    }

    /* NUMBERED DATE */

    .day-date {
    color: #939393;
    width: 50%;
    text-align: left;
    }

    /* NUMBER OF ENTRIES MADE ON DAY */

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

    .day-count a {
    font-size: 9px;
    color: 939393;
    }

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

    /* TAGS CONTAINER */

    .tagstable, .tagstable td {
    padding-top: 10px;
    }

    .tagstable {
    text-transform: lowercase;
    width: 500px;
    }

    ::-moz-selection { background: #d5f692; color: #ffffff; }

    ::selection { background: #d5f692; color: #ffffff; }

    code::-moz-selection { background: #d5f692; }

    code::selection { background: #d5f692; }

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

    /*general positioning*/

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

    /* attaches border to user icon*/

    div.ContextualPopup img {
    border-left: 1px solid #939393;
    border-right: 1px solid #939393;
    padding: 0 5px 0 5px;
    }

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

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

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

    div.ContextualPopup .Content {
    padding: 2px 4px 6px 4px;
    margin-right: 50px;
    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: #bef157 !important;
    }

    .ljuser img {
    width: 0; height: 0;
    /* so that IE users will still see an image */
    background-repeat: no-repeat;
    background-color:transparent;
    background-image: url(http://img176.imageshack.us/img176/6571/userinfopk2.png);
    padding: 10px 5px 0 2px !important;
    }

    /* User icon */
    .ljuser img[src="http://l-stat.livejournal.com/img/userinfo.gif"] {
    background-color:transparent;
    background-image: url(http://img176.imageshack.us/img176/6571/userinfopk2.png);
    padding: 8px 10px 0 2px !important;
    }
    /* Community icon */
    .ljuser img[src="http://l-stat.livejournal.com/img/community.gif"] {
    background-color:transparent;
    background-image: url(http://img176.imageshack.us/img176/6571/userinfopk2.png);
    padding: 8px 10px 0 0px !important;
    }
    .commentHolder { font-size: 9px; }

← 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 ) Add a Banner

The recommended banner size is 750px wide and 65px high.
Replace the image in the CSS.
Add a Banner | Replace Colours | Replace Images


( Optional ) Replace Colours

#ffffff#fbfbfb#f5f5f5#d5f692#d1d1d1#bef157#bdf44d#939393
How do I replace layout colours?

Add a Banner | Replace Colours | Replace Images

( Optional ) Replace Images

Get all the images at Box.net

How do I replace layout images?

Add a Banner | Replace Colours | Replace Images

Fruitstyle: Layouts and Winamp Skin Designs by Malionette





layouts

Previous post Next post
Up