May Flowers

May 03, 2010 14:06


/* Cleaned CSS: */

/*---------------------------------------------------
This is the original stylesheet for the S2 style Flexible Squares with the elements
arranged in a hopefully clearer order.

You can find a full guide on the single css definitions, including exlanations and illustrations
at http://cartonage.livejournal.com.

Hope this helps! =)
-----------------------------------------------------*/

body    {
        background-color: #59759c;
        background-image:url(http://i5.photobucket.com/albums/y198/Nenagh24/layouts/background1a.jpg);
        background-repeat:repeat;
        text-align: center;
        color: #585858;
        font-family: "Georgia", sans-serif;
        font-size: 13px;
        margin: 20px 0 20px 0;
        }

a, a:link, a:visited {
        color: #F16878;
        text-decoration: none;
        font-weight: bold;
        }

a:hover {
        color: #0d4d9d;
        text-decoration: underline;
        font-weight: bold;
        }

p, td, blockquote {
            font-size: 11px;
        }

code, kbd, pre, tt {
            font-family: monospace;
        }

/*---------------------------------------------------------------------
   General page alignment and width
------------------------------------------------------------------------*/

#content
    {
        width: 767px;
        margin-left: auto; margin-right: auto;
        background-color: #e5e5e5;
        border-width: 1px;
        border-style: solid;
        border-color: #e5e5e5;
        padding: 15px;
    }

#maincontent {
        margin-top: 15px;
        font-family: "Georgia", sans-serif;
        font-size: 13px;
        background-color: #912628;
        color: #f8f8f8;
        border-style: solid;
        border-color: #424243;
        border-width: 3px;
        margin-right: 180px;
        text-align: left;
        background-image:url(http://i5.photobucket.com/albums/y198/Nenagh24/layouts/background1b.jpg);
        background-repeat:repeat;
        }

#sidebar {

padding-top: 15px;
        margin-top: 15px;
        background-color: #f8f8f8;
        border-color: #424243;
        border-width: 3px;
        border-style: solid;
          font-size: 13px;
        font-family: "Georgia", sans-serif;
          color: #585858;
        width: 168px;
        float: right;
        text-align: left;
        }
/*-----------------------------------------------------------------------------
   Header - you can add a header image with either #header or .headerimage
--------------------------------------------------------------------------------*/
    #header {
        width: 100%;
        padding: 0px 0px 0px 0px;
        margin: 0px;
        text-align: center;
        font-family: "Georgia", sans-serif;
        font-size: 13px;
        font-weight: bold;
        letter-spacing: 3px;
        border-style: solid;
        border-color: #e5e5e5;
        border-width: 1px;
        background-color: #e5e5e5;
        color: #BF212C;
        }

.headerimage {
    position: relative;
    width:  800px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    background-image: url("http://i5.photobucket.com/albums/y198/Nenagh24/layouts/layoutimage1.jpg");
    background-repeat: no-repeat;
}

/*look  and color of links (also partly for footer)*/
    div#header a, div#header a:link, div#header a:visited, div#footer a, div#footer a:link, div#footer a:visited {
        color: #585858;
    }

div#header a:hover, div#footer a:hover {
        color: #7b9cc9;
        text-decoration: none;
    }

/*title and subtitle*/
    .title    {
        font-family: "Georgia", sans-serif;
        font-size: 18px;
        font-weight: normal;
        line-height: 200%;
        top: 10px;
        color: #27257E;

}

.subtitle{
        font-family: "Georgia", sans-serif;
        font-size: 12px;
        font-weight: normal;
        top: 10px;
        color: #BF212C;
        }

/*-----------------------------------------------------------------------------
   Header - top navigation
--------------------------------------------------------------------------------*/

/* header -- links to views; title of journal; subtitle of journal */

ul.navheader
        {
        padding: 0px;
        margin: 0px;
        }

ul.navheader li  {
        display: inline;
        padding: 0 3px 0 3px;
        }

/*-----------------------------------------------------------------------------
   Entry stuff
------------------------------------------------------------------------*/

.subcontent {
    }

.entry    {
        margin: 0px 10px 10px 30px;
        padding: 10px;
        background-color: #f8f8f8;
        color: #585858;
        font-family: "Georgia", sans-serif;
        font-size: 13px;
        text-align: left;
        border-width: 2px;
        border-color: #4255B9;
        border-style: solid;
        }

.userpic {
        position: relative;
        float: left;
        background-color: #f8f8f8;
        padding: 5px;
        margin: 10px;
        z-index: 15;
        border-width: 2px;
        border-color: #4255B9;
        border-style: solid;
        }

.date {
        line-height: 200%;
        top: 5px;
        color: #363233;
        font-family: "Georgia", sans-serif;
        font-size: 10px;
        background-color: #f1f1f1;
        }

.subject {
        font-weight: normal;
        padding: 10px;
        color: #0378ae;
        font-family: "Georgia", sans-serif;
        font-size: 30px;
        letter-spacing: 5px;
        background-color: #f1f1f1;
        }

.subject a, .subject a:link, .subject a:visited {
        color: #0378ae;
        font-weight: normal;
        }

.subject a:hover {
        color: #F16878;
        font-weight: normal;
        }

.datesubject {
        background-color: #59131B;
        padding: 5px;
        }

.entry ul li
        {
        padding-left: 5px;
        margin-left: 15px;
        }

.entry ol li
        {
        padding-left: 5px;
        margin-left: 15px;
        }

/*---------------------------------------------------------------------
  Entry Stuff - Current Mood, Music and Location
------------------------------------------------------------------------*/

.currents, .currentmood, .currentmusic {
        font-family: "Georgia", sans-serif;
        font-size: 13px;
        }

/*---------------------------------------------------------------------
  Entry Stuff - Comments
------------------------------------------------------------------------*/

.comments {
        font-family: "Georgia", sans-serif;
        font-size: 13px;
        text-align: right;
        background-color: #363233;
        padding: 0px 5px 0px 5px;
        position: relative;
        top: 15px;
        }

div.comments a, div.comments a:link, div.comments a:visited{
        color: #f8f8f8;
        font-weight: bold;
    }

div.comments a:hover {
        color: #0d4d9d;
        text-decoration: bold;
    }

/*---------------------------------------------------------------------
  Entry Stuff - Separator
------------------------------------------------------------------------*/

.separator{
        /* for formatting separators between entries */
        height: 35px;
    }

/*------------------------------------------------------------
  Special friends page customization
-------------------------------------------------------------------------------*/

.userpicfriends {
        position: relative;
        float: left;
        background-color: #f8f8f8;
        padding: 5px;
        margin: 10px;
        text-align: center;
        border-style: dashed;
        border-width: 1px;
        border-color: #585858;
        font-family: "Georgia", sans-serif;
        font-size: 13px;
        z-index: 15;
        }

/*------------------------------------------------------------
  Sidebar
-------------------------------------------------------------------------------*/

.defaultuserpic {
        text-align: center;
        }

.sbarheader {
        padding: 0px 5px 0px 5px;
        }

.sbarbody {
        padding: 0px 5px 0px 5px;
        }

.sbarbody2 {
        padding: 0 15px 0 15px;
    }

div#sidebar a, div#sidebar a:link, div#sidebar a:visited{
                 color: #0d4d9d;
         }

div#sidebar a:hover {
                 color: #F16878;
                 text-decoration: none;
         }

/*------------------------------------------------------------
  Sidebar - Calendar
-------------------------------------------------------------------------------*/

table.calendar {
        margin-right: auto;
        margin-left: auto;
        }

.sbarcalendar {
        border-color: #363233;
        border-width: 1px;
        border-style: solid;
        text-align: center;
        font-family: "Georgia", sans-serif;
        font-size: 13px;
        }

.sbarcalendarposts {
        border-color:  #585858;
        border-width: 1px;
        border-style: solid;
        background-color: #e5e5e5;
        text-align: center;
        font-family: "Georgia", sans-serif;
        font-size: 13px;
        }

/*------------------------------------------------------------
  Sidebar - link box contents and sidebar box titles
-------------------------------------------------------------------------------*/

ul.sbarlist
    {
        padding-left: 0px;
        margin-left: 0px;
        list-style: none;
    }

li.sbaritem
    {
        padding-left: 15px;
        list-style: none;
    }

li.sbartitle
    {
        padding-left: 15px;
        list-style: none;
        border-style: solid;
        border-width: 2px;
        border-color: #f8f8f8 #f8f8f8 #363233 #f8f8f8;
        background-color: transparent;
        margin-bottom: 10px;
        margin-top: 10px;
        text-align: center;
    }

/*----------------------------------------------------
  footer
----------------------------------------------------------------*/

#footer {
        width: 100%;
        text-align: center;
        font-family: "Georgia", sans-serif;
        font-size: 13px;
        font-weight: bold;
        letter-spacing: 1px;
        background-color: #e5e5e5;
        color: #363233;
        border-color: #e5e5e5;
        border-width: 1px;
        border-style: solid;
        z-index: 100;
        clear: both;
        }

ul.navfooter{
        padding: 0px;
        margin: 0px;
        }

ul.navfooter li  {
        display: inline;
        margin: 0 5px 0 5px;
        }

.clearfoot {
        clear: both;
        }

/*----------------------------------------------------
 Archive Pages
----------------------------------------------------------------*/

ul.year {
        text-align: center;
        padding-bottom: 40px;
        }

ul.year li {
        display: inline;
        }

table.yeartable {
        margin-left: auto;
        margin-right: auto;
        }

table.yeartable td.yeardate, table.yeartable td.yearday {
        border-width: 1px;
        border-style: solid;
        border-color: #363233;
        background-color: #424243;
        }

table.yeartable td.yearday {
        background-color: #424243;
        color: #f8f8f8;
        text-align: center;
        }

td.yearmonth {
        border-style: none;
        }

/*----------------------------------------------------
 Comments pages
----------------------------------------------------------------*/

.datesubjectcomment {
            background-color: #e5e5e5;
            padding: 5px;
            margin-top: 20px;
            }

.userpiccomment {
        position: relative;
        border-width: 5px;
        border-style: solid;
        border-color: #363233;
        background-color: #f8f8f8;
        top: -30px;
        left: 0px;
        padding: 5px;
        margin: 10px 10px -20px 10px;
        z-index: 15;
        float: left;
        border-width: 1px;
        border-color: #363233;
        border-style: solid;
        }

.box {
        border-style: solid;
        border-width: 1px 0px 0px 0px;
        border-color: #999999;
        padding: 10px;
        clear: left;
        background-color: #912628;
        }

input, textarea {
        background-color: #f8f8f8;
        color: #042a1c;
        }

textarea.textbox  {
              width: 100% !important;
           }

.reply    {
        position: relative;
        margin: 20px 30px 10px 30px;
        padding: 25px 10px 10px 10px;
        text-align: left;
        font-family: "Georgia", sans-serif;
        font-size: 13px;
        line-height: 125%;
        background-color: #f8f8f8;
        color: #042a1c;
        }

.replytosubject {
        font-weight: bold;
        }

.commentreply {
        position: relative;
        margin: 10px;
        font-size: 13px;
        font-family: "Georgia", sans-serif;
        color: #042a1c;
        }

.commentbox {

border-color: #363233;
        border-width: 2px;
        border-style: solid;
        padding: 10px;
        margin: 10px;
        background-color: #f8f8f8;
        }

.datesubjectcomment a:link, .datesubjectcomment a:visited {
        color: #0d4d9d;
        }

.datesubjectcomment a:hover {
        color: #F16878;
        }

.commentboxpartial {
        border-color: #fbf4f4;
        border-width: 2px;
        border-style: solid;
        padding: 10px;
        margin: 10px;
        background-color: #f8f8f8;
        }

.commentinfo {
        background-color: #f8f8f8;
        margin-top: 10px;
        width: 100%;
        }

.skiplinks {
        text-align: center;
        }

/*--------------------------------------------
Misc
-----------------------------------------*/

.clear {

height: 15px;
        }

.ljtags {
        margin-top: 25px;
        }

Modified code, original by scholarslayouts

So, fresh month, end of school for this semester in T Minus Seven hours, new job(? hopefully), and a car before June.... I needed a new layout. :) Those are all pictures by me (if they aren't too small to see) minus one or two by my sister thrown in. The purple is soothing on my "I'm still terrified of driving" nerves. XD

I really want to write but, at the same time, I know I should be studying for that last exam... note how well that is going. Maybe after I get bored of the nothing that my summers always turn into. :\

Note to self: Buy ODST. Apparently, I need to play Reach(Beta) with all of my coworkers Right NOW. XD They're so silly, getting all worked up over the fact that I finally bought XBox Live. I've been playing Mirror's Edge lately (finally) and the controls are awesome yet suck fantastically. It's hard to explain, but it's fun enough for me! It's a puzzle game where people try to shoot at you. I do love a good puzzle. :D

But, other than getting a car and all the stuff that goes with it, I have no idea what to do this summer. Anything you guys want to suggest? :)

layout, school, car, xbox, games, exams

Previous post Next post
Up