Layout: Pink Panic Stripes [Flexible Squares]

Dec 07, 2008 12:11



[Full Preview with clickable links]



ABOUT

Layout Name:
Pink Panic Stripes

Account Types:
Basic, Plus, or Paid

Layout Style:
S2 Flexible Squares

Tested In:
Firefox 3 and Internet Explorer 7 on Windows XP

Screen Resolutions:
1027x768 and up

Full Preview with clickable links:
Here.

DIRECTIONS

Go to Customize Journal...

Select a New Theme:
• Type Flexible Squares into the search box. Choose one of the themes that appear below (any theme) and hit "apply theme".

Choose a Page Setup
• Choose 2 Column (sidebar on left). Hit the "Customize Selected Theme" button.

Choose "Display" from the menu on the left:
• Choose how many journal entries to show on your recent entries and friends pages.

Choose "Text" from the menu on the left:
• Choose what text you want for currents, comment links, etc. You can change any links you want in this section.

Choose "Sidebar" from the menu on the left:
• Choose which boxes you want to be visible (Calendar, Links, Tags, etc)

• You may change the order of the boxes, but don't change the overall position of the sidebar.

Choose "Custom CSS" from the menu on the left:
• Use layout stylesheet: Yes.

• Use layout stylesheet when including custom external stylesheet: No.

• Use external stylesheet: No.

• Custom external stylesheet URL: (Leave blank).

• Custom stylesheet: Copy-and-Paste the code below.

CSS CODES

/* Layout by http://community.livejournal.com/velvetsunshine/ */

/* CSS */

body {
background-image:url(http://i38.tinypic.com/xf3lnr.jpg);
background-position: top left;
background-repeat: repeat-y, repeat-x;
background-color: transparent;
text-align: center;
color: #000000;
font-family: "Verdana", sans-serif;
font-size: 11px;
}

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

a:hover {
color: #D21C66;
text-decoration: underline;
}

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

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

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

#content
{
width: 920px;
background-image:url(http://i34.tinypic.com/2me215y.jpg);
background-position: top left;
background-repeat: no-repeat;
background-color: transparent;
border-width: 0px;
border-style: solid;
border-color: transparent;
padding: 10px;
margin-left: 40px;
margin-right: auto;
}

#maincontent {
margin-top: 10px;
width: 600px;
font-family: "Verdana", sans-serif;
font-size: 11px;
background-color: #EDEDED;
color: #000000;
border-style: solid;
border-color: transparent;
border-width: 0px;
margin-left: 250px;
margin-right: auto;
text-align: left;
}

#sidebar {

padding-top: 15px;
margin-top: 10px;
margin-left: 10px;
background-color: #EDEDED;
border-color: transparent;
border-width: 0px;
border-style: solid;
font-size: 11px;
font-family: "Verdana", sans-serif;
color: #000000;
width: 180px;
float: left;
text-align: left;
}

/*-----------------------------------------------------------------------------
Header - you can add a header image with either #header or .headerimage
--------------------------------------------------------------------------------*/

#header {
width: 600px;
margin-top: 430px;
padding: 10px;
margin-left: 245px;
text-align: center;
font-family: "Arial Narrow", sans-serif;
font-size: 20px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1.5px;
background-color: transparent;
color: #ffffff;
border-color: transparent;
border-width: 0px;
border-style: solid;
z-index: 100;
clear: both;
}

.headerimage {
/* for formatting header image */
}

/*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: #ffffff;
}

div#header a:hover, div#footer a:hover {
color: #ffffff;
text-decoration: underline;
}

/*title and subtitle*/
.title {
display: none;
font-family: "Verdana", sans-serif;
font-size: 11px;
font-weight: normal;
line-height: 200%;
top: 10px;
}

.subtitle{
display: none;
font-family: "Verdana", sans-serif;
font-size: 11px;
font-weight: normal;
top: 10px;
}

/*-----------------------------------------------------------------------------
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: transparent;
color: #000000;
font-family: "Verdana", sans-serif;
font-size: 11px;
text-align: left;
border-width: 0px;
border-color: transparent;
border-style: solid;
}

.leftlinks {
float: left;
position: relative;
}

.userpic {
position: relative;
float: left;
background-color: transparent;
padding: 5px;
margin: 10px;
z-index: 15;
border-width: 0px;
border-color: transparent;
border-style: solid;
}

.date {
line-height: 200%;
top: 5px;
color: #000000;
font-family: "Verdana", sans-serif;
font-size: 11px;
font-weight: bold;
}

.subject {
font-family: "Arial Narrow", sans-serif;
font-size: 20px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1.5px;
padding: 10px;
color: #000000;
}

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

.subject a:hover {
color: #D21C66;
text-decoration: underline;
}

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

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

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

blockquote {
font-family:"Courier New";
background-color:transparent;
padding:5px;
border:1px dashed;
color:#000000;
}

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

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

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

.comments {
font-family: "Verdana", sans-serif;
font-size: 11px;
text-align: right;
background-color: transparent;
padding: 0px 5px 0px 5px;
position: relative;
top: 15px;
}

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

div.comments a:hover {
color: #D21C66;
text-decoration: underline;
}

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

.separator{
/* for formatting separators between entries */
height: 35px;
background-image:url(http://i36.tinypic.com/vpf9ts.jpg);
background-position: center;
background-repeat: no-repeat;
background-color: transparent;
}

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

.userpicfriends {
position: relative;
background-color:transparent !important;
float: left;
padding: 5px;
margin: 10px;
text-align: center;
border-style: solid;
border-width: 0px;
border-color: transparent;
font-family: "Verdana", sans-serif;
font-size: 11px;
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: #D21C66;
}

div#sidebar a:hover {
color: #D21C66;
text-decoration: underline;
}

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

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

.sbarcalendar {
border-color: transparent;
border-width: 1px;
border-style: solid;
text-align: center;
font-family: "Verdana", sans-serif;
font-size: 11px;
}

.sbarcalendarposts {
border-color: transparent;
border-width: 0px;
border-style: solid;
background-color: #EDEDED;
text-align: center;
font-family: "Verdana", sans-serif;
font-size: 11px;
}

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

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

li.sbaritem
{
padding-left: 12px;
list-style: none;
background-image:url(http://i37.tinypic.com/2146zra.jpg);
background-position: center left;
background-repeat: no-repeat;
border-bottom: 0px;
}

li.sbartitle
{
padding-left: 15px;
list-style: none;
font-family: "Arial Narrow", sans-serif;
font-size: 20px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1.5px;
border-style: solid;
border-width: 0px;
border-color: transparent;
background-color: #d6d6d6;
margin-bottom: 10px;
margin-top: 10px;
}

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

#footer {
width: 600px;
margin-left: 245px;
text-align: center;
font-family: "Arial Narrow", sans-serif;
font-size: 20px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1.5px;
background-color: transparent;
color: #ffffff;
border-color: transparent;
border-width: 0px;
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: 0px;
border-style: solid;
border-color: transparent;
}

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

td.yearmonth {
border-style: none;
}

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

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

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

.box {
border-style: solid;
border-width: 0px 0px 0px 0px;
border-color: transparent;
padding: 10px;
clear: right;
}

input, textarea {
background-color: #EDEDED;
color: #000000;
}

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

.reply {
position: relative;
margin: 20px 30px 10px 30px;
padding: 25px 10px 10px 10px;
text-align: left;
font-family: "Verdana", sans-serif;
font-size: 11px;
line-height: 125%;
background-color: #EDEDED;
color: #000000;
}

.replytosubject {
font-weight: bold;
}

.commentreply {
position: relative;
margin: 10px;
font-size: 11px;
font-family: "Verdana", sans-serif;
color: #000000;
}

.commentbox {

border-color: transparent;
border-width: 0px;
border-style: solid;
padding: 10px;
margin: 10px;
background-color: #EDEDED;
}

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

.datesubjectcomment a:hover {
color: #D21C66;
text-decoration: underline;
}

.commentboxpartial {
border-color: transparent;
border-width: 0px;
border-style: solid;
padding: 10px;
margin: 10px;
background-color: #EDEDED;
}

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

.skiplinks {
text-align: center;
}

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

.clear {
height: 15px;
}

CREDIT

Copy and Paste this somewhere in your Profile:

Layout by , header photography by Andrew Kendall.

Rules:

• Please comment if you're using it. If I don't know what people like and what people don't like, I won't know what to make in the future! Which is a bummer for everyone.

• If you want to edit this layout, go ahead and change a few things, but be sure to credit me for the original layout.

• Don't steal. If I see people stealing my layouts (stealing includes using this layout without crediting me, or changing a few colors and the header and claiming it as your own) I will have to make this community friends only and you will be banned. Don't say I didn't warn you.

• If you have a question, it might already be answered in the FAQ post.

layouts:styles:flexible squares, layouts:music:panic at the disco

Previous post Next post
Up