LiveJournal Layout / Wallpaper - Angel: Illyria

Jan 01, 2011 01:54

~Please Comment if Taking
~Plese Don't Hotlink
~Please Credit janine42584 if using






WALLPAPER



1920x1080 // 1680x1050 // 1440x900 // 1280x1024

LAYOUT INSTRUCTIONS

CODE STEP 1:
Copy Code into Notepad (or some other program similar)

There are four images in this layout:
BODYURL
HEADERURL
NAVURL
SEPARATORURL

CODE STEP 2:
HOST THESE IMAGES TO YOUR OWN SERVER (Both Photobuck and ImageShack are great)
***If you use Photobucket: Please make sure that the dropdown under upload file that says "Reduce to:" is set to either 1024x768 or 1MB... otherwise photobucket WILL RESIZE your images and the layout will not work properly.***

CODE STEP 3:
Find and replace each new URL with their corrisponding name.
Example: BODYURL --> Go to Edit -> Replace: "Find What" would be BODYURL and "replace with" would be your new URL -> Click "Replace All" (do this for each image url)

USING THE OVERRIDE CODE

1. Click "Journal Style"
2. In the cute little search thing type "flexible squares"
3. Click the "Apply Theme" button for any theme (I'm clicking "Black, White, and Red All Over," but honesly I don't believe it matters which theme you pick so long as it's a flexible squares one)
4. Click "Customize" Under the theme
5. Click the last link in this new section "Custom CSS"
6. Make sure all dropdown boxes say "NO"
7. Copy and paste your code with your image URLs
8. Click "Save Changes" and there you have it!




Override Code

/* Layout Created By Janine - http://janine42584.livejournal.com */
/* Cleaned CSS: */

body {
background: url(BODYURL) top center repeat-y #010d2d;
text-align: center;
color: #010d2d;
font-family: "Verdana", sans-serif;
font-size: 11px;
margin: 0px;
}

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

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

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

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

#content
{
width: 950px;
margin-left: auto; margin-right: auto;
padding: 0px;
}

#maincontent {
margin: 0px 0px 0px 220px;
font-family: "Verdana", sans-serif;
font-size: 11px;
margin-left: 221px;
text-align: left;
}

#sidebar {
padding-top: 0px;
margin-top: 25px;
font-size: 11px;
font-family: "Verdana", sans-serif;
color: #010d2d;
width: 201px;
float: left;
text-align: left;
}

#header {
background: url(HEADERURL) top center no-repeat transparent;
height:433px;
padding: 0px;
margin: 0px;
text-align: center;
font-family: "Verdana", sans-serif;
font-size: 11px;
font-weight: bold;
letter-spacing: 2px;
color: #f4ecd5;
}

#footer {
text-align: center;
font-family: "Verdana", sans-serif;
font-size: 11px;
font-weight: bold;
letter-spacing: 2px;
z-index: 100;
clear: both;
text-transform:uppercase;
}

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

div#header a, div#header a:link, div#header a:visited, div#footer a, div#footer a:link, div#footer a:visited {
color: #f4ecd5;
}

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

ul.navheader {
margin-top: 0;
height: 150px;
position: relative;
padding-top:20px;
padding-right:15px;
}

ul.navheader li {
text-align: right;
list-style-type: none;
padding: 0 5px;
margin: 3px 0;
font-weight:bold;
font-variant:small-caps;
background: url(NAVURL) top right no-repeat transparent;
}

.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;
}

/* sidebar */

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

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

.defaultuserpic {
text-align: center;
}

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

.sbarbody {
padding: 0px;
}

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

#sidebar_summary li.sbaritem {
margin: 0 3px;
padding: 3px 0;
border-bottom: 1px #8d9389 solid;
}

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

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

.sbarcalendarposts {
border-color: #010d2d;
border-width: 1px;
border-style: solid;
background-color: #f4ecd5;
text-align: center;
font-family: "Verdana", sans-serif;
font-size: 11px;
}

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

li.sbaritem, .tagcloud
{
padding-left: 5px;
list-style: none;
}

li.sbartitle
{
padding-left: 5px;
padding-top: 5px;
padding-bottom: 5px;
list-style: none;
margin-bottom: 10px;
margin-top: 10px;
border-top: 1px solid #f4ecd5;
border-bottom: 1px solid #f4ecd5;
text-align:center;
text-transform:uppercase;
font-weight:bold;
}

/* maincontent */

.subcontent {
}

.entry {
margin: 0px 10px 10px 30px;
padding: 10px;
color: #010d2d;
font-family: "Verdana", sans-serif;
font-size: 11px;
text-align: left;
}

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

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

.userpic {
position: relative;
float: right;
padding: 5px;
margin: 10px;
z-index: 15;
}

.userpicfriends {
position: relative;
float: right;
padding: 5px;
margin: 10px;
text-align: center;
font-family: "Verdana", sans-serif;
font-size: 11px;
z-index: 15;
}

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

.subject {
font-weight: bold;
padding: 10px;
color: #8d9389;
font-family: "Verdana", sans-serif;
font-size: 13px;
text-transform:uppercase;
letter-spacing:2px;
}

.subject a, .subject a:link, .subject a:visited, .subject a:hover {
color: #8d9389;
/*color: #6681a3;*/
text-decoration: none;
}

/*.subject a:hover {
color: #934e45;
}*/

.datesubject {
padding: 5px;
}

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

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

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

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

/* maincontent -- entry, reply pages */

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

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

.box {
border-style: solid;
border-width: 1px 0px 0px 0px;
border-color: #8d9389;
padding: 10px;
clear: right;
}

input, textarea {
background-color: #f4ecd5;
color: #010d2d;
}

textarea.textbox {
width: 95% !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: #f4ecd5;
color: #010d2d;
}

.replytosubject {
font-weight: bold;
}

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

.commentbox {

border-color: #8d9389;
border-width: 1px;
border-style: solid;
padding: 10px;
margin: 10px;
background-color: #f4ecd5;
}

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

.datesubjectcomment a:hover {
color: #934e45;
}

.commentboxpartial {
border-color: #8d9389;
border-width: 1px;
border-style: solid;
padding: 10px;
margin: 10px;
background-color: #f4ecd5;
}

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

/* maincontent -- year/achive 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: #8d9389;
}

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

td.yearmonth {
border-style: none;
}

/* footer */

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

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

.clearfoot {
clear: both;
}

/* misc */

.clear {
height: 15px;
}

.skiplinks {
text-align: center;
}

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

.separator{
text-align:center;
background: url(SEPARATORURL) center center no-repeat;
height: 35px;
}

div.ljtags {
margin: 10px 0px 0px 0px;
font-weight: bold;
}

.userpicfriends {
background-color:#f4ecd5 !important;
}

.userpicfriends a font {
color:#010d2d;
}

.entry img {
max-width: 650px; overflow: hidden;
}

* html div.subcontent {
/* fixes an IE reply page bug */
height: 1%;
clear: none;
}

* html div.box#commentform {
/* fixes an IE reply page bug */
position: absolute;
border-width: 1px;
border-style: solid;
border-color: #8d9389;
background-color: #f4ecd5;
}

#lj_controlstrip {
background-color: #010d2d;
background-image: none;
}

#lj_controlstrip td {
color: #010d2d;
border-bottom: 1px solid #8d9389;
}

#lj_controlstrip_statustext {
color: #8d9389;
}

#lj_controlstrip a {
color: #f4ecd5;
}

#lj_controlstrip_user,
#lj_controlstrip_actionlinks,
#lj_controlstrip_search,
#lj_controlstrip_login,
#lj_controlstrip_loggedout_userpic {
border-right: 1px solid #8d9389;
}

#lj_controlstrip_login td {
border-bottom: 0;
}

#lj_controlstrip td td {
border-bottom: 0;
}

#lj_controlstrip_userpic {
background-image: url(http://l-stat.livejournal.com/palimg/controlstrip/ljlogo.gif/ptf4ecd5010d2d);
}

#lj_controlstrip_loggedout_userpic {
background-image: url(http://l-stat.livejournal.com/palimg/controlstrip/ljlogo-loggedout.gif/ptf4ecd5010d2d);
}

graphics - wallpapers, graphics - layout - livejournal, tv show - angel, graphics - layout - lj: flexible square

Previous post Next post
Up