JAE ► two

Sep 20, 2009 13:30




live preview
s2 flexible squares
Tested on: Mozilla Firefox, Internet Explorer
Account types: Basic/Plus/Paid
Ad placement: Horizontal, between entries
Customized comments page: No

☞ Go to Select Journal Style and select a Flexible Squares style.
☞ Select the recommended ad placement at the bottom.
☞ Head on to Customize Journal Style and go to Custom CSS. Make sure all the dropdowns are set to "No", then copy and paste the following:

/*---------------------------------------------------
S2 FLEXIBLE SQUARES
by erinilliana {dot} livejournal {dot} com
Please do not steal or claim this css as your own!
-----------------------------------------------------*/

body {
background-color: #eeeeee;
text-align: center;
color: #555555;
font-family: "arial";
font-size: 9pt;
margin: 20px 0 20px 0;
}

a, a:link, a:visited {
color: #E57915;
text-decoration: none;
}

a:hover {
color: #4D5A6B;
}

b, strong {
color: #C65652;
}

i, em {
color: #000000;
}

u {
color: #8D6F61;
}

s {
color: #999999;
}

blockquote {
font-size: 11px;
font-family: arial;
color: #387240;
background-color: #D1F18C;
border: 1px solid #B4CFA6;
padding: 5px 10px 5px 10px;
}

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

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

#content
{
width: 630px;
margin-left: auto; margin-right: auto;
background-color: #eeeeee;
border-width: 1px;
border-style: solid;
border-color: #eeeeee;
}

#maincontent {
margin-top: 10px;
background-color: #eeeeee;
color: #555555;
border: 1px solid #eeeeee;
text-align: justify;
}

#sidebar {
font-family: verdana;
font-size: 8pt;
color: #606090;
background-color: #95E9E9;
border: 1px solid #95E9E9;
width: 630px;
padding: 5px 0px 5px 0px;
float: top;
text-align: justify;
}

/*-----------------------------------------------------------------------------
Header
--------------------------------------------------------------------------------*/

#header {
width: 100%;
padding: 10px 0px 10px 0px;
margin: 0px;
text-align: right;
font-family: georgia;
font-size: 16px;
letter-spacing: -1px;
border: 1px solid #eeeeee;
background-color: #eeeeee;
color: #37BD52;
text-transform: lowercase;
}

div#header a, div#header a:link, div#header a:visited, div#footer a, div#footer a:link, div#footer a:visited {
color: #eeeeee;
text-decoration: none;
background-color: #FC9917;
padding: 6px 12px 6px 12px;
}

div#header a:hover, div#footer a:hover {
color: #B0DB04;
background-color: #37BD92;
}

/*title and subtitle*/
.title {
font-family: arial;
font-size: 30pt;
color: #F0D800;
font-weight: normal;
padding: 6px 20px 0px 20px;
}

.subtitle{
font-family: century gothic;
font-size: 10pt;
color: #865CBF;
font-weight: normal;
font-style: italic;
padding: 0px;
margin-top: -6px;
letter-spacing: 1px;
}

/*-----------------------------------------------------------------------------
Header
--------------------------------------------------------------------------------*/

/* 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;
background-color: #eeeeee;
text-align: justify;
border: 1px solid #eeeeee;
line-height: 16px;
}

.userpic {
position: relative;
float: left;
background-color: #eeeeee;
margin: 0px 10px 10px 0px;
z-index: 15;
border: 10px solid #A3FF00;
}

.userpic:hover {
border: 10px solid #996EFF;
}

.date {
color: #EB704A;
font-family: arial;
font-size: 7pt;
text-transform: lowercase;
text-align: center;
letter-spacing: 4.5pt;
}

.subject {
font-weight: normal;
color: #C53D47;
font-family: arial;
font-size: 15pt;
font-style: italic;
text-align: center;
text-transform: lowercase;
letter-spacing: -1px;
margin-bottom: 6px;
}

.subject a, .subject a:link, .subject a:visited {
color: #C53D47;
}

.subject a:hover {
color: #FF69C3;
text-decoration: none;
}

.datesubject {
background-color: #eeeeee;
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, .currentlocation {
font-family: arial;
font-size: 8pt;
margin-left: 33px;
padding: 2px 0px 2px 0px;
color: #FF843D;
text-transform: lowercase;
background-color: #444444;
width: 70%;
}

.currents:hover, .currentmood:hover, .currentmusic:hover, .currentlocation:hover {
color: #eeeeee;
}

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

.comments {
font-family: arial;
font-size: 20pt;
color: #eeeeee;
text-align: right;
font-variant: small-caps;
background-color: #eeeeee;
padding: 0px 0px 10px 5px;
position: relative;
top: 15px;
}

div.comments a, div.comments a:link, div.comments a:visited{
color: #6078C0;
}

div.comments a:hover {
color: #D41827;
text-decoration: none;
}

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

.separator{
/* for formatting separators between entries */
margin: 20px 0px 20px 0px;
background-color: #F1EB2D;
padding: 10px 0px 10px 0px;
border-bottom: 10px solid #95F07E;
}

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

.userpicfriends img {
position: relative;
float: left;
background-color: #eeeeee;
margin: 0px 10px 10px 0px;
z-index: 15;
border: 10px solid #A3FF00;
}

.userpicfriends img:hover {
border: 10px solid #996EFF;
}

.userpicfriends {
position: relative;
float: left;
background: transparent !important;
text-align: center;
color: #eeeeee;
font-family: verdana;
font-size: 8pt;
line-height: 10px;
text-transform: uppercase;
}

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

.defaultuserpic {
display: none;
}

.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: #1C8B8F;
}

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

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

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

.sbarcalendar {
border: 1px solid #486574;
border-width: 1px;
border-style: solid;
text-align: center;
font-family: arial;
font-size: 9pt;
padding: 2px;
}

.sbarcalendarposts {
border: 1px solid #486574;
background-color: #eeeeee;
text-align: center;
font-family: arial;
font-size: 9pt;
}

/*------------------------------------------------------------
Sidebar - items and title
-------------------------------------------------------------------------------*/

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

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

li.sbartitle {
display: none;
}

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

#footer {
width: 100%;
padding: 10px 0px 10px 0px;
margin: 0px;
text-align: right;
font-family: georgia;
font-size: 16px;
letter-spacing: -1px;
border: 1px solid #eeeeee;
background-color: #eeeeee;
color: #37BD52;
text-transform: lowercase;
}

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: 1px solid #81E418;
}

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

td.yearmonth {
border-style: none;
}

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

.clear {
height: 15px;
}

img:hover {
filter: alpha(opacity=70);
moz-opacity: .70;
opacity: .70;
}

.ljtags {
font-family : verdana;
font-size: 8pt;
color: #222222;
text-transform: lowercase;
text-align: right;
margin: 10px 0px -10px 0px;
}

textarea, select, option, input {
font-family: arial;
font-size: 8pt;
color: #666666;
background-color: #ffffff;
border-right: 1px solid #ffffff;
border-left: 1px solid #ffffff;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #cccccc;
padding: 1px 3px 1px 3px;
}

Please credit triclementia if taking!

! layouts, ! layouts: flexible squares, # jae: erinilliana

Previous post Next post
Up